- Posts:
- 39
- Group:
- Admins
- Member
- #1
- Joined:
- Apr 25, 2013
- My favorite theme
- Apogee · There Be Dragons
- My link
- http://support.zathyus.com
|

Name: BlueLine Mobile
By: Helena (with input from Zathyus team). The coding that allows adsense ads to conform to the TOS is attributed to RedBldSandman, who was lead staff coder on the mobile version of ZNR's Cool Mint default theme, still in exclusive use on this board. Thanks to Cory for adapting his method to this application. Until this point, there was not an approved way to reconcile the size of the ZetaBoards ads display to mobile layouts. Mobile themes may now employ this technique in compliance with our advertising TOS. To get the coding necessary, please access Cory's Mobile Themes tutorial.
Date created: April 2013
Preview:

Source: a base theme was generated via Reid's Imageless Custom Color Generator and adapted for mobile use. Originally made for a private board, so some settings may not make sense to you. I did try to rework it somewhat to make it more generic, however, so we'll see how well I did there.
Additionally, we plan to update Reid's Custom Color Generator to offer the option for this mobile design, allowing you to quickly recolor it as you like. So before we set that up, I'm hoping that the feedback in this topic will give an idea of what sorts of things might benefit from some tweaking. When reporting problems, please state the model and resolution size of your mobile device.
UPDATED! Mobile Custom Color Generator is now available for recoloring this theme as you like. Use the same image macros codes as provided for Blue Line Mobile.
Notes: Because this is an imageless theme, it should load quickly on all devices. The only images built in are avatars and emoticons. Do not expect full board function from this theme. Because of the space considerations of mobile screen resolutions, some pages and functions will not be available. Icons have been eliminated or reduced to save space. For instance, you can enable the shoutbox if you wish, but the stats category is hidden. If you wish it to show, remove div#stats.category, from the large block of display:none; elements at the bottom of the CSS.
Members on my private board have been testing this theme for a number of weeks now and it seems to be good for most of their devices, so I'm hopeful that network boards will be able to implement this theme with minimal problems. Hopefully, it will also inspire more mobile themes to be created.
Edit Permissions There are no editing restrictions, you may adapt this theme as you like to customize it for your board. Copyright notation will be included in the CSS and is not required to display online with the theme.
Installation:
Portal Set up: Only the portal Latest Posts module is used on the portal page. It is linked in the submenu with the "Latest" link. Be sure Latest topic is enabled and configured to show on the left side of the portal. Portal Set up for latest posts page: AdminCP > Pref > Board Customizations > Portal Portal Settings: Show x latest posts [Set to between 1-20] Portal Layout: Set Recent Topics position to Left Side
Portal Option-show center news section instead The default CSS for this theme is configured to show Latest Topics only in Portal.
To change that to showing center news section only: Find this item at the end of the big block of display none items at the bottom of the CSS (Theme Appearance page): #portal_news Replace that with: #portal_l
ACP > Board Customization > Pref > Portal Be sure that you have selected a forum to show posts from and set a Number of posts to show.
Banner Set up: Theme Settings: Delete all code here In Theme Layout: Find this section and type your board name in place of the red text (also edit in your board URL):
- Quote:
-
<div id="wrap"><span class="banner"><a href="http://s#.zetaboards.com/YOURBOARDNAME/index/">BlueLine <span style="font-size: 55%; text-shadow: 1px 1pt">mobile</a></span></span><!-- NAV --><!-- BOARD --></div>
Images: For the post view to display properly, you must turn on the default avatar option and use one. Avatars are restrained by the theme to 50x50px. Posted images are restrained to 240px. Multiquote must be either turned off, or you must use the image codes provided. Access the image codes on this page: http://z5.ifrm.com/30287/162/0/p1134059/BlueLineMobileImageMacros.html ( note: warn images are not needed unless you edit the theme to re-enable them.)
BlueLine Mobile features a custom submenu with shortened link names to maximize the small screen space. Please replace the URLs in the submenu links with your own board URL [Example: replace what is in bold with your board address http://s#.zetaboards.com/YOURBOARDNAME/site/ ]
THEME LAYOUT:
Layout - Code:
-
<script type="text/javascript"> //<![CDATA[ $('head').append('<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />'); //]]> </script>
<!-- TOPMENU --><!-- HEADER -->
<div id="submenu"><div align="center"> <a href="http://s#.zetaboards.com/YOURBOARDNAME/site/">latest</a> <a href="http://s#.zetaboards.com/YOURBOARDNAME/search">find</a> <a href="http://s#.zetaboards.com/YOURBOARDNAME/members/">us</a> <a href="http://s#.zetaboards.com/YOURBOARDNAME/search/?c=6">reps</a> <a rel="help" href="http://s#.zetaboards.com/YOURBOARDNAME/search/?c=5">new</a> </div></div>
<div id="wrap"><span class="banner"><a href="http://s#.zetaboards.com/YOURBOARDNAME/index/">BlueLine <span style="font-size: 55%; text-shadow: 1px 1pt">mobile</span></a></span><!-- NAV --><!-- BOARD --></div>
<script type="text/javascript" src="http://z5.ifrm.com/30287/162/0/p1134045/BluelineMobileLayout.js"></script>
<script type="text/javascript" src="http://z5.ifrm.com/30287/162/0/p1123708/BluelineReplaceText.js"></script>
THEME APPEARANCE:
CSS - Code:
-
/* Copyright credits info - do not remove. Blueline Mobile by Helena, with input from the Zathyus Networks staff team. Further credits and theme info here: http://if.invisionfree.com/topic/5171069/ */
#main { overflow-x: hidden; }
html, body { background: #ecf5ff; color: #042f5c; font-family: "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; font-size: 100%; margin: 0; padding: 0; } a { color: #042f5c; text-decoration: none; } a:hover { color: #65A4E8; text-decoration: none; } hr { border: 1px dashed #65a4e8; color: #65a4e8; height: 1px; } table { border-collapse: collapse; border-spacing: 0; clear: both; empty-cells: show; width: 100%; } th { background: #D2E4F7; font-weight: 700; padding: 3px 5px; text-align: left; font-size: 90%; text-transform: uppercase; } td { background: #D2E4F7; color: #042f5c; padding: 5px 0px; } th a, th a:hover { font-weight: 700; } h1 { font-size: 200%; } h2, h3 { font-size: 100%; } .category h2, .topic h2, #portal h2, #portal_foot h2, thead th { border-top: 3px solid #65a4e8; background: #16579c; color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.category h2 a, .topic h2 a, #portal h2 a, #portal_foot h2 a, thead th a { color: #ffffff; }
thead th { padding: 5px; text-align: center; font-size:100%; } input, select, textarea, button, a.btn_fake { border: 0; background: #ecf5ff; padding: 3px 5px; vertical-align: middle; }
textarea { font-family:"Verdana", sans-serif; font-size:95%; margin:auto; width:98%; } input:focus, input.focus, textarea:focus, textarea.focus { border-bottom: 3px solid #ecf5ff; background: #ecf5ff; } .submit_error { background:#fff9ed; border:1px solid #e77e00; } button, a.btn_fake { background: #65a4e8; color: #042f5c; cursor: default; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; overflow: visible; width: auto; border: 2px solid #D2E4F7; }
.c_foot button, .c_foot a.btn_fake, .c_sort button, .c_sort a.btn_fake { border-color: #D2E4F7; } button.btn_text { background:none; border:0; cursor:pointer; font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif; font-size:100%; } .notice { background: #D2E4F7; margin: 10px auto; width: 70%; } .notice dt { text-transform: uppercase; color: #8da2e7; font-weight: 700; } .notice dd { font-style:italic; } dl.info { background: #D2E4F7; } .info dt { background: #65a4e8; color: #ffffff; } dl.error { background:#fbfbfb; border-color:#bc3737; } .error dt { background:#e8e8e8; 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_bar, #acplogin .c_mark img, #acplogin h1 img { display: none; } #top { font-size: 95%; background: #D2E4F7; border-bottom: 3px solid #AACEF5; border-top: 3px solid #AACEF5; height: 28px; padding: 0 2% 4px; position: relative; top: 0px; margin: 0 2%; } #top_info { color: #042f5c; margin-top: 4px; margin-right:10px; float:right; } #top_menu { margin-top: 5px; } .drop_menu li { float: left; margin-right: 1px; text-align: center; } .drop_menu a { border: 0px solid #D2E4F7; display: inline; padding: 8px .25em; position: relative; width:auto; margin-left:5px; } .drop_menu ul { -moz-opacity: 0.85; color: #ffffff; left: -999em; margin: 0; opacity: 0.85; position: absolute; width: 7.4em; } .drop_menu ul li { font-size:85%; margin:0; padding:0; width:100%; } .drop_menu ul li a { background: #D2E4F7; display: block; padding: 4px 5%; width: 90%; } .drop_menu li ul li a:hover { color: #65a4e8; } #logo { clear: both; margin: 0 2%; } #submenu { background: none repeat scroll 0 0 #65A4E8; color:#042F5C; text-shadow: 1px 1pt #AACEF5; font-size: 100%; font-weight:bold; margin: 0 2%; position: relative; bottom: 3px; border-bottom: 3px solid #AACEF5; border-top: 3px solid #AACEF5; text-align: center; height:22px; } #wrap { margin: 4% 2% 30px; } #nav { font-size: 85%; color: #65a4e8; height: 1%; padding: 10px 0; } .meta_box { background: #D2E4F7; border-bottom: 3px solid #65a4e8; font-size: 85%; line-height: 150%; padding: 10px 25px; } .meta_menu { background: #D2E4F7; border: 1px solid #D2E4F7; border-bottom: 3px solid #65a4e8; padding: 0; width: 100%; } .meta_menu h3 { background: #16579c; border-top: 3px solid #65a4e8; clear: both; color: #ffffff; font-size: 80%; font-weight: 700; margin: -1px; text-align: center; text-transform: uppercase; } 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 { color: #042f5c; } .cat-pages a:hover, .cat-topicpages a:hover { background: #65a4e8; } .cat-pages span { color: #65a4e8; cursor: default; font-weight: 700; padding: 2px 5px; } .cat-pages input { background: #ecf5ff; color: #65a4e8; padding: 3px 5px; vertical-align: baseline; } ul.cat-topicpages { float: right; font-size: 80%; padding: 1px 0; } tr.generic td,div.generic { font-size: 95%; font-weight: 700; text-align: center; }
td.c_head, td.c_foot, td.c_sort { font-size: 90%; }
.c_sort { background: #ecf5ff; }
td.c_desc { font-weight: 700; text-align: right; vertical-align: middle; width: 100px; padding-right: 15px; } td.c_desc small { display:block; font-weight:400; } tr.pm_new td { font-weight: 700; font-size: 90%; } tr.hidden td.c_post { background: #BAEFD1; } .bday { color:#424484; font-size:90%; font-weight:700; height:16px; padding:2px 2px 2px 18px; width:20px; } .c_mark { text-align:center; width:1%; } .c_forum { font-size: 90%; width: 60%; } .c_forum strong a { font-size: 110%; } td.c_last { font-size: 80%; border-bottom: 3px solid #AACEF5; } .c_forum-desc { color: #333333; font-size: 85%; } .c_last-title { display: block; line-height: 20px; padding-left: 10px; color:#16579C; font-weight:bold; font-size:120%; } td.c_info-v,td.c_info-t,td.c_info-r { font-size: 80%; padding: 5px; text-align: center; } td.c_subforum { color:#65A4E8; border-bottom: 3px solid #93C1F2; font-size: 80%; font-style: italic; background:#AACEF5; } .cat_head td { border-color: #65a4e8; padding: 0; } #stats .cat_head td { border-color: #e77e00; } .description { font-size: 85%; } td#stats_events a,td#stats_events span { padding: 4px 0 4px 20px; } td.c_username { background: #D2E4F7; padding:2px 0; text-align: center; }
td.c_username { width:1%; } td.c_username a { font-size:140%; font-weight:700; color:#0d6ec1; } td.c_user { font-size:80%; } td.c_user dl { background: #D2E4F7; margin: 10px 0; padding: 5px 7px; width: 100px; } 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 a { color: transparent; font-size: 50%; width: 80px; text-transform: capitalize; letter-spacing: 0; font-weight: 400; }
#profile_menu ul li a { padding: 4px 0.25em; }
#profile_menu a:hover { background: #16579C; }
#profile_menu ul { border-top: 0; } #profile_menu li li a { border: 0; font-size: 90%; } #profile_menu li ul li a:hover { background: #16579C; } td.c_poll-choice label { font-weight:700; padding-left:1em; } td.c_poll-votes { font-size:110%; text-align:left; width:15%; } td.c_poll-bar div { float: left; height: 12px; padding-right: 3px; } td.c_poll-bar span { display: block; float: left; height: 12px; width: 3px; }
table.poll th { font-size:75%; } .editby,.queued { border:1px dotted #e8e8e8; color:#65A4E8; font-size:85%; font-style:italic; margin-top:1em; padding:3px 5px; } .queued { background-color:#BAEFD1; border-color:#65a4e8; } blockquote, #blog blockquote blockquote { background: #ecf5ff; border: 1px solid #D2E4F7; margin: 10px auto; padding-bottom: 1px; width: 98%; } blockquote dl { background: #D2E4F7; border-bottom: 3px solid #65a4e8; text-transform: uppercase; } blockquote dl dt { color: #042f5c; float: left; font-weight: 700; font-size:90%; } code { background: #ecf5ff; display: block; font-family: Monaco, Consolas, "Courier New", Courier, monospace; font-size:85%; white-space: pre; max-height: 400px; max-width: 700px; overflow: auto; }
blockquote blockquote blockquote blockquote code { max-width: 654px; }
div.spoiler { background: #ecf5ff; padding: 5px 7px; } div.spoiler_toggle { text-transform: uppercase; background: #D2E4F7; border-bottom: 3px solid #65a4e8; color: #042f5c; cursor: pointer; font-weight: 700; font-size: 90%; padding: 2px 4px; } td.c_postinfo { background: #D2E4F7; font-size: 90%; vertical-align: top; } td.c_sig { color:#666666; font-size:80%; } td.c_sig blockquote { background:none transparent; border:0; border-left:3px solid #65A4E8; padding-left:5px; } td.c_sig blockquote dl { background:none transparent; border:0; color:#666666; } td.c_sig blockquote dl dt,td.c_sig blockquote dl dd { color:#666666; padding:0; } td.c_sig blockquote div { background:transparent; margin-left:5px; padding:0; } tr.c_postfoot td, td.c_postfoot { background: #D2E4F7; clear: both; text-transform: uppercase; border-bottom: 3px solid #AACEF5; font-weight: 700; padding-bottom: 8px; } .c_next a { display:block; font-size:125%; font-weight:700; text-align:center; } div.c_view-list { font-size: 92.5%; }
dl#fast-reply dt { background: #16579c; border-top: 3px solid #65a4e8; color: #ffffff; font-size: 80%; font-weight: 700; margin: 0; padding: 5px; text-transform: uppercase; } dl#fast-reply dd { background: #D2E4F7; padding: 15px 0; text-align: center; border-bottom: 3px solid #65a4e8; } #c_post-preview { background: #ecf5ff; border:1px solid #ECF5FF; margin:0 auto 10px; padding:5px; text-align:left; width:91%; } #c_post-resize span { color: #65a4e8; cursor: pointer; font-size: 225%; padding: 20px 5px 0; } #emot_wrap { background: #D2E4F7; } #emot_wrap h3 { background: #D2E4F7; 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: 0px; } #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 #e8e8e8; color:#65A4E8; font-size:90%; font-style:italic; margin-top:1em; padding:3px 5px; } #ucp_gallery a { font-weight: 700; line-height:1em; } .calendar td.cal_inactive { background: #D2E4F7; } .calendar td div { background: #D2E4F7; font-weight:700; padding:5px 7px; }
.cal_inactive div { color: #D2E4F7; }
#cal_current div { background: #ecf5ff; }
.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 { background: #ecf5ff; } div.portal_content { background: #D2E4F7; font-size: 100%; margin: 0; padding: 5px 7px; } #portal h2 { font-size: 75%; } #portal h4 { background: #D2E4F7; border-top: 3px solid #AACEF5; font-size: 88.3%; font-weight: 400; margin: 0; padding: 5px 7px; } #faq dt a { color: #424484; font-size: 120%; font-weight: 700; } #faq dd.faq_more a, #faq dl.faq_more a:hover { font-style: italic; } .search_results { background:#fbfbfb; border:1px solid #e8e8e8; margin-bottom:1em; padding:5px 7px; } .search_results h3 { display:inline; font-size:125%; } .search_results cite,.search_results p { color:#777777; font-size:85%; margin:0; } #findposts .c_mark { color:#65a4e8; font-size:200%; font-weight:700; vertical-align:top; } #pmtoast { background: #16579c; border-top: 3px solid #65a4e8; bottom: 10px; color: #042f5c; display: none; font-size: 85%; position: fixed; right: 2px; text-align: right; text-decoration: none; padding:3px; width: auto; z-index: 1; } #pmlink { display: block; padding: 3px; text-decoration: none; }
#pmtoast:hover, #pmlink:hover { background: #16579c; } #pmlink big { text-transform: uppercase; color: #ffffff; display: block; font-weight: 700; padding-bottom: 5px; font-size: 100%; } #pmclose { background: #16579C; color: #ffffff; display: block; font-size: 80%; padding: 1px 10px; }
#foot_wrap { margin: 20px 1px 20px 0; } #foot td { background: none; border: 0; font-size: 80%; } #foot #foot_datetime { width: 1%; white-space: nowrap; float:left; } #copyright { font-size: 60%; margin: 10px 0; text-align: center; } #copyright a { font-weight: 700; } #c_tos h3 { color: #333333; font-size: 120%; } input.username_ok { border-bottom: 3px solid #41da2b; } input.username_no { border-bottom: 3px solid #dc636f; } #acplogin { background: #65a4e8; height: 275px; left: 50%; margin: -137.5px 0 0 -250px; padding: 0; position: absolute; top: 50%; width: 500px; } #acplogin h1 { color:#ffffff; font-weight:400; height:50px; margin-bottom:20px; padding:50px 20px 0 0; text-align:right; } #acplogin h1 img { position:absolute; left:0; top:0; } a img { border:0; } form { display: inline; margin: 0; padding: 0; } .category h2, .topic h2, #portal h2 { padding: 7px; 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 { background: #AACEF5; margin: 0 7px; padding: 0; vertical-align: bottom; } option { margin: 2px 0; } button.btn_img { border: 0; cursor: pointer; padding: 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; } #submenu a { padding: 3px 5px; color:#16579C; }
#submenu a:hover { background:#AACEF5; }
#main { height: 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:100%; 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: 1px 3px; } .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 { margin: 10px 0 0; } span.collapse, span.uncollapse { cursor: pointer; float: right; position: relative; } .c_mark img { display: block; margin: auto; } .c_last { line-height: 1.4; min-width: 210px; width: 30%; } #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:auto; } .c_user { vertical-align:top; width:100px; } img.c_user { height: 1px; } .avatar, img.member { display:block; margin:auto; text-align:center; height:50px; width:50px; } .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: 5%; } td.c_poll-answer { text-align: center; width: 92.5%; } 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 { font-size: 120%; line-height: 1.4; vertical-align: top; padding-left:5px; } 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; } blockquote dl dt, blockquote dl dd { padding: 2px 4px; }
blockquote dl dd { font-size: 80%; }
blockquote div,blockquote code { margin:0; padding:5px; } dl#fast-reply { clear:both; margin:auto; width:100%; } 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:95%; } #c_post-text { height:150px; } #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:50px; } #emot_list { height:150px; width:auto; margin:0 auto; overflow:auto; padding:5px 0; text-align:center; } div#emot_list { padding:0; } #emot_list li { display:inline; padding:4px 5px; } #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; font-size:100%; } #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: 100%; } #portal_r { float: right; width: 150px; } #portal_news { margin: 0px; } #portal_clear { background: transparent; border: none; clear: both; font-size: 1px; height: 1px; margin: 0; padding: 0; } .portal_box { margin-bottom: -4px; } .portal_box table { clear: none; } #portal h2,#portal_foot h2 { clear: none; margin: 0; padding:7px 10px; } #faq { margin:20px 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: 95%; }
#shoutpost input { font-size: 110%; border:5px solid #AACEF5; width:40%; overflow:auto; }
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:100%; } blockquote div { background: #ecf5ff; } 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,.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 { background: #D2E4F7; margin: 10px 0; } #blog blockquote { background: none; border: none; font-size: 85%; padding: 0 10px; } #blog blockquote blockquote { padding: 0; font-size: 100%; } #blog h1 { float: right; font-size:150%; } #blog h2 { background: #16579c; clear: none; font-size: 80%; padding: 5px; text-transform: uppercase; } #blog h2, #blog h2 a, #blog h2 a:hover { color: #ffffff; } #blog_foot { clear:both; margin-bottom:20px; } #blog_head { border: 8px solid #D2E4F7; padding: 10px 14px; } #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 0px; } #blog_categories, #blog_readers, #blog_about { background: #ecf5ff; margin: 15px 0; padding: 5px 7px; border-bottom: 3px solid #65a4e8; }
#blog_sidebar h3,#blog_sidebar dt { color:#65a4e8; font-weight:700; } #blog_sub { background: #ecf5ff; clear: both; position: relative; padding: 5px 7px; text-align: right; font-size: 85%; }
#blog_sub button, #topic_viewer .c_foot button { border-color: #ecf5ff; }
#blog_sub span { padding-top: 4px; } #blog_sidebar { background: #D2E4F7; float: right; font-size: 93.3%; margin: 20px 10px 0 0; padding: 0 10px; width: 160px; } #blog_sidebar dd { margin-left: 10px; } #blog_user { font-size: 175%; } #blog table { clear: none; } div.blog_options { font-size: 70%; text-align: right; background: #D2E4F7; margin: 15px 0; padding: 3px 7px; text-transform: uppercase; }
div.blog_date { background: #D2E4F7; color: #65a4e8; float: right; font-weight: 700; margin: 11px 15px; text-align: center; text-transform: uppercase; width: 40px; } div.blog_date span { background: #D2E4F7; color: #16579c; display: block; font-size: 130%; font-weight: 700; padding: 2px 4px; } div.blog_entry { background: #D2E4F7; margin: 10px 0; padding: 5px 7px; } #blog_comments li { padding: 5px 7px; }
#shoutwrap { font-size: 88.3%; } #shoutwrap td { padding: 0; } #shoutbox { font-size: 110%; list-style-type: none; margin: 0; padding: 0; height:130px; overflow:auto; } #shoutbox li { padding:5px 7px; } #shoutbox li.odd { background: #AACEF5; } #shoutbox dl,#shoutbox dt,#shoutbox dd { margin:0; padding:0; width:98%; } #shoutbox dt { font-size: 80%; } #shoutopts,#shoutpost { clear:both; text-align:left; }
.forums .c_foot { padding: 0; height: 3px; }
.t_icon { text-transform: uppercase; text-shadow: 1px 1pt #65a4e8; font-weight: 700; font-size: 100%; background:#D2E4F7; border-bottom: 3px solid #65A4E8; color: #16579c; padding:5px; }
.banner { font-size: 150%; text-shadow: 1px 2pt #D2E4F7; }
.banner a { color: #65a4e8; margin-top:10px; margin-left: 8px; }
.banner a:hover, .c_mark a:hover { background: none; }
.c_view { background: #ecf5ff; border-top: 3px solid #65a4e8; }
#portal { background: #D2E4F7; }
.c_cat-mark, .posts .c_foot { font-weight: 700; }
#forum_footer .c_foot { padding: 0; }
#announcement_list .c_cat-title, #announcement_list .c_cat-starter, #announcement_list .c_cat-lastpost { border-bottom: 3px solid #65a4e8; }
.c_topicfoot { background: #ecf5ff; padding-left: .2em; }
.blue { background: #AACEF5; padding: 5px 5px; text-transform: uppercase; font-weight: 700; font-size: 100%; }
.blue:hover { background: #ecf5ff; }
.green { background: #64E58D; padding: 5px 5px; text-transform: uppercase; font-weight: 700; font-size: 100%; }
.green:hover { background: #ecf5ff; }
#fast-reply button { font-weight: 700; text-transform: uppercase; font-size: 80%; font-family: "Helvetica","Arial","Bitstream Vera Sans","Verdana",sans-serif; }
.topic-buttons a, .topic-buttons a:hover { padding: 0px; }
#forum_footer .c_sort button { border-color: #ecf5ff; }
#pm_messages { height: auto; }
#conversation { margin: 0 !important; border-top: 3px solid #65a4e8; }
#pm_quick_reply { margin-top: 20px; }
select[name="fid"] + small button { border-color: #ecf5ff; font-size:120%; }
button:hover, #topic_viewer .exclusivebutton + table td, #topic_viewer .c_foot { background: #ecf5ff; }
#shoutwrap, #error_box, #pm_compose, textarea, input, #address_book, #pm_quick_reply, #conversation, #add_address, #pm_settings_box, #pm_folder_add, #pm_folder_editing, #pm_archiving, #tracker_list, #notepad, #board_settings, #email_settings, #password_change, #name_change_req, #email_change, #security_settings, #edit_profile, #edit_sig, #avatar_editor, #photo_settings, #blog_settings, #cal_end, .calendar td#cal_current, #member_list_full, #forum_rules, #search_form, .faq_list, #rcp_post_list, #rcp_pm_list, #pm_inbox, #quick_pm_compose, .notice, .portal_box, #portal, div.blog_date, #blog_sub, #blog, .drop_menu ul, #forum_leaders_global, #search_results_topics + .forums, #top_posters, #member_list_full, #sbx_archive, #login_page, #reg_rules_intro, .register, #pw_request, #fwd_topic, #name_history, #findposts, #blog_comments li { border-bottom: 3px solid #AACEF5; }
#blog h2, #blog_sub, .drop_menu ul { border-top: 3px solid #65a4e8; }
img.member { display: block; margin: auto; }
#blog_user img.member { margin: 0; }
.cornercanvas { display: none !important; }
#stats { border-bottom: 0; padding-top: 30px; }
#stats .c_foot { border-top: 3px solid #65a4e8; padding-right: 10px; padding-top: 2px; background: #ecf5ff; }
#c_bbcode .row1 { background: #D2E4F7; }
.l {text-align:left} .c {text-align:center} .r {text-align:right} .left {float:left} .right {float:right} #stats_members a.member, .bday_strip {white-space:nowrap} .calendar li span {cursor:default} #c_tos li {display:list-item;margin-left:25px} #c_tos ul li {list-style:disc} #c_tos ol li {list-style:lower-alpha} #shoutrefresh {cursor:pointer}
span.byline { font-size: 35%; text-shadow: 1px 1pt; } .imgc { color: #65a4e8; } .hott { color: #dc636f; }
/* Mobile edits */ #wrap, #logo, #submenu, #submenu_bar, #top, #top_bar { margin: 0 auto; padding-left: 0; padding-right: 0; width:100%; }
td.c_forum, td.c_last { display:block; width:100%; }
#sbx { max-width:100%; overflow:auto; }
.c_cat-title { font-size: 85%; }
.c_cat-lastpost { font-size: 75%; }
#topic_viewer { font-size: 75%; }
#topic_review { font-size: 110%; }
#member_list_full { font-size: 90%; }
h2.special { color: #fff; }
#c_post-text { width:95%; float:left; }
table#search_form th { font-size:80%; }
table.posting th { font-size:80%; }
#search_results_topics th { font-size: 75%; }
#ucp_profile { height: auto; }
td.c_poll-vote button.btn_mod, td.c_poll-vote a.btn_fake { font-size: 90%; }
.c_post img,#topic_review img, c_sig img { max-width:240px; }
/*removes columns on inbox pm page */ th#pm_replies, table#pm_inbox tr[class*="row"] td:nth-child(3) { display: none; }
/*removes columns on member list page */ table#member_list_full tbody > tr th:nth-child(2), table#member_list_full tbody > tr th:nth-child(4), table#member_list_full tbody > tr th:nth-child(5), table#member_list_full tr[class*="row"] td:nth-child(2), table#member_list_full tr[class*="row"] td:nth-child(4), table#member_list_full tr[class*="row"] td:nth-child(5) { display: none; }
td.c_forum div, td.c_user .usertitle, .drop_menu ul, td.c_cat-starter, th.c_cat-starter, td.c_sig, dl.user_profile, td.c_info-t, td.c_info-r, td.c_info-v, .c_cat-replies, .c_cat-views, #nav, #pm_replies, #pm_folderlist, #foot_links, .c_view, #topic_review, div#stats.category, div#quote_container, #c_bbcode, #emot_wrap h3, #emot_end,#c_post-resize span, #forum_footer, #blog_sidebar, table.profile td.c_user, dl.user_info dd, #portal_r, table#portal_stats, #portal_foot, #portal_news { display:none; }
|