diff options
-rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 15 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/memberlist_body.html | 12 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_attachments.html | 8 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewforum_body.html | 6 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewonline_body.html | 6 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 20 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 70 |
7 files changed, 67 insertions, 70 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 2a4da372dd..b7e54805b8 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -9,7 +9,7 @@ <!-- BEGIN listitem_close --></li><!-- END listitem_close --> <!-- BEGIN quote_username_open --> -<div class="quotetitle"><b>{USERNAME} {L_WROTE}:</b></div><div class="quotecontent"> +<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent"> <!-- END quote_username_open --> <!-- BEGIN quote_open --> @@ -29,20 +29,11 @@ <!-- END code_close --> <!-- BEGIN inline_attachment_open --> -</div> -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row3"><b class="genmed">{L_ATTACHMENT}: </b></td> - </tr> - <tr> - <td class="row2"> +<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent"> <!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --> - </td> - </tr> -</table> -<div class="postbody"> +</div> <!-- END inline_attachment_close --> diff --git a/phpBB/styles/subSilver/template/memberlist_body.html b/phpBB/styles/subSilver/template/memberlist_body.html index 2e166a3baa..bfe80719cf 100644 --- a/phpBB/styles/subSilver/template/memberlist_body.html +++ b/phpBB/styles/subSilver/template/memberlist_body.html @@ -30,13 +30,13 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> <th nowrap="nowrap">#</th> - <th nowrap="nowrap" width="25%" align="left"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> - <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th> - <th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th> - <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_RANK}">{L_RANK}</a></th> + <th nowrap="nowrap" width="25%" align="left"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> + <th nowrap="nowrap" width="15%"><a href="{U_SORT_JOINED}">{L_JOINED}</a></th> + <th nowrap="nowrap" width="10%"><a href="{U_SORT_POSTS}">{L_POSTS}</a></th> + <th nowrap="nowrap" width="15%"><a href="{U_SORT_RANK}">{L_RANK}</a></th> <th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th> - <th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_EMAIL}">{L_EMAIL}</a></th> - <th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th> + <th nowrap="nowrap" width="11%"><a href="{U_SORT_EMAIL}">{L_EMAIL}</a></th> + <th nowrap="nowrap" width="11%"><a href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th> <!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF --> </tr> <!-- BEGIN memberrow --> diff --git a/phpBB/styles/subSilver/template/ucp_attachments.html b/phpBB/styles/subSilver/template/ucp_attachments.html index f30aa6a156..32baa95701 100644 --- a/phpBB/styles/subSilver/template/ucp_attachments.html +++ b/phpBB/styles/subSilver/template/ucp_attachments.html @@ -7,10 +7,10 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> <th nowrap="nowrap">#</th> - <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th> + <th nowrap="nowrap" width="15%"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th> <th width="2%" nowrap="nowrap">{L_DELETE}</th> </tr> <!-- IF TOTAL_ATTACHMENTS --> diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index b629091829..35b7626604 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -42,13 +42,14 @@ <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td> <!-- ENDIF --> <td class="row1"> + <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} + <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> <!-- IF topicrow.S_TOPIC_UNAPPROVED --> <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --> <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> - <p class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p> <!-- IF topicrow.PAGINATION --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p> <!-- ENDIF --> @@ -161,13 +162,14 @@ <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td> <!-- ENDIF --> <td class="row1"> + <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} + <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></p> <!-- IF topicrow.S_TOPIC_UNAPPROVED --> <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --> <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> - <p class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p> <!-- IF topicrow.PAGINATION --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p> <!-- ENDIF --> diff --git a/phpBB/styles/subSilver/template/viewonline_body.html b/phpBB/styles/subSilver/template/viewonline_body.html index 7f98ddaed5..0a7ca9d35b 100644 --- a/phpBB/styles/subSilver/template/viewonline_body.html +++ b/phpBB/styles/subSilver/template/viewonline_body.html @@ -17,9 +17,9 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> - <th width="40%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> - <th width="20%"><a class="th" href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th> - <th width="40%"><a class="th" href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th> + <th width="40%"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> + <th width="20%"><a href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th> + <th width="40%"><a href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th> </tr> <!-- BEGIN user_row --> <tr> diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 619b283dbd..c41031ba62 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -109,13 +109,16 @@ {S_HIDDEN_FIELDS}</form></td> </tr> <!-- ENDIF --> + </table> + + <!-- BEGIN postrow --> + <table class="tablebg" width="100%" cellspacing="1"> + <!-- IF postrow.S_FIRST_ROW --> <tr> - <th width="150" nowrap="nowrap">{L_AUTHOR}</th> - <th nowrap="nowrap">{L_MESSAGE}</th> + <th>{L_AUTHOR}</th> + <th>{L_MESSAGE}</th> </tr> - - <!-- BEGIN postrow --> - + <!-- ENDIF --> <!-- IF postrow.S_ROW_COUNT is even --> <tr class="row1"> <!-- ELSE --> @@ -266,9 +269,10 @@ <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> - - <!-- END postrow --> - + </table> + <!-- END postrow --> + + <table width="100%" cellspacing="1" class="tablebg"> <tr align="center"> <td class="cat" colspan="2"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td> </tr> diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 14c4d0764a..8709f0f665 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -34,10 +34,6 @@ body { margin: 0; } -li { - margin-left: 25px; -} - #wrapheader { height: 120px; background-image: url('./images/background.gif'); @@ -113,7 +109,7 @@ h2 { h3 { font-size: 1.3em; font-weight: bold; - font-family: Verdana, serif; + font-family: Arial, Helvetica, sans-serif; line-height: 120%; } h4 { @@ -158,20 +154,9 @@ p.searchbarreg { float: right; white-space: nowrap; } -a.forumlink { - color: #069; - font-weight: bold; - font-family: Arial, Verdana, sans-serif; - font-size: 1.2em; - } p.forumdesc { padding-bottom: 4px; } -p.topictitle { - margin: 1px 0px; - display: inline; - font-weight: bold; - } p.topicauthor { margin: 1px 0px; } @@ -198,6 +183,9 @@ p.postapprove { line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; } +.postbody li { + margin-left: 1.5em; + } .posthilit { background-color: yellow; } @@ -233,7 +221,7 @@ p.postapprove { font-family: Verdana, Arial, Helvetica, sans-serif; } .titles { - font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.3em; text-decoration: none; @@ -331,24 +319,27 @@ a:hover { color: #D46400; text-decoration: underline; } -a.topictitle:visited { - color: #5493B4; - text-decoration: none; +a.forumlink { + color: #069; + font-weight: bold; + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; + font-size: 1.2em; } -a.th:link { - color: #FFA34F; - text-decoration: none; +a.topictitle { + margin: 1px 0px; + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; + font-weight: bold; + font-size: 1.2em; } -a.th:active { - color: #FFA34F; +a.topictitle:visited { + color: #5493B4; text-decoration: none; } -a.th:visited { - color: #FFA34F; +th a, th a:visited { + color: #FFA34F !important; text-decoration: none; } -a.th:hover { - color: #FFA34F; +th a:hover { text-decoration: underline; } @@ -432,7 +423,7 @@ input.radio { /* BBCode ------------ */ -.quotetitle { +.quotetitle, .attachtitle { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; @@ -440,9 +431,13 @@ input.radio { border-color: #A9B8C2; color: #333333; background-color: #A9B8C2; - font-size: 0.9em; + font-size: 0.85em; + font-weight: bold; + } +.quotetitle .quotetitle { + font-size: 1em; } -.quotecontent { +.quotecontent, .attachcontent { margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2; @@ -455,14 +450,19 @@ input.radio { background-color: #FAFAFA; color: #4B5C77; } +.attachcontent { + font-size: 0.85em; + } .codetitle { margin: 10px 5px 0px 5px; - padding: 4px; + padding: 2px 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: #333333; background-color: #A9B8C2; + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 0.8em; } .codecontent { margin: 0px 5px 10px 5px; @@ -472,8 +472,8 @@ input.radio { border-style: solid; font-weight: normal; color: #006600; - font-size: 1em; - font-family: 'Courier New', monospace; + font-size: 0.85em; + font-family: Monaco, 'Courier New', monospace; background-color: #FAFAFA; } .syntaxbg { |