![]() |
Está en marcha el XXI Certamen de Adopción. Entra y vota tu artículo favorito en esta página |
![]() |
MediaWiki:Common.css
Ir a la navegación
Ir a la búsqueda
Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.
- Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
- Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
- Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
- Opera: Presiona Ctrl+F5.
/*<pre><nowiki>
El CSS añadido aquí afectará a todas las pieles
Para actualizar los cambios de forma rápida, abre la siguiente direccion:
http://frikipedia.appz.danielcordero.site/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000
Y refresca/recarga dicha página
/************************/
/* CommonsTicker styles */
/************************/
/* Estilos para el CommonsTicker. Es cargado por MediaWiki:Common.css
Esta página DEBE ESTAR PROTEGIDA */
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
/* remove list bullets */
.tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; }
/* per-type styles */
.tickerEntry_deleted { } /* entry for image deletion */
.tickerEntry_restored { } /* entry for restored image */
.tickerEntry_replaced { } /* entry for image replacement */
.tickerEntry_tagged { } /* entry for adding/removing problem tags */
.tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify { } /* entry for global notifications */
.tickerEntry_changed { } /* entry for generic change */
/* per-status styles */
.tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */
/* per-action styles */
.tickerAction_deleted:before { content:" Eliminada "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:80%; }
.tickerAction_restored:before { content:" Recuperada "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:80%; }
.tickerAction_deletedRev:before { content:" -Anterior "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:80%; }
.tickerAction_replaced:before { content:" Reemplazada "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
/* ticker usage list */
.tickerUsage { font-size:80%; }
/* entry applies to a template used by multiple images */
.tickerTemplateEntry { font-weight: bold; }
/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry { }
/* minor entry styles */
.tickerMinorEntry { color:#666; } /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
.tachado { text-decoration:line-through; } /* Una forma fácil de escribirlo */
/*</nowiki></pre>*/
/*InterProject */
.interProject {
display:none;
clear: both;
border-top: 2px dotted #AAAAAA;
margin-top: 2em;
}
/* Evitar la aparición del subrayado al pasar sobre la imagen cuande se usa {{tl|clic}} */
.clic a:active, .clic a:hover {text-decoration:none}
/* Style for "notices" */
.notice {
text-align: justify;
margin: 1em;
padding: 0.2em;
}
#disambig {
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
#spoiler {
border-top: 2px solid #ddd;
border-bottom:2px solid #ddd;
}
/* Standard talk template style */
.Talk-Notice {
border: 1px solid #C0C090;
background-color: #F8EABA;
margin-bottom: 3px;
width: 85%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
/* Choose whether to have AD/BC dates or CE/BCE dates*/
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }
/* If you want to display AD and BC add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/
/*If you want to display CE and BCE add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
that the HTML code contained a SPAN following the anchor A; this SPAN had the class
"urlexpansion", which was not displayed on screen, but was shown when the medium was
"print". The rules below ensure (a) that there is no extra padding to the right of
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
the link, and (c) that this SPAN of class "urlexpansion" is never shown.
[[Usuario:Krusher|Krusher]] 15:43 28 ago 2007 (CEST)
*/
.plainlinksneverexpand {
background: none ! important;
padding: 0 ! important;
}
.plainlinksneverexpand .urlexpansion {
display : none ! important;
}
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
the arrow...
*/
.plainlinksneverexpand a {
background: none !important;
padding: 0 !important
}
/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */
.infobox.geography {
border: 1px solid #ccd2d9;
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: solid 1px #ccd2d9;
padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #ccd2d9;
padding: 0.4em 0.2em 0.2em 0.8em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.2em 0.2em 0.8em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #ccd2d9;
padding: 0 0.2em 0.4em 0.8em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0 0 0 0;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
following the anchor A, the anchor itself now has class "external autonumber" and the
expansion is inserted when printing (see the common printing style sheet at
http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
display: none !important;
}
/* Merge template style */
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 85%;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
font-size: 90%;
}
.messagebox.merge {
border: 1px solid #cf9fff;
background-color: #f5edf5;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
text-align: center;
}
.messagebox.warning {
border: 1px solid #fcc;
background-color: #fee;
text-align: center;
font-size: 100%;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
/* Importo formato para versos de WikiSource
pre.verse {
background-color: #ffffff;
font-family:sans-serif;
line-height: 150%;
border: none;
padding-left: 2em;
margin: 0;
white-space: pre;
}
.IconoPlantillaMantenimiento {
float:left;
margin-left: 1em;
margin-right: 1em;
}
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration
resets the font for all browsers except MSIE6. The empty comment must remain. */
.IPA {
font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000,
TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans,
Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode,
Hiragino Kaku Gothic Pro, Matrix Unicode;
font-family /**/:inherit;
}
.Unicode {
font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode,
Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes,
Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande,
Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
font-family /**/:inherit;
}
.polytonic {
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS,
Lucida Sans Unicode, Lucida Grande, Code2000;
font-family /**/:inherit;
}
/** Estilos para tablas.
** EXPERIMENTAL **
la idea es, si se quiere que la primera columna de la tabla esté alineada
a la derecha, la segunda centrada y la tercera a la izquierda, usar
{| class="col1der col2cen col3izq"
en vez de repetir "style='text-align:right'", etc, en '''cada''' celda
**/
table.col1der TD:first-child { text-align:right; }
table.col1izq TD:first-child { text-align:left; }
table.col1cen TD:first-child { text-align:center; }
table.col2der TD:first-child + TD { text-align:right; }
table.col2izq TD:first-child + TD { text-align:left; }
table.col2cen TD:first-child + TD { text-align:center; }
table.col3der TD:first-child + TD + TD { text-align:right; }
table.col3izq TD:first-child + TD + TD { text-align:left; }
table.col3cen TD:first-child + TD + TD { text-align:center; }
table.col4der TD:first-child + TD + TD + TD { text-align:right; }
table.col4izq TD:first-child + TD + TD + TD { text-align:left; }
table.col4cen TD:first-child + TD + TD + TD { text-align:center; }
table.col5der TD:first-child + TD + TD + TD + TD { text-align:right; }
table.col5izq TD:first-child + TD + TD + TD + TD { text-align:left; }
table.col5cen TD:first-child + TD + TD + TD + TD { text-align:center; }
/* hiddenStructure importado de w:en para permitir esconder automáticamente
los parámetros vacíos en tablas */
.hiddenStructure {
display: none;
speak: none;
}
/* Ayudita para [[Especial:Allpages]]: los redirects aparecen en cursiva */
.allpagesredirect {font-style: italic;}
/* Put a checker background at the image description page only visible
if the image has transparent background */
#file img {
background: transparent
repeat;
}
/* form#upload,.UploadFormShowed {display: none;} */
/* Estilo para controlar el tamaño del texto citado.
Quien quiera cambiar el suyo no tiene más que editar su propia monobook.css */
.citado {
font-size: 90%;
padding: 0.1em;
}
/* Disponibilidad para tareas de mantenimiento/Tablas por día/semana */
table.user-availability {
text-align:center;
border:1px solid #333366;
}
table.user-availability th {
font-size:110%
}
table.user-availability .toprow td+td {
width:30px;
height:10px;
background-color:#eeeeee;
border:1px solid #aaaaaa
}
table.user-availability .off {
font-size:80%;
border:1px solid #aaaaaa;
background-color:#ffffff;
}
table.user-availability .onn {
font-size:80%;
border:1px solid #aaaaaa;
background-color:#ccffcc;
}
table.user-availability .wrk {
font-size:80%;
border:1px solid #aaaaaa;
background-color:#ccccff;
}
table.user-availability .cll {
font-size:80%;
border:1px solid #aaaaaa;
background-color:#ffffdd;
}
table.user-availability .key {
font-size:90%;
border-top:1px dashed black;
text-align:right
}
table.user-availability .key span {
padding:2px
}
/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
padding-right: 16px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
padding-right: 17px !important;
}
/* make the list of references look smaller */
ol.references {
font-size: 100%;
}
.references-small { font-size: 90%;}
.references-2column {
font-size: 90%;
}
/* <pre>
Fuente: http://es.wikipedia.org/wiki/User:Sanbec/monobook.css
Personalizada por Axxgreazz, para el [[w:es:User:Axxgreazz/Monobook-Suite]]
http://es.wikipedia.org/wiki/Usuario:Axxgreazz/Monobook-Suite
Modificada un poquillo por Krusher */
/* Sección 1: Configuración general */
body {
font: x-small sans-serif;
color: black;
margin: 0;
padding: 0;
}
a {text-decoration:none}
a:active, a:hover {text-decoration:underline}
.stub:visited {color:darkorange !important}
#p-cactions #ca-edit-0 a {
padding-left: 0.4em;
padding-right: 0.4em;
}
#content { color : black; font-family:Trebuchet MS;}
/* Colores de la caja de edición al editar textos */
textarea { color: #000000; }
textarea { background : #F8F8F8; }
/* Barra personal (la que tiene enlaces a las preferencias, buzón, usuario, etc.) */
#p-personal li a { color: #003399; }
#p-personal li a:hover { color: #C00000; }
/* Color por defecto */
#p-cactions li { background : white; }
#p-cactions li a { background-color : white; }
/* Sin padding para enlaces externos */
#bodyContent .plainlinks a {padding: 0 !important}
/* Sección 3: Estilo de los diff (clonado de Wikipedia by Genericool) */
table.diff, td.diff-otitle, td.diff-ntitle {background-color:transparent}
td.diff-otitle, td.diff-ntitle {text-align:center}
td.diff-marker {text-align:right; font-weight:bold; font-size:1.25em}
td.diff-lineno {font-weight:bold}
td.diff-addedline, td.diff-deletedline, td.diff-context {font-size:88%; vertical-align:top; white-space:-moz-pre-wrap; white-space:pre-wrap}
td.diff-addedline, td.diff-deletedline {border-style:solid; border-width:1px 1px 1px 4px; border-radius:0.33em; background:#FFFFFF}
td.diff-addedline {border-color:#A3D3FF}
td.diff-deletedline {border-color:#FFE49C}
td.diff-context {background:#F3F3F3; color:#333333; border-style:solid; border-width:1px 1px 1px 4px; border-color:#E6E6E6; border-radius:0.33em}
.diffchange {color:#000000; font-weight:normal; text-decoration:none}
table.diff {border:none; width:98%; border-spacing:4px; table-layout:fixed}
td.diff-deletedline .diffchange {border-radius:0.33em; padding:0.25em 0}
td.diff-addedline .diffchange-inline {background:#D8ECFF; font-weight:bold}
td.diff-deletedline .diffchange-inline {background:#FEEEC8; font-weight:bold}
table.diff td {padding:0.33em 0.66em}
table.diff col.diff-marker {width:2%}
table.diff col.diff-content {width:48%}
table.diff td div { word-wrap:break-word; overflow:auto}
/* Sección 4: Estilo de los títulos */
h1, h2, h3, h4, h5, h6 {color:#001155}
#bodyContent h1 {color:#001155}
#bodyContent h2 {color:#001155}
#bodyContent h3 {color:#001155}
#bodyContent h4 {color:#001155}
#bodyContent h5 {color:#001155}
#bodyContent h6 {color:#001155}
h1 {
font-weight: 100;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
background: #ECF3FC;
width: 90%;
margin: 0.5em 0 0.5em 1em;
padding: 0.25em 0.5em 0.25em 0.5em !important;
border-bottom: 0px
}
h2 {
color: #001155;
font-size: 14pt;
font-weight: bold
}
/* Sección 5: Estilo de las barras de navegación (columna de la izquierda)
(Navegación, búsqueda, herramientas, interwikis, personal, desarrollo, recursos, participa, estados) */
/* Cabeceras */
#p-navigation h5, #merchandising h5, #publicidad h5, #dameargo h5, #p-search h5, #p-tb h5, #p-lang h5, #p-nbx h5, #p-development h5, #p-resources h5, #p-participate h5, #tz-statuschanger h5, #p-Contribuer h5, #p-colaboraci.C3.B3n h5, #p-ayuda h5, #p-community h5, #p-site h5, #p-download-header h5, #p-support h5, #p-communication h5 {
background: #CCE0FB;
padding: 4px 10px;
display: block;
font-weight: bold;
font-size: .8em;
margin-bottom: 1px;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
border-radius-topright: 1em;
}
/* Enlaces */
#p-navigation a, #p-search a, #p-tb a, #p-lang a, #p-nbx a, #p-development a, #p-resources a, p-participate a, #tz-statuschanger a, #p-Contribuer a, #p-colaboraci.C3.B3n a, #p-ayuda a, #p-community a, #p-site a, #p-download-header a, #p-support a, #p-communication a { color: #003399; }
/*Contenido */
.pBody {
background-color: #FFFFFF;
padding: 0.3em 0.1em;
-moz-border-radius-topright: .5em;
-webkit-border-radius-topright: .5em;
border-radius-topright: .5em;
}
/* Sección 6: Estilo de texto preformateado */
pre {
padding: 1em;
border: 1px solid #003399;
color: #003399;
background-color: #F4F6FE;
line-height: 1.1em;
}
/* Sección 7: Estilo de la sección inferior */
#footer {
background: transparent;
border-top: 0px;
border-bottom: 0px;
margin: 0.6em 0em 1em 0em;
padding: 0.4em 0em 1.2em 0em;
text-align: center;
font-size: 90%;
}
body {
font: x-small sans-serif;
color: black;
margin: 0;
padding: 0;
}
#catlinks {
border:1px solid #003399;
background-color:#ECF3FC;
color: #003399;
padding:5px;
margin-top: 1em;
clear: both;
}
/* Sección 8: Estilo de cajas de búsqueda */
#searchInput {
border: 1px ridge !important;
color: #003399;
background: #fff;
}
/***************************************************************************************/
/* Sección 9: Estilo de los botones de edición */
input.editButton, input.searchButton, #wpSave, #wpPreview, #wpDiff, #wpLivepreview, #wpCleanLP {
color: #003399;
font-weight: 400;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
border: 1px solid;
}
/* Sección 10: Color de fondo de la página de artículos */
/* Página especiales */
.ns--1 * #content { color : black; }
.ns--1 * #content { background : #FFFFFF; }
.ns--1 * #p-cactions li { background : #FFFFFF; }
.ns--1 * #p-cactions li a { background-color : #FFFFFF; }
/* Página de artículos */
.ns-0 * #content { color : black; }
.ns-0 * #content { background : #FFFFFF; }
.ns-0 * #p-cactions li { background : #FFFFFF; }
.ns-0 * #p-cactions li a { background-color : #FFFFFF; }
/* Página de discusión de artículos */
.ns-1 * #content { color : black; }
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de Usuario */
.ns-2 * #content { color : black; }
.ns-2 * #content { background : #FFFFFF; }
.ns-2 * #p-cactions li { background : #FFFFFF; }
.ns-2 * #p-cactions li a { background-color : #FFFFFF; }
/* Página de discusión de Usuario */
.ns-3 * #content { color : black; }
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de La Frikipedia */
.ns-4 * #content { color : black; }
.ns-4 * #content { background : #EEFFEE; }
.ns-4 * #p-cactions li { background : #EEFFEE; }
.ns-4 * #p-cactions li a { background-color : #EEFFEE; }
/* Página de discusión de La Frikipedia */
.ns-5 * #content { color : black; }
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de descripción de imágenes */
.ns-6 * #content { color : black; }
.ns-6 * #content { background : #FFFFFF; }
.ns-6 * #p-cactions li { background : #FFFFFF; }
.ns-6 * #p-cactions li a { background-color : #FFFFFF; }*/
/* Página de discusión de imagenes */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #content { color : black; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de MediaWiki */
.ns-8 * #content { color : black; }
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background-color : #EEEEFF; }
/* Página de discusión de MediaWiki */
.ns-9 * #content { color : black; }
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de discusión de Plantilla */
.ns-11 * #content { color : black; }
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de Ayuda */
.ns-12 * #content { color : black; }
.ns-12 * #content { background : #F8FCFF; }
.ns-12 * #p-cactions li { background : #F8FCFF; }
.ns-12 * #p-cactions li a { background-color : #F8FCFF; }
/* Página de discusión de Ayuda */
.ns-13 * #content { color : black; }
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background-color : #FFEEEE; }
/* Página de discusión de Categoría */
.ns-15 * #content { color : black; }
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background-color : #FFFFEE; }
/* Página del Piriódico */
.ns-100 * #content { color : black; }
.ns-100 * #content { background : #FFF8DC; }
.ns-100 * #p-cactions li { background : #FFFFEE; }
.ns-100 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de discusión del Piriódico */
.ns-101 * #content { color : black; }
.ns-101 * #content { background : #FFFFEE; }
.ns-101 * #p-cactions li { background : #FFFFEE; }
.ns-101 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de Proyectos*/
.ns-102 * #content { color : black; }
.ns-102 * #content { background : #FFFFEE; }
.ns-102 * #p-cactions li { background : #FFFFEE; }
.ns-102 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de discusión de Proyectos*/
.ns-103 * #content { color : black; }
.ns-103 * #content { background : #FFFFEE; }
.ns-103 * #p-cactions li { background : #FFFFEE; }
.ns-103 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de discusión de portales*/
.ns-105 * #content { color : black; }
.ns-105 * #content { background : #FFFFEE; }
.ns-105 * #p-cactions li { background : #FFFFEE; }
.ns-105 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de discusión de anexos*/
.ns-107 * #content { color : black; }
.ns-107 * #content { background : #FFFFEE; }
.ns-107 * #p-cactions li { background : #FFFFEE; }
.ns-107 * #p-cactions li a { background-color : #FFFFEE; }
/* Página de Frikilibros*/
.ns-108 * #content { color : black; background : #FAEBD7; }
.ns-108 * #p-cactions li { background : #FFFFEE; }
.ns-108 * #p-cactions li a { background-color : #FFFFEE; }
.ns-108 * #firstHeading { color : #FFFFFF; background : #8B4513; }
/* Página de discusión de Frikilibros*/
.ns-109 * #content { color : black; }
.ns-109 * #content { background : #FFFFEE; }
.ns-109 * #p-cactions li { background : #FFFFEE; }
.ns-109 * #p-cactions li a { background-color : #FFFFEE; }
/* Sección 11: Estilo de páginas de discusión */
.ns-1 * #content,
.ns-3 * #content,
.ns-5 * #content,
.ns-7 * #content,
.ns-9 * #content,
.ns-11 * #content,
.ns-13 * #content,
.ns-15 * #content,
.ns-101 * #content,
.ns-102 * #content,
.ns-103 * #content,
.ns-105 * #content,
.ns-1 * #mytabs li,
.ns-3 * #mytabs li,
.ns-5 * #mytabs li,
.ns-7 * #mytabs li,
.ns-9 * #mytabs li,
.ns-11 * #mytabs li,
.ns-13 * #mytabs li,
.ns-15 * #mytabs li,
.ns-101 * #mytabs li,
.ns-102 * #mytabs li,
.ns-103 * #mytabs li,
.ns-105 * #mytabs li {
background: #FFFFF0;
}
.ns-1 * #mytabs li a,
.ns-3 * #mytabs li a,
.ns-5 * #mytabs li a,
.ns-7 * #mytabs li a,
.ns-9 * #mytabs li a,
.ns-11 * #mytabs li a,
.ns-13 * #mytabs li a,
.ns-15 * #mytabs li a,
.ns-101 * #mytabs li a,
.ns-102 * #mytabs li a,
.ns-103 * #mytabs li a,
.ns-105 * #mytabs li a,
.ns-1 * #p-cactions li a,
.ns-3 * #p-cactions li a,
.ns-5 * #p-cactions li a,
.ns-7 * #p-cactions li a,
.ns-9 * #p-cactions li a,
.ns-11 * #p-cactions li a,
.ns-13 * #p-cactions li a,
.ns-15 * #p-cactions li a,
.ns-101 * #p-cactions li a,
.ns-102 * #p-cactions li a,
.ns-103 * #p-cactions li a,
.ns-105 * #p-cactions li a {
background-color: #FFFFF0;
}
.ns-1 * #content div.thumb,
.ns-3 * #content div.thumb,
.ns-5 * #content div.thumb,
.ns-7 * #content div.thumb,
.ns-9 * #content div.thumb,
.ns-11 * #content div.thumb,
.ns-13 * #content div.thumb,
.ns-15 * #content div.thumb,
.ns-101 * #content div.thumb,
.ns-102 * #content div.thumb,
.ns-103 * #content div.thumb,
.ns-105 * #content div.thumb {
border-color: #FFFFF0;
}
/***************************************************************************************/
/* Sección 12: Configurador de iconos */
/* Barra superior p-personal */
li#pt-anonuserpage a{padding-left: 18px; }
li#pt-mytalk a{padding-left: 18px; }
li#pt-anontalk a{padding-left: 18px; }
li#pt-preferences a{padding-left: 18px; }
li#pt-logout a{padding-left: 18px; }
li#pt-anonlogin a{padding-left: 18px; }
/* Pestañas superiores: p-cactions*/
li#ca-nstab-main a{padding-left: 18px; }
li#ca-nstab-user a{padding-left: 18px; }
li#ca-nstab-wp a{padding-left: 18px; }
li#ca-article a{padding-left: 18px; }
li#ca-talk a{padding-left: 18px; }
li#ca-edit a{padding-left: 18px; }
li#ca-history a{padding-left: 18px; }
li#ca-protect a{padding-left: 18px; }
li#ca-unprotect a{padding-left: 18px; }
li#ca-delete a{padding-left: 18px; }
li#ca-move a{padding-left: 18px; }
li#ca-watch a{padding-left: 18px; }
li#ca-unwatch a{padding-left: 18px; }
/* Cajas de navegación */
li#n-mainpage a{padding-left: 18px; }
li#n-welcome a{padding-left: 18px; }
li#n-portal a{padding-left: 18px; }
li#n-Chat a{padding-left: 18px; }
li#n-Frikichan a{padding-left: 18px; }
li#n-Foro a{padding-left: 18px; }
li#n-Frikkit a{padding-left: 18px; }
li#n-Correo a{padding-left: 18px; }
li#n-El-piriodico a{padding-left: 18px; }
li#n-Estadisticas a{padding-left: 18px; }
li#n-Referencias a{padding-left: 18px; }
li#n-Tienda-de-camisetas a{padding-left: 18px; }
li#n-village-pump a{padding-left: 18px; }
li#n-Blog-oficioso a{padding-left: 18px; }
li#n-Metaportal a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/1/14/PuertaIcono.PNG) top left no-repeat; }
li#n-Adopcion a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/e/e3/Icono-gato-con-botas.png) top left no-repeat; }
li#n-Destacados a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/1/14/Mini-icono_Destacado.png) top left no-repeat; }
li#n-upload a{padding-left: 18px; }
li#n-recentchanges a{padding-left: 18px; }
li#n-latestfiles a{padding-left: 18px;}
li#n-randomimage a{padding-left: 18px; }
li#n-help a{padding-left: 18px; }
li#n-contact a{padding-left: 18px; }
li#n-sitesupport a{padding-left: 18px; }
li#n-currentevents a{padding-left: 18px; }
li#n-randompage a{padding-left: 18px; }
li#n-Featured-articles a{padding-left: 18px; }
li#n-Frikcionario a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/1/1c/Book_tabs.png) top left no-repeat; }
li#n-Frikilibros a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/e/e3/Book_open_mark.png) top left no-repeat; }
li#n-Guias a{padding-left: 18px;background:url(http://frikipedia.appz.danielcordero.site/w/images/c/cc/Book_red.png) top left no-repeat; }
/*</nowiki></pre>*/
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccf;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
/* allows for expanding hidden sig sections (experimental) -Dawg */
.sighidden { display: none }
.sigexpand:hover .sighidden { display: inline !important }
/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
.nounderlinelink a{ text-decoration: none ! important; }
.hidden-workaround h2 { display: none; }
/* Velocidad de la oscuridad */
.page-Velocidad_de_la_oscuridad #content { color: White; background-color: Black; border-color: White !important }
.page-Velocidad_de_la_oscuridad a { color: PowderBlue }
.page-Velocidad_de_la_oscuridad #firstHeading { color: Black; background: White }
.page-Velocidad_de_la_oscuridad h2 { color: White !important }
.page-Velocidad_de_la_oscuridad h3 { color: White !important }
.page-Velocidad_de_la_oscuridad h4 { color: White !important }
.page-Velocidad_de_la_oscuridad .thumbinner { background-color: #111111 !important}
.page-Velocidad_de_la_oscuridad .thumbinner * { background-color: #111111 !important}
.page-Velocidad_de_la_oscuridad #toc { color: White; background: #111111 !important }
.page-Velocidad_de_la_oscuridad #toc * { background-color: #111111 !important}
.page-Velocidad_de_la_oscuridad #p-cactions li a { color: White; background-color: Black; border-color: White }
.page-Velocidad_de_la_oscuridad #catlinks { border: 1px solid White; background-color: #111111 }
.page-Velocidad_de_la_oscuridad #p-logo a { background-image: url(/images/e/ed/Logo_de_La_Frikipedia_evil.png) !important }
.page-Velocidad_de_la_oscuridad #siteNotice table { background-color: #111111 !important; border: medium dashed White !important }
/*
----------------------
ESTILOS PARA LA PORTADA
----------------------
Quitamos el encabezado y las categorías
*/
.page-Portada .firstHeading {display:none;}
.page-Portada #catlinks{display:none;}
.page-Portada_(antigua) #catlinks{display:none;}
.page-Piriódico_Portada .firstHeading {display:none;}
.page-Piriódico_Portada #catlinks{display:none;}
.page-La_Frikipedia_Plantillas_de_enlaces #catlinks{display:none;}
.page-La_Frikipedia_Plantillas_de_enlaces_parte_2 #catlinks{display:none;}
.page-Portal_Anime_y_Manga #p-logo a { background-image: url(/images/3/3c/FRIKIPEDIALOGOHARUHIXD.jpg) !important; }
.page-Portal_Videojuegos #p-logo a { background-image: url(/images/6/64/Metroid-Logo.png) !important; }
.page-Portal_Argentina #p-logo a { background-image: url(/images/4/48/Logo_Frikipedia_Bicentenario.png) !important; }
.page-01100010_01101001_01101110_01100001_01110010_01101001_01101111 #catlinks{display:none;}
.page-←↕↕↓→↓↓↕↑↨↓ #catlinks{display:none;}
.page-Jepe-ripi-gonpo-zapa #catlinks{display:none;}
.page-Enrevesadés #catlinks{display:none;}
.page-Enrevesadés
.page-Vacío .firstHeading {display:none;}
.page-Vacío #catlinks{display:none;}
.page-Vacío .firstHeading {display:none;}
.page-Vacío #catlinks{display:none;} #contentSub { visibility: hidden !important; }
.page-Vacío #footer { visibility: hidden !important; }
.page-Vacío .firstHeading { visibility: hidden !important; }
.page-Vacío #p-personal { visibility: hidden !important; }
.page-Vacío #p-cactions ul li a { visibility: hidden !important; }
.page-Vacío #p-navigation ul li a { visibility: hidden !important; }
.page-Vacío #p-navigation h5 { visibility: hidden !important; }
.page-Vacío #p-community ul li a { visibility: hidden !important; }
.page-Vacío #p-community h5 { visibility: hidden !important; }
.page-Vacío #p-search { visibility: hidden !important; }
.page-Vacío #p-search h5 { visibility: hidden !important; }
.page-Vacío #p-tb ul li a { visibility: hidden !important; }
.page-Vacío #p-tb h5 { visibility: hidden !important; }
.page-Vacío #custom-advert h5 { visibility: hidden !important; }
.page-Vacío #projects { visibility: hidden !important; }
.page-Vacío .portlet ul { list-style-type: circle; color:#EEEEEE; list-style-image: none !important; }
.page-Vacío #p-cactions li.selected { border-color: #aaaaaa; }
/*
/*
--------------
IMÁGENES THUMB
--------------
Quitamos el borde, y por tanto el color blanco que aparecía alrededor de los
thumb
*/
div.thumb { border:none; background: transparent;}
.tright { margin-left: 1em;}
.tleft { margin-right: 1em;}
/*
------------------------
REDIRECCIONES EN CURSIVA
------------------------
WP muestra las redirecciones en cursiva en páginas como [[especial:allpages]]
*/
.allpagesredirect {font-style: italic;}
/*
--------------
METACAJA
--------------
*/
/* He aquí una pequeña extensión para la Plantilla:Metacaja cortesía de la Wikipedia catalana: http://ca.wikipedia.org/wiki/Plantilla:Metacaixa */
/* Configuración por defecto en lila
Colores usados; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
.mbButton {
background-color: #d0b0ff; /* 4 */
border: 0.15em solid #000000;
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff; /* 5 3 3 5 */
border-radius-topleft: .5em;
border-radius-topright: .5em;
-moz-border-radius: .5em .5em 0em 0em;
-webkit-border-radius: .5em .5em 0em 0em;
border-radius: .5em .5em 0em 0em;
cursor:pointer;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;}
.mbButton a,
.mbButton strong {
background: none !important;
color:#7050a0 !important; /* 1 */
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;}
.mbButton a:hover,
.mbButton strong:hover {
color: black !important;
text-decoration: underline !important;}
.mbButtonSel {
background-color: #9070c0; /* 2 */
border: 0.15em solid #000000;
border-color: #b090e0 #7050a0 #9070c0 #b090e0; /* 3 1 2 3 */
border-radius-topleft: .5em;
border-radius-topright: .5em;
-moz-border-radius: .5em .5em 0em 0em;
-webkit-border-radius: .5em .5em 0em 0em;
border-radius: .5em .5em 0em 0em;
cursor: default;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
color:white;}
.mbButtonSel a {
background: none !important;
color:white !important;
cursor: default;
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;}
.mbContent {
background-color: #f8f8ff;
border: 0.2em solid #9070c0; /* 2 */
border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */
-moz-border-radius: 0em .5em .5em 0em;
-webkit-border-radius: 0em .5em .5em 0em;
border-radius: 0em .5em .5em 0em;
border-radius-topright: .5em;
border-radius-bottomright: .5em;
padding: 1em;
position: static; /* Si hi posem relative falla amb MSIE */}
.mbTab {
background-color: #f8f8ff;
border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */ width: 100%;
}
/* Configuración del verde 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
.mbGreen .mbButton {
background-color: #a5e085; /* 4 */
border-color: #c0f090 #90d060 #75c045 #c0f090; /* 5 3 2 5 */}
.mbGreen .mbButton a,
.mbGreen .mbButton strong {
color:#60b030 !important; /* 1 */
font-size:90%}
.mbGreen .mbButton a:hover,
.mbGreen .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
.mbGreen .mbButtonSel {
background-color: #75c045; /* 2 */
border-color: #90d060 #60b030 #75c045 #90d060; /* 3 1 2 3 */}
.mbGreen .mbContent {
background-color: #f5fffa;
border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
.mbGreen .mbTab {
background-color: #f5fffa;
border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
/* Configuración del rojo 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
.mbRed .mbButton {
background-color: #FFAAAA; /* 4 */
border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC; /* 5 3 2 5 */}
.mbRed .mbButton a,
.mbRed .mbButton strong {
color:#CC0000 !important; /* 1 */
font-size:90%}
.mbRed .mbButton a:hover
.mbRed .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
.mbRed .mbButtonSel {
background-color: #FF0000; /* 2 */
border-color: #FF8888 #CC0000 #FF0000 #FF8888; /* 3 1 2 3 */}
.mbRed .mbContent {
background-color: #fffafa;
border-color: #FF0000 #CC0000 #CC0000 #FF0000; /* 2 1 1 2 */}
.mbRed .mbTab {
background-color: #fffafa;
border-color: #CC0000 #FF0000 #FF0000 #CC0000; /* 1 3 3 1 */}
/* Configuración del azul 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
.mbBlue .mbButton {
background-color: #a7c1e6; /* 4 */
border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9; /* 5 3 2 5 */}
.mbBlue .mbButton a,
.mbBlue .mbButton strong {
color:#3379de !important; /* 1 */
font-size:90%}
.mbBlue .mbButton a:hover
.mbBlue .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
.mbBlue .mbButtonSel {
background-color: #5b8dd6; /* 2 */
border-color: #88abde #3379de #5b8dd6 #88abde; /* 3 1 2 3 */}
.mbBlue .mbContent {
background-color: #f0f8ff;
border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
.mbBlue .mbTab {
background-color: #f0f8ff;
border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
/* Configuración del amarillo 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
.mbYellow .mbButton {
background-color: #fff1a4; /* 4 */
border-color: #fef4bc #ffe977 #ffe147 #fef4bc; /* 5 3 2 5 */}
.mbYellow .mbButton a,
.mbYellow .mbButton strong {
color:#ffd813 !important; /* 1 */
font-size:90%}
.mbYellow .mbButton a:hover
.mbYellow .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
.mbYellow .mbButtonSel {
background-color: #ffe147; /* 2 */
border-color: #ffe977 #ffd813 #ffe147 #ffe977; /* 3 1 2 3 */}
.mbYellow .mbContent {
background-color: #fffce8;
border-color: #ffe147 #ffd813 #ffd813 #ffe147; /* 2 1 1 2 */}
.mbYellow .mbTab {
background-color: #fffce8;
border-color: #ffd813 #88abde #88abde #ffd813; /* 1 3 3 1 */}
/* Configuración del naranja 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
.mbOrange .mbButton {
background-color: #ffbd7f; /* 4 */
border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4; /* 5 3 2 5 */}
.mbOrange .mbButton a,
.mbOrange .mbButton strong {
color:#ff820e !important; /* 1 */
font-size:90%}
.mbOrange .mbButton a:hover
.mbOrange .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
.mbOrange .mbButtonSel {
background-color: #ff9d42; /* 2 */
border-color: #ffac5d #ff820e #ff9d42 #ffac5d; /* 3 1 2 3 */}
.mbOrange .mbContent {
background-color: #ffeedd; /* 6 */
border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
.mbOrange .mbTab {
background-color: #ffeedd; /* 6 */
border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
/* Y aquí se acaba lo de la metacaja */
/* Para lograr el fondo verde degradado del Proyecto:Frikilibros */
.fondoVerde {
background-image: url(http://frikipedia.appz.danielcordero.site/w/images/7/71/BGgreen2.jpg);
background-repeat: repeat-x;
}