MediaWiki:Common.css
Przejdź do nawigacji
Przejdź do wyszukiwania
Uwaga: aby zobaczyć zmiany po zapisaniu, 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: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
- Opera: Przejdź do Menu → Ustawienia (Opera → Preferencje w Mac), a następnie Prywatność i bezpieczeństwo → Wyczyść dane przeglądania → Opróżnij pamięć podręczną.
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
body.page-Strona_główna h1.firstHeading { display:none; }
/* nagłówki */
h1 {
font-weight: normal;
}
h2, h3, h4, h5, h6 {
color: Black;
background: none;
font-weight: normal;
margin: 0;
padding-bottom: 0.17em;
border-bottom: none;
}
h1 { font-size: 188%; }
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }
h3 { border-bottom: none;}
h4, h5, h6 {
font-weight: bold;
border-bottom: none;
}
h2 {
padding-top: 2.0em;
}
h3 {
padding-top: 1.8em;
}
h4 {
padding-top: 1.5em;
}
h5, h6 {
padding-top: 1.0em;
}
table.maintable {
margin: 0 0 0 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.maintable tbody {
background: #fff;
}
table.maintable th, table.maintable td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.maintable th {
background: #f2f2f2;
text-align: center;
font-size: 120%;
}
table.maintable caption {
margin-left: inherit;
margin-right: inherit;
}