Changes

Jump to: navigation, search

MediaWiki:Monobook.css

1,442 bytes removed, 10:22, 9 December 2008
.listing moved to Common.css
}
.listing,
.stx table {
/* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
border-collapse: collapse;
border-left: 1px solid #7dae96;
border-bottom: 1px solid #7dae96;
margin: 0em 0em 1em 0em;
line-height: normal;
}
.listing th,
.stx table th {
background: #d6e5de;
border-top: 1px solid #7dae96;
border-bottom: 1px solid #7dae96;
border-right: 1px solid #7dae96;
font-weight: normal;
padding: 0em 1em 0em 1em;
text-transform: lowercase;
}
.listing .top {
border-left: 1px solid White;
border-top: 1px solid White ! important;
border-right: 1px solid White ! important;
text-align: right ! important;
padding: 0em 0em 1em 0em;
}
.listing .odd {
/*every second line should be shaded */
background-color: transparent;
}
.listing .even {
background-color: #f7f9fa;
}
.listing .listingCheckbox {
text-align: center;
}
.listing td,
.stx table td {
border-right: 1px solid #7dae96;
padding: 0em 1em;
text-align: left;
}
.listing .filename {
width: 40em;
font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
}
.listing .filesize {
width: 5em;
font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
text-align: right;
white-space: nowrap;
}
 
.listing a:hover {
text-decoration: underline;
}
.listing img {
vertical-align: middle;
}
span.date {

Navigation menu