MediaWiki:Monobook.css: Difference between revisions

From MI2wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/ * CSS Placed here will Affect users of the Monobook skin * /
/* CSS placed here will affect users of the MonoBook skin */
/ * CSS Placed here will Affect users of the MonoBook skin * /


   
   
/* Panel de usuario */
/ * User Panel * /
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:none; }
li # pt-Userpage, li # pt-anonuserpage, li # pt-login {background-image: none;}
   
   
#p-personal li a {
# P-staff li a {
color:#fff;
color: # fff;
text-shadow: 1px 1px #333;
text-shadow: 1px 1px # 333;
line-height:35px;
line-height: 35px;
border-left:1px solid #999;
border-left: 1px solid # 999;
padding:2px 5px;
padding: 2px 5px;
margin-right:-11px;
margin-right:-11px;
margin-left:-4px;
margin-left:-4px;
}
}
   
   
#p-personal li#pt-userpage a {
# P-staff li # pt-Userpage to {
border-left:0;
border-left: 0;
margin-left:0;
margin-left: 0;
color:#fec423;
color: # fec423;
font-weight:bold;
font-weight: bold;
}
}
   
   
#p-personal li a:hover, #p-personal li.active a:hover {
# P-staff li a: hover, # p-staff li.active a: hover {
background-color:#F8D366;
background-color: # F8D366;
-moz-box-shadow:0 0 0.5em 0.1em #F8D366;
-Moz-box-shadow: 0 0 0.5em 0.1em # F8D366;
-webkit-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;
box-shadow: 0 0 0.5em 0.1em # F8D366;
text-shadow:#999 1px 1px 1px;
text-shadow: 1px 1px 1px # 999;
text-decoration:none;
text-decoration: none;
}
}
   
   
#p-personal li#pt-userpage a:hover {
# P-staff li # pt-Userpage a: hover {
-webkit-border-top-left-radius:10px;
-Webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-Webkit-border-bottom-left-radius: 10px;
border-radius:10px 0 0 10px;
border-radius: 10px 0 0 10px;
color:white;
color: white;
}
}
   
   
li#pt-logout a:hover {
li # pt-logout a: hover {
background-color:#FFAC93;
background-color: # FFAC93;
-moz-box-shadow:0 0 0.5em 0.1em #FFAC93;
-Moz-box-shadow: 0 0 0.5em 0.1em # FFAC93;
-webkit-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;
box-shadow: 0 0 0.5em 0.1em # FFAC93;
-webkit-border-top-right-radius:10px;
-Webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius:10px;
-Webkit-border-bottom-right-radius: 10px;
border-radius:0 10px 10px 0;
border-radius: 0 10px 10px 0;
text-shadow:#999 1px 1px 1px;
text-shadow: 1px 1px 1px # 999;
text-decoration:none;
text-decoration: none;
}
}
   
   
/* No contiene nada y deforma la lista de enlaces */
/ * It contains nothing and deforms the list of links * /
li#pt-fbuser {display:none;}
li # pt-fbuser {display: none;}
   
   
/* Wall, está definido como visibility:hidden; y hace que aparezca el hueco */
/ * Wall, is set to visibility: hidden, and brings up the gap * /
#pt-wall-notifications .prehide {display:none;}
# Pt-wall-notifications. Prehide {display: none;}
#p-personal li#pt-wall-notifications {margin-left:0px;}
# P-staff li # pt-wall-notifications {margin-left: 0px;}
#pt-wall-notifications a.wall-notifications-monobook {margin-left:1em;}
# Pt-wall-notifications-notifications-Monobook a.wall {margin-left: 1em;}
   
   
/* Pestañas */
/ * Tabs * /
   
   
#p-cactions li, #p-cactions li a {
# P-cactions li, # p-cactions li a {
-webkit-border-top-left-radius:10px;
-Webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius:10px;
-Webkit-border-top-right-radius: 10px;
border-radius:10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
}
#p-cactions li, #p-cactions li.selected {
# P-cactions li, # p-cactions li.selected {
border-top:1px solid #333;
border-top: 1px solid # 333;
border-left:1px solid #333;
border-left: 1px solid # 333;
border-right:1px solid #333;
border-right: 1px solid # 333;
border-bottom:none;
border-bottom: none;
padding-top:2px;
padding-top: 2px;
padding-bottom:2px;
padding-bottom: 2px;
font-size:13px;
font-size: 13px;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
}
   
   
#p-cactions li a, #p-cactions li.selected a {
Cactions p-li # a, # p-cactions li.selected to {
background-color:transparent;
background-color: transparent;
color:#333;
color: # 333;
text-transform:none;
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 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; }
# 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-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 {
background-color:#e8ddff;
background-color: # e8ddff;
}
}
   
   


   
   
/* Espacio de contenido */
/ * Content space * /
   
   
#content {
# Content {
-webkit-border-top-left-radius:10px;
-Webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-Webkit-border-bottom-left-radius: 10px;
border-radius:12px 0 0 12px;
border-radius: 12px 0 0 12px;
border-top-color:#888;
border-top-color: # 888;
border-left-color:#777;
border-left-color: # 777;
border-bottom-color:#777;
border-bottom-color: # 777;
border-width: 1px;
border-width: 1px;
}
}
   
   
   
   
/* Primer encabezado */
/ * First header * /
   
   
#firstHeading {    
# FirstHeading {
background:-moz-linear-gradient(top, #fff, #f2f2f2);
background:-moz-linear-gradient (top, # fff, # f2f2f2);
background:-webkit-linear-gradient(top, #fff, #f2f2f2);
background:-webkit-linear-gradient (top, # fff, # f2f2f2);
background:linear-gradient(to bottom, #fff, #f2f2f2);
background: linear-gradient (to bottom, # fff, # f2f2f2);
-webkit-border-top-left-radius:10px;
-Webkit-border-top-left-radius: 10px;
border-radius: 10px 0 0 0;
border-radius: 10px 0 0 0;
margin: 0px -12px 0 -12px;  
margin: 0px-12px 0-12px;
padding: 8px 0 0 10px;
padding: 8px 0 0 10px;
line-height: 1.5em;
line-height: 1.5em;
}
}
   
   
.ns-0 #firstHeading, .ns-14 #firstHeading { padding-top: 26px; }
. Ns-0 # firstHeading,. Ns-14 # firstHeading {padding-top: 26px;}
   
   
/* Barra de categorías */
/ * Category Bar * /
   
   
#bodyContent > #catlinks {    
# BodyContent> # catlinks {
border: none;
border: none;
background:-moz-linear-gradient(top, #666, #333);
background:-moz-linear-gradient (top, # 666, # 333);
background:-webkit-linear-gradient(top, #666, #333);
background:-webkit-linear-gradient (top, # 666, # 333);
background:linear-gradient(to bottom, #666, #333);
background: linear-gradient (to bottom, # 666, # 333);
-webkit-border-bottom-right-radius:10px;
-Webkit-border-bottom-right-radius: 10px;
border-radius: 0 0 0 8px;
border-radius: 0 0 0 8px;
margin: 10px -12px -13px -13px;  
margin: 10px-12px-13px-13px;
padding: 8px 0 8px 10px;
padding: 10px 8px 0 8px;
}
}
   
   
#catlinks-background-image {  
# Catlinks-background-image {
float: right;  
float: right;
background: url(http://images2.wikia.nocookie.net/__cb20110213183330/es.pokemon/images/9/96/FondoCategorias.png) no-repeat right center;  
background: url (http://images2.wikia.nocookie.net/__cb20110213183330/es.pokemon/images/9/96/FondoCategorias.png) no-repeat right center;
width: 100px;
width: 100px;
margin: -8px 0px -14px 0;  
margin: 0px-14px-8px 0;
height: 35px;  
height: 35px;
}
}
   
   
/* http://community.wikia.com/wiki/Forum:Category_redlinks_not_red */
/ * Http://community.wikia.com/wiki/Forum:Category_redlinks_not_red * /
#catlinks a.newcategory { color:#ff591f; }
# Catlinks a.newcategory {color: # ff591f;}
a.newcategory { color: #CC2200; }
a.newcategory {color: # CC2200;}
   
   
/*** Menú lateral ***/
/ *** Side Menu *** /
   
   
.portlet h5 {
. Portlet h5 {
text-transform:capitalize;
text-transform: capitalize;
padding-right:150px;
padding-right: 150px;
background:#333;
background: # 333;
color:white;
color: white;
border-color:#333;
border-color: # 333;
border-bottom:0;
border-bottom: 0;
}
}
div#p-lang h5 { text-transform:none; } /* Específico porque son dos palabras ('capitzalize' = Otros Idiomas) */
div # p-lang h5 {text-transform: none;} / * specific because they are two words ("capitzalize '= Other Languages) * /
   
   
#searchBody {
# SearchBody {
border-color:#333;
border-color: # 333;
background:#fec423 url(http://images2.wikia.nocookie.net/__cb20100319122741/es.pokemon/images/b/b0/Reflected_shadow.png) left top repeat-x;
background: # fec423 top left repeat-x;
}
}
   
   
#p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody, #p-dexlinks .pBody {
# P-tb. PBODY, # p-Wikicities-nav. PBODY, # p-lang. PBODY, # p-dexlinks. PBODY {
border-color:#333;
border-color: # 333;
background-color:#FEEECC;
background-color: # FEEECC;
}
}
   
   
#p-tb .pBody ul, #p-wikicities-nav .pBody ul, #p-lang .pBody ul, #p-dexlinks .pBody ul { margin-left:0px; }
# 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 {
# P-tb. PBODY li, # p-Wikicities-nav. PBODY li, # p-lang. PBODY li, # p-dexlinks. PBODY li {
list-style:none;
list-style: none;
-moz-box-shadow:0 0 0.5em 0.1em #FFDC76;
-Moz-box-shadow: 0 0 0.5em 0.1em # FFDC76;
-webkit-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 #FFDC76;
box-shadow: 0 0 0.5em 0.1em # FFDC76;
background-color:#FFDC76;
background-color: # FFDC76;
margin-top:6px;
margin-top: 6px;
text-align:center;
text-align: center;
width:133px;
width: 133px;
line-height:20px;
line-height: 20px;
-webkit-border-radius:5px;
-Webkit-border-radius: 5px;
border-radius:5px;
border-radius: 5px;
}
}
   
   
#p-lang .pBody li, #p-dexlinks .pBody li { line-height:15px; }
# P-lang. PBODY li, # p-dexlinks. PBODY li {line-height: 15px;}
   
   
#p-tb .pBody li a, #p-wikicities-nav .pBody li a, #p-lang .pBody li a, #p-dexlinks .pBody li a {
# P-tb. PBODY li a, # p-Wikicities-nav. PBODY li a, # p-lang. PBODY li a, # p-dexlinks. PBODY li a {
color:#5E4600;
color: # 5E4600;
outline:none;
outline: none;
text-shadow:0 1px 1px #fff;
text-shadow: 0 1px 1px # fff;
font-weight:bold;
font-weight: bold;
}
}
   
   
#p-tb .pBody li a:hover, #p-wikicities-nav .pBody li a:hover, #p-lang .pBody li a:hover, #p-dexlinks .pBody li a:hover {
# P-tb. PBODY li a: hover, # p-Wikicities-nav. PBODY li a: hover, # p-lang. PBODY li a: hover, # p-dexlinks. PBODY li a: hover {
color:#2D2B28;
color: # 2D2B28;
text-decoration:none;
text-decoration: none;
}
}
   
   
/* Actividad reciente */
/ * Recent activity * /
   
   
li.activity-ns-0 {  
li.activity-ns-0 {
text-align: left !important;
text-align: left! important;
line-height: 15px !important;
line-height: 15px! important;
margin-top: 0 !important;
margin-top: 0! important;
margin-left: 5px;  
margin-left: 5px;
padding-bottom: 4px;  
padding-bottom: 4px;
border-bottom: 1px solid #E2A600;
border-bottom: 1px solid # E2A600;
width: 125px !important;  
width: 125px! important;
}
}
   
   
li.activity-ns-0 a img { vertical-align: top; }
li.activity-ns-0 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: first-child {border-top: 1px solid # 333; padding-top: 8px; margin-top:-4px! important;}
li.activity-ns-0:last-child { border-bottom: none; }
li.activity-ns-0: last-child {border-bottom: none;}
   
   
.activityfeed cite { font-size: 7.5pt !important; }
. ActivityFeed cite {font-size: 7.5pt! Important;}
.activityfeed.shortlist cite { display: block !important; }
. Activityfeed.shortlist cite {display: block! Important;}
   
   
#p-wikicities-nav hr {display:none;}
# P-nav Wikicities-hr {display: none;}
   
   
/* Sugerencias de búsqueda */
/ * Search suggestions * /
   
   
td.os-suggest-result, td.os-suggest-result-hl {
td.os-suggest-result, td.os-suggest-result-hl {
background-color:#FFF;
background-color: # FFF;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-weight:bold;
font-weight: bold;
cursor:pointer;
cursor: pointer;
letter-spacing:2px;
letter-spacing: 2px;
border-bottom:1px dashed #AAA;
border-bottom: 1px dashed # AAA;
}
}
   
   
td.os-suggest-result-hl {
td.os-suggest-result-hl {
background-color:#FFC521;
background-color: # FFC521;
color:#FFF;
color: # FFF;
text-shadow:#333 2px 1px 2px;
text-shadow: # 333 1px 2px 2px;
}
}
/* por alguna razón el ancho es igual al de la caja de búsqueda */
/ * For some reason the width is equal to the search box * /
#searchInputSuggest {width:auto !important;}
# SearchInputSuggest {width: auto! Important;}
   
   
/* Modo edición: mensaje de previsualización */
/ * Edit mode: message preview * /
   
   
#bodyContent .previewnote {  
# BodyContent. Previewnote {
background-color:#FFEDB8;
background-color: # FFEDB8;
border:2px solid #E1AE25;
border: 2px solid # E1AE25;
-webkit-border-radius:10px;
-Webkit-border-radius: 10px;
border-radius:10px;
border-radius: 10px;
padding:5px !important;
padding: 5px! important;
margin:20px auto;
margin: 20px auto;
}
}
#bodyContent .previewnote hr { display:none; }
# BodyContent. Previewnote hr {display: none;}
   
   
#bodyContent #mw-previewheader {
# # Mw-previewheader bodyContent {
background:none;
background: none;
color:black;
color: black;
border-bottom:1px solid #E1AE25;
border-bottom: 1px solid # E1AE25;
height:25px;
height: 25px;
line-height:27px;
line-height: 27px;
margin:0;
margin: 0;
padding-left:6px;
padding-left: 6px;
}
}
   
   
/* Modo edición: parte inferior */
/ * Edit mode: lower * /
   
   
div#editpage-copywarn {
div # EditPage-copywarn {
background-color:#eee;
background-color: # eee;
padding:0 7px;
padding: 0 7px;
margin-bottom:-4px;
margin-bottom:-4px;
margin-top:4px;
margin-top: 4px;
border:1px solid #ccc;
border: 1px solid # ccc;
color:#333;
color: # 333;
}
}
   
   
div#editOptions { background-color:#eee; padding:7px; color:#333; border:1px solid #ccc; }
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' */
# WpSummary {margin-bottom: 3px;} / * Not defined label, since there is more of a 'wpSummary' * /
div.editButtons { margin-top:4px; }
div.editButtons {margin-top: 4px;}
div.editButtons input { margin-right:3px; }
div.editButtons input {margin-right: 3px;}
input#wpSave { margin-right:3px; } /* Específico para anular el que lleva por defecto */
input # wpSave {margin-right: 3px;} / * Specific to override the default leading * /
   
   
/* Estilo de los botones */
/ * Style of the buttons * /
   
   
input[type="submit"],
input [type = "submit"],
input[type="reset"],
input [type = "reset"],
input[type="button"],
input [type = "button"],
button {
button {
background-color:#333;
background-color: # 333;
background:-moz-linear-gradient(top, #444 35%, #333 65%);
background:-moz-linear-gradient (top, # 444 35%, # 333 65%);
background:-webkit-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%);
background: linear-gradient (to bottom, # 444 35%, # 333 65%);
border:1px solid #333 !important;
border: 1px solid # 333! important;
-webkit-border-radius:7px;
-Webkit-border-radius: 7px;
border-radius:7px;
border-radius: 7px;
-moz-box-shadow:0 0 0 1px #333;
-Moz-box-shadow: 0 0 0 1px # 333;
-webkit-box-shadow:0 1px 0 #333, 0 -1px 0 #333, 1px 0 0 #333, -1px 0 0 #333;
-Webkit-box-shadow: 0 1px 0 # 333, 0-1px 0 # 333, 1px 0 0 # 333,-1px 0 0 # 333;
box-shadow:0 1px 0 #333, 0 -1px 0 #333, 1px 0 0 #333, -1px 0 0 #333;
box-shadow: 0 1px 0 # 333, 0-1px 0 # 333, 1px 0 0 # 333,-1px 0 0 # 333;
color:#FFF;
color: # FFF;
cursor:pointer;
cursor: pointer;
display:inline-block;
display: inline-block;
font:bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
font: bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
height:21px;
height: 21px;
margin:0;
margin: 0;
padding:0 10px;
padding: 0 10px;
text-decoration:none;
text-decoration: none;
white-space:nowrap;
white-space: nowrap;
}
}
   
   
/* Características propias para los botones de la caja de búsqueda */
/ * Features own buttons for the search box * /
   
   
form#searchform input[type="submit"] {
form # searchform input [type = "submit"] {
font:12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
font: 12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
padding:0 7px;
padding: 0 7px;
height:18px;
height: 18px;
margin-top:4px;
margin-top: 4px;
}
}
   
   
/* Arreglar tamaño en Mozilla */
/ * Fix size in Mozilla * /
input[type="submit"]::-moz-focus-inner,
input [type = "submit"] ::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input [type = "reset"] ::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input [type = "button"] ::-moz-focus-inner,
button::-moz-focus-inner {
button ::-moz-focus-inner {
padding:0;
padding: 0;
border:0;
Border: 0;
}
}
   
   
/* Estilos IE */
/ * Styles IE * /
input[type="submit"],
input [type = "submit"],
input[type="reset"],
input [type = "reset"],
input[type="button"],
input [type = "button"],
button {
button {
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FF444444", EndColorStr="#FF333333");
filter: progid: DXImageTransform.Microsoft.Gradient (GradientType = 0, StartColorStr = "# FF444444" EndColorStr = "# FF333333");
/*outline:1px solid #333\9;*/
/ * Outline: 1px solid # 333 \ 9, * /
overflow:visible;
overflow: visible;
width:auto;
width: auto;
}
}
   
   
/* Estados :hover y :active */
/ * States: hover and: active * /
   
   
input[type="submit"]:hover,
input [type = "submit"]: hover,
input[type="reset"]:hover,
input [type = "reset"]: hover,
input[type="button"]:hover,
input [type = "button"]: hover,
button:hover {
button: hover {
text-decoration:none;
text-decoration: none;
text-shadow:#000 0 1px 1px;
text-shadow: 0 1px 1px # 000;
}
}
   
   
input[type="submit"]:active,input[type="submit"]:focus,
input [type = "submit"]: active, input [type = "submit"]: focus,
input[type="reset"]:active,input[type="reset"]:focus,
input [type = "reset"]: active, input [type = "reset"]: focus,
input[type="button"]:active,input[type="button"]:focus,
input [type = "button"]: active, input [type = "button"]: focus,
button:active,button:focus {
button: active, button: focus {
color:#FFF;
color: # FFF;
background:-moz-linear-gradient(top, #333 35%, #444 65%);
background:-moz-linear-gradient (top, # 333 35%, # 444 65%);
background:-webkit-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%);
background: linear-gradient (to bottom, # 333 35%, # 444 65%);
}
}
   
   
/* Pie de página */
/ * Footer * /
   
   
div#footer {
div # footer {
width:86%;
width: 86%;
background:#333;
background: # 333;
color:#eee;
color: # eee;
font-size:70%;
font-size: 70%;
border:1px solid #aaa;
border: 1px solid # aaa;
-webkit-border-top-left-radius:15px;
-Webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius:15px;
-Webkit-border-bottom-left-radius: 15px;
border-radius:15px 0 0 15px;
border-radius: 15px 0 0 15px;
clear:both;
clear: both;
margin-left:auto;
margin-left: auto;
}
}
   
   
#footer li#hosting {
# Footer li # hosting {
display:table;
display: table;
border-top:1px solid #444;
border-top: 1px solid # 444;
margin:2px auto;
margin: 2px auto;
padding:2px 10px;
padding: 2px 10px;
}
}
   
   
#footer a { color:#fff; font-weight:bold; }
# Footer a {color: # fff; font-weight: bold;}
#f-copyrightico { margin-left:15px; }
# F-copyrightico {margin-left: 15px;}
#f-poweredbyico, #f-copyrightico { margin-top:35px; }
# F-poweredbyico, # f-copyrightico {margin-top: 35px;}
   
   
/*sombras*/
/ * Shadows * /
#p-cactions ul li, #p-search, #p-navigation, #p-tb, #p-wikicities-nav, #p-lang, #p-dexlinks, #p-sb, #p-navigation ul.sub-menu {
# P-cactions ul li, # p-search, # p-navigation, # p-tb, # p-Wikicities-nav, # p-lang, # p-dexlinks, # p-sb, # p-navigation ul. sub-menu {
-moz-box-shadow:2px 2px 5px #333;
-Moz-box-shadow: 2px 2px 5px # 333;
-webkit-box-shadow:2px 2px 5px #333;
-Webkit-box-shadow: 2px 2px 5px # 333;
box-shadow:2px 2px 5px #333;
box-shadow: 2px 2px 5px # 333;
}
}
   
   
/*** Monobook Sidebar ***/
/ *** Monobook Sidebar *** /
/*sin un padding feo */
/ * Without an ugly padding * /
#p-navigation ul {
# P-navigation ul {
margin:0;
margin: 0;
}
}
#p-navigation > div {
# P-navigation> div {
border-color:#333;
border-color: # 333;
background:#fec423;
background: # fec423;
padding:0;
padding: 0;
}
}
/*que no sea un list*/
/ * Than a list * /
#p-navigation li {
# P-navigation li {
display:block;
display: block;
list-style-image:none !important;/*por IE*/
list-style-image: none! important ;/ * for IE * /
}
}
/*diseño general de los enlaces*/
/ * Overall design of the links * /
#p-navigation li > a {
# P-navigation li> a {
display:block;
display: block;
position:relative;
position: relative;
background:#fff;
background: # fff;
color:#000;
color: # 000;
font-size:14.9px;
font-size: 14.9px;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
padding:0 0 0 10px;
padding: 0 0 0 10px;
line-height:24px;
line-height: 24px;
font-weight:bold;
font-weight: bold;
text-decoration:none;
text-decoration: none;
border-bottom:1px solid #EEEEEE;
border-bottom: 1px solid # EEEEEE;
}
}
/*especial solo para el menu de primer nivel*/
/ * Special menu just for the top level * /
#p-navigation > div > ul > li > a {
# P-navigation> div> ul> li> a {
background:#edce01 url("data:image/gif;base64,R0lGODdhAQAWAKEDAN+hA+a3Au3OAf///ywAAAAAAQAWAAACBpSPEsDtBQA7") repeat-x left center;
background: # edce01 url ("data: image / gif, base64, R0lGODdhAQAWAKEDAN + hA + a3Au3OAf / / / ywAAAAAAQAWAAACBpSPEsDtBQA7") repeat-x left center;
margin:1px 1px 0 1px;
margin: 0 1px 1px 1px;
padding:0 0 0 10px;
padding: 0 0 0 10px;
color:#fff;
color: # fff;
width:auto;
width: auto;
text-shadow:#555 1px 1px 3px;
text-shadow: 1px 1px 3px # 555;
}
}
#p-navigation > div > ul > li.hover > a {
# P-navigation> div> ul> li.hover> a {
color:#fff5a1;
color: # fff5a1;
text-shadow:#AAA46C 1px 1px 3px;
text-shadow: 1px 1px 3px # AAA46C;
}
}
#p-navigation > div > ul > li > a > em {
# P-navigation> div> ul> li> a> em {
right:8px;
right: 8px;
}
}
/* marcador submenu */
/ * Marker submenu * /
#p-navigation em {
# P-navigation em {
font-style:normal;
font-style: normal;
font-family:arial,sans-serif;
font-family: arial, sans-serif;
font-size:16pt;
font-size: 16pt;
font-weight:bold;
font-weight: bold;
line-height:20px;
line-height: 20px;
position:absolute;
position: absolute;
right:8px;
right: 8px;
top:0px
top: 0px
}
}
/*hover*/
/ * Hover * /
#p-navigation li > ul > li.hover > a {
# P-navigation li> ul> li.hover> a {
background-color:#FFD14E;
background-color: # FFD14E;
}
}
   
   
#p-navigation li.hover > ul.sub-menu {
# P-navigation li.hover> ul.sub-menu {
display:block;
display: block;
}
}
   
   
/* general submenu*/
/ * General submenu * /
#p-navigation ul.sub-menu {
# P-navigation-menu {ul.sub
border:1px solid #aaa;
border: 1px solid # aaa;
display:none; background:#fff;
display: none; background: # fff;
position:absolute;
position: absolute;
padding:1px;
padding: 1px;
width:200px;
width: 200px;
margin-left:195px;
margin-left: 195px;
margin-top:-27px;
margin-top:-27px;
z-index:100;
z-index: 100;
}
}
/* Solo el primero */
/ * Only the first * /
#p-navigation > div > ul > li > ul.sub-menu {
# P-navigation> div> ul> li> ul.sub-menu {
margin-left:138px;
margin-left: 138px;
}
}
/*** Fin Monobook Sidebar ***/
/ *** End Monobook Sidebar *** /
   
   
/* UserWikiInfo (en contribuciones, páginas de usuario y discusión) */
/ * UserWikiInfo (in contributions, user pages and talk) * /
#UserWikiInfo {
# UserWikiInfo {
min-height:112px;
min-height: 112px;
background-color:#333;
background-color: # 333;
background:-moz-linear-gradient(top, #777, #333);
background:-moz-linear-gradient (top, # 777, # 333);
background:-webkit-linear-gradient(top, #777, #333);
background:-webkit-linear-gradient (top, # 777, # 333);
background:linear-gradient(to bottom, #777, #333);
background: linear-gradient (to bottom, # 777, # 333);
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333333', startColorstr='#777777', gradientType='0');
filter: progid: DXImageTransform.Microsoft.Gradient (endColorstr = '# 333333', startColorstr = '# 777777', GradientType = '0 ');
color:#AAA;
color: # AAA;
overflow:hidden;
overflow: hidden;
line-height:200%;
line-height: 200%;
margin:1px 0 10px 0;
margin: 1px 0 10px 0;
padding:2px 5px;
padding: 2px 5px;
border:1px solid #999;
border: 1px solid # 999;
-webkit-border-bottom-right-radius:10px;
-Webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-Webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius:10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius:10px;
border-bottom-left-radius: 10px;
-moz-box-shadow:0 0.1em 0.9em 0.1em #999;
-Moz-box-shadow: 0 0.1em 0.9em 0.1em # 999;
-webkit-box-shadow:0 0.1em 0.9em 0.1em #999;
-Webkit-box-shadow: 0 0.1em 0.9em 0.1em # 999;
box-shadow:0 0.1em 0.9em 0.1em #999;
box-shadow: 0 0.1em 0.9em 0.1em # 999;
}
}
   
   
#UserWikiInfo > div.useravatar {
# UserWikiInfo> div.useravatar {
float:left;
float: left;
margin:5px;
margin: 5px;
margin-right:10px;
margin-right: 10px;
border:1px solid #aaa;
border: 1px solid # aaa;
-moz-box-shadow:0 0 0.5em 0.1em #aaa;
-Moz-box-shadow: 0 0 0.5em 0.1em # aaa;
-webkit-box-shadow:0 0 0.5em 0.1em #aaa;
-Webkit-box-shadow: 0 0 0.5em 0.1em # aaa;
box-shadow:0 0 0.5em 0.1em #aaa;
box-shadow: 0 0 0.5em 0.1em # aaa;
position:relative;
position: relative;
}
}
   
   
#UserWikiInfo > .useravatar > .editavatar {
# UserWikiInfo>. Useravatar>. Editavatar {
display:none;
display: none;
}
}
   
   
#UserWikiInfo > .useravatar:hover > .editavatar {
# UserWikiInfo>. Useravatar: hover>. Editavatar {
display:block;
display: block;
z-index:5;
z-index: 5;
position:absolute;
position: absolute;
top:0;
top: 0;
left:0;
left: 0;
padding:5px;
padding: 5px;
text-align:center;
text-align: center;
background:#ccc;
background: # ccc;
color:#00c;
color: # 00c;
}
}
   
   
#UserWikiInfo > span {
# UserWikiInfo> span {
display:inline-block;
display: inline-block;
padding:2px 10px;
padding: 2px 10px;
margin-top:5px;
margin-top: 5px;
border:1px solid #444;
border: 1px solid # 444;
background:#555;
background: # 555;
color:#fff;
color: # fff;
-webkit-border-radius:5px;
-Webkit-border-radius: 5px;
border-radius:5px;
border-radius: 5px;
}
}
   
   
#UserWikiInfo > span a { color:#fec423; }
# UserWikiInfo> span a {color: # fec423;}
   
   
#UserWikiInfo span.contenteditcount {
# UserWikiInfo span.contenteditcount {
display:inline-block;
display: inline-block;
padding:4px 8px;
padding: 4px 8px;
border:1px solid #444;
border: 1px solid # 444;
background:#555;
background: # 555;
color:#fff;
color: # fff;
-webkit-border-radius:5px;
-Webkit-border-radius: 5px;
border-radius:5px;
border-radius: 5px;
}
}
   
   
#UserWikiInfo span.psmax {
# UserWikiInfo span.psmax {
display:block;
display: block;
width:100px;
width: 100px;
border:1px solid #eee;
border: 1px solid # eee;
-webkit-border-radius:2px;
-Webkit-border-radius: 2px;
border-radius:2px;
border-radius: 2px;
}
}
   
   
#UserWikiInfo span.psact {
# UserWikiInfo span.psact {
display:block;
display: block;
height:5px;
height: 5px;
background-color:#60f860;
background-color: # 60f860;
-moz-box-shadow:inset 0 0 1px 0 #333;
-Moz-box-shadow: inset 0 0 1px 0 # 333;
-webkit-box-shadow:inset 0 0 1px 0 #333;
-Webkit-box-shadow: inset 0 0 1px 0 # 333;
box-shadow:inset 0 0 1px 0 #333;
box-shadow: inset 0 0 1px 0 # 333;
}
}
#UserWikiInfo span.psact.pslvl1 { background-color:#f8d800; }
# UserWikiInfo span.psact.pslvl1 {background-color: # f8d800;}
#UserWikiInfo span.psact.pslvl0 { background-color:#ff0000; }
# UserWikiInfo span.psact.pslvl0 {background-color: # ff0000;}
   
   
/*** Parches ***/
/ *** Patches *** /
   
   
/* Parche: Queda montado sobre el link de login */
/ * Patch: It is mounted on the login link * /
#column-google {margin-top:1em;}
# Column-google {margin-top: 1em;}
   
   
/* Parches: CSS que falta para el LinkSuggest */
/ * Patches: Missing CSS for LinkSuggest * /
.navigation-hover {
. Navigation-hover {
background-color:#fdff4f; /* #e0efff;*/
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 */
/ * Patch: In Monobook background and color is forced from your CSS. In Monaco not, and some styles do not contemplate. We return the background color transparent and appropriate * /
table, abbr, acronym, .explain {
table, abbr, acronym,. explain {
color:inherit;
color: inherit;
background-color:inherit;
background-color: inherit;
}
}
/* Parche: Esto se usa en el "ampliar" de thumbs, y Thickbox. No está en monobook */
/ * Patch: This is used in the "broadening" of thumbs, and Thickbox. Not in Monobook * /
.sprite {
. Sprite {
height:16px;
height: 16px;
width:16px;
width: 16px;
position:relative;
position: relative;
vertical-align:middle;
vertical-align: middle;
top:-2px;
top:-2px;
}
}
   
   
/* Espacio para que no solape el #navegador */
/ * Space for the # browser does not overlap * /
.ns-0 .firstHeading, .ns-14 .firstHeading {
. Ns-0. FirstHeading,. Ns-14. FirstHeading {
margin-top:10px;
margin-top: 10px;
}
}
/* "en otros idiomas" quedaba por encima de los encabezados */
/ * "In other languages" was above the headers * /
#p-lang {position:static;}
# 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. */
/ * The CSS on this page comes from Pokémon. To the authors of it, see the history of [[w: c: es.pokemon: MediaWiki: Monobook.css]]. Please keep this message if you copy the code to another wiki. * /
/* </pre> */
/ * </ Pre> * /

Revision as of 09:32, 30 May 2013

/ * CSS Placed here will Affect users of the Monobook skin * /
/ * CSS Placed here will Affect users of the MonoBook skin * /

 
/ * User Panel * /
li # pt-Userpage, li # pt-anonuserpage, li # pt-login {background-image: none;}
 
# P-staff 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-staff li # pt-Userpage to {
border-left: 0;
margin-left: 0;
color: # fec423;
font-weight: bold;
}
 
# P-staff li a: hover, # p-staff 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: 1px 1px 1px # 999;
text-decoration: none;
}
 
# P-staff 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: 1px 1px 1px # 999;
text-decoration: none;
}
 
/ * It contains nothing and deforms the list of links * /
li # pt-fbuser {display: none;}
 
/ * Wall, is set to visibility: hidden, and brings up the gap * /
# Pt-wall-notifications. Prehide {display: none;}
# P-staff li # pt-wall-notifications {margin-left: 0px;}
# Pt-wall-notifications-notifications-Monobook a.wall {margin-left: 1em;}
 
/ * Tabs * /
 
# 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;
}
 
Cactions p-li # a, # p-cactions li.selected to {
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 {
background-color: # e8ddff;
}
 

 
/ * Content space * /
 
# 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;
}
 
 
/ * First header * /
 
# 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-12px 0-12px;
padding: 8px 0 0 10px;
line-height: 1.5em;
}
 
. Ns-0 # firstHeading,. Ns-14 # firstHeading {padding-top: 26px;}
 
/ * Category Bar * /
 
# BodyContent> # catlinks {
border: none;
background:-moz-linear-gradient (top, # 666, # 333);
background:-webkit-linear-gradient (top, # 666, # 333);
background: linear-gradient (to bottom, # 666, # 333);
-Webkit-border-bottom-right-radius: 10px;
border-radius: 0 0 0 8px;
margin: 10px-12px-13px-13px;
padding: 10px 8px 0 8px;
}
 
# Catlinks-background-image {
float: right;
background: url (http://images2.wikia.nocookie.net/__cb20110213183330/es.pokemon/images/9/96/FondoCategorias.png) no-repeat right center;
width: 100px;
margin: 0px-14px-8px 0;
height: 35px;
}
 
/ * Http://community.wikia.com/wiki/Forum:Category_redlinks_not_red * /
# Catlinks a.newcategory {color: # ff591f;}
a.newcategory {color: # CC2200;}
 
/ *** Side Menu *** /
 
. 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;} / * specific because they are two words ("capitzalize '= Other Languages) * /
 
# SearchBody {
border-color: # 333;
background: # fec423 top left repeat-x;
}
 
# P-tb. PBODY, # p-Wikicities-nav. PBODY, # p-lang. PBODY, # p-dexlinks. PBODY {
border-color: # 333;
background-color: # FEEECC;
}
 
# 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 # FFDC76;
background-color: # FFDC76;
margin-top: 6px;
text-align: center;
width: 133px;
line-height: 20px;
-Webkit-border-radius: 5px;
border-radius: 5px;
}
 
# P-lang. PBODY li, # p-dexlinks. PBODY li {line-height: 15px;}
 
# P-tb. PBODY li a, # p-Wikicities-nav. PBODY li a, # p-lang. PBODY li a, # p-dexlinks. PBODY li a {
color: # 5E4600;
outline: none;
text-shadow: 0 1px 1px # fff;
font-weight: bold;
}
 
# P-tb. PBODY li a: hover, # p-Wikicities-nav. PBODY li a: hover, # p-lang. PBODY li a: hover, # p-dexlinks. PBODY li a: hover {
color: # 2D2B28;
text-decoration: none;
}
 
/ * Recent activity * /
 
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 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-nav Wikicities-hr {display: none;}
 
/ * Search suggestions * /
 
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 1px 2px 2px;
}
/ * For some reason the width is equal to the search box * /
# SearchInputSuggest {width: auto! Important;}
 
/ * Edit mode: message preview * /
 
# BodyContent. Previewnote {
background-color: # FFEDB8;
border: 2px solid # E1AE25;
-Webkit-border-radius: 10px;
border-radius: 10px;
padding: 5px! important;
margin: 20px auto;
}
# BodyContent. Previewnote hr {display: none;}
 
# # Mw-previewheader bodyContent {
background: none;
color: black;
border-bottom: 1px solid # E1AE25;
height: 25px;
line-height: 27px;
margin: 0;
padding-left: 6px;
}
 
/ * Edit mode: lower * /
 
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;} / * Not defined label, since there is more of a 'wpSummary' * /
div.editButtons {margin-top: 4px;}
div.editButtons input {margin-right: 3px;}
input # wpSave {margin-right: 3px;} / * Specific to override the default leading * /
 
/ * Style of the buttons * /
 
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%);
border: 1px solid # 333! important;
-Webkit-border-radius: 7px;
border-radius: 7px;
-Moz-box-shadow: 0 0 0 1px # 333;
-Webkit-box-shadow: 0 1px 0 # 333, 0-1px 0 # 333, 1px 0 0 # 333,-1px 0 0 # 333;
box-shadow: 0 1px 0 # 333, 0-1px 0 # 333, 1px 0 0 # 333,-1px 0 0 # 333;
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;
}
 
/ * Features own buttons for the search box * /
 
form # searchform input [type = "submit"] {
font: 12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
padding: 0 7px;
height: 18px;
margin-top: 4px;
}
 
/ * Fix size in 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;
}
 
/ * Styles 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;
}
 
/ * States: hover and: active * /
 
input [type = "submit"]: hover,
input [type = "reset"]: hover,
input [type = "button"]: hover,
button: hover {
text-decoration: none;
text-shadow: 0 1px 1px # 000;
}
 
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%);
}
 
/ * Footer * /
 
div # footer {
width: 86%;
background: # 333;
color: # eee;
font-size: 70%;
border: 1px solid # aaa;
-Webkit-border-top-left-radius: 15px;
-Webkit-border-bottom-left-radius: 15px;
border-radius: 15px 0 0 15px;
clear: both;
margin-left: auto;
}
 
# Footer li # hosting {
display: table;
border-top: 1px solid # 444;
margin: 2px auto;
padding: 2px 10px;
}
 
# Footer a {color: # fff; font-weight: bold;}
# F-copyrightico {margin-left: 15px;}
# F-poweredbyico, # f-copyrightico {margin-top: 35px;}
 
/ * Shadows * /
# P-cactions ul li, # p-search, # p-navigation, # p-tb, # 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 *** /
/ * Without an ugly padding * /
# P-navigation ul {
margin: 0;
}
# P-navigation> div {
border-color: # 333;
background: # fec423;
padding: 0;
}
/ * Than a list * /
# P-navigation li {
display: block;
list-style-image: none! important ;/ * for IE * /
}
/ * Overall design of the links * /
# 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;
}
/ * Special menu just for the top level * /
# P-navigation> div> ul> li> a {
background: # edce01 url ("data: image / gif, base64, R0lGODdhAQAWAKEDAN + hA + a3Au3OAf / / / ywAAAAAAQAWAAACBpSPEsDtBQA7") repeat-x left center;
margin: 0 1px 1px 1px;
padding: 0 0 0 10px;
color: # fff;
width: auto;
text-shadow: 1px 1px 3px # 555;
}
# P-navigation> div> ul> li.hover> a {
color: # fff5a1;
text-shadow: 1px 1px 3px # AAA46C;
}
# P-navigation> div> ul> li> a> em {
right: 8px;
}
/ * Marker 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: # FFD14E;
}
 
# P-navigation li.hover> ul.sub-menu {
display: block;
}
 
/ * General submenu * /
# P-navigation-menu {ul.sub
border: 1px solid # aaa;
display: none; background: # fff;
position: absolute;
padding: 1px;
width: 200px;
margin-left: 195px;
margin-top:-27px;
z-index: 100;
}
/ * Only the first * /
# P-navigation> div> ul> li> ul.sub-menu {
margin-left: 138px;
}
/ *** End Monobook Sidebar *** /
 
/ * UserWikiInfo (in contributions, user pages and talk) * /
# UserWikiInfo {
min-height: 112px;
background-color: # 333;
background:-moz-linear-gradient (top, # 777, # 333);
background:-webkit-linear-gradient (top, # 777, # 333);
background: linear-gradient (to bottom, # 777, # 333);
filter: progid: DXImageTransform.Microsoft.Gradient (endColorstr = '# 333333', startColorstr = '# 777777', GradientType = '0 ');
color: # AAA;
overflow: hidden;
line-height: 200%;
margin: 1px 0 10px 0;
padding: 2px 5px;
border: 1px solid # 999;
-Webkit-border-bottom-right-radius: 10px;
-Webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-Moz-box-shadow: 0 0.1em 0.9em 0.1em # 999;
-Webkit-box-shadow: 0 0.1em 0.9em 0.1em # 999;
box-shadow: 0 0.1em 0.9em 0.1em # 999;
}
 
# UserWikiInfo> div.useravatar {
float: left;
margin: 5px;
margin-right: 10px;
border: 1px solid # aaa;
-Moz-box-shadow: 0 0 0.5em 0.1em # aaa;
-Webkit-box-shadow: 0 0 0.5em 0.1em # aaa;
box-shadow: 0 0 0.5em 0.1em # aaa;
position: relative;
}
 
# UserWikiInfo>. Useravatar>. Editavatar {
display: none;
}
 
# UserWikiInfo>. Useravatar: hover>. Editavatar {
display: block;
z-index: 5;
position: absolute;
top: 0;
left: 0;
padding: 5px;
text-align: center;
background: # ccc;
color: # 00c;
}
 
# UserWikiInfo> span {
display: inline-block;
padding: 2px 10px;
margin-top: 5px;
border: 1px solid # 444;
background: # 555;
color: # fff;
-Webkit-border-radius: 5px;
border-radius: 5px;
}
 
# UserWikiInfo> span a {color: # fec423;}
 
# UserWikiInfo span.contenteditcount {
display: inline-block;
padding: 4px 8px;
border: 1px solid # 444;
background: # 555;
color: # fff;
-Webkit-border-radius: 5px;
border-radius: 5px;
}
 
# UserWikiInfo span.psmax {
display: block;
width: 100px;
border: 1px solid # eee;
-Webkit-border-radius: 2px;
border-radius: 2px;
}
 
# UserWikiInfo span.psact {
display: block;
height: 5px;
background-color: # 60f860;
-Moz-box-shadow: inset 0 0 1px 0 # 333;
-Webkit-box-shadow: inset 0 0 1px 0 # 333;
box-shadow: inset 0 0 1px 0 # 333;
}
# UserWikiInfo span.psact.pslvl1 {background-color: # f8d800;}
# UserWikiInfo span.psact.pslvl0 {background-color: # ff0000;}
 
/ *** Patches *** /
 
/ * Patch: It is mounted on the login link * /
# Column-google {margin-top: 1em;}
 
/ * Patches: Missing CSS for LinkSuggest * /
. Navigation-hover {
background-color: # fdff4f; / * # e0efff; * /
}
/ * Patch: In Monobook background and color is forced from your CSS. In Monaco not, and some styles do not contemplate. We return the background color transparent and appropriate * /
table, abbr, acronym,. explain {
color: inherit;
background-color: inherit;
}
/ * Patch: This is used in the "broadening" of thumbs, and Thickbox. Not in Monobook * /
. Sprite {
height: 16px;
width: 16px;
position: relative;
vertical-align: middle;
top:-2px;
}
 
/ * Space for the # browser does not overlap * /
. Ns-0. FirstHeading,. Ns-14. FirstHeading {
margin-top: 10px;
}
/ * "In other languages" was above the headers * /
# P-lang {position: static;}
 
/ * The CSS on this page comes from Pokémon. To the authors of it, see the history of [[w: c: es.pokemon: MediaWiki: Monobook.css]]. Please keep this message if you copy the code to another wiki. * /
/ * </ Pre> * /