|
From: Paul S. O. <ps...@us...> - 2001-12-15 17:35:54
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv15782/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
subSilver updates, separate css, other fixes
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** page_header.tpl 2001/10/14 15:55:50 1.3
--- page_header.tpl 2001/12/15 17:35:52 1.4
***************
*** 4,8 ****
<meta name="MSSmartTagsPreventParsing" content="TRUE">
{META}
! <link rel="stylesheet" href="../templates/subSilver/admin_styles.css" type="text/css">
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
--- 4,28 ----
<meta name="MSSmartTagsPreventParsing" content="TRUE">
{META}
! <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>
|