Diferencia entre revisiones de «MediaWiki:Common.css»
| (No se muestran 12 ediciones intermedias del mismo usuario) | |||
| Línea 14: | Línea 14: | ||
#ubc7-logo { | #ubc7-logo { | ||
| − | + | background-image: url(http://atlasnacional.ign.es/resources/assets/logo_apaisado.png); | |
| − | + | background-repeat: no-repeat; | |
| + | margin: 0 auto; | ||
| + | height: 100%; | ||
} | } | ||
| Línea 44: | Línea 46: | ||
} | } | ||
#ubc7-header { | #ubc7-header { | ||
| − | background-color: #eaecf0; | + | /*background-color: #eaecf0;*/ |
| + | background-color: #364b5f; | ||
width: 100%; | width: 100%; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
#ubc7-logo a { | #ubc7-logo a { | ||
| Línea 63: | Línea 60: | ||
#ubc7-header .span1 { | #ubc7-header .span1 { | ||
height: 62px; | height: 62px; | ||
| − | width: | + | width: 640px; |
} | } | ||
#p-logo { | #p-logo { | ||
| Línea 78: | Línea 75: | ||
/*usar si el logo es mayor que el minimo de 135px de ancho*/ | /*usar si el logo es mayor que el minimo de 135px de ancho*/ | ||
#p-logo a { | #p-logo a { | ||
| − | height: | + | height: 180px !important; |
width: 14em !important; | width: 14em !important; | ||
} | } | ||
| Línea 91: | Línea 88: | ||
bottom: 0; | bottom: 0; | ||
z-index: 1000; | z-index: 1000; | ||
| − | |||
} | } | ||
Revisión actual del 14:13 22 feb 2024
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }
/*Ocultar titulo de pagina principal (para evitar redireccion)*/
body.page-Página_principal.action-view h1.firstHeading, body.page-Página_principal.action-submit h1.firstHeading { display: none; }
/*quitar la posibilidad de borrar la página principal*/
body.page-Página_principal li#ca-delete { display:none!important; }
/* ini cabecera */
#ubc7-logo {
background-image: url(http://atlasnacional.ign.es/resources/assets/logo_apaisado.png);
background-repeat: no-repeat;
margin: 0 auto;
height: 100%;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 62px;
margin-left: 2.127659574468085%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before, .row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .span1 {
width: 100%;
overflow: hidden;
}
#ubc7-header {
/*background-color: #eaecf0;*/
background-color: #364b5f;
width: 100%;
}
#ubc7-logo a {
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
display: block;
height: 100%;
width: 100%;
}
#ubc7-header .span1 {
height: 62px;
width: 640px;
}
#p-logo {
width: 10em;
height: 160px;
}
@media screen {
div#mw-head, div#mw-panel {
top: 62px !important;
}
}
/* fin cabecera */
/*usar si el logo es mayor que el minimo de 135px de ancho*/
#p-logo a {
height: 180px !important;
width: 14em !important;
}
/*alinear el logo y ajustar dimensiones*/
.mw-wiki-logo {
margin-left: 0em;
}
/*colocar mensaje cookies en parte baja de la pagina, evita problema en moviles*/
.mw-cookiewarning-container {
top: auto;
bottom: 0;
z-index: 1000;
}