We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 2
REfresh (IF Conversion); [ light blue & green accents ]
Topic Started: Jul 10 2011, 06:59 AM (3,425 Views)
Leonardo
Member Avatar
Hakuna Matata
[ *  *  *  *  *  *  * ]
Posted Image

Posted Image Information
Theme Title: REfresh
Artist: Eccentric Feline
Date Created: 10-July 11
Notes: Conversion by Leonardo
Edits Allowed?: Minor edits, such as submenu links, font color/size/etc.

Posted ImageTest Board: Posted Image Click to preview REfresh!
Also, feel free to register and test it out. ^_^

Posted Image Installation
Logo: Your logo image must be 102px tall in order for the header to appear properly. Also for the logo to appear in the portal place it in Admin CP> Images > First box
Graphic Set: Graphic Set
Codes:

Posted Image Board Wrappers

Javascript:
Code:
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>


Header & Body
Change <img src="http://z3.ifrm.com/28102/94/0/p347099/ReFreshBanner.png"/> to your banner
and all http://zX.invisionfree.com/YOURBOARD/index.php? to your board links, there are 6 to change!


Code:
 
<body>
<div id="banner"><div id="banner_l"><div id="banner_r">
<div id="logo">
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?"/>
<img src="http://z3.ifrm.com/28102/94/0/p347099/ReFreshBanner.png"/>
</a>
</div>
</div></div></div>
<div id="wrap">

<div id="menu">
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?act=Search">Search</a>
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?act=Members">Members</a>
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?act=calendar">Calendar</a>
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?act=Help">FAQ</a>
<a href="http://zX.invisionfree.com/YOURBOARD/index.php?act=site">Portal</a>
</div>

<% BOARD HEADER %>
<% NAVIGATION %>
<% BOARD %>


Footers
Code:
 
<div class="row4" align="center">REfresh by <b>Eccentric Feline</b> of <a href="http://resources.zetaboards.com/"><b>ZNR</b></a>!</div>

<script>$('#menu a:contains(Search)').before("<img src='http://z3.ifrm.com/28102/94/0/p326769/search.png'/>");</script>
<script>$('#menu a:contains(Members)').before("<img src='http://z3.ifrm.com/28102/94/0/p326767/members.png'/>");</script>
<script>$('#menu a:contains(Calendar)').before("<img src='http://z3.ifrm.com/28102/94/0/p326765/calendar.png'/>");</script>
<script>$('#menu a:contains(FAQ)').before("<img src='http://z3.ifrm.com/28102/94/0/p326766/faq.png'/>");</script>
<script>$('#menu a:contains(Portal)').before("<img src='http://z3.ifrm.com/28102/94/0/p326768/portal.png'/>");</script>
<script>$('#menu a:contains(Forum Home)').before("<img src='http://z3.ifrm.com/28102/94/0/p326768/portal.png'/>");</script>

<script type='text/javascript'>
d = document.getElementsByTagName('DIV')
for (n = 0; n!=-1; n++) { if (d[n].className == 'maintitle' && d[n].parentNode.id != 'ucpmenu' && d[n].parentNode.id != 'ucpcontent') {
c = d[n].innerHTML
d[n].innerHTML = "<div class='left'><div class='right'><div class='text'>" + c + "</div></div></div>"
}
// 3-part tableborder
if (d[n].className == 'tableborder') {
t = d[n].innerHTML
d[n].innerHTML = t + "<div class='tbleft'><div class='tbright'> </div></div>" }
//By Choco of the IFSZ
x=document.getElementsByTagName("img");
for(var i in x) {
if(x[i].src&&x[i].src.match(/bar_left/i)) {
x[i].src="http://z3.ifrm.com/28102/94/0/p338554/poll_l.png";
}
if(x[i].src&&x[i].src.match(/bar_right/i)) {
x[i].src="http://z3.ifrm.com/2/101/0/p414587/pollr.png";
}
if(x[i].src&&x[i].src.match(/bar\.gif/i)) {
x[i].src="http://z3.ifrm.com/28102/94/0/p338555/poll_r.png";
}
}
}
</script>

<script type="text/javascript">
//<![CDATA[
$(function() {
$('#userlinks td').wrapInner('<span></span>');
});
//]]>
</script>


Posted Image IPDynamic Lite Set-up

Show Affiliates box? Yes
Show Affiliates box content
Code:
 
<a href="http://resources.zetaboards.com/index/">Zathyus Networks Resources</a>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>

<script type="text/javascript">
//<![CDATA[
$(function() {
$('#logostrip').wrapInner('<div id="banner"><div id="banner_l"><div id="banner_r"></div></div></div></div>');
});
//]]>
</script>

<script type="text/javascript">
//Change submenu images
//By Choco of the SZ
imgs=[];
imgs["help"] = "http://z3.ifrm.com/28102/94/0/p326766/faq.png";
imgs["search"] = "http://z3.ifrm.com/28102/94/0/p326769/search.png";
imgs["members"] = "http://z3.ifrm.com/28102/94/0/p326767/members.png";
imgs["calendar"] = "http://z3.ifrm.com/28102/94/0/p326765/calendar.png";
im=document.getElementsByTagName("img");
for(var g in im) {
if(im[g].src) {
if(im[g].src.match(/atb_(.*?)\.gif/i))
im[g].src=imgs[""+RegExp.$1+""];
}
}
</script>



Posted Image Manage Style Sheets
Code:
 
html { overflow-x: auto; overflow-y: auto; }

#wrap { background:url(http://z3.ifrm.com/28102/94/0/p326829/wrap_bg.png) repeat-x #8196ac; margin: -33px 2.5% 0px; padding:1%; padding-bottom: 20px; border-left: 1px solid #95a8bd; border-right: 1px solid #95a8bd; }

form { display:inline; color:#e3edf8; }
img { vertical-align:middle; border:0px }
BODY { background:#3a4660; color:#5c7289; font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; margin:0px; font-size:11px; }
TABLE, TR, TD { font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; font-size: 12px; color: #5c7289; }
a { color:#e3edf8; text-shadow: 1px 1px 0 #596b81; text-decoration:none; }
a:hover { color:#d0ddea; text-decoration:none; }

fieldset.search { padding:6px; line-height:150%; border: 0px; }
label { cursor:pointer; }

img.attach { border:0px ;padding:2px }
input.row1 { background: none!important; border: 0px!important; font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif!important; }

.googleroot { padding:6px; line-height:130% }
.googlechild { padding:6px; margin-left:30px; line-height:130% }
.googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active { font-size:11px; color: #3A4F6C; }
.googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-size:14px; font-weight:bold; color:#00D; }
.googlepagelinks { font-size:1.1em; letter-spacing:1px }
.googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited { font-size:10px; color:#434951 }

li.helprow { padding:0px; margin:0px 0px 10px 0px }
ul#help { padding:0px 0px 0px 15px }

option.cat { font-weight:bold; }
option.sub { font-weight:bold;color:#555 }

.caldate { text-align:right; font-weight:normal; font-size:11px; color:#5c7289; padding: 2px; padding:2px;margin: 5px 5px 0px 50px; }
form div.tableborder td.row1 { background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; border:0px!important; border:none!important; }
form div.tableborder td.row1 .caldate { background: url(http://z3.ifrm.com/28102/94/0/p326777/h2spec.png) repeat-x!important; color:#e3edf8; text-shadow: 1px 1px 0 #596b81; border: 2px solid #3f4f62; border-top:0px; padding: 2px; }
td.darkrow1 { border: 0px; }

.warngood { color:green }
.warnbad { color:red }

#padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px }

#profilename { font-size:28px; font-weight:bold; }
#calendarname { font-size:22px; font-weight:bold; }

#photowrap { padding:6px; background:#3a4660; }
#phototitle { font-weight:bold; background: url(http://z3.ifrm.com/28102/94/0/p339121/quote.png) top left repeat-x #67809a; border:1px solid #67809a; font-size: 14px; font-weight:bold; padding:4px; border-top:0px; padding-left: 40px; color:#e3edf8; text-shadow: 1px 1px 0 #4f6b87; }
#photoimg { text-align:center; margin-top:15px }
#photowrap .row1 { background: none!important; }

#ucpmenu { line-height:150%;width:22%; }
#ucpmenu p { padding:2px 5px 6px 9px;margin:0px; background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; border: 1px solid #96adc4 }
#ucpmenu p a { color: #4b9100; text-shadow: 0px 1px 0px #b9c8d9; }
#ucpcontent { line-height:150%; width:auto; background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; }
#ucpcontent p { padding:10px;margin:0px; }
#ucpmenu .maintitle, #ucpcontent .maintitle { background:url(http://z3.ifrm.com/28102/94/0/p326777/h2spec.png) repeat-x!important; border: 1px solid #3f4f62; font-weight: bold!important; padding: 8px!important; color: #e3edf8; font-size: 12px; }
#ucpmenu div.pformstrip { border-left: 1px solid #96adc4; border-right: 1px solid #96adc4; }
#ucpcontent div.pformstrip { border-top: 1px solid #96adc4; border-bottom: 1px solid #96adc4; }
td#ucpcontent table.tableborder { background: #96adc4!important; }
#ucpcontent .tableborder { width: 98%; margin: 0px auto 0px auto; }
td#ucpcontent form div.tableborder table tbody tr th.titlemedium a b { text-shadow: none; }

/* HEADER */
#ipsbanner { position:absolute;top:1px;right:5%; }
#logostrip { display: none; }
#banner { background: url(http://z3.ifrm.com/2/101/0/p414574/banner_c.png) repeat-x top;
height: 222px; }
#banner_l { background: url(http://z3.ifrm.com/2/101/0/p414572/banner_l.png) no-repeat left top; height: 222px; }
#banner_r { background:url(http://z3.ifrm.com/2/101/0/p414573/banner_r.png) no-repeat right top; height: 222px; }
#logo { padding: 72px 0 47px; text-align: center; }
#submenu { display:none; }
#menu { font-size: 12px; font-weight:600; text-align:right; margin-top:-43px; margin-bottom: 20px; padding: 0 6% 10px 0; }
#menu a { padding:3px 5px; color:#5c7289; text-shadow: 1px 1px 0 #d1dfed; }
#menu a:hover { color:#778ba0; }

#userlinks { position: absolute; top: 0; left: 0; height:29px;}
#userlinks td { text-align:center; }
#userlinks span { background:url(http://z3.ifrm.com/28102/94/0/p326242/topwelcm_bg.png) repeat-x; height:19px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; color:#3a4b60; text-shadow: 1px 1px 0 #d1dfed; padding: 2px 15px; }
#userlinks a { color:#4b9100; text-shadow: 1px 1px 0 #d1dfed; }
#userlinks a:hover { color:#468700; }
/* END */

#navstrip { font-size: 13px; font-weight:normal; padding:6px 0px 6px 0px; color:#e3edf8;
text-shadow: 0px 1px 0px #596b81; }
#navstrip a { color:#3A4B60; text-shadow: 0px 1px 0px #9cb2ca; }
#navstrip a:hover { color:#45576c; }

.activeuserstrip { background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color:#5c7289; padding:3px 5px; border: 1px solid #96adc4; border-top: 0px; }

.pformleft { background:url(http://z3.ifrm.com/2/101/0/p414586/row.png) no-repeat #b6cade; color: #5c7289; padding:6px; margin-top:1px;width:25%; border-right:1px solid #96adc4; }
.pformleftw { background:url(http://z3.ifrm.com/2/101/0/p414586/row.png) no-repeat #b6cade; padding:6px; margin-top:1px;width:40%; border-top:1px solid #96adc4; border-right:1px solid #96adc4; }
.pformright { background:url(http://z3.ifrm.com/2/101/0/p414586/row.png) no-repeat #b6c9de; padding:6px; margin-top:1px; }

.row1, .row2, .row3 { background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color: #5c7289; }
.row4 { background-color: transparent; background: #b6cade; }
.row4, .post1, .post2, .hlight, .dlight { background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; }
.post1, .post2 { padding: 10px; }

td.row4 a, td.row2 a { color:#4b9100; text-shadow: none; }
div.tableborder div.row2 { border: 1px solid #96adc4; border-top: 0px; }
div.tableborder div.row4 { border: 1px solid #96adc4!important; border-top: 0px!important; padding: 4px!important; background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade!important; }
td.row4 div.row4 { background: none!important; border: 0px!important; }
div.tableborder td.row4 b a { color:#4b9100; text-shadow: 1px 1px 0 #e4edf6;
background: #c2d4e7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
padding: 0 5px; }
div.row4 { border: 0px!important; background: none!important; color:#e3edf8;
text-shadow: 1px 1px 0 #596b81 }

div.tablepad li.helprow a b { color:#4b9100; text-shadow: none; }

.darkrow1 { background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; border: 1px solid #96adc4; border-top: 0px; }
div.darkrow1 { border-bottom: 0px; }
.darkrow2 { background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; padding: 0px; }
div.darkrow2 { border: 1px solid #96adc4; border-top: 0px; }
.darkrow3 { background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color: #5c7289; }
div.darkrow3 { background: none; }

.titlemedium, .pformstrip,.postlinksbar { font-weight:bold; background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color:#5c7289; padding:3px 5px;}
.titlemedium a:link, .titlemedium a:visited, .titlemedium a:active { text-decoration: underline; color: #3A4F6C }
div.tableborder div.pformstrip { border: 1px solid #96adc4; border-top: 0px; }
table.tableborder td.pformstrip { background:url(http://z3.ifrm.com/2/101/0/p414586/row.png) no-repeat #b6c9de; }

/* MAINTITLE */
.maintitle { font-weight:bold; color:#e3edf8;background: url(http://z3.ifrm.com/28102/94/0/p326336/h2_cntr.png) repeat-x; font-size: 14px; padding: 19px 0px 0px 57px; }
.maintitle .left { border: 0px; background: url(http://z3.ifrm.com/28102/94/0/p326337/h2_lft.png) no-repeat top left; }
.maintitle .right { border: 0px; background: url(http://z3.ifrm.com/28102/94/0/p326338/h2_rgt.png) no-repeat right top; height: auto; }

div.tableborder div.maintitle { padding: 0px; }

td.maintitle { background:url(http://z3.ifrm.com/28102/94/0/p326777/h2spec.png) repeat-x!important; border: 1px solid #405063; border-top: 0px; border-bottom: 0px; font-weight: bold!important; padding: 7px!important; color: #e3edf8; font-size: 12px; }

.maintitle .text { border: 0px; text-align:left; padding: 20px 0px 9px 57px;}
.maintitle a:link, .maintitle a:visited, .maintitle a:active { text-decoration: none; color:#e3edf8; text-shadow: none;
}
.maintitle a:hover { text-decoration: none; color:#e3edf8 }
.maintitle img{ display:none; }

/*END*/

.postlinksbar { margin-top: 1px; padding: 3px 5px; border-left: 1px solid #96adc4; border-right: 1px solid #96adc4; }

.plainborder { background: #96adc4; border: 0px }
.plainborder table { border:0px!important; background-color:# }
.plainborder td.maintitle { border: 1px solid #405063; }
.tableborder { border:0px solid #345487;background-color:#96adc4; padding:0px; margin:0px; width:100% }
.tableborder { border: 0px; background: repeat-x bottom url(http://z3.ifrm.com/28102/94/0/p327265/foot.png) #96adc4; padding: 0px; }
.tbleft { background: left no-repeat url(http://z3.ifrm.com/28102/94/0/p327266/foot_lft.png); padding: 0px; margin: 0px; border: 0px; overflow: hidden; height: 28px; }
.tbright { background: right top no-repeat url(http://z3.ifrm.com/28102/94/0/p327267/foot_rgt.png); padding: 0px; margin: 0px; border: 0px; overflow: hidden; height: 28px; }

.tablefill { background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; border: 1px solid #96adc4; padding:6px; }
.tablepad { background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade!important; padding:6px; border-left: 1px solid #96adc4; border-right: 1px solid #96adc4; }
div.tableborder div.tablepad table { background: transparent!important; }
div.tableborder div.tablepad table font { font-family: "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; font-size: 12px;color: #3A4F6C; }
div.tableborder div.tablepad input {font-family: "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif; font-size: 12px; vertical-align: middle; background:url(http://z3.ifrm.com/28102/94/0/p330853/inputbg.png) repeat-x #abc0d5; border:1px solid #96adc4; color:#5c7289; margin: 1px; }
div.tablepad td { background:transparent!important;}

.tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }

.wrapmini { float:left;line-height:1.5em;width:25%; display: block; margin: 4px; padding: 4px; background:url(http://z3.ifrm.com/28102/94/0/p326828/light_cell.png) no-repeat #b6cade; color: #5c7289; border: 1px solid #96adc4; }
.pagelinks { float:left;line-height:1.2em;width:35% }

.desc { font-size:10px; color: #5c7289; }
.edit { font-size: 9px }

.signature { font-size: 10px; color: #5c7289; }
.postdetails { font-size: 11px; display: block; text-align:center; }
.postcolor { font-size: 12px; line-height: 160% }

.normalname { display:block; font-size: 13px; text-align:center;; font-weight: bold; color: #003; }
.normalname a:link, .normalname a:visited, .normalname a:active { display:block; font-size: 13px; text-align:center; }
.unreg { font-size: 11px; font-weight: bold; color: #900 }

.searchlite { font-weight:bold; color:#F00; background-color:#FF0 }

#QUOTE, #CODE { font-family: Arial; font-size: 11px; color: #465584; background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) top no-repeat #abc0d5; color: #5c7289; border:1px solid #b0c3d7; padding: 5px }

.post1 table, .post2 table { background: url(http://z3.ifrm.com/28102/94/0/p339121/quote.png) top left repeat-x #67809a; border:1px solid #67809a; padding: -1px; padding-top: 4px; }
td.post1 table td b, td.post2 table td b { padding-left: 40px; color:#e3edf8; text-shadow: 1px 1px 0 #4f6b87; }

.copyright { font-family: Arial, Sans-Serif; font-size: 10px; line-height: 12px; }

.codebuttons { font-size: 11px; font-family: helvetica, sans-serif; vertical-align: middle; background:url(http://z3.ifrm.com/28102/94/0/p330856/btn.png) no-repeat top left #c6d8eb;
color:#5c7289; border:1px solid #96adc4; margin: 2px; }
.codebuttons:hover { color: #4b9100; text-shadow: 0px 1px 0px #b9c8d9; }

.forminput, .textinput, .radiobutton, .checkbox { font-size: 11px; font-family: helvetica, sans-serif; vertical-align: middle; background:url(http://z3.ifrm.com/28102/94/0/p330853/inputbg.png) repeat-x #abc0d5; border:1px solid #96adc4; color:#5c7289; padding:3px 5px; }
.forminput:hover,.textinput:hover { border-color:#8ba4be; }
input.forminput { background:url(http://z3.ifrm.com/28102/94/0/p330856/btn.png) no-repeat top left #c6d8eb!important;color:#5c7289; border:1px solid #96adc4; }
.radiobutton, .checkbox { border: 0px!important; background: none!important; }

.thin { padding:6px;line-height:140%;margin:2px 0px 2px 0px; background:url(http://z3.ifrm.com/28102/94/0/p326838/subforum.png) no-repeat top left #a4bacf; border: 1px solid #96adc4; }

/* PORTAL */
#ipbwrapper { background:url(http://z3.ifrm.com/28102/94/0/p326829/wrap_bg.png) repeat-x #8196ac; margin: 183px 2.5% 0px; padding:1%; padding-bottom: 20px; border-left: 1px solid #95a8bd; border-right: 1px solid #95a8bd; }

#ipbwrapper #logostrip { display: block; position: absolute; top: 0px; left: 0px; width: 100%; text-align: center; }
#ipbwrapper #logostrip img { padding: 72px 0 47px; }

#ipbwrapper #submenu { display: block; font-size: 12px; font-weight:600; text-align:right; margin-top:-43px; margin-bottom: 20px; padding: 0 6% 10px 0; width: 100%; }
#ipbwrapper #submenu a { padding:3px 5px; color:#5c7289; text-shadow: 1px 1px 0 #d1dfed; }
#ipbwrapper #submenu a:hover { color:#778ba0; }
#ipbwrapper #submenu td { display: none; }
#ipbwrapper #submenu td[align='right'] { display:block; position:absolute; float:right; width: 85%; }
#ipbwrapper #submenu img { }

#ipbwrapper td.row4 { background: transparent; border: 0px; }
#ipbwrapper table.tableborder { background: transparent; border: 0px; }
#ipbwrapper table.tableborder td.row4 div.tableborder div.maintitle { background:url(http://z3.ifrm.com/28102/94/0/p326777/h2spec.png) repeat-x!important; border: 1px solid #405063; padding: 5px 0px 5px 6px; }
#ipbwrapper td.post1 { border-bottom: 1px solid #96adc4; margin: 2px; background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color: #5c7289; }
#ipbwrapper table.tableborder td.row4 div.tableborder { background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5; color: #5c7289; border: 1px solid #96adc4; }
#ipbwrapper table.tableborder td.row4 div.tableborder div.row2 { border: 0px; }
/*END*/

.purple { color:purple;font-weight:bold }
.red { color:red;font-weight:bold }
.green { color:green;font-weight:bold }
.blue { color:blue;font-weight:bold }
.orange { color:#F90;font-weight:bold }

/*BMA*/
.tablefill .pformstrip { border: 0px!important; background: transparent; }
.tablefill .tableborder { background: transparent; }
.tablefill div.tbleft { display: none; }
.tablefill div.tbright { display: none; }
.tablefill .pformright, .tablefill .pformleft {border:0px; background: transparent; }
.tablefill .titlemedium { padding:5px; text-align:center; margin-top:1px;font-size:10px; border-top:0px solid #a5a5a5;background: transparent!important; }

table.tablebasic { border-collapse:separate; border-spacing:1px; }

/* My Assistant */
div#ucpcontent div.titlemedium { border-bottom: 0px!important; border-top:0px!important; background:url(http://z3.ifrm.com/28102/94/0/p326827/dark_cell.png) no-repeat #abc0d5!important;}
div#ucpcontent { margin: 20px!important; }


Edited by Helena, Jun 20 2012, 12:33 PM.
Offline Profile Quote Post Goto Top
 
Replies:
secondVISION
Member Avatar
Member
[ *  *  * ]
Wonderful skin o.O
Nice work ;)
Offline Profile Quote Post Goto Top
 
SpaceFox-ZNR
Member
[ * ]
Awesome skin.
Edited by SpaceFox-ZNR, Jul 18 2011, 07:41 PM.
Offline Profile Quote Post Goto Top
 
Aerodynamik
Member
[ *  * ]
Awesome conversion!
Online Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Light · Next Topic »
Add Reply
  • Pages:
  • 1
  • 2