MediaWiki:Common.css: Diferență între versiuni
(Format) |
(Aspect) |
||
Linia 12: | Linia 12: | ||
} | } | ||
div#mw-head { background-image: url("/esr/bkenciclo.png"); background-repeat:repeat; } | div#mw-head { background-image: url("/esr/bkenciclo.png"); background-repeat:repeat; } | ||
+ | |||
+ | @media only screen and (max-width:850px) | ||
+ | { | ||
+ | #content { | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | } |
Versiunea curentă din 27 februarie 2018 12:58
/** 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; }
@media only screen and (max-width:850px)
{
#content {
margin-top: 40px;
}
}