FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

CSS problem?

 


ALostSoul
Code:

body{font-family: tahoma; color:#cfb08d; background-color:#170909; margin-top:0px; margin-left:0px; SCROLLBAR-BASE-COLOR: #97785B; SCROLLBAR-ARROW-COLOR: #000000;}

.{ font-family:tahoma; color:#cfb08d; font-size:12pt; }
.fontstandard { font-family:tahoma; color:#cfb08d; font-size:12pt; }
.fontred { font-family:tahoma; color:#FF0000; font-size:12pt; }
.systemmessage { font-family:tahoma; color:#FF0000; font-size:12pt; text-align:justify;}
.systemmessage_small { font-family:tahoma; color:#FF0000; font-size:8pt;}
.fontbestand { font-family:tahoma; color:#FBD492; font-size:8pt; font-weight:bold; }
.fontnew { font-family:tahoma; color:#FFFF00; font-size:12pt; font-weight:bold;}
.fontsmall { font-family:tahoma; color:#cfb08d; font-size:8pt; font-weight:normal;}
.fontsmallred { font-family:tahoma; color:#FF0000; font-size:8pt; font-weight:normal;}
.fontsmall2 { font-family:tahoma; color:#cfb08d; font-size:10pt; font-weight:normal;}
.fontsmallblack { font-family:tahoma; color:#000000; font-size:8pt; font-weight:normal;}
.text { font-family:tahoma; color:#cfb08d; font-size:10pt; font-weight:normal;}

.seltenheit0 { font-family:tahoma; color:#9D9D9D; font-size:12pt; }
.seltenheit1 { font-family:tahoma; color:#F9F3E4; font-size:12pt; }
.seltenheit2 { font-family:tahoma; color:#56D127; font-size:12pt; }
.seltenheit3 { font-family:tahoma; color:#007AF3; font-size:12pt; }
.seltenheit4 { font-family:tahoma; color:#AE4AF0; font-size:12pt; }
.seltenheit5 { font-family:tahoma; color:#DC8B2E; font-size:12pt; }
.seltenheit6 { font-family:tahoma; color:#FF1C1C; font-size:12pt; }

.input_klein {font-size:9; background-color:#000000; color:#cfb08d; border-style:solid; border-width:1px; border-color:#cfb08d; }
.input {font-size:14; background-color:#000000; color:#cfb08d; border-style:solid; border-width:1px; border-color:#cfb08d; }
.input_message {font-size:10pt; background-image:url('img/btn_messagebg.jpg'); padding:0px; margin:0px; padding:0 .25em 0 .25em; width:auto; overflow:visible; background-color:#202020; color:#cfb08d; border-width:0px; }

.tdh { background-image:url('img/tdh.jpg'); color:#cfb08d; font-weight:bold; }
.tdn { background-color:#191919; }

a.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:visited.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:link.menuitem { text-decoration:none; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }
a:hover.menuitem { text-decoration:underline; font-family:tahoma; font-weight:bold; color:#cfb08d; font-size:10pt; }

a.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:visited.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:link.headlines { text-decoration:none; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }
a:hover.headlines { text-decoration:underline; font-family:tahoma; font-size:12pt; color:#cfb08d; font-weight:bold; }

a.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:visited.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:link.copyright { text-decoration:none; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }
a:hover.copyright { text-decoration:underline; font-family:tahoma; font-size:8pt; color:#cfb08d; font-weight:bold; }

a.sysred { text-decoration:none; font-family:verdana; font-weight:bold; color:#FF0000; font-size:12pt; }
a:visited.sysred { text-decoration:none; font-family:verdana; font-weight:bold; color:#FF0000; font-size:12pt; }
a:link.sysred { text-decoration:none; font-family:verdana; font-weight:bold; color:#FF0000; font-size:12pt; }
a:hover.sysred { text-decoration:underline; font-family:verdana; font-weight:bold; color:#FF0000; font-size:12pt; }

a { text-decoration:none; font-family:verdana; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:visited { text-decoration:none; font-family:verdana; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:link { text-decoration:none; font-family:verdana; font-weight:bold; color:#cfb08d; font-size:12pt; }
a:hover { text-decoration:underline; font-family:verdana; font-weight:bold; color:#cfb08d; font-size:12pt; }

After the .'s are those parts of the sites divs or CSS things?
Azmo
How hard would it be to figure that out if you looked on the html file? Anyways, first of all, it's coded in german, yey, I don't understand more then 50% Smile, atleast link the page to us so we can have a look, anyways, css are for divs, so the .tdh and .tdn is either divs or menu boxes or something like that, can be a form style too.. kinda hard to guess
tony
ya; give us a link to the html page; that would help a lot. thanks!
Azmo
my guess is that you just copy/paste this code from a site since you don't know what stuff is, anyways.. BUMP so you read this and link it to us if you want some help.
coeus
Not exactly sure what you are trying to figure out but a period(.) in css denotes a class. thus .fontred is a class style for ANYTHING with the class 'fontred' which could be a div, a span, pretty much any tag.
example:
<span class="fontred">this text would be red</span>
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.