mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
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
This commit is contained in:
parent
2e7b321b6b
commit
c47b0b03b1
1 changed files with 20 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue