- Posts:
- 16
- Group:
- Admins
- Member
- #1
- Joined:
- Sep 2, 2010
|
ZNR topic: http://resources.zetaboards.com/topic/5114206/
 Original Skin - Preview
Author: Designed by Helena, coded by Cory. Credit goes to Reid and Nicolas for coding assistance. Date Created: 03/11
Theme Preview:

Side Notes: Tidy Blue ZB is a conversion of our experimental InvisionFree skin, and is also made completely without images added to the CSS. The only images are the banner and the forum markers. Tidy Blue ZB has been tested in FireFox 3.6 and FF4, IE 8 & 9, and Chrome. Isues are IE8: serviceable, but CSS3 elements do not appear (gradients, round corners, text and box shadows) In IE9 does better but is missing the gradients and text shadows. Although we provide a gradient version CSS for the InvisionFree skin, we will not be providing it for this one as there are too many issues.
Suffice it to say that this theme is best viewed in FireFox.
This was a difficult conversion, but I think we accomplished the goal. Please report any problems you encounter and we'll do our best to address them.
Edits Allowed? Edits are allowed as long as you add "edited by..." in the copyright.
http://z3.ifrm.com/28122/87/0/p399489/TidyBlueMarkers.zip (includes team icons and forum markers, forum marker image URLs are also in the spoiler below)
Images Navigation Divider: <span style="font-weight: 700">|</span> Goto Top: <span class="blue1">^^^</span> Report Post: <span class="blue1">Report</span> Upload Form Badge: [] Forward PM: <span class="blue1">Forward</span> Events Icon: <img src='http://z3.ifrm.com/static/1/s_calendar.png' alt='Events' /> Stats Icon: <img src='http://z3.ifrm.com/28122/87/0/p396365/FMstats.png' alt='stats' /> Active Users Icon: <img src='http://z3.ifrm.com/28122/87/0/p396357/FMusers.png' alt='users' /> Expand: <span style="font-size: 100%">+</span> Collapse: <span style="font-size: 100%">–</span> Attachment Icon: § Forum Marker: <img src='http://z3.ifrm.com/28122/87/0/p396348/FMnew.png' alt='' /> Forum Marker (No New Posts): <img src='http://z3.ifrm.com/28122/87/0/p396347/FMnonew.png' alt='' /> Password Protected Forum: <img src='http://z3.ifrm.com/28122/87/0/p396840/FMpassprotect.png' alt='' /> Read-only Forum: <img src='http://z3.ifrm.com/28122/87/0/p396839/FMreadonly.png' alt='' /> Redirect Forum: <img src='http://z3.ifrm.com/28122/87/0/p396351/FMredirect.png' alt='Redirect' /> Trash Can: <img src='http://z3.ifrm.com/28122/87/0/p397471/FMtrash.png' alt='Trash' /> New Topic Button: <span class="t_icon">New Topic</span> Add Reply Button: <span class="t_icon">Add Reply</span> Locked Post Button: <span class="t_icon">Locked</span> Poll Only Post Button: <span class="t_icon">New Poll</span> Add Repeating Calendar Event: <span class="t_icon">Add Repeat</span> Add Calendar Event: <span class="t_icon">Add Event</span> Plain Folder: ! Plain Folder (No new posts): <span style="font-size: 100%">o</span> Hot Topic Folder: <span style="color: #E86477">♥ !</span> Hot Topic Folder (No new posts): <span style="color: #E86477">♥</span> Poll Folder: lil ! Poll Folder (No new posts): lil Locked Folder: X Moved Folder: ← Replied Marker: ← Delete Post: <span class="blue1">Delete</span> Edit Post: <span class="blue1">Edit</span> Quote Post: <span class="blue1">Quote</span> Online Member PM Icon: <span class="blue1">On | PM</span> Online Member (No PM): <span class="blue1">On</span> Offline Member PM Icon: <span class="blue1">Off | PM</span> Offline Member PM Icon: <span class="blue1">Off</span> Profile Icon: <span class="blue1">Profile</span> No warnings: ----- Warn (Level 1): X---- Warn (Level 2): XX--- Warn (Level 3): XXX-- Warn (Level 4): XXXX- Full warn level: XXXXX Increase Warning: + Decrease Warning: - Warning Note: Note Warn Note Marker: Note Warn Level Up Marker: Up Warn Level Down Marker: Down
CSS - Code:
-
html, body { background: #D4DFF5; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(212,223,245)), color-stop(0.56, rgb(96,135,172)), color-stop(0.95, rgb(212,223,245))); background-image: -moz-linear-gradient(center bottom, rgb(212,223,245) 12%, rgb(96,135,172) 56%, rgb(212,223,245) 95%); background: -o-linear-gradient(bottom, rgb(212,223,245) 12%, rgb(96,135,172) 56%, rgb(212,223,245) 95%); color: #18446D; font-family: Arial, sans-serif; font-size: 12px; margin: 0; padding: 0; width: 100%; } a { color: #18446D; text-decoration: none; } a:hover { color: #6087AC; text-decoration: none; } hr { background-color: #496987; border: 0; color: #496987; height: 1px; } table { border-spacing: 0; clear: both; empty-cells: show; width: 100%; }
.full_pm { clear: both; }
th, td, .latest_posts div, .latest_posts h4 { border: 1px solid #D4DFF5; } th { background: #D4DFF5; color: #18446D; font-weight: 400; padding: 3px 5px; text-align: left; } td, .latest_posts div, .latest_posts h4, #portal_news h4, #tracker_list .generic td, #tracker_list .row1 td, #tracker_list .row2 td { background: #F1F1F1; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.10, #E0E0E0), color-stop(0.50, #F1F1F1)); background-image: -moz-linear-gradient(center top , #E0E0E0 10%, #F1F1F1 50%); background: -o-linear-gradient(top , #E0E0E0 10%, #F1F1F1 50%); border-top: 1px solid #FCFCFC; border-left: 0; color: #18446D; padding: 5px; } th a, th a:hover { font-weight: 700; } h1 { font-size:200%; } h2, h3 { font-size: 13px; } .category h2, .topic h2, #portal h2, #portal_foot h2, thead th { background: #496987; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #496987), color-stop(0.50, #6087AC), color-stop(1.00, #D4DFF5)); background-image: -moz-linear-gradient(center top , #496987 1%, #6087AC 50%, #D4DFF5 100%); background: -o-linear-gradient(top , #496987 1%, #6087AC 50%, #D4DFF5 100%); -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; text-shadow: 0 2px 2px #18446D; color: #FCFCFC; font-size: 13px; font-weight: 700; padding: 15px 0 15px 5px; }
h2 a, h2 a:hover { color: #FCFCFC; }
h2 a:hover { font-style: italic; }
thead th { border: 0; text-align: center; } input, select, textarea, button, a.btn_fake { background: #FCFCFC; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, #F1F1F1), color-stop(0.99, #D4DFF5)); background-image: -moz-linear-gradient(center bottom, #F1F1F1 60%, #D4DFF5 99%); background: -o-linear-gradient(bottom, #F1F1F1 60%, #D4DFF5 99%); border: 1px solid #F1F1F1; color: #18446D; padding: 3px 5px; vertical-align: middle; } textarea { font-family:"Verdana", sans-serif; font-size:100%; margin:auto; width:98%; } input:focus, input.focus, textarea:focus, textarea.focus { border-bottom-color: #6087AC; } .submit_error { background:#fff8eb; border:1px solid #e77700; } button, a.btn_fake { background: #496987; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.9, #6087AC), color-stop(0.40, #496987)); background-image: -moz-linear-gradient(center bottom, #6087AC 9%, #496987 40%); background: -o-linear-gradient(bottom, #6087AC 9%, #496987 40%); border-color: #496987; color: #FCFCFC; cursor: default; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; overflow: visible; width: auto; } button:hover,a.btn_fake:hover { border-color: #3a5197; } button.btn_text { background:none; border:0; cursor:pointer; font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif; font-size:100%; } .notice { background: #F1F1F1; border: 5px solid #D4DFF5; color: #18446D; margin: 10px auto 0; width: 70%; border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; } .notice dt { color:#6087AC; font-weight:700; font-size: 13px; } .notice dd { font-style: italic; } dl.error { background:#fafafa; border-color:#BC3737; } .error dt { background:#e7e7e7; color:#BC3737; } #top ul,#nav,ul.cat-pages,ul.cat-topicpages,table.calendar ul,div.meta_menu ul,#pm_folderlist,#profile_menuwrap ul { list-style:none; padding:0; } #profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd, table.calendar ul, .drop_menu { margin:0; } #top li,#nav li,ul.cat-pages li,ul.cat-topicpages li,table.calendar li,#pm_folderlist li,#profile_menuwrap li,#ucp_gallery li { display:inline; } #top { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.9, #D4DFF5), color-stop(0.69, #F1F1F1)); background-image: -moz-linear-gradient(center bottom, #D4DFF5 9%, #F1F1F1 69%); background: -o-linear-gradient(bottom, #D4DFF5 9%, #F1F1F1 69%); height: 20px; padding: 0 0 4px; margin-bottom: 10px; width: 100%; } #top_info { color: #18446D; float: left; margin-top: 4px; padding-left: 2% !important; } #top_menu { float: right; margin-top: 0; }
.drop_menu-last a, .drop_menu ul { border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; } .drop_menu li { float: left; margin-right: 1px; text-align: center; } .drop_menu a { display: block; padding: 4px .25em; position: relative; width: 9em; } .drop_menu ul { -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; color: #fff; left: -999em; margin: 0; position: absolute; width: 9.4em; } .drop_menu ul li { font-size:85%; margin:0; padding:0; width:100%; } .drop_menu ul li a { background: #D4DFF5; display: block; padding: 4px 5%; width: 90%; } #logo { clear: both; margin: 0 2%; } #submenu_bar, #top_bar { display: none; } #submenu { border: 5px solid #D4DFF5; background: #D4DFF5; -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(212,223,245)), color-stop(0.73, rgb(96,135,172))); background-image: -moz-linear-gradient(center bottom, rgb(212,223,245) 1%, rgb(96,135,172) 73%); background: -o-linear-gradient(bottom, rgb(212,223,245) 1%, rgb(96,135,172) 73%); font-size: 85%; margin: 10px 0; padding: 15px 10px 5px; text-align: right; font-weight: 700; }
#submenu a { color: #3A4F6C; text-shadow: 0 1px 2px #FCFCFC; font-size: 11px; padding: 3px 5px; }
#wrap { background: #F1F1F1; border: 5px solid #496987; margin: 0 4% 2%; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
#outer { border: 5px solid #6087AC; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
#inner { border: 5px solid #D4DFF5; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; padding: 50px; }
#nav { color:#496987; height:1%; padding:10px 1%; font-size: 13px; } .meta_box { background: #D4DFF5; padding: 10px; -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; font-size: 85%; line-height: 150%; padding: 10px 25px; } .meta_menu { background: #D4DFF5; border: 5px solid #D4DFF5; padding: 0; width: 48%; border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; }
#ucp_profile { height: 139px; }
#pm_messages { height: 111px; }
.meta_menu h3 { background: #496987; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #496987), color-stop(0.50, #6087AC), color-stop(1.00, #D4DFF5)); background-image: -moz-linear-gradient(center top , #496987 1%, #6087AC 50%, #D4DFF5 100%); background: -o-linear-gradient(top , #496987 1%, #6087AC 50%, #D4DFF5 100%); -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; text-shadow: 0 2px 2px #18446D; color: #FCFCFC; font-size: 13px; font-weight: 700; padding: 15px 0 15px 5px; clear: both; margin: -1px; text-align: center; } .meta_menu a,.meta_menu a:hover { color:#18446D; } ul.cat-pages { float:left; font-size:90%; margin:15px 0; padding: 5px 1px; width:49%; } .cat-pages a,.cat-pagesjump i,.cat-topicpages a { background:#fff; border:1px solid #e7e7e7; color:#496987; } .cat-pages a:hover,.cat-topicpages a:hover { background:#f6f6f6; color:#496987; } .cat-pages span { background:#496987; border:1px solid #3a5197; color:#FFF; cursor:default; font-weight:700; padding:2px 5px; } .cat-pages input { background:#fff; color:#496987; padding:3px 5px; vertical-align:baseline; } ul.cat-topicpages { float:right; font-size:80%; padding:1px 0; } tr.generic td, div.generic { font-size: 120%; font-weight: 700; text-align: center; } td.c_head, td.c_foot, td.c_sort { color: #18446D; font-size: 80%; }
.c_topicfoot { background: none; border: 0 !important; }
td.c_desc { font-weight: 700; text-align: right; vertical-align: middle; width: 200px; } td.c_desc small { display: block; font-weight: 400; } tr.pm_new td { font-weight: 700; } tr.hidden td.c_post { background:#D8DCEB; } .bday { font-size:90%; font-weight:700; height:16px; padding:2px 2px 2px 18px; width:20px; } .c_mark { text-align: center; width: 1%; } .c_forum { color:#18446D; font-size: 10px; width:60%; } .c_forum strong a { font-size: 13px; } td.c_last { font-size: 12px; } .c_forum-desc { color: #18446D; font-size: 85%; } .c_last-title { display: block; line-height: 16px; padding-left: 10px; } td.c_info-v,td.c_info-t,td.c_info-r { font-size:80%; padding:5px; text-align:center; }
.c_info-v, .c_info-t, #foot_themechooser, .c_subforum, #stats_legend, .c_nosig { border-left: 0 !important; }
td.c_subforum { font-size: 80%; font-style: italic; } .cat_head td { border: 0 !important; padding: 0; border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; } .description { color:#18446D; font-size:85%; } a.member:hover { color:#18446D; } td#stats_events a,td#stats_events span { padding:4px 0 4px 20px; } td.c_username { background: #F1F1F1; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.10, #E0E0E0), color-stop(0.50, #F1F1F1)); background-image: -moz-linear-gradient(center top , #E0E0E0 10%, #F1F1F1 50%); background: -o-linear-gradient(top , #E0E0E0 10%, #F1F1F1 50%); padding: 2px 0; text-align: center; } td.c_username a { font-size: 140%; font-weight: 700; } td.c_user { font-size: 10px; } td.c_user dl { margin: 10px 0; padding: 5px 7px; width: 160px; } dl.user_profile { overflow:hidden; word-wrap:break-word; } dl.user_profile dd { font-style:italic; margin-left:8px; } dl.user_info dd { font-weight:700; margin-bottom:1px; } #profile_menu ul { -moz-opacity:1; border-top:0; opacity:1; }
#profile_menu a { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.9, #D4DFF5), color-stop(0.69, #F1F1F1)); background-image: -moz-linear-gradient(center bottom, #D4DFF5 9%, #F1F1F1 69%); background: -o-linear-gradient(bottom, #D4DFF5 9%, #F1F1F1 69%); font-size: 13px; -moz-box-shadow: 0 0 5px #C0C6CF; -webkit-box-shadow: 0 0 5px #C0C6CF; box-shadow: 0 0 5px #C0C6CF; }
#profile_menu li li a { background: #D4DFF5; border-top: 0; padding-right: 8px; font-size: 10px; -moz-box-shadow: 0 0; -webkit-box-shadow: 0 0; box-shadow: 0 0; }
#profile_menuwrap { border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; -webkit-border-radius: 8px 0 0 0; text-shadow: 0 0; }
#profile_menuwrap a { font-weight: 400; }
.profile .l { border-radius: 0 8px 0 0; -moz-border-radius: 0 8px 0 0; -webkit-border-radius: 0 8px 0 0; }
td.c_poll-choice label { font-weight:700; padding-left:1em; } td.c_poll-votes { font-size:120%; text-align:center; width:15%; } td.c_poll-bar div { float: left; height: 12px; padding-right: 3px; background: #496987; } td.c_poll-bar span { display: block; float: left; height: 12px; width: 3px; background: #496987; } .editby,.queued { border:1px dotted #e7e7e7; color:#18446D; font-size:85%; font-style:italic; margin-top:1em; padding:3px 5px; } .queued { background-color:#D8DCEB; border-color:#496987; } blockquote { background: #F1F1F1; border: 5px solid #D4DFF5; margin: 10px auto; padding-bottom: 1px; width: 98%; border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; } blockquote dl { color: #18446D; background: #D4DFF5; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; } blockquote dl dt { float: left; font-weight: 700; }
code { background: #F1F1F1; display:block; font-family:Monaco, Consolas, "Courier New", Courier, monospace; white-space: pre; max-width: 700px; max-height: 400px; overflow: auto; }
blockquote blockquote code { max-width: 500px; }
div.spoiler { padding: 5px 7px; background: #F1F1F1; border: 5px solid #D4DFF5; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; } div.spoiler_toggle { background: #D4DFF5; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; cursor: pointer; font-weight: 700; padding: 2px 4px; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; } td.c_postinfo { color:#18446D; font-size:80%; vertical-align:middle; } td.c_sig { color:#18446D; font-size:80%; } td.c_sig blockquote { background:none transparent; border:0; border-left:3px solid #18446D; padding-left:5px; } td.c_sig blockquote dl { background:none transparent; border:0; color:#18446D; } td.c_sig blockquote dl dt,td.c_sig blockquote dl dd { color:#18446D; padding:0; } td.c_sig blockquote div { background:transparent; margin-left:5px; padding:0; } tr.c_postfoot td, td.c_postfoot { background: #D4DFF5; clear: both; } td.c_username { width: 195px; } .c_next a { display: block; font-size: 110%; font-weight: 700; text-align: center; } td.c_view { background: #D4DFF5; color: #18446D; } div.c_view-list { color: #18446D; font-size: 92.5%; } dl#fast-reply dt { background: #496987; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #496987), color-stop(0.50, #6087AC), color-stop(1.00, #D4DFF5)); background-image: -moz-linear-gradient(center top , #496987 1%, #6087AC 50%, #D4DFF5 100%); background: -o-linear-gradient(top , #496987 1%, #6087AC 50%, #D4DFF5 100%); -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; text-shadow: 0 2px 2px #18446D; color: #FCFCFC; font-size: 13px; font-weight: 700; padding: 15px 0 15px 5px; margin: 0; } dl#fast-reply dd { background: #D4DFF5; padding: 15px 0; text-align: center; } #c_post-preview { background:#f6f6f6; border:1px solid #BFC8E3; margin:0 auto 10px; padding:5px; text-align:left; width:98%; } #c_post-resize span { color: #6087AC; cursor: pointer; font-size: 225%; padding: 20px 5px 0; } #emot_wrap h3 { color: #18446D; font-size: 120%; text-align: center; } #emot_end { display: block; font-weight: 700; padding: 4px 0; text-align: center; } #pm_folders { padding-top: 30px; vertical-align: top; width: 150px; } #pm_folderlist { position: relative; margin-left:0; margin-top:0 } #pm_folderlist li { display:list-item; margin-bottom:4px; padding-left:28px; } #pm_forwarded { border:1px dotted #e7e7e7; color:#18446D; font-size:90%; font-style:italic; margin-top:1em; padding:3px 5px; } #ucp_gallery a { font-weight: 700; } .calendar td.cal_inactive, .calendar td.cal_inactive div { background: #D4DFF5; color: #D4DFF5; border-top: 0; }
.calendar th a { color: #FCFCFC; }
.calendar td div { font-weight: 700; padding: 5px 7px; } .calendar div a { float:right; font-size:80%; font-weight:400; padding:0 0 6px 24px; } .calendar li a,.calendar li span { border-color:transparent; border-style:solid; border-width:1px; display:block; padding:3px; } .calendar td#cal_current { border: 2px solid #6087AC !important; background: #D4DFF5; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.50, #F1F1F1), color-stop(0.80, #D4DFF5)); background-image: -moz-linear-gradient(center bottom, #F1F1F1 50%, #D4DFF5 80%); background: -o-linear-gradient(bottom, #F1F1F1 50%, #D4DFF5 80%); } div.portal_content { font-size: 12px; margin: 0; padding: 5px 7px; } #portal h2 { font-size: 12px; } #portal h4 { border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; color: #18446D; font-size: 88.3%; font-weight: 400; margin: 0; padding: 5px 7px; }
#portal_news div { background: #F1F1F1; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, #F1F1F1), color-stop(0.99, #D4DFF5)); background-image: -moz-linear-gradient(center bottom, #F1F1F1 60%, #D4DFF5 99%); background: -o-linear-gradient(bottom, #F1F1F1 60%, #D4DFF5 99%); }
#faq dt a { font-size: 120%; font-weight: 700; } #faq dd.faq_more a,#faq dl.faq_more a:hover { color:#18446D; font-style:italic; } .search_results { background:#fafafa; border:1px solid #e7e7e7; margin-bottom:1em; padding:5px 7px; }
.search_special { background: #6087AC; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #D4DFF5), color-stop(0.99, #6087AC), color-stop(0.1, #6087AC)); background-image: -moz-linear-gradient(center top , #D4DFF5 5%, #6087AC 99%, #6087AC 1%); background: -o-linear-gradient(top , #D4DFF5 5%, #6087AC 99%, #6087AC 1%); background-position: 0 100px; height: 5px; }
.search_results h3 { display:inline; font-size:110%; } .search_results cite,.search_results p { color:#18446D; font-size:85%; margin:0; } #findposts .c_mark { color:#496987; font-size:200%; font-weight:700; vertical-align:top; } #pmtoast { -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; background: #D4DFF5; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.7, #496987), color-stop(0.20, #6087AC), color-stop(0.35, #D4DFF5)); background-image: -moz-linear-gradient(center top , #496987 7%, #6087AC 20%, #D4DFF5 35%); background: -o-linear-gradient(top , #496987 7%, #6087AC 20%, #D4DFF5 35%); border: 5px solid #D4DFF5; bottom: 10px; display: none; font-size: 11px; position: fixed; right: 10px; text-align: right; text-decoration: none; width: 200px; z-index: 1; } #pmlink { display: block; padding: 10px 10px 10px 55px; text-decoration: none; } #pmlink big { color: #FCFCFC; text-shadow: 0 2px 2px #18446D; display: block; font-weight: 700; padding-bottom: 5px; font-size: 13px; } #pmclose { display: block; font-size: 80%; padding: 1px 10px; } #foot_wrap { margin: 20px 1px 20px 0; }
#foot td { background: none; border: 0; color: #18446D; font-size: 80%; } #foot a,#foot a:hover { color: #18446D; } #foot #foot_datetime { width: 1%; white-space: nowrap; } #copyright { font-size: 80%; margin: 10px 0; text-align: center; } #copyright a { font-weight: 700; } #c_tos h3 { color:#18446D; font-size:120%; } td.username_ok { background:#e0fae0; } input.username_ok { outline:2px solid #0c0; } td.username_no { background:#fae0e0; } input.username_no { outline:2px solid #E86477; } #acplogin { background: #F1F1F1; border: 10px solid #496987; height: 275px; left: 50%; margin: -137.5px 0 0 -250px; padding: 0; position: absolute; top: 50%; width: 500px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
#acplogin table { margin-top: -20px; }
#acplogin .c_mark { background: url(http://z3.ifrm.com/28122/87/0/p398301/dripacp.png) no-repeat center #D4DFF5; width: 200px; }
#acplogin .c_mark img { display: none; }
#acplogin h1 { background: url(http://z3.ifrm.com/28122/87/0/p398309/logoACPlogin.png) no-repeat; color: #6087AC; font-weight: 400; height: 50px; margin-bottom: 20px; padding: 50px 20px 0 0; text-align: right; } #acplogin h1 img { display: none; } a img { border:0; } form { display:inline; margin:0; padding:0; } .category h2, .topic h2, #portal h2 { text-align: left; } h3 { padding:3px 0; } input[type=checkbox] { background:transparent; border:0; padding:0; vertical-align:bottom; } input[type=radio] { border:0; } select { margin: 0 7px; padding: 0; vertical-align: bottom; } option { margin: 2px 0; } button.btn_img { border:0; cursor:pointer; padding:0; }
dl.notice { background: #D4DFF5; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.notice dt, .notice dd { padding: 5px 7px; } .drop_menu a img { vertical-align:bottom; } .drop_menu li:hover ul,.drop_menu li.hover ul { left:auto; } #main { height:1%; padding:0 1%; } #nav li img { vertical-align:top; } .meta_box,.meta_menu { margin:10px 0; } .meta_box li { display:list-item; list-style-position:inside; list-style-type:square; margin-left:10px; } .meta_menu ul { font-size:12px; margin:5px 5%; } .meta_menu img,.meta_menu span { float:right; margin:10px 20px; } .cat-pages a,.cat-pagesjump i,.cat-topicpages a { cursor:pointer; padding:2px 5px; } .cat-topicpages a { padding:0 2px; } .cat-buttons,.topic-buttons { float:right; margin:15px 0; text-align:right; width:50%; } tr.postbtn td { padding:5px; text-align:center; } .row1, .row2 { line-height: 1.4; } td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button { padding:1px; } td.c_desc img,td.c_desc input { float:left; vertical-align:middle; } .category, .poll, #topic_viewer, .posting, .topic { margin: 10px 0 0; -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; -moz-border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0; border: 5px solid #D4DFF5; background: #D4DFF5; }
.poll, #topic_viewer, .posting, .topic { -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; }
.cat_wrap { border: 5px solid #6087AC; border-width: 1px 5px 5px 5px; -moz-border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0; }
.cat_wrapper { border: 5px solid #496987; border-width: 3px 3px 3px 0; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; }
span.collapse, span.uncollapse { cursor: pointer; float: right; position: relative; right: 10px; } .c_mark img { display:block; margin:auto; } .c_last { line-height:1.4; min-width:300px; width:30%; } .category td.c_foot { height:10px; } #stats_members { line-height:1.2; } td.c_cat-mark,td.c_cat-icon { padding:5px 0; text-align:center; width:30px; } td.c_cat-starter { width:125px; } td.c_cat-lastpost { width:175px; font-size: 10px; }
.c_cat-lastpost a { font-weight: 700; }
.c_user { vertical-align:top; width:175px; } img.c_user { height: 1px; } .avatar, img.member { display:block; margin:auto; text-align:center; } .av_wrap { overflow:hidden; text-align:center; margin:auto; } td.c_user .usertitle { text-align:center; margin:3px 0; } .pip { margin:3px 0; white-space:nowrap; } dl.user_info dt,dl.user_info dd { padding:.1em; } dl.user_info dt { float:left; margin:0; min-width:4em; } dl.user_info dd.spacer,dl.user_profile dd.spacer { clear:both; float:none; height:1px; padding:0; } td.c_poll-choice { line-height:1.5; padding-left:45%; } td.c_poll-answer { text-align: right; width: 42.5%; background: #F1F1F1; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.10, #E0E0E0), color-stop(0.50, #F1F1F1)); background-image: -moz-linear-gradient(center top , #E0E0E0 10%, #F1F1F1 50%); background: -o-linear-gradient(top , #E0E0E0 10%, #F1F1F1 50%); } td.c_poll-bar { text-align:left; vertical-align:middle; width:42.5%; } * html td.c_poll-bar span { margin-top:3px; } td.c_post, #topic_review td, td.c_user, .warn_post, .search_results, .profile .c_sig { background: #F1F1F1; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, #F1F1F1), color-stop(0.99, #D4DFF5)) !important; background-image: -moz-linear-gradient(center bottom, #F1F1F1 60%, #D4DFF5 99%) !important; background: -o-linear-gradient(bottom, #F1F1F1 60%, #D4DFF5 99%) !important; line-height: 1.7; vertical-align: top; }
#warn_viewer .c_mark { background: #D4DFF5; }
td.c_post ul { list-style-type:square; margin-left:10px; } .c_post img,#topic_review img { max-width:90%; } .c_post-attachment { font-size:83.3%; margin-top:1em; padding:1em; } .c_post-attachment dd { margin-left:1em; } .post_sep { display: none; } td.c_sig,td.c_nosig { height:1%; vertical-align:top; } td.c_nosig { border-top-style:hidden!important; background: #F1F1F1; } blockquote dl dt,blockquote dl dd { padding:2px 4px; } blockquote div,blockquote code { margin:0; padding:5px; }
#conversation { margin: 0 !important; }
#pm_quick_reply { margin-top: 10px; }
dl#fast-reply { border: 5px solid #D4DFF5; clear: both; margin: auto; width: 80%; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; } dl#fast-reply dd p { margin:-3px; padding:0 5% 10px; text-align:left; } dl#fast-reply dd textarea { display:block; height:100px; margin-bottom:10px; padding:2px; width:90%; } #c_post-text { height:223px; } #c_post-resize { float:right; margin-top:-1px; padding:4px 0 0; text-align:right; } #btn_preview { float:left; margin:10px 0 0 1px; } #c_emot { height:225px; vertical-align:top; width:210px; } #emot_list { height:275px; margin:0 auto; overflow:auto; padding:5px 0; text-align:center; } div#emot_list { padding:0; } #emot_list li { display:inline; padding:4px 10px; } #emot_list img { cursor:pointer; vertical-align:baseline; } .pm { margin-bottom:1em; } #pm_datesent { width:200px; } #pm_select { text-align:center; width:1px; } #conversation .c_post { padding:2em; } #ucp_profile,#pm_messages { float:right; } #ucp_settings img,#ucp_profile img { margin:18px 20px; } #ucp_gallery li { float:left; margin:15px 5px; } #ucp_gallery button { cursor:pointer; text-align:center; } .ucp button.btn_text { padding:5px 0; text-align:center; width:100%; } .calendar td { height:125px; padding:0; vertical-align:top; width:14.3%; } .calendar li { display:list-item; font-size:80%; margin:0; } .calendar li.placeholder { padding:4px; } .calendar li span { cursor:default; } .calendar td#cal_current div { padding-top:3px; } #portal_head { margin-bottom:10px; } #portal_foot { margin-top:10px; } #portal_l,#portal_r { font-size:88.3%; margin:0; padding:0; } #portal_l { float:left; width:200px; } #portal_r { float:right; width:150px; } #portal_news { margin:0 160px 0 210px; } #portal_clear { background:transparent; border:none; clear:both; font-size:1px; height:1px; margin:0; padding:0; }
.portal_box { border: 5px solid #D4DFF5; margin-bottom: 10px; -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; } .portal_box table { clear:none; } #portal h2, #portal_foot h2 { clear: none; margin: 0; } #faq dl { padding:1em; } #faq dt { margin-bottom:5px; } #faq dd { display:list-item; margin:0 0 3px 15px; padding-left:3px; } .search_results div { display:block; margin:5px 0; } #acplogin #loginform { display:block; padding:0 50px; } input, select, td, th { font-size: 12px; } button.btn_default,#nav li span,.c_post-attachment dt,#c_tos dt { font-weight:700; } .meta_box h3,td.c_topicfoot strong,#meta_welcome strong { font-size:120%; } blockquote div { background: #f6f6f6; } a.member,.calendar td a,.calendar a:hover,#faq dd a,#faq dd a:hover { color:#18446D; } img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img, td.c_postinfo input { vertical-align:middle; } h1,h2,h3,#nav,#boardmeta,#main { clear:both; margin:0; } #meta_welcome,.search_results { clear:both; } #stats_events { line-height:2; } .c_cat-starter,.c_cat-replies,.c_cat-views,td.c_poll-total,td.c_poll-vote,td.c_topicfoot,.warn,.ucp th,#c_notes,.calendar th { text-align:center; } blockquote dl dd,#foot #foot_links { text-align:right; } #c_post,#ucp_gallery { text-align:center; vertical-align:top; } #files_upload input,.pm .row1 a,.pm .row2 a,#ucp_gallery button img,#findposts td a { display: block; } #ucp_settings, #pm_settings { float: left; } #c_tos dd,#username_response { margin-left:10px; } #vlx { z-index:1; } #blog { color: #18446D; margin: 10px 0; } #blog blockquote { background: none; border: 0; font-size: 12px; padding: 0 10px; } #blog blockquote blockquote { padding: 0; font-size: 100%; } #blog h1 { float: right; } #blog h2 { background: #496987; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #496987), color-stop(0.50, #6087AC), color-stop(1.00, #D4DFF5)); background-image: -moz-linear-gradient(center top , #496987 1%, #6087AC 50%, #D4DFF5 100%); background: -o-linear-gradient(top , #496987 1%, #6087AC 50%, #D4DFF5 100%); clear: none; font-size: 13px; padding: 10px; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; } #blog h2, #blog h2 a, #blog h2 a:hover { text-shadow: 0 2px 2px #18446D; color: #FCFCFC; } #blog_foot { clear: both; margin-bottom: 20px; } #blog_head { padding: 10px 0; } #blog_head img.avatar { display:inline; } #blog_head:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden; } #blog_main { margin: 20px 200px 10px 0; } #blog_categories, #blog_readers, #blog_about, div.blog_options { background: #F1F1F1; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, #F1F1F1), color-stop(0.99, #D4DFF5)); background-image: -moz-linear-gradient(center bottom, #F1F1F1 60%, #D4DFF5 99%); background: -o-linear-gradient(bottom, #F1F1F1 60%, #D4DFF5 99%); margin: 15px 0; padding: 5px 7px; border-top: 1px solid #FCFCFC; } #blog_sidebar h3, #blog_sidebar dt { color: #496987; font-weight: 700; } #blog_sub { background: #6087AC; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #D4DFF5), color-stop(0.99, #6087AC), color-stop(0.1, #6087AC)); background-image: -moz-linear-gradient(center top , #D4DFF5 75%, #6087AC 99%, #6087AC 1%); background: -o-linear-gradient(top , #D4DFF5 75%, #6087AC 99%, #6087AC 1%); border: 5px solid #D4DFF5; border-bottom: 0; clear: both; position: relative; padding: 5px 7px 10px; margin-right: -5px; text-align: right; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; }
#blog_sub button { margin-right: -6px; }
#blog_sub a { color: #18446D; text-shadow: 0 2px 2px #FCFCFC; }
#blog_sub span { padding-top: 4px; } #blog_sidebar { background: #D4DFF5; float: right; font-size: 12px; margin: 20px -5px 0; padding: 0 10px; width: 160px; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; } #blog_sidebar dd { margin-left:10px; } #blog_user { font-size:175%; } #blog table { clear:none; } div.blog_options { background: #F1F1F1; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.10, #E0E0E0), color-stop(0.50, #F1F1F1)); background-image: -moz-linear-gradient(center top , #E0E0E0 10%, #F1F1F1 50%); background: -o-linear-gradient(top , #E0E0E0 10%, #F1F1F1 50%); font-size: 90%; text-align: right; } div.blog_date { background: #496987; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.9, #6087AC), color-stop(0.40, #496987)); background-image: -moz-linear-gradient(center bottom, #6087AC 9%, #496987 40%); background: -o-linear-gradient(bottom, #6087AC 9%, #496987 40%); border: 1px solid #496987; color: #FCFCFC; float: right; font-weight: 700; margin: 0 15px; text-align: center; text-transform: uppercase; width: 40px; top: 15px; } div.blog_date span { display: block; font-size: 13px; font-weight: 700; padding: 2px 4px; } div.blog_entry { background: #D4DFF5; margin: 10px 0; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
#blog_comments li { padding:5px 7px; } #blog_comments li.odd { background: #F1F1F1; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, #F1F1F1), color-stop(0.99, #D4DFF5)); background-image: -moz-linear-gradient(center bottom, #F1F1F1 60%, #D4DFF5 99%); background: -o-linear-gradient(bottom, #F1F1F1 60%, #D4DFF5 99%); border-top: 1px solid #FCFCFC; } #shoutwrap { font-size: 12px; background: #D4DFF5; } #shoutwrap td { padding: 0; background: #D4DFF5; border-top: 0; }
#shoutbox { background: #D4DFF5; list-style-type: none; margin: 0; padding: 0; } #shoutbox li { padding: 5px 7px; } #shoutbox dl, #shoutbox dt, #shoutbox dd { margin: 0; padding: 0; } #shoutbox dt { color:#18446D; font-size:80%; } #shoutopts,#shoutpost { clear:both; text-align:center; }
.t_icon { color: #6087AC; font-size: 110%; font-weight: 700; text-shadow: 1px 1pt #D4DFF5; text-transform: uppercase; margin-left: 17px; }
.blue1 { text-transform: uppercase; font-weight: 700; font-size: 12px; margin-left: 17px; }
#c_notes button { margin-top: 5px; }
#notepad, #avatar_editor, #rcp_action_options, #rcp_post, #rcp_pm, .profile { margin-top: 10px; }
.active_users h4, .active_users div { border: 0 !important; }
#member_list_full .blue1 { margin: 0; }
.poll { margin-bottom: 10px; }
.ad_box, .ad_box2 { background: none; }
.topic-buttons + .exclusivebutton + table { margin-top: 10px; }
.ad_box td { background: none; }
#cal_end { -moz-box-shadow: 3px 3px 3px #C0C6CF; -webkit-box-shadow: 3px 3px 3px #C0C6CF; box-shadow: 3px 3px 3px #C0C6CF; margin-top: 10px; }
#cal_end td, td.c_foot, .posting td { background: #D4DFF5; }
.faq_box, #topic_review, #blog blockquote { -moz-box-shadow: 0 0; -webkit-box-shadow: 0 0; box-shadow: 0 0; border-radius: 0 0; -moz-border-radius: 0 0; -webkit-border-radius: 0 0; }
.ad_box h2 { background: #6087AC; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #D4DFF5), color-stop(0.99, #6087AC), color-stop(0.1, #6087AC)); background-image: -moz-linear-gradient(center top , #D4DFF5 75%, #6087AC 99%, #6087AC 1%); background: -o-linear-gradient(top , #D4DFF5 75%, #6087AC 99%, #6087AC 1%); }
#forum_footer td { background: none; border: 0 !important; }
#c_bbcode button { margin-bottom: 5px; }
input.row1 { width: 25%; }
.cornercanvas { display: none !important; }
#pm_viewer .c_user { background: #D4DFF5 !important; }
div.category { clear: both; }
#search_form td, #member_list_full .c_foot, #member_list_full .c_head, #faq td, #pm_inbox .c_head, #pm_inbox td[colspan="5"], #quick_pm_compose td, #pm_compose td, #add_address td, #pm_settings_box td, #pm_folder_add td, #pm_folder_editing td, #pm_archiving td, #tracker_list td, #ucp_splash td, #notepad td, #board_settings td, #email_settings td, #password_change td, #name_change_req td, #email_change td, #security_settings td, #edit_profile td, #edit_sig td, #avatar_gallery_sys td, #avatar_editor td, #photo_settings td, #blog_settings td, .active_users h4, .active_users div, .shout_portal, #calender_posting td, #faq_article td, #forum_rules td, #acplogin td, #top_posters td[colspan="5"], .profile td, #login_page td, #lostpass_form td, #reg_rules_intro td, .register td, #mod_screen td, #pm_viewer td, #pm_quick_reply td { background: #D4DFF5; }
#member_list_full .c_head, #search_form td, #faq td, #topic_viewer .c_foot, .c_view, .posting td, #pm_inbox .c_head, #pm_inbox .c_foot, #quick_pm_compose td, #pm_compose td, #add_address td, #pm_settings_box td, #pm_folder_add td, #pm_folder_editing td, #pm_archiving td, #tracker_list td, #ucp_splash td, #notepad td, #board_settings td, #email_settings td, #password_change td, #name_change_req td, #email_change td, #security_settings td, #edit_profile td, #edit_sig td, #avatar_gallery_sys td, #avatar_editor td, #photo_settings td, #blog_settings td, #calender_posting td, #faq_article td, #forum_rules td, #acplogin td, #top_posters td[colspan="5"], .profile td, #login_page td, #lostpass_form td, #reg_rules_intro td, .register td, #mod_screen td, #pm_viewer td, #pm_quick_reply td { border-top: 0; }
#announcement_list, #pm_inbox, #quick_pm_compose, #pm_compose, #address_book, #add_address, #pm_settings_box, #pm_folder_add, #pm_folder_editing, #pm_archiving, #tracker_list, #ucp_splash, #notepad, #board_settings, #email_settings, #password_change, #name_change_req, #email_change, #security_settings, #edit_profile, #edit_sig, #avatar_gallery_sys, #avatar_editor, #photo_settings, #blog_settings, .blog_entry, #blog_sidebar, #warn_viewer, .search_results, #calender_posting, #faq_article, #who_posted, #rcp_post_list, #rcp_pm_list, #report_pm_form, #report_form, #rcp_post, #rcp_action_options, #rcp_pm, #acplogin table, #error_box, .profile, #login_page, #lostpass_form, #reg_rules_intro, .register, #mod_screen, #mod_log_list, #confirm_prereg, #pm_quick_reply, .full_pm { border: 5px solid #D4DFF5; border-radius: 12px 12px 0 0; -moz-border-radius: 12px 12px 0 0; -webkit-border-radius: 12px 12px 0 0; -moz-box-shadow: 5px 5px 5px #C0C6CF; -webkit-box-shadow: 5px 5px 5px #C0C6CF; box-shadow: 5px 5px 5px #C0C6CF; }
Theme Layout - Code:
-
<!-- TOPMENU --><div id="wrap"><div id="outer"><div id="inner"><!-- HEADER --><!-- SUBMENU --><!-- NAV --><!-- BOARD --></div></div></div>
<script type="text/javascript"> //<![CDATA[ if (location.href.indexOf('/search/') !== -1) { $('#search_results_topics, #search_results_topics + table.forums').wrapAll("<div class='category'></div>"); }
$(".category").wrapInner("<div class='cat_wrap'><div class='cat_wrapper'></div></div>");
$("#inlinetopic .posts, #member_list_full, #search_form, #forum_rules, .calendar, #faq, #top_posters, #forum_leaders_global, #active_list").wrap("<div class='category'><div class='cat_wrap'><div class='cat_wrapper'></div></div></div>");
$('button[onclick="ZetaImage()"]').next().remove(); $('select[name="font"]').before("<br />");
$('.cat_wrap:has(#subforum_set), .cat_wrapper:has(#subforum_set)').css('border','0'); $('#pm_viewer, #pm_viewer +#conversation').wrapAll("<div class='full_pm'></div>"); $('.drop_menu ul li:last-child').addClass('drop_menu-last'); $('button:contains(Full Reply Screen)').text('Full Reply'); $(".profile .c_mark").attr("rowspan","5"); $("#nav + #main table td:first").addClass("ad_box"); $(".cat-buttons:first").prev().addClass("ad_box"); $(".topic-buttons + .exclusivebutton + table td:first").addClass("ad_box2"); $("#faq").prev().addClass("faq_box"); $("input.row1").prev().remove(); $("#shoutwrap").parent().addClass("shout_portal"); $(".portal_box h2:contains(Latest Posts)").parent().addClass("latest_posts"); $(".portal_box h2:contains(Active Users)").parent().addClass("active_users"); $("#warn_viewer tr:even td").addClass("warn_post"); $('.search_results h3 + cite').after('<div class="search_special"> </div>'); $("td:first-child").css("border-left","1px solid #D4DFF5"); $('.faq_list[id=faq]').prepend('<thead><th colspan="2">FAQ</th></thead>');
$(function() { $('#copyright').append('<br /><a href="http://resources.zetaboards.com/topic/5114206/"><em>Tidy Blue</em></a> Designed by <a href="http://resources.zetaboards.com/profile/273996/">Helena</a>, coded by <a href="http://resources.zetaboards.com/profile/372081/">Cory</a> of <a href="http://resources.zetaboards.com/">ZNR</a>'); }); //]]> </script>
|