Diferencia entre revisiones de «MediaWiki:Common.css»

Página de la interfaz de MediaWiki
imported>Jorge Abellán
(Página creada con «→‎TÍTULOS Y ENCABEZADOS EN 'SEGOE UI': .mw-body h1, .mw-body-content h1, .mw-body-content h2{ font-family:'Segoe UI'; font-weight:700; } /* OCULTAR ELEMENTOS EN PORT…»)
 
(Temporal)
Etiqueta: Vaciado
Línea 1: Línea 1:
/* TÍTULOS Y ENCABEZADOS EN 'SEGOE UI' */
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
font-family:'Segoe UI';
font-weight:700;
}


/* OCULTAR ELEMENTOS EN PORTADA */
body.page-Página_principal.action-view .firstHeading,
body.page-Página_principal.action-view #contentSub,
body.page-Página_principal.action-view #siteSub,
body.page-Página_principal.action-view #catlinks,
/* body.page-Página_principal #p-namespaces, */
body.page-Página_principal.action-view #footer-info-lastmod {
    display: none !important;
}
/* PIE DE PÁGINA */
.footer{
background-color:#1F1F1F;
padding:1.5em 2.5em;
margin:0 -24px 0 -24px;
font-family:'Segoe UI';
color:white;
font-weight:600;
line-height: 1.2;
text-decoration:none;
}
.copy{
background-color:#000000;
padding:1.5em 2.5em;
margin:0 -24px -24px -24px;
font-family:'Segoe UI';
color:white;
font-size:90%;
line-height: 1.2;
}
.copy a.external{
color:#d2e6f8;
text-decoration:none;
}
.copy a.external:hover{
color:#EEEEEE;
}
.list{
float:right;
margin:2em 0 0 0;
}
.footer a{
color:white;
}
.footer a:hover{
color:#EEE;
}
.list img{
margin:0 10px;
height:40px;
width:auto;
}
#footer{
margin-left:1em;
}
/* CONTENIDO PRINCIPAL PÁGINAS OFICIALES */
.main {
    background-color: #EEEAFF;
    font-family:'Segoe UI';
    margin:60px -24px auto -24px;
    padding:40px 90px;
}
.main .col{
position: relative;
width: 50%;
}
.main h2{
font-size: 1.5rem;
text-transform: uppercase;
    border: none;
    color: #3a25ff;
    font-weight: 500;
    padding-top: .5rem;
    margin-bottom: 1rem;
    font-family:'Segoe UI';
    border-bottom:0;
}
.main h1{
font-size: 2.5rem;
font-weight: 700;
    padding-right: 3rem;
    font-family:'Segoe UI';
    border-bottom:0;
}
.section{
font-family:'Segoe UI';
max-width:62rem;
}
#inicio{margin:3.5rem auto;}
#objetivos, #eventos{margin:0 auto 1.5em;}
.section h2{
font-size: 1.4375rem;
font-weight: 700;
padding: 0;
margin: 1rem 0;
font-family:'Segoe UI';
text-decoration:none;
border:0;
}
.section h3{
font-size: .9375rem;
color: #6d7378;
font-weight: 700;
font-family:'Segoe UI';
text-transform: uppercase;
}
.section h4{
font-size: 17px;
padding-top:0;
margin-bottom: 0;
margin-top:0;
font-weight: 700;
text-transform:none;
color:black;
}
#eventos p, #objetivos p{
display: block;
margin:0;
font-size: .9375rem;
    line-height: 1.466;
    padding: 0;
}
#inicio h2{
margin-top:0;
}
#inicio p{
line-height: 1.8125rem;
font-size: 1.125rem;
margin: 0;
}
#inicio img{
float:right;
margin:auto auto auto 2.5rem;
height:auto;
}
hr{
    background-color: #a7d7f9;
    margin:auto -24px;
}
.flex{
display: flex;
flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom:1.5em;
}
.section .col{
position: relative;
width: 32%;
margin: 0;
    padding: 0;
}
.btn a{
padding-top: 32px;
color: #3a25ff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.section .col .item{
    background: #f8f9fa;
    border-radius: 5px;
    margin: 0;
    padding: 40px 20px;
    z-index:0;
}
#eventos a, #objetivos a{
color: black;
    text-decoration: none;
}
.home-project-logo img {
    max-height: 60px;
    width: auto;
    margin-bottom:15px;
}
.focus{
background-color: #fff;
    overflow: hidden;
    display: block;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
    border-radius: 5px;
}
.focus:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
}
.focus .card{
height: 100%;
    display: block;
    position: relative;
}
.focus .bg-img-container {
    width: 100%;
    height: 12.5rem;
    display: block;
}
.focus .bg-img-container .bg-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: .3s all;
}
.focus .card-content {
    padding: 1.5rem;
    height: 100%;
    display: block;
}
#objetivos h2{
    margin-bottom: .3125rem;
    font-size: 1.5rem;
    font-weight: 700;
}
/* IMÁGENES REDONDEADAS */
.rounded img{
border-radius: 5px;
}
/* OCULTAR O MOSTRAR SEGÚN USER RIGHTS */
.sysop-show,
.bureaucrat-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
/* OMBOX */
table.ombox {
    margin: 4px auto;
    width: 85%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #f9f9f9;
}
table.pp {
    text-align:center;
    width:100%;
    clear:both;
    margin-top:.5em;
    font-size:90%
}
/* AMBOX */
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 */
}
/* VISIBILIDAD MÓVIL */
@media (min-width: 720px) {
.mf-mobile-only {
display:none
}
}
/* PLANTILLA FICHA-EVENTO */
.event img {
    width: 100%;
    height: auto;
}

Revisión del 00:58 19 ene 2021