Hintergrund eines Themas
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Hintergrund eines Themas
Hallo,
ich suche eine MOD, mit der ich die Themen Hintergründe färben kann. Ich benutze subsilver2.
http://www.phpbb.de/viewtopic.php?t=170 ... intergrund
In diesem Thema steht das, was ich machen muss, aber das ist für prosilver. Was muss ich in subsilver2 ändern? (Da gibt es keine color.css)
ich suche eine MOD, mit der ich die Themen Hintergründe färben kann. Ich benutze subsilver2.
http://www.phpbb.de/viewtopic.php?t=170 ... intergrund
In diesem Thema steht das, was ich machen muss, aber das ist für prosilver. Was muss ich in subsilver2 ändern? (Da gibt es keine color.css)
Öffne Stylesheet.css
suche
und ändere es in deine farbe (Beitrag Hintergrund)
EDIT: BBCODE HINZUGEFÜGT
suche
Code: Alles auswählen
.row1 {
background-color: #ECECEC;
padding: 4px;
}
.row2 {
background-color: #DCE1E5;
padding: 4px;
}
.row3 {
background-color: #C0C8D0;
padding: 4px;
EDIT: BBCODE HINZUGEFÜGT
Zuletzt geändert von Shugo am 29.11.2008 19:43, insgesamt 2-mal geändert.
Such mal
Dort müssten die änderungen kommen
Oder
Code: Alles auswählen
/* Links
------------ */
Oder
Code: Alles auswählen
/* Tables
Hier ist der Code :
Code: Alles auswählen
/* Tables
------------ */
th {
color: #FFA34F;
font-size: 1.1em;
font-weight: bold;
background-color: #006699;
background-image: url('styles/subsilver2/theme/images/cellpic3.gif');
white-space: nowrap;
padding: 7px 5px;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
.tablebg {
background-color: #A9B8C2;
}
.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: white url('styles/subsilver2/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background: white url('styles/subsilver2/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #C7D0D7;
background-image: url('styles/subsilver2/theme/images/cellpic1.gif');
text-indent: 4px;
}
.row1 {
background-color: #ECECEC;
padding: 4px;
}
.row2 {
background-color: #DCE1E5;
padding: 4px;
}
.row3 {
background-color: #C0C8D0;
padding: 4px;
}
.spacer {
background-color: #D1D7DC;
}
hr {
height: 1px;
border-width: 0;
background-color: #D1D7DC;
color: #D1D7DC;
}
.legend {
text-align:center;
margin: 0 auto;
}
/* Links
------------ */
a:link {
color: navy;
text-decoration: none;
}
a:active,
a:visited {
color: navy;
text-decoration: none;
}
a:hover {
color: #D46400;
text-decoration: underline;
}
a.forumlink {
color: #069;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #5493B4;
text-decoration: none;
}
th a,
th a:visited {
color: #FFA34F !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}