MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
m |
m |
||
Linia 17: | Linia 17: | ||
h1 { font-size: 188%; } | h1 { font-size: 188%; } | ||
− | h2 { font-size: | + | h2 { font-size: 180%; } |
− | h3 { font-size: | + | h3 { font-size: 140%; } |
h4 { font-size: 116%; } | h4 { font-size: 116%; } | ||
h5 { font-size: 100%; } | h5 { font-size: 100%; } |
Wersja z 14:18, 6 lut 2014
/* 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;
}