MediaWiki:Common.css

From Opus-Info
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body.page-Main_Page    h1.firstHeading { display:none !important; }
body.page-Main_Page_es h1.firstHeading { display:none !important; }
body.page-Main_Page_de h1.firstHeading { display:none !important; }
body.page-Main_Page_fr h1.firstHeading { display:none !important; }
body.page-Main_Page_it h1.firstHeading { display:none !important; }
body.page-Main_Page_pl h1.firstHeading { display:none !important; }
body.page-Main_Page_pt h1.firstHeading { display:none !important; }
body.page-Main_Page_nl h1.firstHeading { display:none !important; }

#ca-viewsource { display: none !important; }
#ca-history    { display: none !important; }
#ca-talk       { display: none !important; }

/* remove from the footer the information about the last modification */
#f-list #lastmod { display: none; }

/*****
** Table formatting
*****/
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;

}

.LanguageLinks {
    MARGIN-TOP: 0.5em
}
.LanguageLinks TABLE {
    CLEAR: both; BORDER-RIGHT: #aaaaaa 1px solid; PADDING-RIGHT: 0.2em; BORDER-TOP: #aaaaaa 1px solid; PADDING-LEFT: 0.2em; FONT-SIZE: 85%; PADDING-BOTTOM: 0.2em; MARGIN: 0px 1px; BORDER-LEFT: #aaaaaa 1px solid; PADDING-TOP: 0.2em; BORDER-BOTTOM: #aaaaaa 1px solid; BORDER-COLLAPSE: collapse
}
.LanguageLinks SPAN {
    WHITE-SPACE: nowrap
}

#languagelinks {
    FONT-SIZE: 85%
}

.noredlink a.new { color: #faa700; }