PDA

View Full Version : Default vbulletin skin


nbaphenom
11-25-2008, 02:12 AM
How do I take away all of the underlines and connect my banner to the navbar area.
additional css code
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: none; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

Lynne
11-25-2008, 02:44 AM
Underlines where? For all the links? You would do that in style manager > main css > get rid of anywhere it says "underline" next to Text Decoration under any of the headings.

I don't know what you mean by connect the banner to the navbar except that maybe there is a space? So, get rid of any extra <br />s there may be between the two.

nbaphenom
11-25-2008, 10:10 AM
I cant even find any underlines in the whole main css page .

CypherSTL
11-25-2008, 10:33 AM
Style Manager -> Default Style -> Main CSS

Within the 'Body' section. Type in "none" in the Text Decoration for the links (Normal Links CSS, Visited Links CSS, Hover Links CSS).

Do the same for each section that you want to get rid of the underlines for links, or change them to which ever decorations you would like.

Princeton
11-25-2008, 12:47 PM
this might help:
Links CSS (http://www.vbulletin.com/docs/html/stylemanager_css_links)

More info about The CSS Editor (http://www.vbulletin.com/docs/html/stylemanager_css)