diff options
Diffstat (limited to 'phpBB/templates/subSilver/admin/page_header.tpl')
-rw-r--r-- | phpBB/templates/subSilver/admin/page_header.tpl | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/page_header.tpl b/phpBB/templates/subSilver/admin/page_header.tpl index 44b3708868..2e5a94cd22 100644 --- a/phpBB/templates/subSilver/admin/page_header.tpl +++ b/phpBB/templates/subSilver/admin/page_header.tpl @@ -3,7 +3,27 @@ <head> <meta name="MSSmartTagsPreventParsing" content="TRUE"> {META} -<link rel="stylesheet" href="../templates/subSilver/admin_styles.css" type="text/css"> +<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" /> +<style type="text/css"> +<!-- +/* Specifiy background images for selected styles + This can't be done within the external style sheet as NS4 sees image paths relative to + the page which called the style sheet (i.e. this page in the root phpBB directory) + whereas all other browsers see image paths relative to the style sheet. Stupid NS again! +*/ +TH { background-image: url(../templates/subSilver/images/cellpic3.gif) } +TD.cat { background-image: url(../templates/subSilver/images/cellpic1.gif) } +TD.rowpic { background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } +td.icqback { background-image: url(../templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } +TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif) } +p, td { font-size : 12px; color : #000000; } +h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} + +/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ +@import url("../templates/subSilver/formIE.css"); +--> +</style> + <title>{SITENAME} - {L_PHPBB_ADMIN}</title> </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> |