Over 16,530,009 people are on fubar.
What are you waiting for?

Basic Lounge Skin Coding

The following is a color-coded copy of the basic lounge coding, the colors are as represented below:

Yellow: text name, text color, text size.

Blue: border size, decoration, and color

Green: “say box” size

Orange: behind “say box” color

Red: chatbox size

Pink: Scrollbars

Gray: shoutbox size

Aqua: background image URL




a, a.man, a:link, a:visited{font-family:georgia, arial, times new roman;color: ff0099; font-size:10pt; font-weight:bold; text-decoration:none; font-style:normal} a:active, a:hover{font-family:georgia, arial, times new roman;color:cccccc; font-size:10pt; font-weight:bold; text-decoration:none; font-style:normal;}td, table, tr, span, li, p, div, textarea, DIV {font-family:georgia, arial, times new roman;color:#000000; font-weight:bold; font-decoration:none; font-style:normal;background-color:transparent} td, li, p, div, textarea {font-family:georgia, arial, times new roman;border-color:0000ff} table{border-color:ff0000}a.navbar{font-family:georgia, arial, times new roman;font-size:8pt; font-weight:normal} a.navbar:link{color:0000ff;} a.navbar:active{color:cccccc;} a.navbar:visited{color:0000ff;} a.navbar:hover{color:cccccc;}a.searchlinkSmall{font-family:georgia, arial, times new roman;font-size:12pt; text-decoration:none; font-weight:bold;} a.searchlinkSmall:link{color:ff0000} a.searchlinkSmall:active{color:cccccc} a.searchlinkSmall:visited{color:ff0000} a.searchlinkSmall:hover{color:cccccc}body{font-family:georgia, arial, times new roman;background-color:;background-image:url(); background-postion:0%; background-repeat:repeat; background-attachment:fixed;}.nametext{font-family:georgia, arial, times new roman;font-size:12pt;color:ff0000; font-weight:bold;}.blacktext10{font-family:georgia, arial, times new roman;font-size:12pt; color:ff0000; font-weight:bold;}.blacktext12{font-family:georgia, arial, times new roman;font-size:12pt; color:ff0000; font-weight:bold;}.btext, .itext, .text{font-family:georgia, arial, times new roman;font-size:12pt; color:ff0000; font-weight:bold;}.orangetext15{font-family:georgia, arial, times new roman;color:ff0000; font-weight:bold;}.lightbluetext8{font-family:georgia, arial, times new roman;font-size:12pt; color:ff0000; font-weight:bold;}.tmz_imp{font-family:arial;color:FF0000;font-weight:bold}a img{}a:hover img{}body{scrollbar-arrow-color:ff0000;scrollbar-Track-Color:;scrollbar-Highlight-Color:ff0000;scrollbar-base-color:000000;scrollbar-Face-Color:;scrollbar-Shadow-Color:ff00ff;scrollbar-DarkShadow-Color:COCOCO




div.lounge_shoutbox_enter_data {
border:2px solid red;
border-bottom:none;
overflow:hidden;
width:800px;
height:30px;

background-color:transparent!important;
color:deeppink;
text-align:right;
padding-left:10px;
padding-right:10px;
margin:0px;
vertical-align:bottom;
}

div.lounge_shoutbox {
vertical-align:top;
border:2px solid red;
border-top:none;
overflow:auto;
width:800px;
height:800px;

padding:0px;
scrollbar-base-color:#993333;
scrollbar-arrow-color:white;
scrollbar-track-color:black;
scrollbar-shadow-color:#660000;
scrollbar-lightshadow-color:white;
scrollbar-darkshadow-color:#663333;
scrollbar-highlight-color:#CC3333;
scrollbar-3dlight-color:red;

background-color:black;
color:blue;

padding-left:10px;
padding-right:10px;
/* left:0;
top:0;
position:relative;
float:left; */
}
div.shout_box_large {
border:2px solid red;
overflow:auto;
width:800px;
height:800px;

scrollbar-base-color:#993333;
scrollbar-arrow-color:white;
scrollbar-track-color:black;
scrollbar-shadow-color:#660000;
scrollbar-lightshadow-color:white;
scrollbar-darkshadow-color:#663333;
scrollbar-highlight-color:#CC3333;
scrollbar-3dlight-color:red;

background-color:black;
color:blue;
/*
position:relative;
left:0;
top:0; */
float:left;
}

div.shout_box {
border:2px solid red;
overflow:auto;
width:225px;
height:125px;

scrollbar-base-color:#993333;
scrollbar-arrow-color:white;
scrollbar-track-color:black;
scrollbar-shadow-color:#660000;
scrollbar-lightshadow-color:white;
scrollbar-darkshadow-color:#663333;
scrollbar-highlight-color:#CC3333;
scrollbar-3dlight-color:red;

background-color:black;
color:blue;
/*
position:relative;
left:0;
top:0; */
float:left;
}

table.shouts {
background:transparent;
background-color:black;
text-align:center;
/* border:2px solid green; */
padding-left:5px;
padding-right:5px;
/* ; */
/* position:fixed;
left:0;
top:0; */

}
td.enter_shout {
font-size:12px;
text-align:center;
font-weight:bold;
color:yellow;
border-top:1px solid #660000;
padding-top:5px;
}
a.send_shout {
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:yellow;
}
td.shout_msg {
font-size:9px;
font-family: Verdana, Arial, sans-serif;
text-align:left;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
border-bottom:1px solid #660000;
}
td.shout_msg_bold {
font-size:9px;
font-family: Verdana, Arial, sans-serif;
font-weight:bold;
text-align:left;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
border-bottom:1px solid #993333;
}
th.shouts {
font-size:9px;
font-weight:bold;
background-color:black;
color:white;
border-bottom:1px solid #993333;
}
td.shout_msg_link {
}

div.lounge_shoutbox_enter_data {
border:2px solid red;
border-bottom:none;
overflow:hidden;
width:800px;
height:30px;

background-color:transparent!important;
background:transparent!important;

color:red;
text-align:right;
padding-left:10px;
padding-right:10px;
margin:0px;
vertical-align:bottom;
}

div.lounge_shoutbox {
vertical-align:top;
border:2px solid red;
border-top:none;
overflow:auto;
width:800px;
height:800px;

padding:0px;
scrollbar-base-color:#990000;
scrollbar-arrow-color:red;
scrollbar-track-color:black;
scrollbar-shadow-color:#990000;
scrollbar-lightshadow-color:red;
scrollbar-darkshadow-color:#990000;
scrollbar-highlight-color:#990000;
scrollbar-3dlight-color:red;

background-color:transparent;
background:transparent;
font-size:10px;
font-family:tahoma;
color:#990000;
font-weight:normal;
text-decoration:none;
padding-left:10px;
padding-right:10px;
/* left:0;
top:0;
position:relative;
float:left; */
}
div.shout_box_large {
border:2px solid red;
overflow:auto;
width:800px;
height:800px;

scrollbar-base-color:#990000;
scrollbar-arrow-color:red;
scrollbar-track-color:black;
scrollbar-shadow-color:#990000;
scrollbar-lightshadow-color:red;
scrollbar-darkshadow-color:#990000;
scrollbar-highlight-color:#990000;
scrollbar-3dlight-color:red;

background-color:transparent;
background:transparent;
color:red;
/*
position:relative;
left:0;
top:0; */
float:left;
}

div.shout_box {
border:2px solid red;
overflow:auto;
width:225px;
height:125px;

scrollbar-base-color:#990000;
scrollbar-arrow-color:red;
scrollbar-track-color:black;
scrollbar-shadow-color:#990000;
scrollbar-lightshadow-color:red;
scrollbar-darkshadow-color:#990000;
scrollbar-highlight-color:#990000;
scrollbar-3dlight-color:red;

background-color:transparent;
background:transparent;
color:red;
/*
position:relative;
left:0;
top:0; */
float:left;
}

table.shouts {
background:transparent;
background-color:transparent;
text-align:center;
/* border:2px solid red; */
padding-left:5px;
padding-right:5px;
/* ; */
/* position:fixed;
left:0;
top:0; */

}
td.enter_shout {
font-size:12px;
text-align:center;
font-weight:bold;
color:red;
border-top:1px solid #990000;
padding-top:5px;
background:transparent;
background-color:transparent;
}
a.send_shout {
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:red;
background:transparent;
background-color:transparent;
}
td.shout_msg {
font-size:9px;
font-family: Verdana, Arial, sans-serif;
text-align:left;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
border-bottom:1px solid #990000;
background:transparent;
background-color:transparent;
}
td.shout_msg_bold {
font-size:9px;
font-family: Verdana, Arial, sans-serif;
font-weight:bold;
text-align:left;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
border-bottom:1px solid #990000;
background:transparent;
background-color:transparent;
}
th.shouts {
font-size:9px;
font-weight:bold;
background-color:black;
color:red;
border-bottom:1px solid #990000;
background:transparent;
background-color:transparent;
}
td.shout_msg_link {
background:transparent;
background-color:transparent;
}

td, span, div, input, textarea, table td div div font,div table tr td font {color:white!important; font-size:10pt !important;
background-color: 000000;
background-image: url("URL HERE");
background-position: center;
background-repeat: x-repeat y-repeat;
background-attachment:fixed;
font-color:red;
color:red;
font-size:12px;}

#fixedtipdiv{
padding: 2px;
border:1px solid red;
font:normal 12px Verdana;
line-height:18px;
color:red;
background:transparent;
background-color:transparent;
}




Leave a comment!
html comments NOT enabled!
NOTE: If you post content that is offensive, adult, or NSFW (Not Safe For Work), your account will be deleted.[?]

giphy icon
last post
16 years ago
posts
2
views
934
can view
everyone
can comment
everyone
atom/rss

recent posts

other blogs by this author

 15 years ago
Misc
 16 years ago
Personal thoughts
 16 years ago
Retards
 16 years ago
News
 17 years ago
Feature Requests
official fubar blogs
 8 years ago
fubar news by babyjesus  
 13 years ago
fubar.com ideas! by babyjesus  
 10 years ago
fubar'd Official Wishli... by SCRAPPER  
 11 years ago
Word of Esix by esixfiddy  

discover blogs on fubar

blog.php' rendered in 0.066 seconds on machine '191'.