MediaWiki:S5/yellnobook/pretty.css — различия между версиями

Материал из YourcmcWiki
Перейти к: навигация, поиск
м
м
Строка 2: Строка 2:
  
 
html {width: 100%; height: 100%;
 
html {width: 100%; height: 100%;
background-image: linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
+
background: linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
+
background: -o-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
+
background: -moz-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
+
background: -webkit-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(219,238,255) 100%);
+
background: -ms-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background-image: -webkit-gradient(
+
background: -webkit-gradient(
linear,
+
        linear,
left bottom,
+
        left bottom,
left top,
+
        left top,
color-stop(0.48, rgb(255,255,255)),
+
        color-stop(0.48, rgb(255,255,255)),
color-stop(1, rgb(219,238,255))
+
        color-stop(1, rgb(255,238,219))
 
);
 
);
 
}
 
}

Версия 12:23, 10 октября 2016

/* Following are the presentation styles -- edit away! */
 
html {width: 100%; height: 100%;
background: linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background: -o-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background: -moz-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background: -webkit-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background: -ms-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(255,238,219) 100%);
background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.48, rgb(255,255,255)),
        color-stop(1, rgb(255,238,219))
);
}
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#header {background: url(custis.png) 98% 50% no-repeat; height: 15%;
  line-height: 1px; }
 
.slide h1.stitle {
  position: relative; z-index: 1;
  margin: -2em 0 0.5em 0; padding: 0.3em 0 0 50px;
  width: 80%;
  font-size: 150%;
  font-weight: bold;
}
.slide.notitle h1.stitle {position: static; margin: 0; padding: 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 {text-align: center; font-size: 20pt; color: #449;}
 
#slide0 {padding-top: 2em; font-size: 90%;}
#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
   font: bold 2em Helvetica, sans-serif; white-space: normal;
   color: #000; background: transparent;}
#slide0 h2 {font: bold italic 1em Helvetica, sans-serif; margin: 0.25em;}
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
#slide0 h4 {margin-top: 0; font-size: 1em;}