MediaWiki:Erudite.css
Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
- Opera: Naciśnij klawisze Ctrl+F5.
$wgHooks['SkinTemplateSetupPageCss'][] = 'wfHideVariousTabsFromAnonymous'; function wfHideVariousTabsFromAnonymous( &$hidetabcss ) { global $wgUser; if ( !$wgUser->isLoggedIn() ) { $hidetabcss .= '.nav-meta { display: none !important; } '; } return true; } #bodyContent h1 { font-weight: bold; } #bodyContent h2 { font-size: 20px; font-weight: bold; } #bodyContent h3 { font-weight: bold; } #bodyContent h4 { font-weight: bold; } a { color: #01588e; } a:hover { color: #01588e; text-decoration: none; } a:visited { color: #01588e; } a.new { color: #01588e; } #nav { border-left-style: none; border-right-style: none; } #menu { border-top-right-radius: 20px; border-top-left-radius: 20px; font-size: 18px; } /* changing header - title #top-wrap h1 { text-decoration: none; font-size: 3em; line-height: 1.3; }*/ body { /* font-family: Helvetica, sans-serif; */ font-family: Arial, sans-serif; font-size: 15px; background: #fafafa url(images/kdm/0/06/Test2.png); } /* <!-- menu { background-color: red; width: 110%; } --> */ #bannertable { width:100%; vertical-align:middle; } #bannerpcss { text-align: center; vertical-align: bottom; font-size:2em; } #bannernazwa { text-align: center; vertical-align: top; font-size:1em; } #bannerlogo { text-align: right; width: 20%; } #bannerlogo img { width:160px } #top-wrap { background-image: url(images/kdm/4/4d/Test1.png); } #bottom-wrap { background-image: url(images/kdm/4/4d/Test1.png); } pre{ display: block; color:black; padding: 15px; /*background-color:WhiteSmoke; */ background-color: #eaf0ff; border:1px solid LightGray; font-family: monospace; font-size: 15px; } #customers { width: 100%; border-collapse: collapse; font-size: 15px; } #customers td, #customers th { font-size: 1em; /* border: 1px solid LightGray; */ border: 1px solid #eaf0ff; padding: 3px 7px 2px 7px; } #customers th { font-size: 1.1em; text-align: left; padding-top: 5px; padding-bottom: 4px; /* background-color: Grey;*/ background-color: #01588e; color: #ffffff; } li#flag { float: right; } #flaga img { width:45px; float:right; padding:0; margin-bottom: 0; position: absolute; } #customers tr.alt td { /*background-color:WhiteSmoke; */ background-color: #eaf0ff; } #footer{ display: none !important; } #nav-meta { display: none !important; } .subtitle { display: none; }