Changes

MediaWiki:Common.css

1,458 bytes added, 05:47, 2 May 2008
/* CSS placed here will be applied to all skins */
/* Styling for citations */ cite { font-style: normal; word-wrap: break- TABLE --- */word; }
/* white background and border collapsing. If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ table cite:target { background-color: #fff; border-collapse:collapseDEF;
}
  /* padded table cells Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */  td @media print { padding#content cite a.external.text: 5pxafter { display: none; }
}
  /* colored For linked citation numbers and padded heading cells document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */  th @media screen, handheld, projection { background:#aec6d6;cite *.printonly { padding-left display:2pxnone; padding-right:2px;}
}
 
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
background-color: transparent;
}
 
/* default skin for navigation boxes */
table.navbox {
background-color: #f9f9f9;
border: 1px solid #aaa;
clear: both;
font-size: 90%;
margin: 1em 0em 0em;
padding: 2px;
text-align: center;
width: 100%;
}
 
table.navbox th {
background-color: #ccf;
padding-left: 1em;
padding-right: 1em;
}
 
@media print {
.navbox {
display: none;
}
}
 
/* rows in sortable tables highlight on hover */
.sortable tr:hober hover {
background-color: #ddd;
}
Bureaucrat, developer, administrator
1,110
edits