„MediaWiki:Common.css” változatai közötti eltérés

A VIK Wikiből
Ugrás a navigációhoz Ugrás a kereséshez
19. sor: 19. sor:
 
.szerkep {
 
.szerkep {
 
width: 100%; !important
 
width: 100%; !important
height: auto !important
+
height: auto; !important
 
}
 
}
  

A lap 2020. szeptember 13., 17:02-kori változata

.sitenotice-doboz-cim {
-moz-animation-duration: 3s;
-moz-animation-name: sfc;
-moz-animation-iteration-count: infinite;
-webkit-animation-duration: 3s;
-webkit-animation-name: sfc;
-webkit-animation-iteration-count: infinite;
color: white;
background-color: #00f;
border-bottom:1px solid #777;
font-size:1.1em;
letter-spacing: 2px;
margin: 0;
padding: 5px 5px 2px 5px;
text-shadow: black 0 0 3px;
}

.szerkep {
width: 100%; !important
height: auto; !important
}


#siteSub { display:block; }

/* Erre azért van szükség, mert alapesetben a MediaWiki
 * levágja az ékezetes nagybetűk tetejéről az ékezetet
 */
div#mw-panel div.portal div.body ul li {
  overflow: visible;
}
div#mw-panel div.portal div.body {
  overflow: hidden; /* A tartalomba továbbra se lóghat bele */
}

/* Animáció a sitenotice hátteréhez */
@-webkit-keyframes sfc {
  0%, 100% {
    background-color: #00f;
  }

  50% {
    background-color: #088;
  }
}
@-moz-keyframes sfc {
  0%, 100% {
    background-color: #00f;
  }

  50% {
    background-color: #088;
  }
}

.kezdolap-doboz-cim a { 
 color: #0b0080;
 text-shadow: none;
 letter-spacing: 0;
 font-family: sans-serif;
 font-weight: bold;
}

/*Lehetőség nem számozott tartalomjegyzékre*/
.noautonum .tocnumber { display: none; }