[3.2] Schriftfarbe Problem Style Black-Silver-Split

Alles zu Styles, Templates, Icons und Smilies für phpBB 3.3, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich sowie die URL vom betroffenen Forum.
Benutzeravatar
Tastenplayer
Mitglied
Beiträge: 2054
Registriert: 02.07.2010 19:35
Wohnort: Zuchwil/SO - Schweiz
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Tastenplayer »

Sehr komisch, dass das bei mir nicht geht? Schon möglich, dass eine andere Formatierung schuld ist, allerdings habe ich im BlackSilver nur Farben angepasst und logisch das Logo ausgetauscht.
Sowie in der blacksilver.css den Code für Dropdown.Dropdown-content eingefügt
Ja und alle Änderungen Rückgängig gemacht bei Label.

Ich versuchs morgen nochmals, kann ja kaum sein.

Hier meine blacksilver.css

Code: Alles auswählen

.black_silver_wrap {
	background-color: #d3d3d3;
	border: 2px solid #535453;
	border-radius: 8px;
	margin: -13px auto 1px;
	max-width: 1300px;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 -1px 6px 2px rgba(2, 2, 2, 0.7);
}

.silver-image-wrapper {
	display: block;
	margin-left: -1.08%;
	position: relative;
	width: 102.2%;
}

.black-header {
	background: #292c2f none repeat scroll 0 0;
	width: 100%;
	margin-top: -14px;	
}

#black-top {
	padding: 0 10px;
	margin-left: -16px;
	margin-right: -16px;
	background-color: #000000;
	border-bottom: 1px solid #5b5b5b;
	margin-bottom: -14px;
	margin-top: -4px;
	border-top: 4px solid #000000;
}

#black-top a {
	color: #CCAE71;
	font-weight: bold;
}

.black-topper {
    border-top: 28px solid #000000;
	margin: -23px -16px -5px;
}

#black-bottom {
	border: 4px solid #000000;
	background-color: #000000;
	margin-left: -16px;
	margin-right: -16px;
	padding: 2px 10px;
	border-bottom: 6px solid #000000;
}

#black-bottom a {
	color: #CCAE71;
	font-weight: bold;
}

.dropdown .dropdown-contents a:link		{ color: #CCAE71; }
.dropdown .dropdown-contents a:visited	{ color: #CCAE71; }
.dropdown .dropdown-contents  a:hover		{ color: #CCAE71; }
.dropdown .dropdown-contents  a:active	{ color: #CCAE71; }

.dropdown .dropdown-container  a:link		{ color: #CCAE71; }
.dropdown .dropdown-container a:visited	{ color: #CCAE71; }
.dropdown .dropdown-contents  a:hover		{ color: #CCAE71; }
.dropdown .dropdown-contents  a:active	{ color: #CCAE71; }

/* font icon */
.fa-gears::before, .fa-cogs::before {
	color: #e36363;
	font-weight: bold;
	content: "";
}

.fa-legal::before, .fa-gavel::before {
	color: #6f89c7;
	font-weight:bold;	
	content: "";
}

.fa-chevron-circle-up::before {
	color: #006fa0;	    
	content: "";	
}

.fa-folder-red::before {
	color: #800000;
	content: "";
}

.fa-file::before {
	color: #006fa0;
	font-weight: bold;	
	content: "";
}

.fa-file-o::before {
	color: #006fa0;
	font-weight: bold;	
	content: "";
}

.fa-external-link-square::before {
	color: #006fa0;
	font-size: 1.5em;
	content: "";	
}

.fa-info::before {
	color: #71a6c5;
	content: "";
}

.fa-remove::before, .fa-close::before, .fa-times::before {
	color: #ac1919;
	content: "";
}

.fa-exclamation::before {
	color: #eb2c2c;
	content: "";
}

.fa-pencil::before {
	color: #555;
	content: "";
}

.fa-quote-left::before {
	color: #555;
	content: "";
}

.fa-folder-blue::before {
	color: #006fa0;
	font-weight: bold;	
	content: "";	
}

.cc-color-override--1687565279.cc-window {
	background-color: #434343 !important;
	color: #fff;
}

.cc-window.cc-banner {
	flex-direction: row;
	padding: 0.3em 1.8em !important;
	width: 100%;
}

/* Responsive Design
---------------------------------------- */
@media (max-width: 320px) {
	select, .inputbox {
		max-width: 240px;
	}
}

/* Notifications list
----------------------------------------*/
@media (max-width: 350px) {
	.dropdown-extended .dropdown-contents {
		width: auto;
	}
}

@media (max-width: 430px) {
	.action-bar .search-box .inputbox {
		width: 120px;
	}

	.section-viewtopic .search-box .inputbox {
		width: 57px;
	}

	.action-bar .search-box .inputbox ::-moz-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox :-ms-input-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox ::-webkit-input-placeholder {
		content: "Search...";
	}
}

@media (max-width: 500px) {
.black-header {
	background: #292c2f none repeat scroll 0 0;
	margin-left: -5px;
	margin-top: -14px;
	width: 105%;
}

.black_silver_wrap {
	width: auto;
}

	dd label {
		white-space: normal;
	}

	select, .inputbox {
		max-width: 260px;
	}

	.captcha-panel dd.captcha {
		margin-left: 0;
	}

	.captcha-panel dd.captcha-image img {
		width: 100%;
	}

	dl.details dt, dl.details dd {
		width: auto;
		float: none;
		text-align: left;
	}

	dl.details dd {
		margin-left: 20px;
	}

	p.responsive-center {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}

	.action-bar > div {
		margin-bottom: 5px;
	}

	.action-bar > .pagination {
		float: none;
		clear: both;
		padding-bottom: 1px;
		text-align: center;
	}

	.action-bar > .pagination li.page-jump {
		margin: 0 2px;
	}

	p.jumpbox-return {
		display: none;
	}

	.display-options > label:nth-child(1) {
		display: block;
		margin-bottom: 5px;
	}

	.attach-controls {
		margin-top: 5px;
		width: 100%;
	}

	.quick-links .dropdown-trigger span {
		display: none;
	}
}

@media (max-width: 550px) {
	ul.topiclist.forums dt {
		margin-right: 0;
	}

	ul.topiclist.forums dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist.forums dd.lastpost {
		display: none;
	}
}

@media (max-width: 700px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block !important; }
	.responsive-show-inline { display: inline !important; }
	.responsive-show-inline-block { display: inline-block !important; }

	/* Content wrappers
	----------------------------------------*/
	html {
		height: auto;
	}

	body {
		padding: 0;
	}

	.wrap {
		border: none;
		border-radius: 0;
		margin: 0;
		min-width: 290px;
		padding: 0 5px;
	}

.black-header {
	background: #292c2f none repeat scroll 0 0;
	margin-left: -1.5%;
	margin-top: -14px;
	width: 104%;
}

.silver-image-wrapper {
    margin-left: -5%;
    width: 109.9%;
}

	/* Common block wrappers
	----------------------------------------*/
	.headerbar, .forabg, .forumbg, .post, .panel {
		border-radius: 7px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {
		border-radius: 7px;
	}

	/* Logo block
	----------------------------------------*/
	.site-description {
		float: none;
		width: auto;
		text-align: center;
	}

	.logo {
		/* change display value to inline-block to show logo */
		display: none;
		float: none;
		padding: 10px;
	}

	.site-description h1, .site-description p {
		text-align: inherit;
		float: none;
		margin: 5px;
		line-height: 1.2em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-description p, .search-header {
		display: none;
	}

	/* Navigation
	----------------------------------------*/
	.headerbar + .navbar {
		margin-top: -5px;
	}

	/* Search
	----------------------------------------*/
	.responsive-search { display: block !important; }

	/* .topiclist lists
	----------------------------------------*/
	li.header dt {
		text-align: center;
		text-transform: none;
		line-height: 1em;
		font-size: 1.2em;
		padding-bottom: 4px;
	}

	ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
		margin-right: 0 !important;
		padding-right: 0;
	}

	ul.topiclist li.header dd {
		display: none !important;
	}

	ul.topiclist dt, ul.topiclist dt .list-inner,
	ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
	ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
	ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist dt .list-inner.with-mark {
		padding-right: 34px;
	}

	ul.topiclist dt .list-inner {
		min-height: 28px;
	}

	ul.topiclist li.header dt .list-inner {
		min-height: 0;
	}

	ul.topiclist dd {
		display: none;
	}

	ul.topiclist dd.mark {
		display: block;
	}

	/* Forums and topics lists
	----------------------------------------*/
	ul.topiclist.forums dt {
		margin-right: -250px;
	}

	ul.topiclist dd.mark {
		display: block;
		position: absolute;
		right: 5px;
		top: 0;
		margin: 0;
		width: auto;
		min-width: 0;
		text-align: left;
	}

	ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
		position: relative;
		left: 0;
		width: auto;
		display: inline;
		font-weight: normal;
	}

	li.row .responsive-show strong {
		font-weight: bold;
		color: inherit;
	}

	ul.topiclist li.row dt a.subforum {
		vertical-align: bottom;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
	}

	/* Pagination
	----------------------------------------*/
	.pagination > ul {
		margin: 5px 0 0;
	}

	.row .pagination {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.row .pagination .ellipsis + li {
		display: none !important;
	}

	/* Responsive tables
	----------------------------------------*/
	table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
		display: block;
	}

	table.responsive thead, table.responsive th {
		display: none;
	}

	table.responsive.show-header thead, table.responsive.show-header th:first-child {
		display: block;
		width: auto !important;
		text-align: left !important;
	}

	table.responsive.show-header th:first-child span.rank-img {
		display: none;
	}

	table.responsive tr {
		margin: 2px 0;
	}

	table.responsive td {
		width: auto !important;
		text-align: left !important;
		padding: 4px;
	}

	table.responsive td.empty {
		display: none !important;
	}

	table.responsive td > dfn {
		display: inline-block !important;
	}

	table.responsive td > dfn:after {
		content: ':';
		padding-right: 5px;
	}

	table.responsive span.rank-img {
		float: none;
		padding-right: 5px;
	}

	table.responsive.memberlist td:first-child input[type="checkbox"] {
		float: right;
	}

	/* Forms
	----------------------------------------*/
	fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
		width: auto;
		float: none;
	}

	fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
		margin-left: 20px;
	}

	textarea, dd textarea, .message-box textarea {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	dl.pmlist dt {
		width: auto !important;
		margin-bottom: 5px;
	}

	dl.pmlist dd {
		display: inline-block;
		margin-left: 0 !important;
	}

	dl.pmlist dd:first-of-type {
		padding-left: 20px;
	}

	.smiley-box, .message-box {
		float: none;
		width: auto;
	}

	.smiley-box {
		margin-top: 5px;
	}

	.bbcode-status {
		display: none;
	}

	.colour-palette, .colour-palette tbody, .colour-palette tr {
		display: block;
	}

	.colour-palette td {
		display: inline-block;
		margin-right: 2px;
	}

	.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
		display: none;
	}

	fieldset.quick-login label {
		display: block;
		margin-bottom: 5px;
		white-space: normal;
	}

	fieldset.quick-login label > span {
		display: inline-block;
		min-width: 100px;
	}

	fieldset.quick-login input.inputbox {
		width: 85%;
		max-width: 300px;
		margin-left: 20px;
	}

	fieldset.quick-login label[for="autologin"] {
		display: inline-block;
		text-align: right;
		min-width: 50%;
	}

	/* User profile
	----------------------------------------*/
	.column1, .column2, .left-box.profile-details {
		float: none;
		width: auto;
	}

	/* Polls
	----------------------------------------*/
	fieldset.polls dt {
		width: 90%;
	}

	fieldset.polls dd.resultbar {
		padding-left: 20px;
	}

	fieldset.polls dd.poll_option_percent {
		width: 20%;
	}

	fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
		margin-top: 5px;
	}

	/* Post
	----------------------------------------*/
	.postbody {
		position: inherit;
	}

	.postprofile, .postbody, .search .postbody {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		min-height: 0;
	}

	.post .postprofile {
		width: auto;
		border-width: 0 0 1px 0;
		padding-bottom: 5px;
		margin: 0;
		margin-bottom: 5px;
		min-height: 40px;
		overflow: hidden;
	}

	.postprofile dd {
		display: none;
	}

	.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
		display: block;
		margin: 0;
	}

	.postprofile .has-avatar .avatar-container {
		margin: 0;
		overflow: inherit;
	}

	.postprofile .avatar-container:after {
		clear: none;
	}

	.postprofile .avatar {
		margin-right: 5px;
	}

	.postprofile .avatar img {
		width: auto !important;
		height: auto !important;
		max-height: 32px;
	}

	.has-profile .postbody h3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.has-profile .post-buttons {
		right: 30px;
		top: 15px;
	}

	.online {
		background-size: 40px;
	}

	/* Misc stuff
	----------------------------------------*/
	h2 {
		margin-top: .5em;
	}

	p {
		margin-bottom: .5em;
		overflow: hidden;
	}

	p.rightside {
		margin-bottom: 0;
	}

	fieldset.display-options label {
		display: block;
		clear: both;
		margin-bottom: 5px;
	}

	dl.mini dd.pm-legend {
		float: left;
		min-width: 200px;
	}

	.topicreview {
		margin: 0 -5px;
		padding: 0 5px;
	}

	fieldset.display-actions {
		white-space: normal;
	}

	.phpbb_alert {
		width: auto;
		margin: 0 5px;
	}

	.attach-comment dfn {
		width: 100%;
	}
}

@media (min-width: 700px) {
	.postbody { width: 70%; }
}

@media (min-width: 850px) {
	.postbody { width: 76%; }
}

@media (max-width: 850px) {
	.postprofile { width: 28%; }
}

@media (min-width: 701px) and (max-width: 950px) {
	.row .pagination {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	ul.topiclist dt {
		margin-right: -410px;
	}

	ul.topiclist dt .list-inner {
		margin-right: 410px;
	}

	dd.posts, dd.topics, dd.views {
    	width: 80px;
	}
}

@media (min-width: 701px) and (max-width: 1220px) {
.black-header {
	background: #292c2f none repeat scroll 0 0;
	margin-left: -12px;
	margin-top: -14px;
	width: 103.5%;
}
}

@media (min-width: 951px) and (max-width: 1220px) {
.silver-image-wrapper {
	margin-left: -1.9%;
	width: 103.7%;
}
}

@media (min-width: 769px) and (max-width: 950px) {
.silver-image-wrapper {
	margin-left: -2.4%;
	width: 104.8%;
}
}

@media (min-width: 1220px) and (max-width: 1600px) {
.silver-image-wrapper {
	margin-left: -1.5%;
	width: 103%;
}
}

@media (min-width: 1601px) and (max-width: 1820px) {
.silver-image-wrapper {
	margin-left: -1.2%;
	width: 102.4%;
}
}

@media (min-width: 501px) and (max-width: 768px) {
.black_silver_wrap {
	width: auto;
}

.silver-image-wrapper {
	margin-left: -3.6%;
	width: 107%;
}
Meine phpBB Styles & More
Be the best version of yourself rather than a bad copy of someone else!
Benutzeravatar
Melmac
Ehemaliges Teammitglied
Beiträge: 3623
Registriert: 15.10.2012 03:27

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Melmac »

Wenn dies der Code Deiner blacksilver.css ist, dann kann es auch nicht funktionieren:

Code: Alles auswählen

@media (min-width: 501px) and (max-width: 768px) {
.black_silver_wrap {
   width: auto;
}

.silver-image-wrapper {
   margin-left: -3.6%;
   width: 107%;
}
Da fehlt am Ende die abschließende geschweifte Klammer ... Kleinigkeit mit großer Wirkung :wink:

Es müsste so aussehen:

Code: Alles auswählen

@media (min-width: 501px) and (max-width: 768px) {
.black_silver_wrap {
   width: auto;
}

.silver-image-wrapper {
   margin-left: -3.6%;
   width: 107%;
}
}
Und wenn Du jetzt ganz am Ende der Datei meinen Code hinzufügst, dann werden die Labels in diesem Dropdown auch entsprechend eingefärbt.
Handle nur nach derjenigen Maxime, durch die du zugleich wollen kannst, dass sie ein allgemeines Gesetz werde.
(Immanuel Kant)
Benutzeravatar
Joyce&Luna
Mitglied
Beiträge: 2470
Registriert: 24.11.2013 18:14
Wohnort: NRW
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Joyce&Luna »

Habe direkt mal kontrolliert ob ich diese Klammer vergessen habe im Style.
Nein das habe ich nicht, die hat sie wohl selbst mal gelöscht.

Anke
phpBB-Style-Design.de

Keine Antwort ist die eindeutigste Antwort, die man kriegen kann.
Bitte stellt die Fragen im Forum und nicht per PN. Danke!
Benutzeravatar
Tastenplayer
Mitglied
Beiträge: 2054
Registriert: 02.07.2010 19:35
Wohnort: Zuchwil/SO - Schweiz
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Tastenplayer »

Joyce&Luna hat geschrieben:Habe direkt mal kontrolliert ob ich diese Klammer vergessen habe im Style.
Nein das habe ich nicht, die hat sie wohl selbst mal gelöscht.
Anke
Nee Anke - ich habe an diesen Stellen nie etwas gemacht(versteh ich nur Bahnhof und nichts davon). Keine Ahnung warum das so ist. Aber egal, Hauptsache der Fehler ist gefunden.

@Melmac
Vielen Dank - hat endlich geklappt. Allerdings mit äusserst modernem Header/Logo :grin:
[ externes Bild ]

@Anke
Hoffe schwer, dies passiert dann nicht beim Style "MyTaste" wäre weniger lustig. Bin grad etwas gehemmt, jetzt dort in der MyTaste.css nachzuschauen.
Also im MyTaste sollte es stimmen zwei Klammern sind da!

Im Black-Silver-Split ist der Header auch nach dem Verkleinern des Bildes so geblieben. Ich habe jetzt das geändert:

Code: Alles auswählen

.silver-image-wrapper {
    margin-left: -1.5%;
    width: 103%;
}
Jetzt sieht es normal aus.
Am besten werde ich wohl den Style nochmals neu installieren und dann die Änderungen wieder einfügen.
Meine phpBB Styles & More
Be the best version of yourself rather than a bad copy of someone else!
Benutzeravatar
Melmac
Ehemaliges Teammitglied
Beiträge: 3623
Registriert: 15.10.2012 03:27

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Melmac »

Wenn der Code, den Du hier eingestellt hast, der komplette Inhalt Deiner blacksilver.css war (wovon auszugehen ist, da mein Edit bei Dir nicht funktioniert hat), die bei Dir fehlende Klammer aber in der originalen Datei, wie sie im Stylepaket ausgeliefert wird, vorhanden ist ... gibt es entweder übernatürliche Wesen, die solche Klammern heimlich fressen ... oder Du hast eben doch etwas an ihr geändert :wink:
Tastenplayer hat geschrieben:Warum muss dieser Code am Ende eingefügt werden? Den würde ich jetzt nach .dropdown .dropdown-contents usw. einfügen.
"Müssen" muss gar nichts.
Ich formuliere es mal so: prinzipiell kannst Du einen CSS-Code, egal ob komplette Regel wie in meinem Beispiel oder auch nur ein eine bestehende Regel ergänzendes Eigenschaft-Wert-Paar, überall dort einfügen, wo er auch funktioniert.

Wenn ich nicht weiß, was alles am CSS eines Styles auch in den anderen Files bereits verändert wurde, ob, wie es eigentlich sein sollte, mit einem Child-Style gearbeitet oder doch das Original direkt modifiziert wurde, dann ist es in aller Regel sicherer, den jeweiligen Code an der Stelle einzufügen, an der er auch greifen muss: am Ende der letzten in der stylesheet.css importierten CSS-Datei.

Das heißt dann nicht automatisch, dass dies auch die "optimale" Stelle ist, aber jeder ist frei, selbst nach der zu suchen und den Code dort einzufügen, wo es ihm, da er sein CSS besser kennt, sinnvoller erscheint. Es ist Dein Style, da macht Dir niemand Vorschriften, solange es funktioniert.
Letztendlich ist es auch eine Frage der Übersichtlichkeit, Logik und Verwaltbarkeit, gerade auch in Hinblick auf zukünftige Styleupdates.


P.S.:
Wenn sich die Änderungen beim Styleanpassen aufs CSS beschränken und man nicht mit einem Child-Style arbeiten will, dann kann man diese auch über eine am Ende der stylesheet.css zusätzlich importierte custom.css (=> @import url("blacksilver.css");) einbinden, in der sie zentral "gesammelt" werden.
Auch hier gilt aber: es führen viele Wege nach Rom :wink:
Handle nur nach derjenigen Maxime, durch die du zugleich wollen kannst, dass sie ein allgemeines Gesetz werde.
(Immanuel Kant)
Benutzeravatar
Tastenplayer
Mitglied
Beiträge: 2054
Registriert: 02.07.2010 19:35
Wohnort: Zuchwil/SO - Schweiz
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Tastenplayer »

Vielen Dank für die ausführliche Erklärung.
gibt es entweder übernatürliche Wesen, die solche Klammern heimlich fressen ... oder Du hast eben doch etwas an ihr geändert :wink:
Komisch nur, dass ich bei allen Styles das Gleiche geändert habe und es nur bei diesem so war.
Ich scheine eh ein komisches 3.2.0 TB zu haben. Heute nach Anleitung von Kirk versucht Ext. anzupassen - jetzt wird bei mir überhaupt nichts mehr angezeigt. Mich wundert also betreffend dem TB nichts mehr :)
Meine phpBB Styles & More
Be the best version of yourself rather than a bad copy of someone else!
Benutzeravatar
Melmac
Ehemaliges Teammitglied
Beiträge: 3623
Registriert: 15.10.2012 03:27

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Melmac »

Es muss nicht unbedingt am Testboard selbst liegen: es reicht, bei irgendeinem Edit in irgendeinem File einen Fehler gemacht zu haben.
Manche wirken sich sofort aus, andere erst später und wieder andere nur dann, wenn weitere Änderungen hinzu kommen, die "allergisch" auf unsauberen Code reagieren, auf den sie angewiesen sind.

Je mehr Files Du editierst und je mehr Edits Du dabei an den einzelnen File vornimmst, umso schwerer wird es dann, einen solchen "schlafenden" Fehler nachträglich wieder zu finden - es sei denn, man berücksichtigt dies schon bei dem "Konzept", mit dem man an Stylemodifikationen heran geht.
Ein bisschen durchdachte Planung ist nie verkehrt, will man sich vielen späteren Frust ersparen will :wink:
Handle nur nach derjenigen Maxime, durch die du zugleich wollen kannst, dass sie ein allgemeines Gesetz werde.
(Immanuel Kant)
Benutzeravatar
Tastenplayer
Mitglied
Beiträge: 2054
Registriert: 02.07.2010 19:35
Wohnort: Zuchwil/SO - Schweiz
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Tastenplayer »

Haha Melmac

Ist mir schon klar, dass da irgendwo wohl ein Fehler von mir ist und nicht das TB schuld hat :grin: .
Allerdings kann es manchmal auch Extension geben die mit irgend einem Style nicht kompatibel sind, wie man weiss.

In meinem Fall liegt es wohl daran, dass es nicht mein Tag gewesen ist und ich aus irgend einem unverständlichen Grund die ältere Version der Ext. von Kirk installierte :oops: . Sobald Fehler behoben geht es dann hoffentlich.
Meine phpBB Styles & More
Be the best version of yourself rather than a bad copy of someone else!
Benutzeravatar
Tastenplayer
Mitglied
Beiträge: 2054
Registriert: 02.07.2010 19:35
Wohnort: Zuchwil/SO - Schweiz
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Tastenplayer »

Ich schreib das mal in diesen Beitrag - wäre irgendwie doof ein neues Thema für die gleiche Sache zu eröffnen.
Es geht aber um phpbb 3.2.1
Melmac hat geschrieben: labelcolour_01.png
Das scheint in 3.2.1 nicht mehr zu funktionieren. [ externes Bild ]
Jetzt ist die Schrift in den drei Auswahlmöglichkeiten plötzlich auch Golden und nicht mehr Schwarz - oder es ist ein Konflikt in 3.2.1 mit der Lösung von Mahony um den blauen Linkrahmen im Select zu ändern(muss mal den Kalender installieren in 3.2.1 morgen und schauen ob es da korrekt angezeigt wird).

Code: Alles auswählen

select {
    border-color: #333333;
    background-color: #D0D0D0;
    background-image: -webkit-linear-gradient(top, #F7F7F7, #D0D0D0);
    background-image: linear-gradient(to bottom, #F7F7F7, #D0D0D0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 );
    box-shadow: 0 0 0 1px #F7F7F7 inset;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF color: #333333;
    font-weight: bold;
}

Code: Alles auswählen

label {
    color: #CCAE71;
}
Sonst scheint es überall im Forum zu stimmen - Schrift ist Schwarz.

Könnte höchstens eben noch ein Konflikt in 3.2.1 mit dieser Änderung sein(in 3.2.0 wurde es korrekt mit schwarzer Schrift angezeigt):
[ externes Bild ]

Code: Alles auswählen

option:checked {
color: #c4b794;
-webkit-box-shadow: 0 0 10px 100px #c4b794 inset;
-moz-box-shadow: 0 0 10px 100px #c4b794 inset;
box-shadow: 0 0 10px 100px #c4b794 inset;
}
Meine phpBB Styles & More
Be the best version of yourself rather than a bad copy of someone else!
Benutzeravatar
Joyce&Luna
Mitglied
Beiträge: 2470
Registriert: 24.11.2013 18:14
Wohnort: NRW
Kontaktdaten:

Re: [3.2] Schriftfarbe Problem Style Black-Silver-Split

Beitrag von Joyce&Luna »

Also

in meiner colours.css steht unter select dieses

Code: Alles auswählen

select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}
In deinem select ist gar keine Schriftfarbe vorgeben. Füge die einfach mal color: #000000; dazu.

Du hast so viel herum gewuselt in den ganzen Dateien, das ich dazu gar kein Support geben kann. Der Style hat nichts mehr mit meinem Gemeinsam.

Anke
phpBB-Style-Design.de

Keine Antwort ist die eindeutigste Antwort, die man kriegen kann.
Bitte stellt die Fragen im Forum und nicht per PN. Danke!
Antworten

Zurück zu „Styles, Templates und Grafiken“