Изменения

MediaWiki:S5/evilshadow/pretty.css

49 байтов добавлено, 19:14, 23 сентября 2012
Нет описания правки
html {width: 100%; height: 100%;}
#slide0 {background-image: linear-gradient(bottom, #323232 48%, #505050 100%);background-image: -o-linear-gradient(bottom, #323232 48%, #505050 100%);background-image: -moz-linear-gradient(bottom, #323232 48%, #505050 100%);background-image: -webkit-linear-gradient(bottom, #323232 48%, #505050 100%);background-image: -ms-linear-gradient(bottom, #323232 48%, #505050 100%);background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #323232), color-stop(1, #505050));color: white;} html body {
background-image: linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(255,255,255)), color-stop(1, rgb(219,238,255)));
}
 
body.active0 {
background-image: linear-gradient(bottom, #505050 0%, #ffffff 100%);
background-image: -o-linear-gradient(bottom, #505050 0%, #ffffff 100%);
background-image: -moz-linear-gradient(bottom, #505050 0%, #ffffff 100%);
background-image: -webkit-linear-gradient(bottom, #505050 0%, #ffffff 100%);
background-image: -ms-linear-gradient(bottom, #505050 0%, #ffffff 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #ffffff));
}
 
body {color: #000; font-size: 2.25em;}
div#header, div#footer {color: #AAB;}
div#footer {font-style: italic;}
div#header {background: url(Monster-shadow-smallcms.svg) 98% top no-repeat; height: 50%;
line-height: 1px; }
.slide { padding-top: 0; }
.slidecontent { padding-bottom: 0.3em; }
.slide h1.stitle {
z-index: 1;
.active0 #footer {display: none;}
.active0 #currentSlide {bottom: 0;}
div#controls {left: 60%; width: 40%;}
#currentSlide {left: 85%; text-align: right;}
#slide0 {font-size: 90%; padding: 0 4% 0 4%;}/*#slide0 h1.stitle { color: white; }*/
#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
font-weight: bold ; font-size: 2em Segoe UI; white-space: normal;
color: #000; background: transparent;}
#slide0 h2 {font-weight: bold ; text-decoration: italic ; font-size: 1em Segoe UI; margin: 0.25em;}
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
#slide0 h4 {margin-top: 0; font-size: 1em;}
Анонимный участник