MediaWiki:Common.css: Diferență între versiuni
(Import) |
(Format) |
||
Linia 3: | Linia 3: | ||
#toc { float: right } | #toc { float: right } | ||
− | body { background-image: url("/ | + | body { background-image: url("/esr/bkenciclo.png"); background-repeat:repeat;} |
#content { background: #FFFCCE; /* For browsers that do not support gradients */ | #content { background: #FFFCCE; /* For browsers that do not support gradients */ | ||
background: -webkit-linear-gradient(left, #CCD4E8, #FFFCCE, #F9D3CE); /* For Safari 5.1 to 6.0 */ | background: -webkit-linear-gradient(left, #CCD4E8, #FFFCCE, #F9D3CE); /* For Safari 5.1 to 6.0 */ |
Versiunea de la data 17 decembrie 2017 20:04
/** CSS plasate aici vor fi aplicate tuturor aparițiilor */
#toc { float: right }
body { background-image: url("/esr/bkenciclo.png"); background-repeat:repeat;}
#content { background: #FFFCCE; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #CCD4E8, #FFFCCE, #F9D3CE); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #CCD4E8, #FFFCCE, #F9D3CE); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #CCD4E8, #FFFCCE, #F9D3CE); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #CCD4E8, #FFFCCE, #F9D3CE); /* Standard syntax */
border-radius: 0 100px 50px 50px;
}
div#mw-head { background-image: url("/esr/bkenciclo.png"); background-repeat:repeat; }