home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Templates
/
CSS
/
Four-Ums
/
style.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-08-31
|
7KB
|
444 lines
/* Basic Elements */
body {
background-color: #000;
}
a {
color: #333333;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Layout */
#header {
margin: 0px auto;
height: 125px;
border: 1px solid #444444;
background-color: #1e1e1e;
background-image: url(images/header_bg.png);
background-position: left;
background-repeat: repeat-x;
}
#navbar {
margin: 0px auto;
height: 155px;
background-color: #1e1e1e;
background-image: url(images/navbar_bg.png);
text-align: center;
}
#toolbar {
margin: 0px auto;
height: 30px;
background-color: #000;
}
#wrapper {
margin: 0px auto;
width: 940px;
border: 1px solid #555555;
}
#online {
margin: 0px auto;
width: 940px;
border: 1px solid #555555;
border-top: 0px;
position: relative; top: 15px;
}
/* Other Id's */
#header #logo {
float: left;
width: 325px;
height: 55px;
background-image: url(images/logo.png);
background-position: center center;
background-repeat: no-repeat;
}
#header #search {
float:right;
width: 350px;
position: relative; top: 10px; right: 15px;
text-align: right;
}
#header #topnav {
float: right;
position: relative; top: 30px; right: 15px;
font-family: Verdana;
font-size: 10px;
color: #ccc;
}
#header #topnav a {
color: #ff7507;
text-decoration: none;
}
#header #topnav a:hover {
text-decoration: underline;
}
#header #sloagan {
font-size: .6em;
font-family: Verdana;
color: #ccc;
letter-spacing: -.1em;
position: relative;
left: 15px;
width: 275px;
}
#toolbar #login {
float: right;
position: relative; top: 3px; right: 15px;
width: 290px;
text-align: right;
}
#toolbar #message {
margin: 0px auto;
position: relative; top: 8px;
font-family: Verdana;
font-size: 10px;
color: #cccccc;
width: 250px;
}
#toolbar #message a {
color: #ff7507;
text-decoration: none;
}
#toolbar #message a:hover {
text-decoration: underline;
}
#toolbar #date {
float: left;
font-size: 10px;
font-family: Verdana;
color: #cccccc;
width: 250px;
position: relative; top: 8px; left: 10px;
}
#online .f_header .title {
position: relative; left: 35px;
border-right: 0px;
}
#online .users_list {
background-color: #1e1e1e;
padding: 15px 5px 15px 5px;
font-size: 10px;
font-family: Verdana;
text-align: center;
color: #cccccc;
}
#online .users_total {
background-color: #1e1e1e;
font-size: 10px;
font-family: Verdana;
color: #cccccc;
}
#online .users_list span a {
text-decoration: none;
}
#online .users_list span a:hover {
text-decoration: underline;
}
#online .users_total span {
position: relative;
left: 15px; bottom: 5px;
}
.ranks {
position: relative;
left: 40px;
}
/* Forum header */
.f_header {
background-color: #f4f4f4;
height: 26px;
font-size: 11px;
font-weight: bold;
font-family: Verdana;
color: #ccc;
padding: 12px 0px 0px 0px;
background-image: url(images/fheader.gif);
background-repeat: repeat-x;
}
.f_header .h_title, .h_lastpost, .h_threads, .h_posts {
float: left;
text-align: center;
}
.f_header .h_title {width: 390px;}
.f_header .h_lastpost {width: 365px;}
.f_header .h_threads {width: 90px;}
.f_header .h_posts {width: 90px; border-right: 0px;}
/* Category bar */
.category {
height: 32px;
background-image: url(images/topic_bg.png);
background-repeat: repeat-x;
font-family: Verdana;
font-size: 11px;
color: #333333;
padding: 8px 0px 0px 12px;
border-top: 1px solid orange;
}
/* Threads */
.thread {
background-color: #000;
height: 40px;
background-image: url(images/thread_bg.png);
background-repeat: repeat-x;
font-family: Verdana;
font-size: 11px;
color: #777777;
font-weight: bold;
}
.thread .pic, .title, .lastpost, .threads, .posts {
float: left;
text-align: center;
border-right: 1px solid #dddddd;
}
.thread .pic {width: 90px;}
.thread .title {width: 300px;}
.thread .lastpost {width: 365px;}
.thread .threads {width: 90px;}
.thread .posts {width: 90px; border-right: 0px;}
.thread div {
height: 27px;
padding: 13px 0px 0px 0px;
}
.thread div.lastpost {
height: 32px;
padding: 8px 0px 0px 0px;
}
.thread div.lastpost .date {
font-weight: normal;
font-size: 9px;
}
/* Navigation */
#navbar #links {
position: relative;
top: 4px;
}
#navbar #links div {
cursor: pointer;
}
#navbar #links .home {
float: left;
background-image: url(images/home.png);
background-repeat: no-repeat;
background-position: center center;
height: 150px; width: 150px;
position: relative; left: 90px;
}
#navbar #links .about {
float: left;
background-image: url(images/about.png);
background-repeat: no-repeat;
background-position: center center;
height: 150px; width: 150px;
position: relative; left: 90px;
}
#navbar #links .signup {
float: left;
background-image: url(images/signup.png);
background-repeat: no-repeat;
background-position: center center;
height: 150px; width: 150px;
position: relative; left: 90px;
}
#navbar #links .links {
float: left;
background-image: url(images/links.png);
background-repeat: no-repeat;
background-position: center center;
height: 150px; width: 150px;
position: relative; left: 90px;
}
#navbar #links .help {
float: left;
background-image: url(images/help.png);
background-repeat: no-repeat;
background-position: center center;
height: 150px; width: 150px;
position: relative; left: 90px;
}
/* Form elements */
.textbox {
background-color: #1e1e1e;
background-image: url(images/textbox_bg.png);
background-position: top left;
background-repeat: no-repeat;
color: #cccccc;
font-family: Verdana;
font-size: 10px;
width: 120px;
height: 13px;
border: 1px solid #222222;
padding-left: 5px;
}
.button {
background-color: transparent;
color: #ff7507;
font-weight: bold;
border: 0px;
width: 20px;
}
.button:hover {
cursor: pointer;
}
/* User Levels */
.admin { color: #21a2d6; }
.moderator { color: red; }
.user { color: #ff7507; }
.guest { color: #cccccc; font-weight: normal; }
/* Extras */
.clear { clear: both; }