Full Album Pack
Geplaatst: 26 jul 2005, 16:30
Dit moet ik doen:
Maar dit is mijn template file: ( templates\fisubsilversh\admin\page_header.tpl )
Kan ik dat dan overslaan of moet het ergens anders staan??
Code: Selecteer alles
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/page_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
/* Mighty Gorgon - Full Album Pack - BEGIN */
.forumline_left { background-color: {T_TD_COLOR2}; border-bottom: 2px {T_TH_COLOR2} solid; border-left: 2px {T_TH_COLOR2} solid; }
/* Mighty Gorgon - Full Album Pack - END */
#
#-----[ FIND ]------------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
/* Mighty Gorgon - Full Album Pack - BEGIN */
.tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited {
font-size: 11px;
color: #FFA34F;
text-decoration: none;
}
a.tab_links:hover {
text-decoration: underline;
}
.tab_headers, th.tab_headers {
color: #FFA34F;
font-size: 11px;
font-weight : bold;
padding-left: 4px;
padding-right: 8px;
border: #003366;
border-style: solid;
border-width: 1px 1px 0px 1px;
background-color: #006699;
}
.tab_border { background-color: #E5E5E5; border: 0px;}
.filler, th.filler {
background-color:#E5E5E5;
background-image:none;
}
/* Mighty Gorgon - Full Album Pack - END */
Code: Selecteer alles
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/fisubsilversh/{T_HEAD_STYLESHEET}" type="text/css" />
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body>
<a name="top" id="top"></a>