Part 2:
/* Styles for the standard button lists.
------------------------------------------------------- */
.buttonlist ul
{
background: url(../images/maintab_first.png) no-repeat scroll left bottom;
padding: 0 0 0 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
display: inline;
}
.buttonlist ul li a, .buttonlist_bottom ul li a
{
float: left;
display: block;
color: #fff;
font-size: 0.8em;
font-family: tahoma, sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
color: #e0e0ff;
}
.buttonlist ul li a span
{
background: url(../images/maintab_back.png) repeat-x bottom left;
display: block;
padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a:hover span
{
color: yellow;
}
.buttonlist ul li.last a span
{
background: url(../images/maintab_last.png) no-repeat bottom right;
padding: 0.1em 1em 0.5em 0.5em;
}
.buttonlist ul li.active a span em
{
padding: 0.1em 0.5em 0.5em 0.5em;
display: block;
font-style: normal;
color: black;
background: url(../images/maintab_active_back.png) repeat-x bottom right;
}
.buttonlist ul li.active a:hover span em
{
color: red;
}
.buttonlist ul li.active a span
{
background: url(../images/maintab_active_first.png) no-repeat bottom left;
padding: 0 0 0 8px;
}
.buttonlist ul li.last.active
{
float: left;
background: url(../images/maintab_last.png) no-repeat bottom right;
padding: 0 8px 0 0;
}
.buttonlist ul li.active a
{
background: url(../images/maintab_active_last.png) no-repeat bottom right;
padding-right: 8px;
}
/* For links that are basically submit buttons. */
.buttonlist_submit
{
background: transparent;
color: #fff;
text-transform: uppercase;
vertical-align: top;
text-decoration: none;
font-size: 9px;
font-family: tahoma, sans-serif;
border: 0;
}
.buttonlist_submit:hover
{
color: #e0e0ff;
}
/* ..for the "bottom" menu */
.buttonlist_bottom ul
{
background: url(../images/mirrortab_first.png) no-repeat scroll left top;
padding: 0 0 0 10px;
}
.buttonlist_bottom ul li a span
{
background: url(../images/mirrortab_back.png) repeat-x top left;
display: block;
padding: 0.4em 0.5em 0.2em 0.5em;
}
.buttonlist_bottom ul li a:hover span
{
color: yellow;
}
.buttonlist_bottom ul li.last a span
{
background: url(../images/mirrortab_last.png) no-repeat top right;
padding: 0.4em 1em 0.2em 0.5em;
}
.buttonlist_bottom ul li.active a span em
{
padding: 0.4em 0.5em 0.2em 0.5em;
display: block;
font-style: normal;
color: black;
background: url(../images/mirrortab_active_back.png) repeat-x top right;
}
.buttonlist_bottom ul li.active a:hover span em
{
color: red;
}
.buttonlist_bottom ul li.active a span
{
background: url(../images/mirrortab_active_first.png) no-repeat top left;
padding: 0 0 0 8px;
}
.buttonlist_bottom ul li.lastactive
{
float: left;
background: url(../images/mirrortab_last.png) no-repeat top right;
padding: 0 8px 0 0;
}
.buttonlist_bottom ul li.active a
{
background: url(../images/mirrortab_active_last.png) no-repeat top right;
padding-right: 8px;
}
/* The old-style button strips, with images */
.oldbuttonlist
{
text-align: right;
padding: 0.5em;
}
/* a smaller quick-button list */
ul.quickbuttons
{
margin: 0.9em 11px 0 0;
clear: right;
float: right;
text-align: right;
}
ul.quickbuttons li
{
float: left;
display: inline;
margin: 0 0 0 11px;
}
ul.quickbuttons li a
{
padding: 0 0 0.7em 20px;
display: block;
height: 20px;
font: bold 0.85em/18px arial, sans-serif;
float: left;
}
ul.quickbuttons li.quote_button
{
background: url(../images/buttons/mutcd_quote.png) no-repeat 0 0;
}
ul.quickbuttons li.remove_button
{
background: url(../images/buttons/mutcd_delete.png) no-repeat 0 0;
}
ul.quickbuttons li.modify_button
{
background: url(../images/buttons/mutcd_edit.png) no-repeat 0 0;
}
ul.quickbuttons li.approve_button
{
background: url(../images/buttons/mutcd_approve.png) no-repeat 0 0;
}
ul.quickbuttons li.restore_button
{
background: url(../images/buttons/restore_topic.gif) no-repeat 0 0;
}
ul.quickbuttons li.split_button
{
background: url(../images/buttons/mutcd_split.png) no-repeat 0 0;
}
ul.quickbuttons li.reply_button
{
background: url(../images/buttons/mutcd_reply.png) no-repeat 0 0;
}
ul.quickbuttons li.reply_all_button
{
background: url(../images/buttons/mutcd_reply.png) no-repeat 0 0;
}
ul.quickbuttons li.notify_button
{
background: url(../images/buttons/mutcd_notify_sm.png) no-repeat 0 0;
}
ul.quickbuttons li.inline_mod_check
{
margin: 0 0 0 5px;
}
.generic_tab_strip
{
margin: 0 1em 2em;
}
.generic_tab_strip .buttonlist
{
float: left !important;
}
/* the navigation list */
ul#navigation
{
margin: 0;
font-size: 0.9em;
padding: 1em 0.4em;
}
ul#navigation li
{
float: none;
font-size: 0.95em;
display: inline;
}
/* Styles for the general looks for the Core theme.
------------------------------------------------------- */
/* this is the main container surrounding everything, use this to set forum width, font-sizeetc. */
#mainframe
{
font-size: 85%;
width: 95%;
margin: auto;
}
/* the forum name or logo */
h1#forum_name
{
padding: 0.6em 0 0.6em 0;
margin: 0;
font-family: Verdana, sans-serif;
font-size: 135%;
color: #fff;
}
/* The greeting section */
#greeting_section
{
padding: 0.7em 0.4em 0.7em 0.4em;
clear: both;
}
#greeting_section li
{
font-weight: normal;
}
#greeting_section li#name
{
padding-left: 0.5em;
}
#greeting_section li em
{
font-style: normal;
font-weight: bold;
}
/* user section with all relevant links */
#user_section
{
padding: 1px;
margin: 1px 0 0 0;
font-size: 90%;
}
#user_section ul, #user_section form
{
padding: 0.5em 0.7em 0.5em 0.7em;
}
/* the avatar, located to the left */
#user_section #myavatar
{
padding: 0.7em;
border-right: 1px solid #adadad;
margin: 0 0.5em 0 0;
float: left;
background-color: #252525;
}
/* the news and search areas */
#news_section
{
clear: both;
font-size: 0.8em;
padding: 0.5em 1em 0.5em 1em;
}
#random_news h3
{
margin-right: 1em;
font-size: 0.85em;
display: inline;
color: white;
}
#random_news p
{
margin: 0;
padding: 0;
display: inline;
}
/* The main menu. */
.main_menu
{
padding-left: 1em;
}
.main_menu ul
{
list-style: none;
padding: 0;
margin: 0;
background: url(../images/maintab_first.png) no-repeat bottom left;
padding-left: 10px;
}
.main_menu li
{
margin: 0;
padding: 0;
display: inline;
}
.main_menu li a:link, .main_menu li a:visited
{
float: left;
display: block;
color: #fc0;
font-size: 0.8em;
font-family: tahoma, sans-serif;
text-transform: uppercase;
}
.main_menu li a:hover
{
color: #ffcc00;
text-decoration: none;
}
.main_menu li a span
{
background: url(../images/maintab_back.png) repeat-x bottom left;
display: block;
padding: 0.1em 0.5em 0.5em 0.5em;
}
.main_menu li a:hover span
{
color: #ffcc00;
}
.main_menu li.last a span
{
background: url(../images/maintab_last.png) no-repeat bottom right;
padding: 0.1em 1em 0.5em 0.5em;
}
.main_menu li.active a span em
{
padding: 0.1em 0.5em 0.5em 0.5em;
display: block;
font-style: normal;
color: #00aa00;
background: url(../images/maintab_active_back.png) repeat-x bottom right;
}
.main_menu li.active a:hover span em
{
color: red;
}
.main_menu li.active a span
{
background: url(../images/maintab_active_first.png) no-repeat bottom left;
padding: 0 0 0 8px;
}
.main_menu li.last.active
{
float: left;
background: url(../images/maintab_last.png) no-repeat bottom right;
padding: 0 8px 0 0;
}
/* IE6 doesn't support multiple class selectors */
.main_menu li.lastactive
{
float: left;
padding: 0 8px 0 0;
background: url(../images/maintab_last.png) no-repeat bottom right;
}
.main_menu li.active a
{
background: url(../images/maintab_active_last.png) no-repeat bottom right;
padding-right: 8px;
}
/* the linktree */
ul.linktree
{
clear: both;
width: 100%;
list-style: none;
margin: 0;
padding: 1.5em 0.5em 0.5em 0.5em;
overflow: hidden;
color: #808080;
}
ul.linktree li
{
float: left;
padding: 0 0.5em 0 0;
font-size: 0.85em;
}
ul.linktree li a
{
color: #fff;
}
ul.linktree li a:hover
{
color: yellow;
}
ul.linktree li span
{
font-weight: bold;
}
/* the footer area */
#footerarea
{
padding: 1em 0 2em 0;
text-align: center;
color: #fff;
}
#footerarea ul
{
margin: 0 auto 0 auto;
}
#footerarea ul li
{
text-align: center;
display: inline;
border-right: 1px solid #888;
margin: 0;
padding: 0 4px 0 2px;
}
#footerarea a
{
color: #fc0;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copyright
{
display: block;
line-height: 0;
font-size: small;
padding: 1em;
}
#footerarea ul li.copyright, #footerarea ul li.last
{
border-right: none;
}
/* page created in.. */
#footerarea p
{
clear: both;
text-align: left;
padding-left: 0.5em;
}
p#show_loadtime
{
display: block;
text-align: center;
}
/* the upshrink buttons */
#upshrink, #advsearch
{
margin: 0 1ex;
}
/* Styles for a typical table.
------------------------------------------------------- */
table.table_list
{
width: 100%;
}
table.table_list p
{
padding: 0;
margin: 0;
}
table.table_list td,table.table_list th
{
padding: 5px;
}
table.table_list tbody.header td
{
padding: 0;
}
table.table_list tbody.content td.stats
{
font-size: 90%;
width: 15%;
text-align: center;
}
table.table_list tbody.content td.lastpost
{
line-height: 1.2em;
font-size: 85%;
width: 24%;
}
table.table_list tbody.content td.icon
{
text-align: center;
width: 6%;
}
/* Styles for headers.
------------------------------------------------------- */
/* Styles for headers used in Curve templates. */
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, div.titlebg, .table_list tbody.header td
{
overflow: hidden;
line-height: 2em;
font-weight: bold;
}
h3.titlebg, h4.titlebg
{
border-left: 1px solid #adadad;
border-right: 1px solid #adadad;
}
h3.titlebg, h4.catbg
{
padding: 0 0.5em !important;
}
h3.catbg img.icon, div.titlebg img.icon, h3.catbg img
{
float: left;
margin: 5px 8px 0 0;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #ccc;
font-style: normal;
background: url(../images/titlebg.png) #454545 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg
{
font-weight: bold;
color: white;
font-style: normal;
text-decoration: none;
}
.titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #ff6600;
font-style: normal;
text-decoration: none;
}
.titlebg a:hover
{
color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #ffcc00;
font-style: normal;
text-decoration: none;
}
.titlebg2 a:hover
{
text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
background: url(../images/asphalt.jpg) #444444 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2, tr.catbg2 td
{
background: url(../images/asphalt.jpg) #444444 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: 1px solid #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #ff0000;
}
/* Styles for the board index.
------------------------------------------------- */
p#stats
{
text-align: right;
}
h3#newsfader
{
font-size: 1em;
}
#smfNewsFader
{
font-weight: bold;
line-height: 1.4em;
padding: 1em;
font-size: 1em;
text-align: center;
}
#upshrink_ic
{
margin-right: 2ex;
text-align: right;
}
.categoryframe
{
margin-top: 0.4em;
}
.categoryframe h3
{
margin: 0;
}
table.boardsframe
{
width: 100%;
}
table.boardsframe td.icon
{
text-align: center;
padding: 0.5em;
width: 6%;
}
table.boardsframe td.info
{
width: 60%;
padding: 0;
}
table.boardsframe td.info h4
{
padding: 0.4em 0.4em 0 0.4em;
margin: 0;
}
table.boardsframe td.info p
{
padding: 0 0.4em 0.5em 0.4em;
margin: 0;
}
table.boardsframe td.info p.moderators
{
font-size: 0.8em;
font-family: verdana, sans-serif;
}
table.boardsframe td.stats
{
width: 8%;
vertical-align: middle;
text-align: center;
}
table.boardsframe td.lastpost
{
width: 20%;
vertical-align: top;
padding: 0.5em;
}
#posticons
{
clear: both;
width: 100%;
}
#posticons .buttonlist
{
margin-right: 1em;
float: right;
}
/* the newsfader */
#smfFadeScroller
{
text-align: center;
overflow: auto;
color: #000000; /* shouldn't be shorthand style due to JS bug in IE! */
}
/* Styles for the info center on the board index.
---------------------------------------------------- */
#infocenterframe
{
margin-top: 2em;
clear: both;
}
/* each section in infocenter has this class */
.infocenter_section
{
clear: both;
}
.infocenter_section p.section
{
display: block;
margin: 0;
width: 30px;
text-align: center;
float: left;
padding: 0.5em 0 0 0;
}
.infocenter_section div.sectionbody
{
margin-left: 30px;
padding: 0.3em;
border-left: 1px solid #a0a0a0;
min-height: 25px;
height: auto !important;
}
/* recent posts - or just one recent post */
dl#infocenter_recentposts
{
float: left;
width: 100%;
padding: 0;
margin: 0;
}
dl#infocenter_recentposts dt
{
clear: left;
float: left;
padding: 0.1em;
width: 68%;
white-space: nowrap;
overflow: hidden;
}
dl#infocenter_recentposts dd
{
clear: right;
float: right;
padding: 0.1em;
width: 25%;
text-align: right;
white-space: nowrap;
overflow: hidden;
}
/* login form */
form#infocenter_login ul.horizlist label
{
white-space: nowrap;
font-size: 90%;
font-weight: bold;
}
/* Styles for the message (topic) index.
---------------------------------------------------- */
#childboards table
{
width: 100%;
}
.modbuttons
{
clear: both;
width: 100%;
}
.buttonlist, .buttonlist_bottom
{
margin-right: 1em;
float: right;
}
#messageindex td.icon1, #messageindex td.icon2
{
text-align: center;
padding: 0.5em;
width: 5%;
}
#messageindex td.subject
{
padding: 0.5em;
}
#messageindex td.starter
{
text-align: center;
padding: 0.5em;
width: 14%;
}
#messageindex td.replies
{
text-align: center;
padding: 0.5em;
width: 4%;
}
#messageindex td.views
{
text-align: center;
padding: 0.5em;
width: 4%;
}
#messageindex td.lastpost
{
padding: 0.5em;
width: 22%;
}
#messageindex td.moderation
{
text-align: center;
padding: 0.5em;
width: 4%;
}
#topic_icons p
{
display: block;
padding: 0.5em 0.5em 0.1em 0.5em;
margin: 0;
border-bottom: none;
font-weight: normal !important;
}
#topic_icons ul
{
display: block;
padding: 0.5em 1em 0.1em 1em;
margin: 0;
border-bottom: none;
font-weight: normal !important;
}
#message_index_jump_to
{
margin: 2em 4em 0 2em;
}
.lastpost img
{
float: right;
}
/* Styles for the display template (topic view).
---------------------------------------------------- */
.linked_events
{
clear: both;
margin: 1em 0;
}
.linked_events .edit_event
{
color: #f00;
}
#moderationbuttons
{
margin-left: 0.5em;
}
#postbuttons .nav, #postbuttons_lower .nav
{
margin: 0.5em 0.5em 0 0;
text-align: right;
}
#postbuttons_lower .nav
{
margin: 0 0.5em 0.5em 0;
}
#postbuttons, #postbuttons_lower
{
text-align: right;
}
/* Poll question */
h4#pollquestion
{
padding: 1em 0 1em 2em;
}
/* Poll vote options */
#poll_options ul.options
{
border-top: 1px solid #696969;
padding: 1em 2.5em 0 2em;
margin: 0 0 1em 0;
}
#poll_options div.submitbutton
{
clear: both;
padding: 0 0 1em 2em;
}
#poll_options div.submitbutton.border
{
border-bottom: 1px solid #696969;
margin: 0 0 1em 0;
}
/* Poll results */
#poll_options dl.options
{
border: solid #808080;
border-width: 1px 0;
padding: 1em 2.5em 0 2em;
margin: 0 0 1em 0;
}
#poll_options dl.options dt.voted
{
font-weight: bold;
}
#poll_options dl.options dd
{
margin: 0.5em 0 1em 0;
}
/* Poll notices */
#poll_options p
{
margin: 0 1.5em 0.2em 1.5em;
padding: 0 0.5em 0.5em 0.5em;
}
div#pollmoderation
{
margin: -1em 0 0 2em;
padding: 0;
}
.approve_post
{
margin: 2ex;
padding: 1ex;
border: 2px dashed #cc3344;
color: #000;
font-weight: bold;
}
#forumposts h3.catbg3
{
font-weight: normal;
padding: 0.4em;
overflow: hidden;
}
#forumposts h3.catbg3 img
{
float: left;
vertical-align: middle;
}
#forumposts h3.catbg3 span
{
float: left;
padding-left: 2%;
}
#forumposts h3.catbg3 span#top_subject
{
padding-left: 9.5em;
}
.poster
{
width: 17em;
float: left;
}
.post
{
clear: right;
}
img.smiley
{
vertical-align: bottom;
}
.postarea
{
margin-left: 17.5em;
}
.messageicon
{
float: left;
margin: 0 0.5em 0.5em 0;
}
.messageicon img
{
padding: 6px 3px;
}
.keyinfo
{
float: left;
clear: none;
width: 50%;
min-height: 3em;
}
ul.postingbuttons
{
float: right;
padding: 0 0.5em 0 0;
}
ul.postingbuttons li
{
float: left;
margin: 0 0.5em 0 0;
}
.modifybutton
{
float: right;
margin: 0 0.5em 0.5em 0;
font: bold 0.85em arial, sans-serif;
color: #476c8e;
}
.attachments
{
padding-top: 1em;
overflow: auto;
}
.attachments hr
{
clear: both;
margin: 1em 0 1em 0;
}
.postfooter
{
margin-left: 17.5em;
}
.topborder
{
border-top: 1px solid #bbb;
}
.moderatorbar
{
clear: right;
margin: 1em 0 0 17.5em;
}
#pollmoderation, #moderationbuttons_strip
{
float: left;
}
/* Styles for the quick reply area.
---------------------------------------------------- */
#quickReplyOptions #quickReplyWarning
{
border: none;
text-align: left;
margin: 0;
width: 25%;
float: left;
}
#quickReplyOptions #quickReplyContent
{
text-align: right;
float: left;
width: 67.5%;
padding: 1em;
border-left: 1px solid #aaa;
}
#quickReplyOptions #quickReplyContent textarea, #quickReplyOptions #quickReplyContent input
{
margin-bottom: .5em;
}
#quickReplyWarning
{
width: 20%;
float: left;
padding: 0.5em 1em;
}
#quickReplyContent
{
width: 75%;
float: right;
padding: 0.5em 0;
}
#quickReplyOptions .roundframe
{
overflow: hidden;
}
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
}
/* The jump to box */
#display_jump_to
{
clear: both;
padding: 5px;
}
/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator
{
display: none;
}
/* Styles for edit post section
---------------------------------------------------- */
form#postmodify .roundframe
{
padding: 0 12%;
}
#post_header
{
margin-bottom: 0.5em;
padding: 0.5em;
overflow: hidden;
}
#post_header dt
{
float: left;
margin: 0;
padding: 0;
width: 15%;
margin: .3em 0;
font-weight: bold;
}
#post_header dd
{
float: left;
margin: 0;
padding: 0;
width: 83%;
margin: .3em 0;
}
#post_header img
{
vertical-align: middle;
}
ul.post_options
{
margin: 0 0 0 1em;
padding: 0;
list-style: none;
overflow: hidden;
}
ul.post_options li
{
margin: 0.2em 0;
width: 49%;
float: left;
}
#postAdditionalOptionsHeader
{
margin-top: 1em;
}
#postMoreOptions
{
border-bottom: 1px solid #666;
padding: 0.5em;
}
#postAttachment, #postAttachment2
{
overflow: hidden;
margin: .5em 0;
padding: 0;
border-bottom: 1px solid #666;
padding: 0.5em;
}
#postAttachment dd, #postAttachment2 dd
{
margin: .3em 0 .3em 1em;
}
#postAttachment dt, #postAttachment2 dt
{
font-weight: bold;
}
#postAttachment3
{
margin-left: 1em;
}
#post_confirm_strip, #shortcuts
{
padding: 1em 0 0 0;
}
.post_verification
{
margin-top: .5em;
}
.post_verification #verification_control
{
margin: .3em 0 .3em 1em;
}
/* The BBC buttons */
#bbcBox_message
{
margin: 1em 0 0.5em 0;
}
#bbcBox_message div
{
margin: 0.2em 0;
vertical-align: top;
}
#bbcBox_message div img
{
margin: 0 1px 0 0;
vertical-align: top;
}
#bbcBox_message select
{
margin: 0 2px;
}
/* The smiley strip */
#smileyBox_message
{
margin: 0.75em 0 0.5em 0;
}