MediaWiki:S5/freesoftware/pretty.css — различия между версиями
Материал из YourcmcWiki
м |
м |
||
(не показано 38 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
/* Following are the presentation styles -- edit away! */ | /* Following are the presentation styles -- edit away! */ | ||
− | body { | + | .body {color: #000; font-size: 2.25em;} |
− | + | ||
:link, :visited {text-decoration: none; color: #00C;} | :link, :visited {text-decoration: none; color: #00C;} | ||
Строка 12: | Строка 11: | ||
.slide code.old {color: silver;} | .slide code.old {color: silver;} | ||
− | div | + | div.header, div.footer {color: #AAB;} |
− | div | + | div.footer {font-style: italic;} |
+ | div.header {background: url(FreeSoftFlag.svg) 98% top no-repeat; height: 50%; | ||
line-height: 1px; } | line-height: 1px; } | ||
− | + | ||
− | .slide h1.stitle { | + | .slide { padding-top: 0; } |
− | + | .slide h1.stitle {z-index: 1; padding: 0 0.3em; margin-top: 1em; | |
− | + | display: inline-block; | |
− | font-size: 150%/1em; | + | font-size: 150%/1em; font-weight: bold; |
− | + | background: white;} | |
− | .slide.notitle h1.stitle {position: static; margin | + | .slide.notitle h1.stitle {position: static; margin: 0; width: auto;} |
.slide h3 {font-size: 130%;} | .slide h3 {font-size: 130%;} | ||
Строка 28: | Строка 28: | ||
#controls #navList #jumplist {background: #DDD; color: #227;} | #controls #navList #jumplist {background: #DDD; color: #227;} | ||
− | #currentSlide {text-align: | + | #currentSlide {left: 85%; text-align: right;} |
− | #slide0 { | + | #slide0 {font-size: 90%; background:url(FreeSoftFlagBig.svg) left top no-repeat white;} |
#slide0 h1 {position: static; margin: 1em 0 0; padding: 0; | #slide0 h1 {position: static; margin: 1em 0 0; padding: 0; | ||
− | font: bold 2em | + | font: bold 2em Segoe UI; white-space: normal; |
color: #000; background: transparent;} | color: #000; background: transparent;} | ||
− | #slide0 h2 {font: bold italic 1em | + | #slide0 h2 {font: bold italic 1em Segoe UI; margin: 0.25em;} |
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;} | #slide0 h3 {margin-top: 1.5em; font-size: 1.5em;} | ||
#slide0 h4 {margin-top: 0; font-size: 1em;} | #slide0 h4 {margin-top: 0; font-size: 1em;} |
Текущая версия на 15:00, 21 мая 2013
/* Following are the presentation styles -- edit away! */ .body {color: #000; font-size: 2.25em;} :link, :visited {text-decoration: none; color: #00C;} #controls :active {color: #88A !important;} #controls :focus {outline: 1px dotted #227;} .slide code {color: #533;} .slide code.bad, code del {color: red;} .slide code.old {color: silver;} div.header, div.footer {color: #AAB;} div.footer {font-style: italic;} div.header {background: url(FreeSoftFlag.svg) 98% top no-repeat; height: 50%; line-height: 1px; } .slide { padding-top: 0; } .slide h1.stitle {z-index: 1; padding: 0 0.3em; margin-top: 1em; display: inline-block; font-size: 150%/1em; font-weight: bold; background: white;} .slide.notitle h1.stitle {position: static; margin: 0; width: auto;} .slide h3 {font-size: 130%;} div#controls {left: 60%; width: 40%;} #controls #navLinks a {background: #005; color: #779;} #controls #navList #jumplist {background: #DDD; color: #227;} #currentSlide {left: 85%; text-align: right;} #slide0 {font-size: 90%; background:url(FreeSoftFlagBig.svg) left top no-repeat white;} #slide0 h1 {position: static; margin: 1em 0 0; padding: 0; font: bold 2em Segoe UI; white-space: normal; color: #000; background: transparent;} #slide0 h2 {font: bold italic 1em Segoe UI; margin: 0.25em;} #slide0 h3 {margin-top: 1.5em; font-size: 1.5em;} #slide0 h4 {margin-top: 0; font-size: 1em;}