MediaWiki:Common.css

Oharra: Gorde ondoren, zure nabigatzailearen katxea ekidin beharko duzu aldaketak ikusteko.

  • Firefox / Safari: Shift tekla sakatu birkargatzeko momentuan, edo Ctrl-Shift-R edo Ctrl-F5 sakatu (⌘-R Mac batean)
  • Google Chrome: Ctrl-Shift-R sakatu (⌘-Shift-R Mac batean)
  • Internet Explorer: Ctrl tekla sakatu birkargatzeko momentuan, edo Ctrl-F5 sakatu
  • Opera erabiltzaileek Tresnak → Hobespenak atalera joan eta katxea garbitzeko aukera hautatu
/** Hemen idatzitako CSS kodeak itxura guztietan izango du eragina */
body{
font-family: Feature Flat,Times New Roman,Georgia,serif;
}
.mw-headline{
font-size: clamp(20px,-5.57377px + .05464 * 100vw,40px);
text-transform: inherit;
font-weight: 300;
}
.vector-page-titlebar{
font-size: clamp(20px,-5.57377px + .05464 * 100vw,20px);
text-transform: inherit;
font-weight: 300;
}

.flexcontainer{
margin:auto;
display:inline-flex;
flex-wrap: wrap;
justify-content: center;
}
.boxdiv{
 margin:10px;
 min-width:200px;
 border:1px solid #CCC;
 padding:10px 10px 10px 10px;
 box-shadow:0 2px 2px rgba(0,0,0,0.1);
border-radius: 5px;
text-align:center;
}
.izenburua{
font-size: 2em;
font-family: 'Linux Libertine','Georgia','Times',serif;
line-height: 1.375;

}
.horrinagusira{
display:none;
}
#footer-poweredbyico-custom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999; /* Ajusta este valor según sea necesario */
}

#footer-poweredbyico-custom img {
    width: 100px; /* Ajusta el tamaño del logo según sea necesario */
    height: auto; /* Esto mantiene la proporción del logo */
}