Diferencia entre revisiones de «MediaWiki:Common.css»

imported>Ivan
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 170 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/*Infoboxes sacadas de Wikipedia + propio */
/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
Línea 12: Línea 16:
float: right;
float: right;
/* @noflip */
/* @noflip */
clear: right;
clear: right;  
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
width: 22em;
width: 22em;
    border-radius:0px 0px 7px 7px;
    border-style:none dashed dashed dashed;
  border-color: #DCDCDC;
}
}


Línea 49: Línea 56:
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
}
}


Línea 54: Línea 62:
border: 1px solid #E0E0E0;
border: 1px solid #E0E0E0;
font-size: 1.25em;
font-size: 1.25em;
color: #107896;
  color: #107896;
  padding:5px 0 0 0;
text-align: center;
text-align: center;
background-color: #DCDCDC;
background-color: #DCDCDC;
font-weight: bold;
font-weight: bold;
    border-radius:7px 7px 0px 0px;
}
}
.infobox-header {
.infobox-header {
font-size: 1em;
font-size: 1em;
text-align: center;
text-align: center;
color: #107896;
color: #107896;
border: 1px solid #BEBEBE;
border: 1px solid #BEBEBE;
}
}


/* Remove .infobox when element selectors above are removed */
/* Remove .infobox when element selectors above are removed */
Línea 81: Línea 90:
text-align: right;
text-align: right;
}
}
/*página principal*/


.deleg-container{
.deleg-container{
Línea 86: Línea 97:
   text-align: center;
   text-align: center;
   grid-template-columns: 80% 80% 80%;
   grid-template-columns: 80% 80% 80%;
  font-size: 3.2vw;
}
}
.deleg-container a {
.deleg-container a {
   color:#ffffff;
   color:#ffffff;
   background-color: #000080;
   background-color: #0466c8;
   padding:15px 3px 0px 3px;
   padding:15px 3px 0px 3px;
   text-decoration: none;
   text-decoration: none;
   margin:5px;
   margin:4px;
   transition: transform .2s ease-out;  
   transition: transform .2s ease-out;  
  border-radius:7px;
    text-align: center;
   }
   }
.deleg-container h6 {
.deleg-container h6 {
   color:#ffffff;
   color:#ffffff;
   }
   }
 
/*avión*/
.avion:active{
.avion:active{
   position: relative;
   position: relative;
Línea 110: Línea 125:


}
}


@media (min-width: 750px) {
@media (min-width: 750px) {
Línea 117: Línea 133:
.deleg-container a:hover{
.deleg-container a:hover{
   transform:scale(1.1);  
   transform:scale(1.1);  
   background-color: #000099;
   background-color: #0404c8;
   }
   }
.deleg-container{
.deleg-container{
  display: grid;
  font-size: inherit;
  grid-template-columns: 39% 39% 39%;
}
}
/*Asign*/
.asign-container{
   display: grid;
   display: grid;
   text-align: center;
   text-align: center;
   grid-template-columns: 37% 37% 39%;
   font-size: 3.2vw;
}
 
}
}
.asign-container a {
  color:#ffffff;
  background-color: #0466c8;
  padding:5px;
  text-decoration: none;
  margin:4px;
  transition: transform .2s ease-out;
  border-radius:7px;
  text-align: center;


/*usar fuentes legibles*/
  }
.asign-container h6 {
  color:#ffffff;
  }


* {
@media (min-width: 750px) {
font-family: -apple-system, Georgia, Verdana, Helvetica;
.asign-container a:hover{
  transform:scale(1.1);
  background-color: #000099;
  }
.asign-container{
  font-size: inherit;
}
}
}


Línea 144: Línea 186:
#t-recentchangeslinked { display: none; }
#t-recentchangeslinked { display: none; }
#t-specialpages { display: none; }  
#t-specialpages { display: none; }  
#t-print { display: none; }  
#t-print { display: none; }
 
/* Desde aquí hasta el final, extraído de https://wiki.archlinux.org/index.php?title=MediaWiki:Common.css&oldid=805203*/
 


#bodyContent #mw-content-text {
.wikitable{
margin-top: 0;
border: 1px dashed;
}
}


 
body {
.mw-body-content p:last-child {
font-family:Georgia,  Helvetica, sans-serif;
margin-bottom: 0;
}
}
.mw-body-content pre {
margin: 0.5em 0;
}
.vector-body .mw-body-content h1 { font-size: 188%; }
.vector-body .mw-body-content h2 { font-size: 150%; }
.vector-body .mw-body-content h3 { font-size: 128%; }
.vector-body .mw-body-content h4 { font-size: 116%; }
.vector-body .mw-body-content h5 { font-size: 108%; }
.vector-body .mw-body-content h6 { font-size: 100%; }