diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-19 00:34:45 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-19 00:34:45 +0000 |
| commit | c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72 (patch) | |
| tree | 7c53f6a513844240abf2da5109feec69ea6b64cc /phpBB | |
| parent | 2e7b321b6b21cb5c70e65db381ac74b819687382 (diff) | |
| download | forums-c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72.tar forums-c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72.tar.gz forums-c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72.tar.bz2 forums-c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72.tar.xz forums-c47b0b03b1ad5c0db4c85b1533dcd3ccd5826f72.zip | |
Some integration of CSS styling ... only CVSd because page_tail needs it
git-svn-id: file:///svn/phpbb/trunk@514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/PSO/overall_header.tpl | 34 |
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> | <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> | <a href="{U_REGISTER}">{L_REGISTER}</a> | <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> | <a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a> | <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></font></td> + <td><span class="gensmall"><a href="{U_FAQ}">{L_FAQ}</a> | <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> | <a href="{U_REGISTER}">{L_REGISTER}</a> | <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> | <a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a> | <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span></td> </tr> {S_LOGINBOX} </table></td> |
