MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
m |
|||
(Nie pokazano 13 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
Linia 13: | Linia 13: | ||
margin: 0; | margin: 0; | ||
padding-bottom: 0.17em; | padding-bottom: 0.17em; | ||
− | border-bottom: | + | border-bottom: none; |
} | } | ||
− | h1 { font-size: | + | h1 { font-size: 188%; } |
− | h2 { font-size: | + | h2 { font-size: 180%; } |
− | |||
− | |||
− | |||
− | } | ||
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 { | ||
Linia 35: | Linia 37: | ||
} | } | ||
− | h4 | + | h4 { |
padding-top: 1.5em; | padding-top: 1.5em; | ||
} | } | ||
− | + | h5, h6 { | |
− | font- | + | 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; | ||
} | } |
Aktualna wersja na dzień 14:19, 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: 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 {
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;
}