MediaWiki:Common.css: Difference between revisions

Content deleted Content added
Updates - mostly mainpage
Add some basic refs and mainpage fixes
Linney 17:
body.page-Ard-ghuillag #footer-info-lastmod,
body.page-Ard-ghuillag #siteSub,
body.page-Ard-ghuillag #contentSub {,
body.page-Ard-ghuillag #ca-delete {
display: none;
}
Line 29 ⟶ 30:
 
body.page-Main_Page #mp-topbanner {
clear: both;
margin-top: 0 !important;
}
 
/* make the list of references look smaller */
ol.references {,
div.reflist,
font-size: 100%;
div.refbegin {
font-size: 90%; /* Default font-size */
margin-topbottom: 0 !important.5em;
}
 
div.reflist ol.references-small { font-size: 90%;}
font-size: 100%; /* Reset font-size when nested in div.reflist */
 
list-style-type: inherit; /* Enable custom list style types */
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
font-size: 90%;
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
}
 
.same-bg { background: none }
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {,
sup.reference:target { ,
span.citation:target {
background-color: #DEF;
}
 
/* Ensure refs in table headers and the like aren't bold or italic */
ol.references > li:target {
sup.reference {
background-color: #DEF;
font-sizeweight: 90%normal;
font-sizestyle: 100%normal;
}
 
/* Allow hidden ref errors to be shown by user CSS */
sup.reference:target {
span.brokenref {
background-color: #DEF;
display: none;
}