| Author |
Message |
silverscout |
|
Post subject: mars, more css help
Posted: Nov 01, 2005 - 03:48 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
I need to edit the footer seperatly.
how do I do that? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 01, 2005 - 04:48 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
silverscout |
|
Post subject:
Posted: Nov 01, 2005 - 07:51 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
when I try to type standard html in the footer in the settings something is overriding it. I would like to type in their and change the text totally from the rest of the site.
ie, Change the color to black and make it smaller.
(sorry if i dont make sense I am very tired. ) |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 01, 2005 - 08:13 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Ahh ok.
Edit stlye/style.css
Look for .footerback
Just add the font styles you want to that tag, but don't remove anything that is there already. |
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Nov 02, 2005 - 12:24 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
|
Code:
.footerback {background-image: url(../images/orion_22.jpg);background-repeat: repeat-x; padding-top:15px; FONT-SIZE: 8px;FONT-FAMILY: arial; TEXT-DECORATION:none; color:#CCCCCC}
is not working.
do I need to do another css addition
.footerback.body or .a for links?
I really want the text black and small while the links are another color. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 02, 2005 - 12:40 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
Code:
.footerback {background-image: url(../images/orion_22.jpg);background-repeat: repeat-x; padding-top:15px; FONT-SIZE: 8px;FONT-FAMILY: arial; color:#000000}
.footerback a:link { FONT-SIZE: 8px;FONT-FAMILY: arial; color:#000000}
.footerback a:visited { FONT-SIZE: 8px;FONT-FAMILY: arial; color:#000000}
.footerback a:active { FONT-SIZE: 8px;FONT-FAMILY: arial; color:#000000}
.footerback a:hover { FONT-SIZE: 8px;FONT-FAMILY: arial; color:#CCCCCC}
]
|
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Nov 02, 2005 - 12:49 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
Mars do you sleep?
damn man.. get some sleep.
 |
|
|
| |
|
|
|
 |
|
|