Changes

MediaWiki:Common.css

2,954 bytes added, 05:48, 2 May 2008
/** CSS placed here will be applied to all skins */table /* Styling for citations */ cite { font-sizestyle: 100%normal; word-wrap: break-word; }  /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ cite:target { background-color: #DEF; }  /* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */  @media print { #content cite a.external.text:after { display: none; } }  /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */  @media screen, handheld, projection { cite *.printonly { display: none; } }  /* wikitable/prettytable class for skinning normal tables */table.wikitable,table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: White1px #aaa solid; border-collapse:collapse;
}
 table.wikitable th, table.wikitable td,table.prettytable th, table.prettytable td { border: 1px #aaa solid; padding:5px0.2em;
}
 table.wikitable th,table.prettytable th { background:#aec6d6; padding-left:2pxe0f2e0; padding text-rightalign:2pxcenter;
}
h3 table.wikitable caption,table.prettytable caption { border margin-left: inherit; margin-right: inherit; font-bottomweight: 1px dotted greybold;
}
a:linktable.prettytable code, a:visited table.wikitable code { text background-decorationcolor: underlinetransparent;
}
 /* default skin for navigation boxes */table.sortable tr:hover navbox { background-color: #dddf9f9f9; 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:hover {
background-color: #ddd;
}
 
/* --- HEADINGS --- */
 
/* third tier headings have a dotted bottom border */
h3 {
border-bottom: 1px dotted grey;
}
 
/* --- LINKS --- */
 
/* forces all links to be underlined */
a:link, a:visited {
text-decoration: underline;
}
/* --- AMBOX TEMPLATE DESIGNS --- */
/* ambox design */
.ambox {
font-size: 110%;
width: 80%;
margin: 0 auto;
border: 1px #AAA solid;
border-left: 10px solid #228b22;
border-collapse: collapse;
background-color: #EEE;
}
/* ambox colours */
.ambox-blue {
border-left: 10px solid #1e90ff; /* Blue (notice) */
}
.ambox-red {
border-left: 10px solid #b22222; /* Red (delete/serious) */
}
.ambox-orange {
border-left: 10px solid #f28500; /* Orange (content) */
}
.ambox-yellow {
border-left: 10px solid #f4c430; /* Yellow (style) */
}
.ambox-purple {
border-left: 10px solid #9932cc; /* Purple (merge) */
}
.ambox-gray {
border-left: 10px solid #bba; /* Gray (protection) */
}
.ambox-green {
border-left: 10px solid #228b22; /* Green */
}
/* ambox small text */
.amsmalltext {
font-size: 90%;
text-align: justify;
margin-top:0.5em;
margin-left:0.8em;
}
/* ambox image */
.ambox-image { /* The left image cell */
width: 60px;
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
Bureaucrat, developer, administrator
1,110
edits