MediaWiki:Monobook.css

From Wikizilla, the kaiju encyclopedia
Revision as of 19:58, 24 January 2021 by Titanollante (talk | contribs) (bg gvk)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* MediaWiki:Monobook.css v76 <pre> */
/* El código CSS de esta página proviene de WikiDex. Para los autores del mismo, ver el historial de [[w:c:es.pokemon:MediaWiki:Monobook.css]]. Favor de mantener este mensaje si copian el código a otro wiki. */

.mw-body-content a:link.stub { color: #772233; }

.mw-changeslist-line-watched .mw-title {
    font-weight: inherit;
}

/* ToC */

#toc, .toc {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #8B0000;
}

li#ca-viewsource
{
    display: none;
}

.mw-echo-state .mw-echo-content .mw-echo-title {
    color: white;
}

#pt-notifications-alert .mw-echo-notifications-badge {
    filter:invert(1);
    background-color: transparent !important;
    border: 0 !important;
}
#pt-notifications-notice .mw-echo-notifications-badge {
    filter:invert(1);
    background-color: transparent !important;
    border: 0 !important;
}
/* Use vector person icon by your username */
body.skin-monobook li#pt-userpage { background-image: url(/w/skins/Vector/images/user-icon.png); }

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:after, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:after {
    /**visibility: visible;**/
    /***opacity: 1;***/
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    opacity: 1;
}

#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
    display: -webkit-inline-box;
}

div#bodyContent.mw-body-content {
    padding-right: 30px;
    font-size: 110%;
    line-height: 1.6em;
}

/* h */
h1, h2 {
       border-bottom: 1px solid #8b0000;
}

hr {
       background-color: #8b0000;
       margin: 0em 0;
}

/*** Colores y formato skin BACKGROUND COLOR***/
/***
body.mediawiki {
        background-color: #253b3e;
}***/

body {
	background: #084a54;
}


input#searchInput:focus, .createboxInput:focus {
	background:#ffffcf;
}

/* Cabecera */

div#column-content, #p-cactions { padding-top:204px; }

div#column-one { padding-top:220px; }

#p-logo {
	margin: 25px auto 0;
	filter:none !important;
	width:80%;
	height:190px;
        z-index:4;
}

#p-logo a, #p-logo a:hover {
	background-image:none !important;
	/*background-position:-200px -200px !important*/;
	overflow:hidden;
	width:80%;
	height:180px;
	margin: 10px 0 0 0;
	outline:none;
        z-index:15 !important;
}


/* Panel de usuario */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:none; }

#p-personal ul { font-size: small; }

#p-personal li > a {
    color: #fff;
    text-shadow: 1px 1px #333;
    line-height: 35px;
    border-left: 1px solid #999;
    padding: 2px 5px;
    margin-right: -11px;
    /***margin-left: -4px;***/
}

#p-personal li#pt-timer a {
	border-left:0;
	margin-left:0;
	color:#FFF;
	font-weight:bold;
}

#p-personal li#pt-timer a:hover {
	border-radius:10px 10px 10px 10px;
	color:white;
}

#p-personal li#pt-userpage a {
	border-left:0;
	margin-left:0;
	color:#fec423;
	font-weight:bold;
        border-radius: 10px 0 0 10px;
}

#p-personal li a:hover, #p-personal li.active a:hover {
	background-color:#F8D366;
	-moz-box-shadow:0 0 0.5em 0.1em #F8D366;
	-webkit-box-shadow:0 0 0.5em 0.1em #F8D366;
	box-shadow:0 0 0.5em 0.1em #F8D366;
	text-shadow:#999 1px 1px 1px;
	text-decoration:none;
}

#p-personal li#pt-userpage a:hover {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius:10px 0 0 10px;
	color:white;
}

li#pt-logout a:hover {
	background-color:#FFAC93;
	-moz-box-shadow:0 0 0.5em 0.1em #FFAC93;
	-webkit-box-shadow:0 0 0.5em 0.1em #FFAC93;
	box-shadow:0 0 0.5em 0.1em #FFAC93;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0 10px 10px 0;
	text-shadow:#999 1px 1px 1px;
	text-decoration:none;
}



li#pt-logout > a {
     border-radius: 0 10px 10px 0
}

#p-personal >.pBody>ul>li>a {
    background-color: rgba(0,0,0,.2);
}

#p-personal > .pBody > ul {
	padding-right: 0;
}

/* Pestañas */

#p-cactions li, #p-cactions li a {
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0 0;
}
#p-cactions li, #p-cactions li.selected {
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:none;
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#p-cactions li a, #p-cactions li.selected a {
	background-color:transparent;
	color:#333;
	text-transform:none;
}

#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover, #p-cactions li:hover { background-color:#FFFFFF; color:#6F3C00; }

#p-cactions { margin-top:-2px; }

li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unprotect, li#ca-watch, li#ca-unwatch, li#ca-addsection, li#ca-replace-file, li#ca-ve-edit {
	background-color:#e6e9f1;
}

/* Imágenes en pestañas */
li#ca-nstab-main a, li#ca-nstab-main.selected a,
li#ca-talk a, li#ca-talk.selected a,
li#ca-nstab-image a, li#ca-nstab-image.selected a,
li#ca-nstab-category a, li#ca-nstab-category.selected a,
li#ca-nstab-foro a, li#ca-nstab-foro.selected a {
	background:#fff url(/w/images/4/45/Monobook_Sprite.png) no-repeat;
	padding-right:25px !important;
	padding-left:10px !important;
}

li#ca-nstab-main a, li#ca-nstab-main.selected a {background-position:right 0px;}
li#ca-talk a, li#ca-talk.selected a {background-position:right -24px;}
li#ca-nstab-image a, li#ca-nstab-image.selected a {background-position:right -48px;}
li#ca-nstab-category a, li#ca-nstab-category.selected a {background-position:right -72px;}
li#ca-nstab-foro a, li#ca-nstab-foro.selected a {background-position:right -96px;}

li#ca-edit a, li#ca-edit.selected a,
li#ca-history a, li#ca-history.selected a,
li#ca-delete a, li#ca-delete.selected a,
li#ca-move a, li#ca-move.selected a,
li#ca-protect a, li#ca-protect.selected a, li#ca-unprotect a, li#ca-unprotect.selected a,
li#ca-watch a, li#ca-watch.selected a, li#ca-unwatch a, li#ca-unwatch.selected a,
li#ca-listing-refresh-tab a, li#ca-listing-refresh-tab.selected a {
	background-image:url(/w/images/4/45/Monobook_Sprite.png);
	background-repeat:no-repeat;
	padding-right:7px !important;
	padding-left:22px !important;
}

li#ca-edit a, li#ca-edit.selected a {background-position:left -120px;}
li#ca-history a, li#ca-history.selected a {background-position:left -144px;}
li#ca-delete a, li#ca-delete.selected a {background-position:left -168px;}
li#ca-move a, li#ca-move.selected a {background-position:left -192px;}
li#ca-protect a, li#ca-protect.selected a, li#ca-unprotect a, li#ca-unprotect.selected a {background-position:left -216px;}
li#ca-watch a, li#ca-watch.selected a, li#ca-unwatch a, li#ca-unwatch.selected a {background-position:left -240px;}
li#ca-listing-refresh-tab a, li#ca-listing-refresh-tab.selected a {background-position:left -264px;}

/* Espacio de contenido */

#content {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius:12px 0 0 12px;
	border-top-color:#888;
	border-left-color:#777;
	border-bottom-color:#777;
	border-width: 1px;
        padding-right:0px;
        /***min-height: -webkit-fill-available;
        min-height: -moz-available;
        min-height: 70vh; ****/
}


/* Primer encabezado */

#firstHeading {
	background:-moz-linear-gradient(top, #fff, #f2f2f2);
	background:-webkit-linear-gradient(top, #fff, #f2f2f2);
	background:linear-gradient(to bottom, #fff, #f2f2f2);
	-webkit-border-top-left-radius:10px;
	border-radius: 10px 0 0 0;
	margin: 0px 0px 0 -11px;
	padding: 8px 0 0 10px;
	line-height: 1.5em;
        font-family: 'Trebuchet MS', sans-serif;
}

.ns-0 #firstHeading, .ns-14 #firstHeading { padding-top: 5px; }

/* Barra de categorías */

#bodyContent > #catlinks {
	border-top: 1px solid darkred;
        background: linear-gradient(#f5f5f5, lightgray);

	-webkit-border-bottom-right-radius:10px;
	border-radius: 0 0 0 8px;
        margin: 5px -30px -13px -14px;
	padding: 5px 0 8px 10px;
        z-index: 3;
}

#catlinks li a:hover, #articleCategories li a:hover {
    background: linear-gradient(to bottom,#444,#222);
    color: white;
    text-decoration: none;
}

#catlinks a, #articleCategories a {
    /**color: deepskyblue;**/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 3px;
}

#catlinks-background-image {
	float: left;
	width: 0px;
	margin: -8px 0px -14px 0;
	height: 35px;
}

/* http://community.wikia.com/wiki/Forum:Category_redlinks_not_red */
#catlinks a.newcategory { color:#ff591f; }
a.newcategory { color: #CC2200; }

/*** Menú lateral ***/

.portlet h5 {
	text-transform:capitalize;
	padding-right:150px;
	background:#333;
	color:white;
	border-color:#333;
	border-bottom:0;
}
div#p-lang h5 { text-transform:none; } /* Específico porque son dos palabras ('capitzalize' = Otros Idiomas) */

#searchBody {
	border-color:#333;
	background:#ef3b3b url(/w/images/b/b0/Reflected_shadow.png) left top repeat-x;
}

#p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody, #p-dexlinks .pBody {
	border-color:#333;
	background-color:#f95a5a;
}

#p-tb .pBody ul, #p-wikicities-nav .pBody ul, #p-lang .pBody ul, #p-dexlinks .pBody ul { margin-left:0px; }

#p-tb .pBody li, #p-wikicities-nav .pBody li, #p-lang .pBody li, #p-dexlinks .pBody li {
	list-style:none;
	-moz-box-shadow:0 0 0.5em 0.1em #FFDC76;
	/***-webkit-box-shadow:0 0 0.5em 0.1em #FFDC76;***/
	box-shadow:0 0 0.5em 0.1em #b15252;
	background-color:#ffdcdc;
	margin-top:4px;
	text-align:center;
	width:133px;
	line-height:20px;
        border: 1px solid darkred;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#p-lang .pBody li, #p-dexlinks .pBody li { line-height:15px; }

#p-tb .pBody li a, #p-lang .pBody li a {
	color:#5E4600;
	outline:none;
	text-shadow:0 1px 1px #fff;
	font-weight:bold;
}

#p-tb .pBody li a:hover, #p-lang .pBody li a:hover {
	color:#2D2B28;
	text-decoration:none;
}

/***subnavmenu border radius*/
#p-navigation > div > ul > li > ul.sub-menu {
    margin-left: 138px;
    border-radius: 0px;
}

/* Actividad reciente */

li.activity-ns-0 {
	text-align: left !important;
	line-height: 15px !important;
	margin-top: 0 !important;
	margin-left: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E2A600;
	width: 125px !important;
}

li.activity-ns-0 a img { vertical-align: top; }

li.activity-ns-0:first-child { border-top:1px solid #333; padding-top: 8px; margin-top: -4px !important; }
li.activity-ns-0:last-child { border-bottom: none; }

.activityfeed cite { font-size: 7.5pt !important; }
.activityfeed.shortlist cite { display: block !important; }

#p-wikicities-nav hr {display:none;}

/* Sugerencias de búsqueda */

td.os-suggest-result, td.os-suggest-result-hl {
	background-color:#FFF;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:2px;
	border-bottom:1px dashed #AAA;
}

td.os-suggest-result-hl {
	background-color:#FFC521;
	color:#FFF;
	text-shadow:#333 2px 1px 2px;
}
/* por alguna razón el ancho es igual al de la caja de búsqueda */
#searchInputSuggest {width:auto !important;}

/* Modo edición: mensaje de previsualización */

#bodyContent .previewnote {
	background-color:#FFEDB8;
	border:2px solid #E1AE25;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px !important;
	margin:20px auto;
}
#bodyContent .previewnote hr { display:none; }

#bodyContent #mw-previewheader {
	background:none;
	color:black;
	border-bottom:1px solid #E1AE25;
	height:25px;
	line-height:27px;
	margin:0;
	padding-left:10px;
}

.mw-content-ltr {
margin-right: 10px;
}

.mw-body {
    /***margin: 2.8em 0 0 12em;
    padding: .88em; ***/
    position: relative;
    z-index: 2;
    background: white;
    color: black;
    border: 1px solid #aaa;
    border-right: none;
    /**line-height: 1.5em;**/
}


/* Modo edición: parte inferior */

div#editpage-copywarn {
	background-color:#eee;
	padding:0 7px;
	margin-bottom:-4px;
	margin-top:4px;
	border:1px solid #ccc;
	color:#333;
}

div#editOptions { background-color:#eee; padding:7px; color:#333; border:1px solid #ccc; }
#wpSummary { margin-bottom:3px; } /* Sin definir etiqueta, ya que hay más de un 'wpSummary' */
div.editButtons { margin-top:4px; }
div.editButtons input { margin-right:3px; }
input#wpSave { margin-right:3px; } /* Específico para anular el que lleva por defecto */

/* Estilo de los botones */

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background-color:#333;
	background:-moz-linear-gradient(top, #444 35%, #333 65%);
	background:-webkit-linear-gradient(top, #444 35%, #333 65%);
	background:linear-gradient(to bottom, #444 35%, #333 65%);
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font:bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height:21px;
	margin:0;
	padding:0 10px;
	text-decoration:none;
	white-space:nowrap;
}

/* Características propias para los botones de la caja de búsqueda */

form#searchform input[type="submit"] {
	font:12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0 7px;
	height:18px;
	margin-top:4px;
}

/* Arreglar tamaño en Mozilla */
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding:0;
	border:0;
}

/* Estilos IE */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FF444444", EndColorStr="#FF333333");
	/*outline:1px solid #333\9;*/
	overflow:visible;
	width:auto;
}

/* Estados :hover y :active */

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	text-decoration:none;
	text-shadow:#000 0 1px 1px;
}

input[type="submit"]:active,input[type="submit"]:focus,
input[type="reset"]:active,input[type="reset"]:focus,
input[type="button"]:active,input[type="button"]:focus,
button:active,button:focus {
	color:#FFF;
	background:-moz-linear-gradient(top, #333 35%, #444 65%);
	background:-webkit-linear-gradient(top, #333 35%, #444 65%);
	background:linear-gradient(to bottom, #333 35%, #444 65%);
}

/* Pie de página */

#footer {
    background-color: #4b4b4b;
    border-top: 1px solid #fabd23;
    border-bottom: 1px solid #fabd23;
    margin: 0 0 -1em 0;
    padding: .4em 0 1.2em 0;
    text-align: center;
    font-size: 90%;
    color: #ccc;
}

#footer a { color: white }



#f-copyrightico { margin-left:15px; }
#f-poweredbyico, #f-copyrightico { margin-top:0px; }

/*sombras*/
#p-cactions ul li,  #p-wikicities-nav, #p-lang, #p-dexlinks, #p-sb, #p-navigation ul.sub-menu {
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
}

/*** Monobook Sidebar ***/
/*sin un padding feo */
#p-navigation ul {
	margin:0;
}
#p-navigation > div {
	border-color:#333;
	background: darkred;
	padding:0;
}
/*que no sea un list*/
#p-navigation li {
	display:block;
	list-style-image:none !important;/*por IE*/
}
/*diseño general de los enlaces*/
#p-navigation li > a {
	display:block;
	position:relative;
	background:#fff;
	color:#000;
	font-size:14.9px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #EEEEEE;
}
/*especial solo para el menu de primer nivel*/
#p-navigation > div > ul > li > a {
	background: linear-gradient(#c72525 20%,#8e1212);
	margin:1px 1px 0 1px;
	padding:0 0 0 10px;
	color:#fff;
        border-bottom: 1px solid black;
	width:auto;
	text-shadow:#555 1px 1px 3px;
}
#p-navigation > div > ul > li.hover > a {
	color:#fff5a1;
	text-shadow:#AAA46C 1px 1px 3px;
}
#p-navigation > div > ul > li > a > em {
	right:8px;
}
/* marcador submenu */
#p-navigation em {
	font-style:normal;
	font-family:arial,sans-serif;
	font-size:16pt;
	font-weight:bold;
	line-height:20px;
	position:absolute;
	right:8px;
	top:0px
}
/*hover*/
#p-navigation li > ul > li.hover > a {
	background-color:#ffedbc;
}

#p-navigation li.hover > ul.sub-menu {
	display:block;
}

/* general submenu*/
#p-navigation ul.sub-menu {
	border:1px solid #aaa;
	display:none; background:#fff;
	position:absolute;
	padding:1px;
	width:200px;
	margin-left:195px;
	margin-top:-27px;
	z-index:20;
}
/* Solo el primero */
#p-navigation > div > ul > li > ul.sub-menu {
	margin-left:138px;
}
/*** Fin Monobook Sidebar ***/

/*** Parches ***/

/* Parches: CSS que falta para el LinkSuggest */
.navigation-hover {
	background-color:#fdff4f; /* #e0efff;*/
}
/* Parche: En monobook se fuerza background y color desde su CSS. En Monaco no, y algunos estilos no lo contemplan. Devolvemos el fondo transparente y color que corresponda */
table, abbr, acronym, .explain {
	color:inherit;
	background-color:inherit;
}

/* Parche: Wikia cambió el formato del TOC */
#toc > ol{margin:.3em}
#toc ol ol{margin:0 0 0 2em}
/* Espacio para que no solape el #navegador */
.ns-0 .firstHeading, .ns-14 .firstHeading {
	margin-top:10px;
}
/* "en otros idiomas" quedaba por encima de los encabezados */
#p-lang {position:static;}

/* El código CSS de esta página proviene de WikiDex. Para los autores del mismo, ver el historial de [[w:c:es.pokemon:MediaWiki:Monobook.css]]. Favor de mantener este mensaje si copian el código a otro wiki. */
/* </pre> */

/* Sidebar stuff */

#p-search, #p-navigation, #p-tb, #p-lang, #p-sb {
    background: #000 url(/w/images/c/c8/Sidebar-h3-bg.jpg) repeat-x;
    box-shadow: none;
}

#p-search { 
    border-radius: 0px 12px 0px 0px;}

.portlet h3 {
    background: transparent;
    padding: 0 1em 0 1.7em;
    display: inline;
    text-transform: uppercase;
    color: white;
    font-family: "Impact";
    font-size: 1.1em;
}

.portlet {
    border: none;
    margin: 0 0 0em;
    padding: 0;
    float: none;
    width: 11.8em;
    overflow: hidden;
}

/* HEADER image / top banner */
div#globalWrapper {
         background: url(/w/images/a/a3/MONOBOOK_GVK1.png) no-repeat,url(/w/images/b/ba/Monobook_Wikizilla_Header_Extra.png) repeat-x left top;
}
#p-personal {
	background:url(/w/images/a/a3/MONOBOOK_GVK1.png) no-repeat, url(/w/images/b/ba/Monobook_Wikizilla_Header_Extra.png) repeat-x left top;
	border-bottom:1px solid #555555;
	height:216px;
	margin-bottom:5px;
}

/**** main page top banner special case ****/
body.page-Main_Page div#column-content, body.page-Main_Page #p-cactions, body.page-Special_RecentChanges div#column-content, body.page-Special_RecentChanges #p-cactions {
    padding-top: 20px;
}

/*body.page-Main_Page div#globalWrapper, body.page-Special_RecentChanges div#globalWrapper 
{
         url(/w/images/5/52/MONOBOOK_GVK1-Alt.png) no-repeat, url(/w/images/b/ba/Monobook_Wikizilla_Header_Extra.png) repeat-x left top;
}*/

body.page-Main_Page #p-personal, body.page-Special_RecentChanges #p-personal {
	background:url(/w/images/5/52/MONOBOOK_GVK1-Alt.png) no-repeat, url(/w/images/b/ba/Monobook_Wikizilla_Header_Extra.png) repeat-x left top;
	border-bottom:1px solid #555555;
	height:216px;
	margin-bottom:5px;
        z-index: 0;
}

body.page-Main_Page #p-logo { display:none; }
body.page-Special_RecentChanges #p-logo { display:none; }
body.page-Special_RecentChanges div#bodyContent.mw-body-content  { font-size: 100%; }

fieldset { margin: 0; }

/**** end main page top banner****/

.infobox {
    margin-left: 10px;
}