Installed But have question how to rebilud CSS my CSS after Installing look like this i did save after installing and its look same like before installing
First box
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; }
<!-- forum image -->
/* Forum Images next to the Description for every Forum */
.ForumImages {
float: left;
margin-right: 8px;
margin-top: 2px;
}
<!--navbar background start -->
.altbg {
background: #FFFFFF url(http://www.m****.com/header.jpg) no-repeat top left;
height: px;
width: 100%;
vertical-align: text-bottom;
}
<!--navbar background end -->
and 2nd box
Code:
.colorchooser {
float:right;
margin-right:10px;
margin-top:10px;
}
.colorchooser span {
font-family:arial;
color:#green;
font-size:12px;
text-decoration:none;
float:left;
display:block;
}
.colorchooser a {
width:12px;
height:12px;
display:block;
float:left;
margin-left:5px
}
is that ok or i'm doing wrong if so then please let me know how to fix i'm using 3.8.2