File: styles/prosilver/theme/common.css
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
/* General proSilver Markup Styles
| /* General Markup Styles
|
---------------------------------------- */
* {
| ---------------------------------------- */
* {
|
Line 10 | Line 10 |
---|
html { font-size: 100%; /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
html { font-size: 100%; /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
height: 100%; margin-bottom: 1px;
| height: 101%;
|
}
body {
| }
body {
|
Line 397 | Line 396 |
---|
table.table1 .active { text-align: left; width: 15%; } table.table1 .mark { text-align: center; width: 7%; } table.table1 .info { text-align: left; width: 30%; }
|
table.table1 .active { text-align: left; width: 15%; } table.table1 .mark { text-align: center; width: 7%; } table.table1 .info { text-align: left; width: 30%; }
|
table.table1 .info div { width: 100%; white-space: nowrap; overflow: hidden; }
| table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
table.table1 .autocol { line-height: 2em; white-space: nowrap; } table.table1 thead .autocol { padding-left: 1em; }
| table.table1 .autocol { line-height: 2em; white-space: nowrap; } table.table1 thead .autocol { padding-left: 1em; }
|
Line 419 | Line 418 |
---|
}
.forumbg table.table1 {
|
}
.forumbg table.table1 {
|
margin: 0 -2px -1px -1px;
| margin: 0; }
.forumbg-table > .inner { margin: 0 -1px; }
.forumbg-table > .inner > span.corners-top { margin: 0 -4px -1px -4px; }
.forumbg-table > .inner > span.corners-bottom { margin: -1px -4px 0 -4px;
|
}
/* Misc layout styles
| }
/* Misc layout styles
|
Line 599 | Line 610 |
---|
font-size: 1.1em; }
|
font-size: 1.1em; }
|
div.rules ul {
| div.rules ul, div.rules ol {
|
margin-left: 20px; }
| margin-left: 20px; }
|
Line 611 | Line 622 |
---|
p.rules img { vertical-align: middle;
|
p.rules img { vertical-align: middle;
|
| padding-top: 5px;
|
}
p.rules a {
| }
p.rules a {
|