mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
workaround for Mozilla 1.3b (at least) problems with rendering font: definitions
git-svn-id: file:///svn/phpbb/trunk@3482 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d33b04ae6b
commit
411168e85a
5 changed files with 68 additions and 67 deletions
|
@ -1,3 +1,4 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- You should retain this javascript in your own template! -->
|
||||
|
@ -30,53 +31,51 @@ function marklist(status)
|
|||
//-->
|
||||
</script>
|
||||
|
||||
<form method="post" action="{S_MODE_ACTION}" name="search">
|
||||
|
||||
<table width="100%" class="forumline" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2" height="25">{L_SEARCH_USERNAME}</th>
|
||||
<form method="post" action="{S_MODE_ACTION}" name="search"><table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr class="gen">
|
||||
<th colspan="2" height="25">{L_SEARCH_USERNAME}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="2"><span class="gensmall">{L_SEARCH_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_USERNAME}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row1">{L_USERNAME}: </span></td>
|
||||
<td class="row1"><input class="post" type="text" name="username" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="gen">{L_EMAIL}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row2">{L_EMAIL}: </td>
|
||||
<td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ICQ_NUMBER}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row1">{L_ICQ_NUMBER}: </td>
|
||||
<td class="row1"><input class="post" type="text" name="icq" value="{ICQ}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="gen">{L_AIM}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row2">{L_AIM}: </td>
|
||||
<td class="row2"><input class="post" type="text" name="aim" value="{AIM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_YAHOO}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row1">{L_YAHOO}: </td>
|
||||
<td class="row1"><input class="post" type="text" name="yahoo" value="{YAHOO}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="gen">{L_MESSENGER}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row2">{L_MESSENGER}: </td>
|
||||
<td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_JOINED}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row1">{L_JOINED}: </td>
|
||||
<td class="row1"><select name="joined_select">{S_JOINED_TIME_OPTIONS}</select> <input class="post" type="text" name="joined" value="{JOINED}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="gen">{L_ACTIVE}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row2">{L_ACTIVE}: </td>
|
||||
<td class="row2"><select name="active_select">{S_ACTIVE_TIME_OPTIONS}</select> <input class="post" type="text" name="active" value="{ACTIVE}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_POSTS}: </span></td>
|
||||
<tr class="gen">
|
||||
<td class="row1"><span>{L_POSTS}: </td>
|
||||
<td class="row1"><select name="count_select">{S_COUNT_OPTIONS}</select> <input class="post" type="text" name="count" value="{COUNT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><span class="gen">{L_SORT_BY}: </span></td>
|
||||
<td class="row2">{L_SORT_BY}: </td>
|
||||
<td class="row2" valign="middle" nowrap="nowrap"><span class="genmed">{S_SORT_OPTIONS} {S_ORDER_SELECT}</span> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -87,22 +86,21 @@ function marklist(status)
|
|||
|
||||
<!-- IF S_SEARCH_USER --><form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false"><!-- ELSE --><form method="post" action="{S_MODE_ACTION}"><!-- ENDIF --><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
||||
<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" /></span></td>
|
||||
<td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<th height="25" class="thCornerL" nowrap="nowrap">#</th>
|
||||
<th class="thTop" nowrap="nowrap"> </th>
|
||||
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
|
||||
<th class="thTop" nowrap="nowrap">{L_EMAIL}</th>
|
||||
<th class="thTop" nowrap="nowrap">{L_FROM}</th>
|
||||
<th class="thTop" nowrap="nowrap">{L_JOINED}</th>
|
||||
<th class="thTop" nowrap="nowrap">{L_POSTS}</th>
|
||||
<th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th>
|
||||
<!-- IF S_SEARCH_USER --><th width="2%" class="thCornerR" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
|
||||
<th height="25" nowrap="nowrap">#</th>
|
||||
<th nowrap="nowrap"> </th>
|
||||
<th nowrap="nowrap">{L_USERNAME}</th>
|
||||
<th nowrap="nowrap">{L_EMAIL}</th>
|
||||
<th nowrap="nowrap">{L_FROM}</th>
|
||||
<th nowrap="nowrap">{L_JOINED}</th>
|
||||
<th nowrap="nowrap">{L_POSTS}</th>
|
||||
<th nowrap="nowrap">{L_WEBSITE}</th>
|
||||
<!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- BEGIN memberrow -->
|
||||
<!-- IF memberrow.S_ROW_COUNT is even -->
|
||||
|
@ -110,26 +108,26 @@ function marklist(status)
|
|||
<!-- ELSE -->
|
||||
<tr class="row1">
|
||||
<!-- ENDIF -->
|
||||
<td align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td>
|
||||
<td align="center"> {memberrow.PM_IMG} </td>
|
||||
<td align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td>
|
||||
<td align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
|
||||
<td align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
|
||||
<td align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td>
|
||||
<td align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td>
|
||||
<td align="center"> {memberrow.WWW_IMG} </td>
|
||||
<!-- IF S_SEARCH_USER --><td align="center" valign="middle"><span class="gensmall"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></span></td><!-- ENDIF -->
|
||||
<td class="gen" align="center"> {memberrow.ROW_NUMBER} </td>
|
||||
<td class="gen" align="center"> {memberrow.PM_IMG} </td>
|
||||
<td class="gen" align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>
|
||||
<td class="gen" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.FROM}</td>
|
||||
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"> {memberrow.JOINED} </td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.POSTS}</td>
|
||||
<td class="gen" align="center"> {memberrow.WWW_IMG} </td>
|
||||
<!-- IF S_SEARCH_USER --><td align="center" valign="middle"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- END memberrow -->
|
||||
<tr>
|
||||
<td class="catbottom" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28" align="right"><!-- IF S_SEARCH_USER --><input class="liteoption" type="submit" value="{L_SELECT_MARKED}" /><!-- ENDIF --></td>
|
||||
<td class="cat" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28" align="center"><!-- IF S_SEARCH_USER --><input class="liteoption" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}:</span> {S_MODE_SELECT} <span class="gensmall">{L_ORDER}</span> {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" /><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
|
||||
<td align="right"><span class="gensmall"><!-- IF S_SEARCH_USER --><b><span class="gensmall"><a href="javascript:marklist(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><br /><!-- ENDIF -->{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
|
||||
<td class="nav" valign="top">{PAGE_NUMBER}</td>
|
||||
<td align="right"><span class="gensmall"><!-- IF S_SEARCH_USER --><b><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><br /><!-- ENDIF -->{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</script>
|
||||
<!-- ENDIF -->
|
||||
</head>
|
||||
<body style="background: white url('templates/subSilver/images/background.png') repeat-x;">
|
||||
<body>
|
||||
|
||||
<a name="top"></a>
|
||||
|
||||
|
|
|
@ -40,8 +40,7 @@ h1 {
|
|||
}
|
||||
|
||||
h3 {
|
||||
font: bold 120% Verdana, serif;
|
||||
line-height: 120%;
|
||||
font: bold 120%/120% Verdana, serif;
|
||||
}
|
||||
|
||||
/* --------------------------- */
|
||||
|
@ -54,8 +53,9 @@ h3 {
|
|||
/* header cell */
|
||||
th {
|
||||
height: 25px;
|
||||
color: #FFA34F;
|
||||
font: bold 70%;
|
||||
color: #FFA34F;
|
||||
font-size: 70%;
|
||||
font-weight:bold;
|
||||
background: #006699 url('templates/subSilver/images/cellpic3.gif');
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@ a.copyright:hover {
|
|||
|
||||
input, textarea, select {
|
||||
color: black;
|
||||
font: normal 70% Verdana, Arial, Helvetica, sans-serif;
|
||||
font: normal 70% Verdana, Helvetica, sans-serif;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
|
@ -132,7 +132,7 @@ input.post, textarea.post, select {
|
|||
/* The buttons used for bbCode styling in message post */
|
||||
input.button {
|
||||
color: black;
|
||||
font: 70% Verdana, Arial, Helvetica, sans-serif;
|
||||
font: normal 70% Verdana, Helvetica, sans-serif;
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
|
@ -175,12 +175,13 @@ hr {
|
|||
|
||||
.titles {
|
||||
color: black;
|
||||
font: 140% Verdana, Arial, Helvetica, serif;
|
||||
font: normal 140% Verdana, Arial, Helvetica, serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.cattitle {
|
||||
font: bold 80%;
|
||||
font-size: 80%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* Main table cell colours and backgrounds */
|
||||
|
@ -219,19 +220,22 @@ span.hilit {
|
|||
/* Forum title: Text and link to the forums used in: index.php */
|
||||
.forumlink {
|
||||
color: #006699;
|
||||
font: bold 80%;
|
||||
font-size: 80%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
|
||||
.nav {
|
||||
color: black;
|
||||
font: bold 65%;
|
||||
font-size: 65%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* titles for the topics: could specify viewed link colour too */
|
||||
.topictitle {
|
||||
color: black;
|
||||
font: bold 82%;
|
||||
font-size: 82%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* Name of poster in viewmsg.php and viewtopic.php and other places */
|
||||
|
@ -254,15 +258,14 @@ span.hilit {
|
|||
/* Quote & Code blocks */
|
||||
.code {
|
||||
color: #006600;
|
||||
font: 80% 'Courier New', courier;
|
||||
font: normal 80% 'Courier New', monospace;
|
||||
border: #D1D7DC 1px solid;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.quote {
|
||||
color: #444;
|
||||
font: 80% Verdana, Arial, Helvetica, sans-serif;
|
||||
line-height: 125%;
|
||||
font: normal 80%/125% Verdana, Arial, Helvetica, sans-serif;
|
||||
border: #D1D7DC solid 1px;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
@ -270,7 +273,7 @@ span.hilit {
|
|||
/* Copyright and bottom info */
|
||||
.copyright {
|
||||
color: #444;
|
||||
font: 60% Verdana, Arial, Helvetica, sans-serif;
|
||||
font: normal 60% Verdana, Arial, Helvetica, sans-serif;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<!-- BEGIN forumrow -->
|
||||
<!-- IF forumrow.S_IS_CAT -->
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></td>
|
||||
<td class="cat" colspan="5" height="28"><a class="cattitle" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></td>
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
<tr>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td class="gen" width="35%" height="29"> <a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a> </td>
|
||||
<td class="gen" width="35%" height="28"> <a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a> </td>
|
||||
<td class="gen" width="25%" align="center" nowrap="nowrap"> {reg_user_row.LASTUPDATE} </td>
|
||||
<td class="gen" width="40%"> <a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td>
|
||||
</tr>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td class="gen" width="35%"> {guest_user_row.USERNAME} </td>
|
||||
<td class="gen" width="35%" height="28"> {guest_user_row.USERNAME} </td>
|
||||
<td class="gen" width="25%" align="center" nowrap="nowrap"> {guest_user_row.LASTUPDATE} </td>
|
||||
<td class="gen" width="40%"> <a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a> </td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue