Diferencia entre revisiones de «MediaWiki:Common.css»
imported>Ivan Sin resumen de edición |
Sin resumen de edición |
||
(No se muestran 26 ediciones intermedias de 2 usuarios) | |||
Línea 2: | Línea 2: | ||
/*Infoboxes sacadas de Wikipedia + propio */ | /*Infoboxes sacadas de Wikipedia + propio */ | ||
/* Infobox template style */ | /* Infobox template style */ | ||
Línea 74: | Línea 72: | ||
font-size: 1em; | font-size: 1em; | ||
text-align: center; | text-align: center; | ||
color: #107896; | |||
border: 1px solid #BEBEBE; | border: 1px solid #BEBEBE; | ||
} | } | ||
Línea 103: | Línea 101: | ||
.deleg-container a { | .deleg-container a { | ||
color:#ffffff; | color:#ffffff; | ||
background-color: # | background-color: #0466c8; | ||
padding:15px 3px 0px 3px; | padding:15px 3px 0px 3px; | ||
text-decoration: none; | text-decoration: none; | ||
Línea 135: | Línea 133: | ||
.deleg-container a:hover{ | .deleg-container a:hover{ | ||
transform:scale(1.1); | transform:scale(1.1); | ||
background-color: # | background-color: #0404c8; | ||
} | } | ||
.deleg-container{ | .deleg-container{ | ||
Línea 146: | Línea 144: | ||
/*Asign*/ | /*Asign*/ | ||
.asign-container{ | .asign-container{ | ||
display: grid; | |||
text-align: center; | |||
font-size: 3.2vw; | font-size: 3.2vw; | ||
} | } | ||
.asign-container a { | .asign-container a { | ||
color:#ffffff; | color:#ffffff; | ||
background-color: # | background-color: #0466c8; | ||
padding: | padding:5px; | ||
text-decoration: none; | text-decoration: none; | ||
margin:4px; | margin:4px; | ||
Línea 189: | Línea 190: | ||
.wikitable{ | .wikitable{ | ||
border: 1px dashed; | border: 1px dashed; | ||
} | |||
body { | |||
font-family:Georgia, Helvetica, sans-serif; | |||
} | } |