Diferencia entre revisiones de «MediaWiki:Common.css»
Línea 60: | Línea 60: | ||
#ubc7-header .span1 { | #ubc7-header .span1 { | ||
height: 62px; | height: 62px; | ||
− | width: | + | width: 640px; |
} | } | ||
#p-logo { | #p-logo { | ||
Línea 76: | Línea 76: | ||
#p-logo a { | #p-logo a { | ||
height: 180px !important; | height: 180px !important; | ||
− | width: | + | width: 14em !important; |
} | } | ||
/*alinear el logo y ajustar dimensiones*/ | /*alinear el logo y ajustar dimensiones*/ |
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; }