The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Getting rid of underline in
Default vbulletin skin , this is my current additional css.
I want all those underlines gone like the links and stuff. HTML 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: underline; } .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; } |
#2
|
||||
|
||||
This should help - CSS Links - CSS tutorial
|
#3
|
|||
|
|||
I put decoration at none but it still shows up.
|
#4
|
||||
|
||||
Shows up where? Can we see a specific example of where you changed things and where it is still showing up? Perhaps you aren't changing the correct thing. It's very hard to tell when we don't have something to actually see.
|
#5
|
|||
|
|||
<a href="http://phtbasketball.com/forums/index.php" target="_blank">http://phtbasketball.com/forums/index.php</a> all of the underlined links .
|
#6
|
||||
|
||||
Taking as an example, Announcements, that is in no way affected by any of the CSS that you listed in your first post. You will need to change the css for the class that affects that link. Take a look in the source code to see what class it is, I believe it is either alt1 or alt2, and then change the link text-decoration for that class.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|