#TeamSupport
- Posts:
- 5,109
- Group:
- Support Team
- Member
- #386,619
- Joined:
- September 28, 2010
- I'm Browsing With
- Safari · Chrome
- My Board URL
- http://s4.zetaboards.com/zbThemes/index/
|
Name: She Loves Him Author: Theme by Chance and Nick & DPM
Preview: Click for full preview
Notes: I apologize for the very late release (considering the fact that today is Valentine's Day). I do hope that you still decide to use this wonderfully-designed theme by Chance, possibly for next year. Nonetheless, enjoy.  Graphics: Click here + Favicon
Layout:
Layout - Code:
-
<!-- HEADER --><!-- SUBMENU -->
<div id="useravatar"></div><!-- TOPMENU -->
<div id="wrap"><!-- NAV --><!-- BOARD --></div>
<script type="text/javascript" src="http://z1.ifrm.com/0/2/0/p401504/3h2.js"></script> <script type="text/javascript" src="http://z4.ifrm.com/30293/77/0/f5175796/6PieceH2.js"></script>
<script> if(location.href.match("/search/")) { $("#submenu a:contains('Search')").addClass("current"); } if(location.href.match("/members/")) { $("#submenu a:contains('Members')").addClass("current"); } if(location.href.match("/calendar/")) { $("#submenu a:contains('Calendar')").addClass("current"); } if(location.href.match("/faq/")) { $("#submenu a:contains('FAQ')").addClass("current"); } </script> <script> $("#submenu a:contains('Search')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121726/icon2.png' /> "); $("#submenu a:contains('Forum Home')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121725/icon1.png' /> "); $("#submenu a:contains('Calendar')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121727/icon3.png' /> "); $("#submenu a:contains('FAQ')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121744/faq.png' /> "); $("#submenu a:contains('Members')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121745/members.png' /> "); $("#submenu a:contains('Portal')").prepend("<img src='http://z4.ifrm.com/30315/181/0/p1121725/icon1.png' /> "); </script>
<script type="text/javascript"> //Show Avatar by Quozzo
function displayAvatar(){ $('#useravatar').html(useravatar); };
if(!$('#top_info:contains("Guest")').length){ var username = $('#top_info strong a').text(); var useravatar = localStorage.getItem(username+"useravatar"+main_url); }; if(!useravatar){ $.get($('#top_info strong a').attr('href'), function(d){ if($('.c_mark img',d).length){ useravatar = "<img src='"+$('.c_mark img',d).attr('src')+"' alt='avatar' />"; localStorage.setItem(username+"useravatar"+main_url,useravatar); displayAvatar(); }; }); }else if(useravatar!="null"){ displayAvatar(); }; $(function(){ $('#avatar_gallery_sys button:contains("Remove"),#avatar_editor button').click(function(){ localStorage.removeItem(username+"useravatar"+main_url); }); $('#avatar_gallery_sys button:not(:contains("Remove"))').click(function(){ useravatar = "<img src='"+$(this).find('img').attr('src')+"' alt='avatar' />"; localStorage.setItem(username+"useravatar"+main_url,useravatar); }); $('#avatar_editor button').click(function(){ $.get($('#top_info strong a').attr('href'), function(d){ if($('.c_mark img',d).length){ useravatar = "<img src='"+$('.c_mark img',d).attr('src')+"' alt='avatar' />"; localStorage.setItem(username+"useravatar"+main_url,useravatar); }; }); }); }); </script>
<div id="copyright">Theme by <a href="http://s1.zetaboards.com/Outline/profile/257585/" title="Designer">Chance</a> and <a href="http://s1.zetaboards.com/Outline/profile/939516/" title="Coder">Nick</a> & <a href="http://s1.zetaboards.com/Outline/profile/1378780/" title="Coder">DPM</a> of <a href="http://s1.zetaboards.com/Outline/index/" title="Outline">Outline</a> and <a href="http://resources.zetaboards.com" title=Zathyus Network Resources">ZNR</a></div>
CSS:
CSS - Code:
-
html,body { background:url(http://z4.ifrm.com/30315/181/0/p1121605/bg.png) repeat-x top #602022; color:#666; font-family:"trebuchet ms", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; font-size:93.3%; margin:0; padding:0; }
a { color:#832e30; text-shadow:0 1px 0 #f5f5f5; text-decoration:none; }
a:hover { color:#963d3f; text-shadow:0 1px 0 #f5f5f5; text-decoration:none; }
hr { background-color:#5a70b3; border:0; clear:both; color:#5a70b3; height:1px; }
table { border-collapse:collapse; border-spacing:0; clear:both; empty-cells:show; width:100%; }
table.search_results_post thead { display:none; }
th,td { border:1px solid #c8c7c7; }
th { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; color:#777; font-weight:400; padding:3px 5px; text-align:left; }
td { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; color:#333; padding:5px 10px; }
th a,th a:hover { color:#777; font-weight:700; }
h1 { font-size:200%; }
h2,h3 { font-size:100%; }
.category h2,.topic h2,#portal h2,#portal_foot h2,thead th { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; color:#fff; text-shadow: 0 1px 0 #141c00; font-size:110%; font-weight:700; }
thead th { padding:5px; text-align:center; }
h2.special { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; }
input,select,textarea,button,a.btn_fake { background:url(http://z4.ifrm.com/30315/181/0/p1121946/inputtable.png) repeat-x top #e1e0e0; border:1px solid #c8c7c7; color:#333; 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 { outline:2px solid #913135; }
.submit_error { background:#fff8eb; border:1px solid #e77700; }
button,a.btn_fake { background:url(http://z4.ifrm.com/30315/181/0/p1122620/ButtonL.png) no-repeat left center,url(http://z4.ifrm.com/30315/181/0/p1122628/ButtonR.png) no-repeat right center,url(http://z4.ifrm.com/30315/181/0/p1122629/ButtonW.png) repeat-x center center; color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.75); border:none; cursor:default; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:90%; font-weight:bold; overflow:visible; width:auto; min-width:20px; height:22px; line-height:1; }
button.btn_text { background:none; border:0; cursor:pointer; font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif; font-size:100%; }
.notice { background: #581D20; background: url(http://z4.ifrm.com/30315/181/0/p1122630/QuoteDLL.png) no-repeat left center,url(http://z4.ifrm.com/30315/181/0/p1122631/QuoteDLR.png) no-repeat right center,url(http://z4.ifrm.com/30315/181/0/p1122632/QuoteDLW.png) repeat-x center center; color: #FFFEFE; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); line-height: 22px; border-radius: 5px; margin:10px auto 0; width:70%; }
.notice dt { float:left; color: #FFFEFE; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-size:14px; font-weight:700; }
.notice dd { padding:5px 7px 5px 30px!important; font-size:12px; font-style:italic; }
#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; }
#top a img { display:none; }
#profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd,.search_results div div,table.calendar ul { 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:url(http://z4.ifrm.com/30315/181/0/p1121602/topbg.png) repeat-x center top; height:41px; margin:0 5%; }
#top_info { color:#4f4f4f; float:left; margin-top:13px; font-weight:700; margin-left:100px; text-shadow:0 1px 0 #e5e1e1; }
#top_menu { text-shadow:0 1px 0 #e5e1e1; background:0; float:right; color:#4f4f4f; margin-top:0px; position:relative; left:10px; top:9px; }
#top_menu a { color:#4f4f4f; text-shadow:0 1px 0 #e5e1e1; }
.drop_menu li { float:left; margin-right:1px; text-align:center; }
.drop_menu a { color:#eeeded; text-shadow: 0 1px 1px #602425; font-weight:700; display:block; padding:4px .25em; position:relative; width:9em; }
#top .drop_menu li ul li a { color:#eeeded; text-shadow: 0 1px 1px #602425; }
#top .drop_menu li ul li a:hover { color:#fff; text-shadow: 0 1px 1px #602425; }
.drop_menu a:hover { color:#fff; text-shadow: 0 1px 1px #602425; }
.drop_menu ul { color:#fff; text-shadow: 0 1px 1px #602425; font-weight:700; left:-999em; margin:0; opacity:0.85; position:absolute; width:9.4em; }
.drop_menu ul li { background:#b52c2c; font-size:85%; width:100%; margin: 4px 0; padding: 2px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border-bottom:2px solid #de4444; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.drop_menu ul li:hover { background:#0a0a0a; border-bottom:2px solid #2a2a2a; }
.drop_menu ul li a { display:block; padding:4px 5%; width:90%; }
.drop_menu li ul li a:hover { color: #fff; text-shadow: 0 1px 1px #602425; }
#logo { background:url(http://z4.ifrm.com/30315/181/0/p1121601/logobg.png) repeat-x top transparent; border:1px solid #a44143; border-bottom:0; border-top:0; height:71px; clear:both; margin:0 5%; }
#logo a img { margin-top: 21px; margin-left: 30px; }
#submenu { color: #eeeded; font-size: 9pt; position: absolute; right: 106px; text-align: right; top: 35px; padding: 3px 0px; text-transform: uppercase; font-size: 14 pt; text-shadow: 0 1px 1px #602425; }
#wrap { background:#eeeded; margin:0 5% 30px; }
#nav { background:url(http://z4.ifrm.com/30315/181/0/p1121715/navbg.png) repeat-x top transparent; height:35px; color:#a0a0a0; text-shadow:0 1px 0 #f8f8f8; padding:10px 1%; }
#nav a { color:#a0a0a0; text-shadow:0 1px 0 #f8f8f8; }
.meta_box { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; font-size:85%; line-height:150%; padding:10px 25px; }
.meta_menu { padding:0; width:49%; }
.meta_menu h3 { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; clear:both; color:#FFF; text-shadow:0 1px 0 #141C00; font-size:100%; font-weight:700; text-align:center; }
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:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; color:#832e30; }
.cat-pages a:hover,.cat-topicpages a:hover { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; color:#963d3f; }
.cat-pages span { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; color:#832e30; cursor:default; font-weight:700; padding:2px 5px; }
.cat-pages input { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; color:#832e30; 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; padding:20px; text-align:center; }
td.c_head,td.c_foot,td.c_sort { font-size:80%; }
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 { background:#D8DCEB; font-weight:700; }
tr.hidden td.c_post { background:#D8DCEB; }
.bday { font-size:90%; font-weight:700; }
.c_mark { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; text-align:center; width:1%; border-right:0; }
.c_forum { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; color:#666; font-size:80%; width:60%; border-right:0; height:72px; border-left:0; }
.c_forum strong a,.c_last strong a { color:#832e30; text-shadow:0 1px 0 #f5f5f5; }
.c_forum strong a { font-size:135%; }
td.c_last { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; font-size:85%; border-left:0; border-bottom:0; }
.c_forum-desc { font-size:85%; }
.c_last-title { display:block; line-height:16px; }
td.c_info-v,td.c_info-t,td.c_info-r { font-size:80%; text-align:center; border: medium none; font-size: 80%; text-align: center; color:#989797; text-transform:lowercase; text-shadow:0 1px 0 #f5f5f5; font-weight:700; padding: 10px 0; height:35px; background-color:#E4E3E3; }
td.c_info-v { background-image: url(http://z4.ifrm.com/30315/181/0/p1121753/info_left.png), url(http://z4.ifrm.com/30315/181/0/p1121754/info_mid.png); background-repeat:no-repeat, repeat-x; background-position:left, center; height:30px; }
td.c_info-r { background-image:url(http://z4.ifrm.com/30315/181/0/p1121755/info_right.png), url(http://z4.ifrm.com/30315/181/0/p1121754/info_mid.png); background-repeat:no-repeat, repeat-x; background-position:right, center; border-right:1px solid #C8C7C7; height:30px; }
td.c_info-t { background:url(http://z4.ifrm.com/30315/181/0/p1121754/info_mid.png) repeat-x center #E4E3E3; height:30px; }
table#subforum_set.forums td.c_info-t { background-image:url(http://z4.ifrm.com/30315/181/0/p1121753/info_left.png), url(http://z4.ifrm.com/30315/181/0/p1121754/info_mid.png); background-repeat:no-repeat, repeat-x; background-position:left, center; height:30px; }
td.c_subforum { background:#E4E3E3; color:#666666; border-top:0; border-left:0; font-size:80%; font-style:italic; }
.cat_head td { border:0; padding:0; }
#stats .cat_head td { border:0; }
.description { font-size:85%; }
td.c_username { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; border:0; border-left:1px solid #c8c7c7; border-right:1px solid #c8c7c7; padding:2px 0; text-align:center; }
td.c_username a,td.c_username a:hover { color:#fff; text-shadow: 0 1px 0 #141c00; font-size:140%; font-weight:700; }
td.c_user { font-size:80%; }
td.c_user dl { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; color:#777; 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 li li a { border-top: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 { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; float:left; height:12px; padding-right:3px; }
td.c_poll-bar span { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; display:block; float:left; height:12px; width:3px; }
.editby,.queued { border:1px solid #C8C7C7; font-size:85%; font-style:italic; margin-top:1em; padding:3px 5px; }
blockquote { background:#581d20; margin:10px auto; color:#e15057; text-shadow:0 1px 1px rgba(0,0,0,0.75); font-size:12px; width:98%; }
blockquote dl { background:#581d20; background:url(http://z4.ifrm.com/30315/181/0/p1122630/QuoteDLL.png) no-repeat left center,url(http://z4.ifrm.com/30315/181/0/p1122631/QuoteDLR.png) no-repeat right center,url(http://z4.ifrm.com/30315/181/0/p1122632/QuoteDLW.png) repeat-x center center; color:#fffefe; text-shadow:0 1px 1px rgba(0,0,0,0.75); line-height:28px; }
blockquote dl dt { color:#fff; float:left; font-weight:700; }
code { background:#581d20; color:#e15057; text-shadow:0 1px 1px rgba(0,0,0,0.75); font-size:12px; display:block; font-family:Monaco, Consolas, "Courier New", Courier, monospace; white-space:normal; }
div.spoiler { background:#581d20; border:none; padding:5px 7px; color:#e15057; text-shadow:0 1px 1px rgba(0,0,0,0.75); font-size:12px; }
div.spoiler_toggle { background:#581d20; background:url(http://z4.ifrm.com/30315/181/0/p1122630/QuoteDLL.png) no-repeat left center,url(http://z4.ifrm.com/30315/181/0/p1122631/QuoteDLR.png) no-repeat right center,url(http://z4.ifrm.com/30315/181/0/p1122632/QuoteDLW.png) repeat-x center center; color:#fffefe; text-shadow:0 1px 1px rgba(0,0,0,0.75); line-height:28px; cursor:pointer; font-weight:700; padding:2px 4px; }
td.c_postinfo { font-size:80%; vertical-align:middle; }
td.c_sig { font-size:80%; }
td.c_sig blockquote { background:none; border:0; border-left:3px solid #999; padding-left:5px; }
td.c_sig blockquote dl { background:none transparent; border:0; color:#666; }
td.c_sig blockquote dl dt,td.c_sig blockquote dl dd { color:#666; padding:0; }
td.c_sig blockquote div { background:transparent; margin-left:5px; padding:0; }
tr.c_postfoot { background:#f6f6f6; clear:both; }
td.c_footicons,td.c_postinfo { width:100%; }
td.c_username { width:175px; }
.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: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; color:#FFF; font-size:110%; font-weight:700; margin:0; padding:5px; }
dl#fast-reply dd { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; padding:15px 0; text-align:center; }
#c_post-preview { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; margin:0 auto 10px; padding:5px; text-align:left; width:98%; }
#c_post-resize span { color:#e7e7e7; cursor:pointer; font-size:225%; padding:20px 5px 0; }
#c_bbcode button,#c_bbcode a.btn_fake { font-weight:normal; }
#emot_wrap h3 { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; color:#fff; font-weight:bold; font-size:12px; text-shadow: 0 1px 0 #141c00; padding-top: 10px; height: 26px; text-align:center; }
#emot_end { background:#E4E3E3; border:1px solid #c8c7c7; border-top:0; 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 { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; font-size:90%; font-style:italic; margin-top:1em; padding:3px 5px; }
#ucp_gallery a { font-weight:700; }
.calendar td div { font-weight:700; }
.calendar td.calh2 div a { background:none; padding:0; float:none; }
.calendar div a { background:url(http://z4.ifrm.com/static/1/s_minibday.png) no-repeat 5px; 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:#fff; border:2px solid #5a70b3; }
div.portal_content { background:#E4E3E3; border:1px solid #c8c7c7; border-top:0; font-size:88.3%; margin:0; padding:5px 7px; }
#portal h2 { font-size:88.3%; }
#portal h4 { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border-left:1px solid #c8c7c7; border-right:1px solid #c8c7c7; font-size:88.3%; font-weight:400; margin:0; padding:5px 7px; }
#faq dt a { font-size:120%; font-weight:700; }
#faq dd.faq_more a,#faq dl.faq_more a:hover { color:#999; font-style:italic; }
.search_results { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; margin-bottom:1em; padding:5px 7px; }
.search_results h3 { display:inline; font-size:125%; }
.search_results cite,.search_results p { font-size:85%; margin:0; }
#findposts .c_mark { font-size:200%; font-weight:700; vertical-align:top; }
#pmtoast { background:url(http://z4.ifrm.com/30315/181/0/p1122619/PMToast.png) no-repeat center center; bottom:10px; color:#fff; font-size:12px; position:fixed; right:10px; text-align:right; text-decoration:none; font-family:Trebuchet MS; width:252px; height:109px; z-index:999; }
#pmlink { color:#fff; display:block; padding:10px 10px 2px 55px; text-decoration:none; text-shadow:0 1px 1px rgba(0,0,0,0.75); }
#pmlink big { color:#fff; font-size:14px; display:block; font-weight:700; padding-bottom:5px; text-shadow:0 1px 1px rgba(0,0,0,0.75); }
#pmlink strong { color:#fff; text-shadow:0 1px 1px rgba(0,0,0,0.75); }
#pmclose { color:#fff; text-shadow:0 1px 1px rgba(0,0,0,0.75); display:block; font-size:80%; padding:1px 10px; }
#foot_wrap { margin:20px 0; }
#foot td { font-size:80%; }
#foot #foot_datetime { width:1%; white-space:nowrap; }
#copyright { color:#fff; font-size:80%; margin:10px 0; text-align:center; }
#copyright a { color:#fff; text-shadow:0 1px 0 #000; font-weight:700; }
#c_tos h3 { font-size:120%; }
#acplogin { background:url(http://z4.ifrm.com/static/acp/acpback.png) repeat-x 0 -195px #fff; border:2px solid #3a5197; height:275px; left:50%; margin:-137.5px 0 0 -250px; padding:0; position:absolute; top:50%; width:500px; }
#acplogin h1 { color:#FFF; 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:5px; 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; }
.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: 26px 37px; color: #eeeded; text-shadow: 0 1px 1px #602425; font-weight:700; }
#submenu a img { margin-top: -5px; }
#submenu a.current { background-image:url(http://z4.ifrm.com/30315/181/0/p1121729/activel.png), url(http://z4.ifrm.com/30315/181/0/p1121731/activer.png), url(http://z4.ifrm.com/30315/181/0/p1121730/activem.png); background-position:left, right, center; background-repeat:no-repeat, no-repeat, repeat-x; background-color:transparent; color:#2e0d0f; cursor:default; text-shadow:none; }
#main { height:1%; padding:0 1%; }
#nav li img { vertical-align:top; margin-top:-10px; }
.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 { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; border-top:0; font-size:90%; padding:5px 5%!important; margin:0; }
.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 { 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:300px; width:30%; }
.category td.c_foot { height:10px; background:0; border:0; }
#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; }
.c_user { vertical-align:top; width:1px; min-width:175px; max-width:175px; }
.c_post { width:100%; }
.c_sig,.c_nosig { width:100%; }
.avatar { display:block; margin:auto; text-align:center; }
.av_wrap { overflow:hidden; text-align:center; margin:auto; }
td.c_user .usertitle { margin:3px 0; overflow-x:hidden; text-align:center; }
.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%; }
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 { line-height:1.7; vertical-align:top; }
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 { font-size:1px; height:1px; }
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 div,blockquote code { background:#581d20; margin:0; padding:5px; }
dl#fast-reply { clear:both; margin:auto; width:80%; }
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 { background:url(http://z4.ifrm.com/30315/181/0/p1121820/table.png) repeat-x top #E4E3E3; border:1px solid #c8c7c7; border-bottom:0; 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 { background:#581d20; height:auto; 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 { margin-bottom:5px; padding:1px; }
.portal_box table { clear:none; }
#portal h2,#portal_foot h2 { clear:none; margin:0; padding:3px 5px; }
#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; }
table.search_results div { margin:0; }
#acplogin #loginform { display:block; padding:0 50px; }
.category h2 a,#portal h2 a,#portal_foot h2 a,thead a,.category h2 a:hover,#portal h2 a:hover,#portal_foot h2 a:hover,thead a:hover,#submenu a:hover { color:#fff; }
#top_info a,#top_info a:hover { color:#4f4f4f; text-shadow:0 1px 0 #e5e1e1; }
input,select,td,th { font-size:90%; }
button.btn_default,#nav li span,.c_post-attachment dt,#c_tos dt { font-weight:700; }
#submenu a:hover,.meta_menu a:hover { text-decoration:none; }
#submenu a:hover { background: url("http://z4.ifrm.com/30315/181/0/p1121728/subglow.png") no-repeat scroll center top transparent; padding: 35px 37px; }
.meta_box h3,td.c_topicfoot strong,#meta_welcome strong { font-size:120%; }
.meta_box h3,.meta_box a,.meta_box a:hover,tr.pm_new td a,tr.pm_new td a:hover,tr.hidden td a,tr.hidden td a:hover,.c_forum strong a:hover,.c_last strong a:hover,#faq dt a:hover,.search_results h3 a,.search_results h3 a:hover { color:#963d3f; text-shadow:0 1px 0 #f5f5f5; }
img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img { 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 { background:#602022; margin:10px 0; }
#blog blockquote { background:none; border:none; font-size:85%; padding:0 10px; }
#blog h1 { float:right; }
#blog h2 { background:none; clear:none; font-size:130%; padding:0; }
#blog_foot { clear:both; margin-bottom:20px; }
#blog_head { background:#581d20; }
#blog_head a { color:#fff; text-shadow:0 2px 2px rgba(0,0,0,0.5); }
#blog_head img.avatar { display:inline; }
#blog_main { color:#fff; margin:20px 200px 10px 10px; }
#blog_categories,#blog_readers,#blog_about,div.blog_options { background:#581d20; margin:15px 0; padding:5px 7px; }
#blog_sidebar h3,#blog_sidebar dt { font-weight:700; }
#blog_sub { background:url(http://z4.ifrm.com/30315/181/0/p1121602/topbg.png) repeat-x center top; height:31px; clear:both; position:relative; padding:5px 7px; text-align:right; }
#blog_sub span { padding-top:4px; }
#blog_sidebar { background:#581d20; 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%; }
div.blog_options { font-size:90%; text-align:right; }
div.blog_options a { color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.75); }
div.blog_date { color:#e15057; text-shadow:0 1px 1px rgba(0,0,0,0.75); float:right; font-weight:700; margin:0 15px; text-align:center; text-transform:uppercase; width:40px; }
div.blog_date span { display:block; font-size:130%; font-weight:700; padding:2px 4px; }
div.blog_entry { background:#eeeded; margin:10px 0; padding:5px 7px; }
#blog_comments li { padding:5px 7px; }
#shoutwrap { background:#fafafa; border:1px solid #e7e7e7; font-size:88.3%; }
#shoutwrap td { padding:0; }
#shoutbox { 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:#777; font-size:80%; }
#shoutopts,#shoutpost { clear:both; text-align:center; }
#useravatar { background:transparent; float: left; border:0; margin: 9px 10% 2px 0; position:absolute; left:135px; }
#useravatar img { max-width: 25px; max-height: 25px; }
/***** Three Piece H2 *****/ /* h2wrap is the center stretch.*/ .h2wrap { background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; }
/* h2left is the left image. */ .h2left { background: url(http://z4.ifrm.com/30315/181/0/p1121756/h2l2.png) no-repeat top left; height:39px; }
/* h2center is the text itself. */ .h2center{ color:#fff; font-weight:bold; font-size:12px; text-shadow: 0 1px 0 #141c00; padding: 10px 0px 0px 32px; height: 29px; }
.h2center a{ color:#fff; font-weight:bold; font-size:12px; text-shadow: 0 1px 0 #141c00; }
/* h2right is the right image. */ .h2right { background: url(http://z4.ifrm.com/30315/181/0/p1121752/h2r.png) no-repeat right top; height: 39px; }
/* Collapse/Uncollapse Images */ .collapse,.uncollapse { right: 10px; bottom: 2px; }
thead td,thead th {padding:0px;background: inherit;border-width:0px;}
/* Leave the above alone. For the bottom, style your profile h2's. */ .profile thead td,.profile thead th { padding:0px; background: url(http://z4.ifrm.com/30315/181/0/p1121750/h2m.png) repeat-x; height:39px; line-height:1; text-shadow: 0 1px 0 #141c00; }
.h2text { background:url(http://z4.ifrm.com/30315/181/0/p1121914/textmid.png) repeat-x top left; padding:3px 5px 6px 10px; }
.calendar .h2text { padding:4px 5px 5px 10px; }
.h2textright { background:url(http://z4.ifrm.com/30315/181/0/p1121915/textright.png) no-repeat top right; padding:3px 10px 6px 0; }
.calendar .h2textright { padding:4px 10px 5px 0; }
.h2inner { position:relative; top:1px; }
.forums tr:first-child td { border-top: 0; }
#submenu a.current:hover { background-image:url(http://z4.ifrm.com/30315/181/0/p1121729/activel.png), url(http://z4.ifrm.com/30315/181/0/p1121731/activer.png), url(http://z4.ifrm.com/30315/181/0/p1121730/activem.png); background-position:left, right, center; background-repeat:no-repeat, no-repeat, repeat-x; color:#2E0D0F; }
|