Diferencia entre revisiones de «Common.css»
De La Venciclopedia
mSin resumen de edición |
mSin resumen de edición |
||
Línea 84: | Línea 84: | ||
.plainlinksneverexpand a {background:none !important;padding:0 !important;} | .plainlinksneverexpand a {background:none !important;padding:0 !important;} | ||
/* | |||
. | /* Standard Navigationsleisten, aka box hiding thingy | ||
from .de. Documentation at [[Wikipedia:NavFrame]]. */ | |||
div.NavFrame { | |||
margin: 0; | |||
padding: 4px; | |||
border: 1px solid #a2a9b1; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
} | |||
div.NavFrame + div.NavFrame { | |||
border-top-style: none; | |||
border-top-style: hidden; | |||
} | |||
div.NavPic { | |||
background-color: #fff; | |||
margin: 0; | |||
padding: 2px; | |||
/* @noflip */ | |||
float: left; | |||
} | } | ||
. | div.NavFrame div.NavHead { | ||
{ | line-height: 1.6em; | ||
font-weight: bold; | |||
background-color: #ccf; | |||
position: relative; | |||
} | |||
div.NavFrame p, | |||
div.NavFrame div.NavContent, | |||
div.NavFrame div.NavContent p { | |||
font-size: 100%; | |||
} | |||
div.NavEnd { | |||
margin: 0; | |||
padding: 0; | |||
line-height: 1px; | |||
clear: both; | |||
} | |||
a.NavToggle { | |||
position: absolute; | |||
top: 0; | |||
/* @noflip */ | |||
right: 3px; | |||
font-weight: normal; | |||
font-size: 90%; | |||
} | } | ||
.client-js .NavFrame.collapsed > .NavContent { | |||
display: none; | |||
} | |||
Revisión del 21:17 14 nov 2020
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
@font-face{
font-family: 'BebasNeue';
src: url('fonts/BebasNeue/BebasNeue-webfont.eot');
src: url('fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'),
url('fonts/BebasNeue/BebasNeue-webfont.woff2') format('woff2'),
url('fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
url('fonts/BebasNeue/BebasNeue-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
/*cajas de discos*/
.caratula {width:100%;}
.etiqueta {font-weight:bold;vertical-align:top; padding-left:5px;}
.caratulas {font-size: 0.9em; font-weight:bold; color: #2f2f2f; text-align:center; background: #e0e0e0;}
.seccion-artista {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background:#f6d55c;}
.seccion-disco {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background: #b0daf7;}
.caja {width:350px; float:right; border: 1px solid #ccc; border-spacing:5px; border-collapse:separate; background:#f9f9f9; margin-left:2em; margin-bottom:2em; display:table;}
/*parche para tabla en pantallas pequeñas*/
@media (max-width: 720px) {.content table {display: table;}}
/*encabezados bebas neue*/
.mw-headline {font-family: 'BebasNeue';}
.mw-body-content h3, .mw-body-content h4 {font-weight: 400;}
.pre-content h1,.content h1,.content h2 {font-family:'BebasNeue','Georgia','Times',serif}
.firstHeading {font-family: BebasNeue, sans-serif; color:#2f2f2f;}
#firstHeading {font-family: BebasNeue, sans-serif; color:#2f2f2f;}
.datos {
border: 1px solid #ccc;
width: 350px;
background: #f9f9f9;
float: right;
margin-left: 2em;
margin-bottom: 2em;
display: table;
}
/*cajas de datos*/
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
}
table {border-collapse: separate;}
/*alineacion*/
.tope {vertical-align:top;}
.centro {text-align:center;}
.derecha {text-align:right;}
.izquierda {text-align:left;}
.centro-tope {text-align:center;vertical-align:top;}
/* To make images responsive */
img {max-width:100%;height:auto;}
/* dotted underline of links */
.mw-parser-output a {border-bottom: 1px dotted #647f9c;}
/* background top menu elements */
#p-personal li {background: lavender;padding: 5px;border-radius: 10%;}
/*
<pre>
Arreglando tablas para version movil */
@media (max-width: 720px){.content table {display:table;}}
.PDFlink a {
background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat !important;
padding-left: 17px !important;
padding-right: 25px !important;
}
/* oculta contenido innecesario cuando se imprime */
@media print {#privacy, #about, #disclaimer {display:none;} }
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {padding-top: 5px;text-align: center;}
/* oculta flechas en determinados enlaces externos */
.plainlinksneverexpand a {background:none !important;padding:0 !important;}
/* Standard Navigationsleisten, aka box hiding thingy
from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
/* @noflip */
float: left;
}
div.NavFrame div.NavHead {
line-height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
.client-js .NavFrame.collapsed > .NavContent {
display: none;
}