MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 6: | Linia 6: | ||
h1 { | h1 { | ||
font-weight: normal; | font-weight: normal; | ||
− | |||
} | } | ||
h2, h3, h4, h5, h6 { | h2, h3, h4, h5, h6 { | ||
Linia 14: | Linia 13: | ||
margin: 0; | margin: 0; | ||
padding-bottom: 0.17em; | padding-bottom: 0.17em; | ||
+ | border-bottom: 1px solid #aaaaaa; | ||
} | } | ||
h1 { font-size: 188%; } | h1 { font-size: 188%; } | ||
h2 { font-size: 150%; } | h2 { font-size: 150%; } | ||
− | |||
− | |||
− | |||
h3 { font-size: 132%; } | h3 { font-size: 132%; } | ||
h4 { font-size: 116%; } | h4 { font-size: 116%; } | ||
h5 { font-size: 100%; } | h5 { font-size: 100%; } | ||
h6 { font-size: 80%; } | h6 { font-size: 80%; } | ||
+ | |||
+ | h3 { border-bottom: none;} | ||
+ | h4, h5, h6 { | ||
+ | font-weight: bold; | ||
+ | border-bottom: none; | ||
+ | } | ||
h2 { | h2 { |
Wersja z 11:21, 19 lip 2012
/* 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: 1px solid #aaaaaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }
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, h5, h6 {
padding-top: 1.5em;
}