Programovanie (1) v C/C++
1-INF-127, ZS 2024/25
Užívateľ:Teacher/common.css: Rozdiel medzi revíziami
Skočit na navigaci
Skočit na vyhledávání
Riadok 1: | Riadok 1: | ||
− | + | /* hide logo */ | |
− | // | ||
− | |||
div#p-logo { | div#p-logo { | ||
visibility: hidden; | visibility: hidden; | ||
Riadok 9: | Riadok 7: | ||
div#footer, #mw-head-base, div#content { margin-left: 6em; } | div#footer, #mw-head-base, div#content { margin-left: 6em; } | ||
#left-navigation { margin-left: 6em; } | #left-navigation { margin-left: 6em; } | ||
+ | /* smaller font in left panel and edit section links */ | ||
div#mw-panel { | div#mw-panel { | ||
font-size: 80%; | font-size: 80%; | ||
Riadok 14: | Riadok 13: | ||
.mw-editsection { | .mw-editsection { | ||
font-size: 50%; | font-size: 50%; | ||
− | |||
} | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: black; | ||
+ | background: none; | ||
+ | font-weight: normal; | ||
+ | margin: 0; | ||
+ | overflow: hidden; | ||
+ | padding-top: 0.5em; | ||
+ | padding-bottom: 0.17em; | ||
+ | border-bottom: 1px solid #aaaaaa; | ||
+ | } | ||
+ | h1, h2 { | ||
+ | color: #b31c1c; | ||
+ | } | ||
+ | h3, h4, h5, b, i, tt, pre { | ||
+ | color: #212e72; | ||
+ | } | ||
+ | pre, tt { | ||
+ | font-size: 125%; | ||
+ | } | ||
+ | |||
+ | h1 { font-size: 188%; } | ||
+ | h2 { font-size: 150%; } | ||
+ | h3, h4, h5, h6 { | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | h3 { font-size: 132%; } | ||
+ | h4 { font-size: 116%; } | ||
+ | h5 { font-size: 100%; } | ||
+ | h6 { font-size: 80%; } |
Verzia zo dňa a času 18:22, 22. august 2014
/* hide logo */
div#p-logo {
visibility: hidden;
}
/* decrease Vector sidebar width (default 10em) */
div#mw-panel { width: 6em; }
div#footer, #mw-head-base, div#content { margin-left: 6em; }
#left-navigation { margin-left: 6em; }
/* smaller font in left panel and edit section links */
div#mw-panel {
font-size: 80%;
}
.mw-editsection {
font-size: 50%;
}
h1, h2, h3, h4, h5, h6 {
color: black;
background: none;
font-weight: normal;
margin: 0;
overflow: hidden;
padding-top: 0.5em;
padding-bottom: 0.17em;
border-bottom: 1px solid #aaaaaa;
}
h1, h2 {
color: #b31c1c;
}
h3, h4, h5, b, i, tt, pre {
color: #212e72;
}
pre, tt {
font-size: 125%;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }