Log in

View Full Version : Underline links for skin


XnaMe
06-10-2008, 06:49 PM
Hello!

My skin don't show automaticly the links underlined! How can i set this?

Thanks!
Additional CSS Definitions
/* ***** 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: underline; }
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; }

.postinfo {
border-top: solid 1px #E0E0E0;
border-left: solid 1px #E0E0E0;
border-right: solid 1px #D7D7D7;
border-bottom: solid 1px #D7D7D7;
margin: 3px 5px;
padding: 2px;
color: #808080;
background: #d2dee3;
font-size: 10px;
}

.stickyprefix {
color:#6600FF;
font-weight:bold;
}

.subbbedforum {
color:#6600FF;
font-weight:bold;
}

(Customized in this Style)
.header {
background-color: #475a7d;
background-image: url(http://themobilebay.com/forum/cb/cb/headarka.gif);
background-repeat: repeat-x;
margin:0 0 0 0;
padding:0 0 0 0;
}
.logo {padding-left:10px;}
.afterlogo {
color:#ffffff;
font-size:8pt;
font-family:Tahoma;
float:right;
padding-right:20px;
padding-left:20px;}
.afterlogo a{
color:#ffffff;
font-size:8pt;
font-family:Tahoma;
text-decoration:none;}
.afterlogo a:hover {
color:#969696;
text-decoration:underline;}

.nv {background: #dce2e7 url(http://themobilebay.com/forum/cb/cb/nav.gif) repeat-x;}

.nvlink a {
font-color:#414141;
font-size:11px;
font-famiyl:tahoma;
font-weight:bold;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#969696;
text-decoration:underline;
}

Attitude5ire
06-10-2008, 08:34 PM
Just open advanced CSS. for body attribute
Normal Links CSS
text-decoration:underline.. for all 3 if u want.

XnaMe
06-10-2008, 11:43 PM
Thanks :) I made a mistake but it works :D