Diferencia entre revisiones de «MediaWiki:Common.css»
imported>Ivan Sin resumen de edición |
imported>Ivan Sin resumen de edición |
||
Línea 74: | Línea 74: | ||
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 136: | Línea 135: | ||
} | } | ||
.deleg-container{ | .deleg-container{ | ||
display: grid; | |||
font-size: inherit; | |||
grid-template-columns: 39% 39% 39%; | |||
} | |||
} | |||
/*Asign*/ | |||
.asign-container{ | |||
display: grid; | |||
text-align: center; | |||
grid-template-columns: 80% 80% 80%; | |||
font-size: 3.2vw; | |||
} | |||
.asign-container a { | |||
color:#ffffff; | |||
background-color: #000080; | |||
padding:0px; | |||
text-decoration: none; | |||
margin:4px; | |||
transition: transform .2s ease-out; | |||
border-radius:7px; | |||
text-align: center; | |||
} | |||
.asign-container h6 { | |||
color:#ffffff; | |||
} | |||
@media (min-width: 750px) { | |||
.asign-container a:hover{ | |||
transform:scale(1.1); | |||
background-color: #000099; | |||
} | |||
.asign-container{ | |||
display: grid; | display: grid; | ||
font-size: inherit; | font-size: inherit; |