mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed paths for external subSilver file
git-svn-id: file:///svn/phpbb/trunk@2423 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
13318620d8
commit
31adba80a6
1 changed files with 3 additions and 7 deletions
|
@ -2,10 +2,6 @@
|
||||||
The original subSilver Theme for phpBB version 2+
|
The original subSilver Theme for phpBB version 2+
|
||||||
Created by subBlue design
|
Created by subBlue design
|
||||||
http://www.subBlue.com
|
http://www.subBlue.com
|
||||||
|
|
||||||
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
|
|
||||||
theme administration centre. When you have finalised your style you could cut the final CSS code
|
|
||||||
and place it in an external file, deleting this section to save bandwidth.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,7 +44,7 @@ td.row3 { background-color: #D1D7DC; }
|
||||||
*/
|
*/
|
||||||
td.rowpic {
|
td.rowpic {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
background-image: url(templates/subSilver/images/cellpic2.jpg);
|
background-image: url(images/cellpic2.jpg);
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,11 +52,11 @@ td.rowpic {
|
||||||
th {
|
th {
|
||||||
color: #FFA34F; font-size: 11px; font-weight : bold;
|
color: #FFA34F; font-size: 11px; font-weight : bold;
|
||||||
background-color: #006699; height: 25px;
|
background-color: #006699; height: 25px;
|
||||||
background-image: url(templates/subSilver/images/cellpic3.gif);
|
background-image: url(images/cellpic3.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
|
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
|
||||||
background-image: url(templates/subSilver/images/cellpic1.gif);
|
background-image: url(images/cellpic1.gif);
|
||||||
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
|
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue