MediaWiki:Common.css: Diferență între versiuni

De la Enciclopedia sportivilor români - Extras marius-ciclistu
Salt la: navigare, căutare
(Import)
 
(Aspect)
 
(Nu s-a afișat o versiune intermediară efectuată de același utilizator)
Linia 3: Linia 3:
 
#toc { float: right }
 
#toc { float: right }
  
body { background-image: url("/extras/bkenciclo.png"); background-repeat:repeat;}
+
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 */
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;
}
}