1
/* proSilver Style Sheet Tweaks
3
These style definitions are mainly IE specific
4
tweaks required due to its poor CSS support.
5
-------------------------------------------------*/
7
* html table, * html select, * html input { font-size: 100%; }
8
* html hr { margin: 0; }
9
* html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
10
* html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }
13
width: 99%; /* IE < 6 browsers */
15
voice-family: "\"}\"";
16
voice-family: inherit;
19
html>body table.table1 { width: 100%; } /* Reset 100% for opera */
21
* html ul.topiclist li { position: relative; }
22
* html .postbody h3 img { vertical-align: middle; }
25
html>body dd label input { vertical-align: text-bottom; } /* Align checkboxes/radio buttons nicely */
27
* html input.button1, * html input.button2 {
32
/* Misc layout styles */
33
* html .column1, * html .column2 { width: 45%; }
35
/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
36
From http://www.positioniseverything.net/easyclearing.html
37
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
45
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
57
* html .clearfix, * html .navbar, ul.linklist {
62
/* Simple fix so forum and topic lists always have a min-height set, even in IE6
63
From http://www.dustindiaz.com/min-height-fast-hack */
66
height: auto !important;
74
/* Correctly clear floating for details on profile view */
75
*:first-child+html dl.details dd {
80
* html dl.details dd {