aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/overall_header.tpl34
1 files changed, 20 insertions, 14 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index b3a1d1e3d7..7074275c66 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -6,15 +6,21 @@
<style type="text/css">
<!--
-TD.tablebg {background-color:{T_TH_COLOR1};}
-TH {}
-TD.categories {}
-TD.row_1 {}
-TD.row_2 {}
+P {font-family:{T_FONTFACE1};font-size:10pt}
-SPAN.general {}
+TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
-SELECT.small {width:140px;font-family:"Courier New",courier;font-size:8pt;}
+TD.tablebg {background-color:{T_TH_COLOR1}}
+TD.cat {background-color:{T_TH_COLOR2}}
+TD.row_1 {background-color:{T_TD_COLOR1}}
+TD.row_2 {background-color:{T_TD_COLOR2}}
+
+SPAN.title {font-family:Impact,sans-serif;font-size:36pt}
+SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;}
+SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt}
+SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
+
+SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
//-->
@@ -28,19 +34,19 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
<tr>
<td class="tablebg" width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
- <td bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0">
+ <td class="cat"><table width="100%" cellspacing="0" border="0">
<tr>
- <td><a href="{U_INDEX}"><font face="Impact,sans-serif" size="+5" point-size="36">phpBB2</font></a><font face="Verdana,serif" size="1" point-size="10"> : A forum that's free</font></td>
- <td align="right" valign="bottom"><font face="Arial,Helvetica,sans-serif" size="1"><a href="http://www.phpbb.com/">Goto phpBB.com</a></font></td>
+ <td><span class="title"><a href="{U_INDEX}">phpBB2</a></span><span class="gensmall"> : A forum that's free</span></td>
+ <td align="right" valign="bottom"><span class="gensmall"><a href="http://www.phpbb.com/">Goto phpBB.com</a></span></td>
</tr>
</table></td>
</tr>
<tr>
- <td bgcolor="{T_TD_COLOR1}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
+ <td class="row_1"><table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
- <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_FAQ}">{L_FAQ}</a>&nbsp;|&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;|&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;|&nbsp<a href="{U_SEARCH}">{L_SEARCH}</a></font></td>
- <td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_LAST_VISIT} {S_LAST_VISIT_DATE}</font></td>
- <td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;|&nbsp;<a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a>&nbsp;|&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></font></td>
+ <td><span class="gensmall"><a href="{U_FAQ}">{L_FAQ}</a>&nbsp;|&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;|&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;|&nbsp<a href="{U_SEARCH}">{L_SEARCH}</a></span></td>
+ <td align="center"><span class="gensmall">{L_LAST_VISIT} {S_LAST_VISIT_DATE}</span></td>
+ <td align="right"><span class="gensmall"><a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;|&nbsp;<a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a>&nbsp;|&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span></td>
</tr>
{S_LOGINBOX}
</table></td>