Maw1 PunBB (Red Royal) Sat Apr 28, 2012 4:45 am
PunBB (Red Royal)
css code
overall_header
[spoiler][code]
report = window.open('{switch_report_popup.U_REPORT_POPUP}',
'_phpbbreport',
'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
report.focus();
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING},
{switch_ticker.SPEED}, '{switch_ticker.DIRECTION}',
{switch_ticker.STOP_TIME});
});
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth =
{LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT},
logInBackgroundResize = false, logInBackgroundClass = false;
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
//]]>
Note : This custom theme is copyright to FT Supporter. Please do not rip, anyone found doing so will be reported to the Forumotion authorities.
css code
- Spoiler:
- Code:
/*==============================================================================|
| (C) GDesigns. All rights reserved. |
| CSS by GENJI WATANABE |
| "do not publish it on anywhere without permission |
| from the FT Supporter Administrators." |
|==============================================================================*/
#pun-visit, #pun-about #qjump, div.main-head p.options, #main .module-advert .main-content, #recent-topic-block {
display: none !important;
}
.pun a:link {
color: #ccc;
text-shadow: 0 2px 2px #000;
text-decoration: none !important;
}
.pun a:visited {
color: #ccc;
text-shadow: 0 2px 2px #000;
text-decoration: none !important;
}
.pun a:hover, a:active {
color: #ccc;
text-shadow: 0 -2px 2px #000;
text-decoration: none !important;
}
body {
background: url(http://i47.servimg.com/u/f47/16/97/26/79/jccdwt10.png) #800000;
font-family: CENTURY GOTHIC, arial;
color: #fff;
font-size: 11px;
font-weight: 700;
text-shadow: 0 1px 1px #000;
}
.pun {
width: 700px;
min-width: 800px;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
color: #fff;
background-color: #900000;
border-radius: 10px;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
}
.pun .main-content {
background-color: transparent;
border: none;
}
.main-box {
background-color: transparent;
border: none;
margin-top: 30px;
}
#pun-announcement {
background-color: #500000;
border: none;
border-radius: 10px;
}
#pun-intro {
background-color: transparent;
border: none;
}
#pun-navlinks {
background-color: transparent !important;
}
#pun-navlinks a {
color: #fff;
font-size: 11px;
}
a.mainmenu {
font-size: 11px !important;
padding: 7px 5px 8px 5px;
margin: 0px !important;
text-shadow: 0 2px 2px #000;
}
a.mainmenu:hover {
text-decoration: none !important;
color: #fff;
background-color: #500000;
border-radius: 5px;
padding: 5px;
}
#pun-navlinks {
padding: 7px !important;
position: relative;
}
.title-overview {
background-color: transparent;
border: none;
}
.overview {
color: #ccc;
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
#search_menu {
top: 35px !important;
left: 100px !important;
padding: 5px;
}
#pun-about {
text-align: center;
background-color: transparent;
border: none;
font-size: 11px;
font-weight: 700;
}
#pun-foot .center {
background: url(http://i40.servimg.com/u/f40/17/00/71/83/coollo37.png) no-repeat right;
}
#onlinelist {
background-color: #500000;
border: none;
border-radius: 10px;
}
#stats {
background-color: transparent;
border: none;
}
#onlinechat, main-head clearfix {
background-color: transparent;
border: none;
color: #ccc;
}
#chatbox_members, #chatbox_members .member-title, #chatbox, #chatbox_header.main-head, #chatbox_footer {
background-color: #800000;
border: none;
color: #fff;
}
.chatbox_row_1, .chatbox_row_2 {
background-color: #9e1919;
color: #fff;
font-family: arial;
font-size: 11px;
font-weight: 700;
}
.pun .paged-foot, .pun .paged-head {
color: #FFF;
text-shadow: 0 2px 2px #000;
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#900000), to(#500000));
border: none;
border-radius: 10px;
margin-left: -30px!important;
padding: 10px;
width: 101%;
margin-bottom: 10px;
}
.main-head {
color: #FFF;
text-shadow: 0 2px 2px #000;
background-color: transparent !important;
}
.main-foot {
color: #FFF;
text-shadow: 0 2px 2px #000;
background-color: transparent !important;
}
.pun table.table th {
color: #000;
text-shadow: 0 2px 2px #000;
background-color: transparent !important;
}
.pun table.table td {
background-color: transparent !important;
}
.pun table td.tcl {
margin-top: 5px;
margin-bottom: 5px;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
border: none;
border-radius: 10px;
}
.pun table td.tc2, .pun table td.tc3 {
color: #fff;
text-shadow: 0 2px 2px #000;
background-color: transparent !important;
border: none;
}
.pun table td.tcr {
margin-top: 5px;
margin-bottom: 5px;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
border: none;
border-radius: 10px;
overflow: hidden;
}
.pun .post {
margin-top: 5px;
margin-bottom: 5px;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
border: none;
}
.pun .postmain, .pun .posthead, .postfoot {
background-color: transparent;
border: none;
}
.pun .postmain {
border-left: 2px dashed #ccc;
}
.entry-content blockquote {
margin: 1em;
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
.codebox {
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
.codebox dt {
border-bottom: none;
}
.codebox dd {
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
.user-contact img {
filter:alpha(opacity=80);
-moz-opacity: 0.6;
opacity: 0.6;
background: transparent !important;
}
.user-contact img {
filter:alpha(opacity=80);
-moz-opacity: 0.6;
opacity: 0.6;
background: transparent !important;
}
.user-contact img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.posting img {
filter:alpha(opacity=80);
-moz-opacity: 0.6;
opacity: 0.6;
background: transparent !important;
}
.posting img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.post-options img {
filter:alpha(opacity=80);
-moz-opacity: 0.6;
opacity: 0.6;
background: transparent !important;
}
.post-options img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
input[type="submit"],input[type="reset"],
button.button2, input.button2, input[type="button"],
.main-content.standalone .button {
background: white url(http://i71.servimg.com/u/f71/16/21/18/28/1zf4sh10.png) repeat 0px 0px;
color: #000;
border: 1px solid #ccc;
text-shadow: 0px 1px 0px white;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
padding: 4px;
}
input[type="text"],
#text_editor_textarea.quick_reply_textarea, input[type="password"],
input[type="textarea"], textarea.inputbox, #text_editor_textarea,
textarea#comments {
color: #ccc;
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
padding : 5px;
}
.faq dd {
color: #fff;
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
.frm-buttons {
border: none;
}
.pun .frm-form, .pun .frm .frm-form table, .pun .frm .frm-form table .tc4 {
background-color: transparent;
border: none;
}
td.avatar-mini a span {
text-decoration: none;
}
td.avatar-mini img {
background-color: transparent;
border: none;
}
.frm-form fieldset.frm-set, .frm-form fieldset.frm-set, .main .main-content.frm, .sub-head {
background-color: transparent;
border: none;
}
.main .frm-info {
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
#tabs ul li.activetab a {
background-color: transparent;
border: none;
}
#tabs ul li.activetab a:hover {
background-color: transparent;
border: none;
}
#tabs ul li a {
background-color: transparent;
border: none;
text-shadow: 0 2px 2px #000;
}
#tabs ul li a:hover {
background-color: transparent;
border: none;
text-shadow: 0 -2px 2px #000;
}
.pun-privmsg {
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
padding: 25px;
}
.pun .main .main-content.message {
background-color: transparent;
border: none;
}
.pun .main .main-content p.message {
background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#500000), to(#900000));
border: none;
border-radius: 5px;
}
overall_header
[spoiler][code]
report = window.open('{switch_report_popup.U_REPORT_POPUP}',
'_phpbbreport',
'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
report.focus();
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING},
{switch_ticker.SPEED}, '{switch_ticker.DIRECTION}',
{switch_ticker.STOP_TIME});
});
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth =
{LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT},
logInBackgroundResize = false, logInBackgroundClass = false;
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
//]]>