This Happy Hour® brought to you by: ♥Italian Princess♥-- "Good Morning my sexy Fu's xoxooxox"
3,657,012 fubar members | 41,921 online | new members
fubar
happy hour
Members (overall)DudesChicksfuBlingeesCrushesScoresLegendsOwned MembersPromotersLoungesBlogsPhotosStashesBlastersSlots WinnersHappy Hours
MembersPhotosStashMummsSalutesLounges
Texas Hold'em PokerGame RoomfuMafiaArcadefu-OwnedSecret AdmirerBored?VAULT
Gift ShopfuBling
Over 3,657,012 people are fubar.  What are you waiting for? Join now!
How To's
author:
If you need a lounge coded please send a private message...
last post:2009-08-29 15:30:28
posts:10
views:8719
who can view:everyone.
who can comment:everyone.


this blogs newest posts
(How To) NSFW_List
2009-08-29 15:30:28 (1105 views) (18 comments)
(How To) Clear Cookies & Cache {Repost}
2009-08-21 13:26:21 (947 views) (1 comments)
(How To) Basic_Lounge_Skin {Updated}
2009-08-13 02:33:53 (1084 views) (5 comments)
(How To) for Newbies
2009-06-19 14:17:53 (2231 views) (2 comments)
(How To) Different_Color_Names
2009-04-27 14:07:46 (1119 views) (3 comments)
Blogging part 1
2009-04-20 23:57:54 (169 views) (2 comments)
(How To) Code Lounges
2009-03-11 22:59:34 (2758 views) (6 comments)
(How To) Screen Grab
2009-01-09 15:45:29 (397 views) (1 comments)
(How To) Salute
2009-01-09 15:44:29 (380 views) (1 comments)
(How To) Fu-Own
2009-01-09 15:44:25 (230 views) (1 comments)
(see all)


other blogs by this author
blogPostsLast Post
Top Secret12009-11-02
Halloween Skin{Test Blog}42009-10-05
Players and Codes12009-09-16
How To's102009-08-29
Fubar_Pastor_Blog32009-08-11
Real Life22009-06-16
Private_1232009-05-24
Important Inoformation (Anything)12009-05-08
Password42009-03-02
Browser Stuff / Tweaks52009-01-19
Fubar Support92008-12-08
Interactive Fubar Tutorials92008-10-17
blog testing292008-09-02
Lounge Skins22008-08-20
Poems22008-07-29
Lounge Expert Requirements12008-06-25
Funny Thing I find42007-11-21
ALL CSS Properties12007-10-29
Computers72007-10-08
Yahoo Chat Fix12007-10-02
Share this blog:
(How To) Basic_Lounge_Skin {Updated}
created @ 2009-08-13 02:33:53
 
The below code works in all lounges and is set for a 1024 * 768 resolution moniter setting. All coding is pre-made any editing can be done either by yourself or by one of Fubar's Lounge Volunteer's. If you choose to go with a Lounge Volunteer please give them at least 72 hours to respond as they are very busy and can have anywhere between 2 and 20 lounges for the day already. As stated this Blog is for Basic Lounge Skinning. Below is the CSS(Cascading Style Sheet) code for the Lounges. I took the original coding from a link reference(Able to download just click the link) and tweaked it a bit to suit everyones needs for the Lounge. All are labeled as to what they do.The Below Codes are Coded in a fashion to tell me what it does.. Please Do Not Steal My Codes and claim them as your Own..

White Text: Part of the code works for Internet Explorer Don't Change.
Yellow Text: Used to position the table's tr's td's span's & div's in the lounge.
Green Text: Notes on the different parts of each Lounge Class.
Red Text: Another part of the code you Don't Change.
Gold: Part of the code ya can Change.
Cyan Text: Style Codes for the individual Lounge Classes Do Not Change.

/* Lounge Coded By: Whoever Coded Lounge */
/* Lounge Code Written By: Stevens~Fubar_Lounge_Designer*/
html#pagecontent{
 visibility:  visible!important;
 display: show!important;
}
/* Controls Happy Hour Area */
div.topheader_wrap_hh_stat{
width: 100%;
background-color: #000000;
}
a.link_hh_sponser{color: #F8F8FF;}
div.topheader_wrap_site_online{
 visibility:  visible!important;
 display: show!important;
}
/* Controls Online Members */
div#online_users{
 visibility:  visible!important;
 display: show!important;
}
/* Controls Menu Area */
div.topheader_menu_wrapper{
 visibility:  visible!important;
 display: visible!important;
}
div.chromestyleleft a{color: #F8F8FF;}
div.chromestyleright a{color: #F8F8FF;}
div.dropmenudiv a{color: #F8F8FF;}
/* Controls (Bar Tab / Shout Box / Blast Box) Area */
div.topheader_box_wrapper{
 visibility:  visible!important;
 display: show!important;
}
/* Controls Bar Tab Area*/
div.alert_box_scroll{}
div.alert_box_scroll_content{}
td.alerts{}
/* Controls Shout Box Area */
div.shout_box_scroll{}
div.shout_box_scroll_content{}
div.shout_box{}
td.shout_msg{}
/* Controls Blast Box Area */
div#blast{}
/* Controls Scrolling Ticker */
div.mgticker_wrapper{
 visibility:  visible!important;
 display: show!important;
}
/* Controls The Tables Transparency
th, tr, td, p {
 visibility: visible!important;
  background-color: transparent!important;
 border: none!important;
}*/
/* Begin Lounge Tooltip Functions */

/* Controls Fubar's Tooltip */
#fixedtipdiv{
 visibility: visible!important;
  padding: 2px;
   border: 0px;
    width: 300px;
     font-style: normal;
    font-size: 12px;
   font-family: Verdana;
  line-height: 18px;
 color: #FF0000;
}
/* Controls Staff Tooltip Name */
span.new_lounge_level_staff{
 color: #FFA500;
  font-size: 14pt;
  font-weight: bold;
 font-variant: small-caps;
}
/* Controls Visitor/Member Toolitp Name*/
span.new_lounge_level_member{
 color: #808080;
  font-size: 14pt;
  font-weight: bold;
 font-variant: small-caps;
}
/* Tooltip Borders */
.lounge_tooltip_border{
 border: 2px groove #FFA500;
}
.lounge_tooltip_border_member{
 border: 4px groove #FFA500;
 padding: 1px;
}
.lounge_tooltip_border_staff{
 border: 6px groove #FFA500;
 padding: 2px;
}
/* End Lounge Tooltip Functions*/

/* Begin Main Lounge Functions */
/* Controls Main Lounge Wrapper */
div.new_lounge_wrapper{
  background-color: transparent;
 width: 100%;
}
/* Conotrols Main Lounge MOTD Area */
div.new_lounge_motd_div{
 visibility: visible!important;
  display: show!important;
   text-align: center;
    font-size: 18pt;
     font-weight: bold;
      margin: 10px;
     color: none!important;
    background-color: transparent;
   border: 0px solid #F8F8FF;
  padding: 4;
 float: none;
}

/*Begin Main Link/Textbox Functions */
/* Controls Every Link in Lounge */
a, a.man, a:visited{
 color: none!important;
  font-size: 10pt;
 text-decoration: none;
}
/* Controls All Active Links */
a:active{
 color: none!important;
  font-size: 10pt;
 text-decoration: none;
}
/* Controls All Hovered Links */
a:hover{
 color: none!important;
  font-family: papyrus,comic sans ms;
  font-size: 10pt;
 font-weight: bold;
}
/* Controls All Lounge TextArea's */
textarea{
 visibility: visible!important;
  display: show!important;
  font-family: arial, times new roman, san sarif;
   color: #FF0000!important;
    font-size: 10pt;
     font-weight: bold;
      font-decoration: none;
      font-style: normal;
     background-color: #F8F8FF;
    filter: alpha(opacity=75);
   -moz-opacity: 0.75;
  opacity: 0.75;
 -khtml-opacity: 0.75;
}
/*End Main Link/Textbox Functions */

/*Begin Chat Box Functions */
/* Controls The Say Box */
div.new_lounge_shoutbox_enter_data{
 visibility: visible!important;
  display: show!important;
   border: 0px solid #FFA500;
    margin: 10px;
     margin-bottom: none;
    width: 70%;
   height: 30px;
  position: relative;
 top: -315px;
}
form#new_lounge_enter_data_form input{
 width: 90%;
  color: none!important;
  background-color: #F8F8FF!important;
}
/* Controls The Chat Box */
div.new_lounge_shoutbox_div{
 visibility: visible!important;
  display: show!important;
   border-color: #FFA500!important;
    border-width: 2px!important;
     border-style: groove!important;
      height: 800px;
       width: 70%;
        overflow-y: scroll;
         overflow-x: auto;
        margin: 10px;
       background-color: #000000;
      position: relative;
     top: -325px;
    filter: alpha(opacity=75);
   -moz-opacity: 0.75;
  opacity: 0.75;
 -khtml-opacity: 0.75;
white-space:wrap;
}
/* Controls The Text Within The Chatbox */
div.new_lounge_shoutbox_div a{
 text-decoration: none!important;
 text-transform: none!important;
}
div.new_lounge_shoutbox_div div, div.new_lounge_shoutbox_div td{
 font-family: arial, times new roman, san sarif;
  color: inherit!important;
   font-size: 11pt!important;
  font-weight: inherit!important;
 text-decoration: none!important;
}
/* Controls Non-Staff Text*/
td.lounge_shout_msg{
 text-align: left;
  vertical-align: bottom;
  color: #F8F8FF!important;
 font-size: 11pt;
}
/* Controls Staff Text */
span.new_lounge_staff_shout{
 color: #be7145!important;
  zoom: 100%;
   font-size: 11pt!important;
   font-family: calligraph421 BT;
  font-weight: bold!important;
 text-decoration: none!important;
}
/**/
/* Enter */
td.lounge_enter_notice{
 font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/* Exit */
td.lounge_exit_notice{
 visibility: hidden!important;
  display: none!important;
   font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/* Drinks */
td.lounge_round_notice{
 font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/* Emotes */
td.lounge_shout_emote{
 font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/* Subscribe */
td.lounge_shout_subscribe{
 font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/* Controls Staffs Message */
td.lounge_shout_notice{
 font-size: 11pt;
  color: #FF0000!important;
 font-family: arial, times new roman, san sarif;
}
/**/
/* Controls Display Message */
div.new_lounge_notice_div{
 text-align: center;
  margin: auto;
   color: inherit!important;
  font-weight: bold;
 font-size: 16px;
}
/* Controls Lounge Info Table */
div#new_lounge_info_div {
 border: 2px groove #FFA500;
  position: relative;
   float: right;
    width: 25%;
     margin: 10px;
      margin-bottom: 5px;
       padding: none;
       clear: right;
      display: block;
     overflow-x: hidden;
    filter: alpha(opacity=75);
   -moz-opacity: 0.75;
  opacity: 0.75;
 -khtml-opacity: 0.75;
}
td.lounge_info{
 background-color: transparent!important;
 color: #F8F8FF!important;
}
td.lounge_info a{
 color: inherit!important;
}
/* Controls Lounge Options Table */
div#new_lounge_opts_div{
border: 2px groove #FFA500;
 position: relative;
  width: 25%;
   float: right;
    margin: 10px;
     margin-top: 5px;
      margin-bottom: 5px;
       padding: none;
      clear: both;
     display: block;
    filter: alpha(opacity=75);
   -moz-opacity: 0.75;
  opacity: 0.75;
- khtml-opacity: 0.75;
}
td.lounge_opts{
 font-size: 12px;
 background-color: transparent!important;
}
td.lounge_opts a{
 font-weight: bold!important;
 color: inherit!important;
}
/* Controls Lounge Members for Mozilla */
div.new_lounge_online_user_list_div{
 font-size: 14px;
  background-color: #000000!important;
   border: 1px #FFA500 groove;
    text-align: center;
     height: 200px;
      width: 25%;
      overflow-y: auto;
     overflow-x: auto;
    position: relative;
   top: -50px;
  float: right;
 clear: right;
}
/* Works for Internet Explorer */
*html div.new_lounge_online_user_list_div{
 top: -10px;
}
/* Controls Music Portion */
div.new_lounge_music_div{
 left: 30px;
  align: center;
 float: none;
}
/* Controls Footer Menu */
div.new_lounge_footer{
 clear: both;
  position: relative;
 top: 0px;
}
For Different User Classes Please See (How To) Code Lounges..
CHS


/*Everything above these lines goes into the skin section of edit lounge*/

/*Everything below these lines goes into the motd section of edit lounge*/



<style type="text/css">
/* Lounge Coded by ?Whoever coded the lounge? */
/* Lounge Code Written By: Stevens~Fubar_Lounge_Designer*/
/* Controls The Lounge's Background Image */
html#pagecontent{
 background-image: url('URL to image here')!important;
  stress: 75;
   background-repeat: repeat!important;
  background-attachment: fixed!important;
 background-position: center center!important;
}
</style>


© This blog is subject to change at any given time
© This blog has a copyright notice. It cannot be copied unless given permission by its owner
™If you decide to use this Code, Please Leave the (/* Lounge Code Written By: Stevens~Fubar Lounge Designer*/) on the top of the codes.. Thanks Stevens³
Anyone wishing to not code their lounge can contact a Lounge Volunteer.
If you have any questions, comments, concerns, problems or difficulties you can either message Stevens³ or a Fubar Volunteer


Edits (All Times are Military Standard):
05/01/2009, 01:49 PSTCreated Blog.
05/24/2009, 23:12 PSTUpdated Blog to better suit Terms Of Service / Bible Policies.
08/13/2009, 03:30 PSTAdded fix for Lounge Background and Top Header Stuff.

Copyright© Fubar_Lounge_Codes ~ All Rights Reserved
Blog Designed / Moderated by: «§tevens³»
1084 views5 comments0 ratings


Recent readers
JustPlainJohn -...
GoofyBetter to be silent and thought a fool than to speak and...
WiCkEdPrIeSt
what would u doooooo ooo ooo for a hh lol (sings in klon...
ÐJ Vèηgëαηçê™ ...
Hanging out @ "Jugga's Carnie!" Join Us. http://fubar.co...
)O( **NextGen*...
Loving my life. :D
ד®ÎÇk¥ÐÏÇK™︻╦╤─...
ExcitedSelling my points 6 credit bling pack run from 5pm-5am! ...
Sledge
going to sleep, while I think of my profile make over, a...
♫Dj T.o.F.♫owne...
ON AIR IN SOUTHERN STYLE...snow snow go away or im movi...
Creedgaming Own...
Working on my shopping cart.
Ω ♥Vanity♥ Ω
Listen up, maggots. You are not special. You are not a b...
Casper28
Want a family that really has your back.http://fubar.com...
Leave a comment!
html comments OK. comment approval required.
NOTE: If you post content that is offensive, adult, or NSFW (Not Safe For Work), your account will be deleted.[?]

Find Flirty & Sensual Comments at:
 
blog.php' rendered in 0.3612 seconds on machine '219'.