Over 16,533,102 people are on fubar.
What are you waiting for?

Stevens's blog: "How To's"

created on 12/20/2008  |  http://fubar.com/how-to-s/b266817  |  196 followers
(How To) Lounge Functions²

Many members want to know what functions they have when they first create a lounge. Some know of these functions while others are completely confused and need help understanding what functions are currently present or what they can do with each function. Below is Part 2 of 3 of my (How To) Code Lounges segment I am currently creating.

This blog will give "Members", "Lounge Owners" and "Lounge Staff" better insight of what is inside the different lounge functions and "How To" better use them to their own advantage. If anyone still needs help understanding the can fell free to contact any of Fubars Volunteer Coders and get the answers they need to better help them with whatever is relevant.




Lounge Wrapper

This section encovers the entire lounge and the content behind each of the functions below

This is the code that represents the wrapper

.new_lounge_wrapper {
  background-image: url('URL to image here');
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

Motd_Area

The MOTD is where most of a lounges main content goes into

4133981076.png

This is the code that represents the MOTD

.new_lounge_wrapper div.new_lounge_motd_div {
  visibility: visible;
}

User Colors

Stevens    

Stevens    

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   

Stevens   


Chatbox Codecs

Saybox

The say box is the entry way into the chatbox portion.
Its pretty much where everything is typed before being placed onto the chatbox

say: 
.new_lounge_wrapper div.new_lounge_shoutbox_enter_data {
  visibility: visible;
  margin: 10px;
  margin-bottom: none;
  width: 69%;
  height: 30px;
  position: relative;
  top: -360px;
  ~top: -26.5px; /*Controls Functions For IE7+*/
  _top: 0px; /*Controls Functions For IE6 & Below*/
  border-top: 2px groove rgb(255,165,0);
  border-left: 2px groove rgb(255,165,0);
  border-right: 2px ridge rgb(255,165,0);
  border-bottom: 2px ridge rgb(255,165,0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.new_lounge_wrapper form#new_lounge_enter_data_form input {
  width: 90%;
  background-color: rgb(248,248,255);
  font-size-adjust: 0.58;
  color: rgb(0,0,0);
}

Chatbox

The chatbox is where eveything that was typed in the saybox gets placed

tn_1271987482.gifStevens: This is the text for staff members   delete
tn_3556354186.jpgSCRAPPER: This is the text for non-staff members..   delete
.new_lounge_wrapper div.new_lounge_shoutbox_div {
  visibility: visible;
  height: 800px;
  width: 69%;
  overflow-y: scroll;
  overflow-x: auto;
  margin: 10px;
  background-color: rgb(0,0,0);
  position: relative;
  top: -375px;
  ~top: -38px; /*Controls Functions For IE7+*/
  _top: 0px; /*Controls Functions For IE6 & Below*/
  border-top: 2px groove rgb(255,165,0);
  border-left: 2px groove rgb(255,165,0);
  border-right: 2px ridge rgb(255,165,0);
  border-bottom: 2px ridge rgb(255,165,0);
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  -khtml-opacity: 1.00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

Staff / Non-Staff Codecs

Below is the extra areas (ie. Enter/Exit/Subscribe/Rounds/Notices).

StaffNon-Staff
.new_lounge_wrapper span.new_lounge_staff_shout {
  color: rgb(255,255,0);
  font-size: 10pt;
  font-family: arial, times new roman, san sarif;
  font-weight: bold;
}
.new_lounge_wrapper td.lounge_shout_msg {
  color: rgb(248,248,255);
  font-size: 10pt;
  font-family: arial, times new roman, san sarif;
  text-align: left;
}
Enter NoticeExit Notice
.new_lounge_wrapper td.lounge_enter_notice {
  visibility: visible!important;
  font-size: 10pt;
  color: rgb(248,248,255);
  font-family: arial, times new roman, san sarif;
}
.new_lounge_wrapper td.lounge_exit_notice {
  visibility: visible!important;
  font-size: 10pt;
  color: rgb(248,248,255);
  font-family: arial, times new roman, san sarif;
}
Round NoticeEmote Notice
.new_lounge_wrapper td.lounge_round_notice {
  visibility: visible!important;
  font-size: 10pt;
  color: rgb(248,248,255);
  font-family: arial, times new roman, san sarif;
}
.new_lounge_wrapper td.lounge_shout_emote {
  visibility: visible!important;
  font-size: 10pt;
  color: rgb(248,248,255);
  font-family: arial, times new roman, san sarif;
}
Subscribe NoticeChatbox Notice
.new_lounge_wrapper td.lounge_shout_subscribe {
  visibility: visible!important;
  font-size: 10pt;
  color: rgb(248,248,255);
  font-family: arial, times new roman, san sarif;
}
.new_lounge_wrapper td.lounge_shout_notice {
  visibility: visible;
  font-size: 10pt;
  color: #7FFF00;
  font-family: arial, times new roman, san sarif;
}
Lounge Room Notice
.new_lounge_wrapper div.new_lounge_notice_div {
  junk;
  color: rgb(0,255,0);
   2;
  top: 550px;
  left: 350px;
}

Lounge_Info

The Lounge Info box is where all the lounges information is held
(ie. Lounge Name, Subscribed Members, Date Lounge was Created, and The Owner of the Lounge)

 lounge info
name:Lounge Name Here
members:??
created at:2007-09-24 05:00:00
created by:Owner Name Here
.new_lounge_wrapper div.new_lounge_info_div {
  visibility: visible;
  background-color: rgb(0,0,0);
  top: -50px;
  right: 0px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  -khtml-opacity: 0.95;
  position: relative;
  width: 25%;
  margin: 10px;
  margin-bottom: 5px;
  clear: right;
  overflow-x: hidden;
}
.new_lounge_wrapper div#new_lounge_info_div {
  border-top: 2px groove rgb(255,165,0);
  border-left: 2px groove rgb(255,165,0);
  border-right: 2px ridge rgb(255,165,0);
  border-bottom: 2px ridge rgb(255,165,0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.new_lounge_wrapper table.lounge_info {
  height: 15%;
}
.new_lounge_wrapper th.lounge_info {
  font-size: 16px;
  color: rgb(255,0,0);
  padding: 5px;
  font-family: arial, times new roman, san sarif;
  font-weight: bold;
  border-bottom: 1px groove rgb(248,248,255);
}
.new_lounge_wrapper td.lounge_info {
  zoom: 100%;
  font-size: 12px;
  background-color: transparent;
  color: rgb(248,248,255);
}
.new_lounge_wrapper td.lounge_info a {
  color: rgb(248,248,255);
  font-weight: bold;
}

Lounge Options

The Lounge Options box is where all the main lounges links are contained

.new_lounge_wrapper div.new_lounge_opts_div {
  background-color: rgb(0,0,0);
  top: -55px;
  right: 0px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  -khtml-opacity: 0.95;
  position: relative;
  width: 25%;
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: none;
  clear: both;
}
.new_lounge_wrapper div#new_lounge_opts_div {
  border-top: 2px groove rgb(255,165,0);
  border-left: 2px groove rgb(255,165,0);
  border-right: 2px ridge rgb(255,165,0);
  border-bottom: 2px ridge rgb(255,165,0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.new_lounge_wrapper table.lounge_opts {
  height: 15%;
}
.new_lounge_wrapper th.lounge_opts {
  font-size: 16px;
  color: rgb(255,0,0);
  padding: 5px;
  font-family: arial,times new roman, sans serif;
  font-weight: bold;
  border-bottom: 1px groove rgb(248,248,255);
}
.new_lounge_wrapper td.lounge_opts {
  text-align: left;
  padding: 5px;
  font-size: 14px;
  background-color: transparent;
}
.new_lounge_wrapper td.lounge_opts a {
  font-weight: bold;
  color: inherit;
}

Online_Member_Box

The Lounge Online Member box shows who has entered into the lounge.
When the member leaves the image will disappear from the same box.

  • tn_2656084990.gif
.new_lounge_wrapper div.new_lounge_online_user_list_div {
  background-color: rgb(0,0,0);
  text-align: center;
  height: 250px;
  width: 26%;
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
  top: -115px;
  ~top: -60px; /*Controls IE Functions*/
  right: 0px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  -khtml-opacity: 0.95;
  border-top: 2px groove rgb(255,165,0);
  border-left: 2px groove rgb(255,165,0);
  border-right: 2px ridge rgb(255,165,0);
  border-bottom: 2px ridge rgb(255,165,0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
   1;
}



If you have any further questions about this or any other topics about the different functions for lounges
Please feel free to leave a comment on this blog or private message a Fubar Bouncer and they will try to help you the best they can.
For faster results you can also visit the Support Lounge and the staff/members will help you to the best of their abilities..

Be on the lookout for the Live version of a Lounges Code (Template 1 / Template 2).



© This blog is subject to change at any given time

© This blog does have a copyright notice and cannot be copied unless given permission by its owner




Copyright© Lounge Functions™ ~ All Rights Reserved
Updated Blog: 01/16/2018 - 22:50 EST
Blog Designed/Moderated by: §tevens
click tracking
Leave a comment!
html comments NOT enabled! comment approval required.
NOTE: If you post content that is offensive, adult, or NSFW (Not Safe For Work), your account will be deleted.[?]

giphy icon
OnlineDoing some Amazon Shopping brb :P
last post
2 years ago
posts
36
views
216,340
can view
everyone
can comment
everyone
atom/rss

followers

Thornz MMM Beauty 420  In loveMy owner is awesome ❤️
522051  
Sabia  
kini  
Pain  
Plato  
birdie QUEEN of the ...  HeartbrokenThank you all for being you..muahzzz
StrivingTDS  Onlineshitface? Pimpout ? Hummer ? back pain .. epidural next...
NEED 15 BOMBS Villag...  OnlineCongrats! You won a bling!!!
NbN  
DR Coo  
Alexa  
MFKN TexasHoney FE2 ...  In loveCome hit my Like button!! I love you Ben!!
Damitt  
Gypsy  
Keres  
MD  
Mr Salt fm2 KotaBlu  EvilYeahhh, I could hide in the eye of the storm and never b...
HDxx  
JBAD  
Aryes  Ninja🌸🌼🌻🌹
TSmooth  NinjaMichigannn!!!
Bee  
zyk  
Mooney  
JeNn AKA TJ  Onlinewoohoo shiny
SALT  Pink SkullHello MAY!
Joy  
JB  
CALI  
Kay  
Jack  
Neil  
geno71  
skydaddy  ZZZOk so umm, was gonna say something, I forgot
Ashafrassh  FoxyWish my FuHusband the Happiest of Birthdays :*
Autumn Silvermoon DNO  BlazingI hope you have a great Wednesday!! ❤🎄 My computer,...&&
dreamygirl  ShyGoing to lay back down today was hard on me. Treatments ...

other blogs by this author

 1 year ago
Fu-Pastor_Blog
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.4547 seconds on machine '179'.