Difference between revisions of "MediaWiki:Common.css"

(Legibility)
(Disabled)
 
(73 intermediate revisions by 5 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
// NOTE: These have been disabled by NicjansmaPlease contact him if you think something should be enabled site-wide.
 
 
a.topbar, a.topbar:link, a.topbar:active, a.topbar:visited, a.topbar:hover {
 
        font-family:    Verdana, Tahoma;
 
        font-size:      11px;
 
        color:          black;
 
        font-weight:    bold;                                                                                                                                                       
 
}
 
 
 
table.infobox {
 
        border:          1px solid #999;
 
        margin:          10px;
 
        padding:        5px;
 
        float:          right;
 
        clear:          right;
 
        width:          250px;
 
        background:      white;
 
        border-collapse: collapse;
 
        line-height:    2em;
 
}
 
 
 
table.infobox tr {
 
        text-align:      center;
 
}
 
 
 
table.infobox tr td.infoboxname {
 
        text-align:      center;
 
        color:          black;
 
        background:      white;                                                                                                                                                   
 
        font-size:      larger;                                                                                                                                                 
 
}
 
 
 
table.infobox tr td.infoboxheading{
 
        text-align:      left;
 
        background:      #BDB;
 
}
 
 
 
table.infobox tr.infoboxrow {
 
        text-align:      left;                                                                                                                                                   
 
        spacing-top:    0px;
 
        spacing-bottom:  0px;
 
        vertical-align:  middle;
 
        background:      #F0F0F0;
 
}
 
 
 
table.infobox tr td { 
 
        padding:        5px;
 
        background:      white;
 
}
 
 
 
table.infobox tr.infoboxrow td {
 
        border-top:      1px solid #999;
 
        border-bottom:  1px solid #999;                                                                                                                                         
 
        background:      #F0F0F0;
 
}
 
 
 
table.downloadbox {
 
        border:          1px solid #999;
 
        margin:          10px;
 
        padding:        5px;
 
        float:          right;
 
        clear:          right;
 
        width:          250px;
 
        background:      white;
 
        border-collapse: collapse;
 
}
 
 
 
table.downloadbox tr {
 
        text-align:      left;                                                                                                                                                   
 
        spacing-top:    0px;
 
        spacing-bottom: 0px;
 
        vertical-align:  middle;
 
        background:      #F0F0F0;
 
}
 
 
 
table.downloadbox tr td { 
 
        padding:        5px;
 
        border-top:      1px solid #999;
 
        border-bottom:  1px solid #999;                                                                                                                                         
 
        background:      #F0F0F0;
 
}
 
 
 
table.downloadbox tr td.downloadboxheading{
 
        background:      #BDB;
 
}
 
 
 
div.indent p {
 
        text-indent:    1in;
 
}
 
 
 
table.infobox tr.infoboxrow td.bot {
 
 
 
      border-bottom:  1px solid #999;
 
      border-top:    none;
 
 
 
} table.infobox tr.infoboxrow td.top {
 
 
 
      border-bottom:  none;
 
      border-top:    1px solid #999;
 
 
 
}
 
 
 
/* Messagebox templates */
 
.messagebox {
 
      border:          1px solid #AAA;
 
      background-color: #F9F9F9;
 
      width:            80%;
 
      margin:          0 auto 1em auto;
 
      padding:          .45em;
 
}
 
 
 
/* Put a checker background at the image description page only visible if the image has transparent background */
 
 
 
#file img { background: url("/wiki/images/5/5d/Checker-16x16.png") repeat; }
 
 
 
/* Puts a redirect indicator before redirects in Special:Allpages */
 
.allpagesredirect { font-style: italic; }
 
.allpagesredirect a { background: url("/wiki/images/5/5c/Allpagesredirect.gif") center left no-repeat; padding-left: 13px; }
 

Latest revision as of 10:45, 21 December 2014

// NOTE: These have been disabled by Nicjansma.  Please contact him if you think something should be enabled site-wide.