Más acciones
de https://wikimediadc.org/wiki/MediaWiki:Common.css |
Sin resumen de edición |
||
Línea 157: | Línea 157: | ||
div.rowlines-wrapper { | div.rowlines-wrapper { | ||
padding: 0 10px 0 10px; | padding: 0 10px 0 10px; | ||
} | |||
/* Header mega template */ | |||
#megaheader { | |||
position:relative; | |||
padding-bottom:1em; | |||
border:none; | |||
margin-bottom:2em; | |||
overflow: hidden; | |||
} | |||
@media screen and (min-width:982px) { | |||
#megaheader { | |||
margin-top:-3em; | |||
margin-left:-1.5em; | |||
margin-right:-1.5em; | |||
} | |||
} | |||
@media screen and (min-width:768px) and (max-width:981px) { | |||
#megaheader { | |||
margin-top:-2.7em; | |||
margin-left:-1em; | |||
margin-right:-1em; | |||
} | |||
} | |||
@media screen and (max-width:767px) { | |||
#megaheader { | |||
margin-top:-3em; | |||
margin-left:-1.15em; | |||
margin-right:-1.15em; | |||
} | |||
} | |||
@media screen and (min-width:768px) { | |||
#megaheader { | |||
height:500px; | |||
} | |||
#megaheader-short { | |||
height:200px; | |||
} | |||
} | |||
@media screen and (max-width:767px) { | |||
#megaheader { | |||
height:auto; | |||
} | |||
} | |||
#megaheader img { | |||
-moz-transition: opacity 2s; /* Firefox 4 */ | |||
-webkit-transition: opacity 2s; /* Safari and Chrome */ | |||
-o-transition: opacity 2s; | |||
transition: opacity 2s; | |||
} | |||
/* Round button formatting */ | |||
.roundbutton { | |||
display:inline-block; border-radius:50%; color:#ffffff; width:54px; height:54px; padding:12px; margin-right:0.5em; margin-bottom:0.5em; text-align:center; | |||
} | |||
.roundbutton-large { | |||
display:inline-block; border-radius:50%; color:#ffffff; width:68px; height:68px; padding:15px; margin-right:0.5em; margin-bottom:0.5em; text-align:center; | |||
} | } |
Revisión del 03:50 19 jul 2021
body, #firstHeading, h1, h2, h3, h4, h5,
.mw-body h1, .mw-body h2, .mw-body #firstHeading,
body em, body i, body strong {font-family: 'Open Sans', sans-serif;}
body.page-Página_principal.action-view h1.firstHeading, body.page-Página_principal.action-submit h1.firstHeading { display: none; }
li#footer-info-lastmod,
li#footer-info-viewcount,
li#footer-places-about,
li#footer-places-disclaimer {
display: none !important;
}
#p-navigation h5 {
display: none !important;
}
.nowrap {
white-space: nowrap;
}
.toggle-head {
background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
}
.toggle-head:hover {
text-decoration:underline;
cursor:pointer;
}
.redirect-in-category, .allpagesredirect a {
color: gray;
}
.nodisplay {
display: none !important;
}
/* Ambox: Noticias y páginas de proyecto */
table.ambox {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
background: #f8fcff;
border: 1px solid #aaa;
border-left: 15px solid #39f; /* Barra azul predeterminada */
}
table.ambox th, table.ambox td { /* Celda(s) de mensajes */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
table.ambox td.ambox-image { /* Celda de img a la izquierda */
width: 52px;
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
table.ambox td.ambox-imageright { /* Celda de img a la derecha */
width: 52px;
padding: 2px 0.5em 2px 0px; /* 0px left, 0.5em right */
text-align: center;
}
table.ambox-notice {
border-left: 15px solid #0080FF; /* Azul */
}
table.ambox-serious {
border-left: 15px solid #C00; /* Rojo */
}
table.ambox-content {
border-left: 15px solid #F63; /* Naranja */
}
table.ambox-style {
border-left: 15px solid #FC3; /* Amarillo */
}
table.ambox-merge {
border-left: 15px solid #95B; /* Purpura */
}
table.ambox-license {
border-left: 15px solid #088A08; /* Verde */
}
table.ambox-protection {
border-left: 15px solid #BBA; /* Gris */
}
/* Arrow button formatting */
.arrowbutton {
color:#ffffff;
width:100px;
padding:0.4em;
line-height:1.5em;
}
.arrowbutton::before {
content:"⇒ ";
font-weight:bold;
}
.arrowbutton-red {
background:#990000;
}
.arrowbutton-green {
background:#339966;
}
.arrowbutton-blue {
background:#0063BF;
}
.arrowbutton-gold {
background:#E5B921;
}
.arrowbutton-red:hover {
background: #ffb3b3 !important;
color: #000000 !important;
}
.arrowbutton-green:hover {
background: #c6ecd9 !important;
color: #000000 !important;
}
.arrowbutton-blue:hover {
background: #b3daff !important;
color: #000000 !important;
}
.arrowbutton-gold:hover {
background: #faefcb !important;
color: #000000 !important;
}
/* Cortesía de Platonides */
#p-navigation { display: block; }
nav.vector-menu-portal { display: none; }
/* estilo de tablas */
table.rowlines {
border-collapse:collapse;
border: 2px solid #BBBDBF;
width: 100%;
vertical-align: top;
}
table.rowlines th {
border-bottom: 1px solid #BBBDBF;
border-top: 1px solid #BBBDBF;
padding: 5px;
}
table.rowlines td {
border-bottom: 1px dotted #BBBDBF;
padding: 5px;
}
div.rowlines-wrapper {
padding: 0 10px 0 10px;
}
/* Header mega template */
#megaheader {
position:relative;
padding-bottom:1em;
border:none;
margin-bottom:2em;
overflow: hidden;
}
@media screen and (min-width:982px) {
#megaheader {
margin-top:-3em;
margin-left:-1.5em;
margin-right:-1.5em;
}
}
@media screen and (min-width:768px) and (max-width:981px) {
#megaheader {
margin-top:-2.7em;
margin-left:-1em;
margin-right:-1em;
}
}
@media screen and (max-width:767px) {
#megaheader {
margin-top:-3em;
margin-left:-1.15em;
margin-right:-1.15em;
}
}
@media screen and (min-width:768px) {
#megaheader {
height:500px;
}
#megaheader-short {
height:200px;
}
}
@media screen and (max-width:767px) {
#megaheader {
height:auto;
}
}
#megaheader img {
-moz-transition: opacity 2s; /* Firefox 4 */
-webkit-transition: opacity 2s; /* Safari and Chrome */
-o-transition: opacity 2s;
transition: opacity 2s;
}
/* Round button formatting */
.roundbutton {
display:inline-block; border-radius:50%; color:#ffffff; width:54px; height:54px; padding:12px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}
.roundbutton-large {
display:inline-block; border-radius:50%; color:#ffffff; width:68px; height:68px; padding:15px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}