MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
border-collapse: separate; | border-collapse: separate; | ||
background-color: white; | background-color: white; | ||
} | |||
table.software td { | |||
vertical-align: top; | |||
} | } | ||
table.software td:first-child { | table.software td:first-child { | ||
| Line 13: | Line 16: | ||
} | } | ||
table.software td:last-child { | table.software td:last-child { | ||
width: 5em; | width: 5em; | ||
} | } | ||
table.software td:not(last-child) { | table.software td:not(last-child) { | ||
padding-right: 1em; | padding-right: 1em; | ||
border-width: 0px 1px 0px 0px; | border-width: 0px 1px 0px 0px; | ||
Revision as of 00:09, 30 September 2007
/** CSS placed here will be applied to all skins */
table.software {
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: outset outset outset outset;
border-color: black black black black;
border-collapse: separate;
background-color: white;
}
table.software td {
vertical-align: top;
}
table.software td:first-child {
width: 10em;
}
table.software td:last-child {
width: 5em;
}
table.software td:not(last-child) {
padding-right: 1em;
border-width: 0px 1px 0px 0px;
border-style: inset inset inset inset;
border-color: gray black gray gray;
}
table.software th {
vertical-align: top;
padding-right: 1em;
border-width: 0px 1px 1px 0px;
border-style: inset inset inset inset;
border-color: gray black black gray;
}
tr.grayrow { background-color: #eaeaea; }