Changes

Jump to: navigation, search

MediaWiki:Common.css

1,541 bytes added, 10:21, 9 December 2008
.listing moved from Monobook.css to here
background-color: #f7f9fa;
text-align: left;
}
 
 
.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 {
font-family: Terminus, "Liberation Mono", "Andale Mono", "Vera Sans Mono", Consolas, Courier, monospace;
width: 40em;
}
.listing .filesize {
font-family: Terminus, "Liberation Mono", "Andale Mono", "Vera Sans Mono", Consolas, Courier, monospace;
width: 5em;
text-align: right;
white-space: nowrap;
}
 
.listing a:hover {
text-decoration: underline;
}
 
.listing img {
vertical-align: middle;
}

Navigation menu