Still working to recover. Please don't edit quite yet.

Difference between revisions of "MediaWiki:Monobook.css/test"

From Anarchopedia
Jump to: navigation, search
Line 1: Line 1:
/** <pre><nowiki> */
+
/* <pre>  
/***** BACKGROUND COLORS FOR NAMESPACES *****/
+
Personalizada por Sir Lestaty de Lioncourt, para el [[w:pt:User:Sir Lestaty de Lioncourt/Monobook-Suite]]
 
+
http://pt.wikipedia.org/wiki/Usuário:Sir Lestaty de Lioncourt/Monobook-Suite */
  /* Colour of pseudo NS Special (light grey) */
+
 
   
 
   
.ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
+
/* Sección 1: Configuración general */
.ns--2 div.thumb { border-color: #f4f4f4; }
+
  
/* Colour of NS Project + Project_talk (light sky blue) */
+
body {
+
    font: x-small sans-serif;
.ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
+
    background: #f9f9f9 url(http://commons.wikipedia.org/skins-1.5/monobook/headbg.jpg) 0 0 no-repeat;
.ns-4 div.thumb { border-color: #f8fcff; }
+
    color: black;
+
    margin: 0;
.ns-5 #content, .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
+
    padding: 0;
.ns-5 div.thumb { border-color: #f8fcff; }
+
}
  
/* Colour of NS MediaWiki + MediaWiki_talk (light grey) */
+
a {text-decoration:none}
+
a:active, a:hover {text-decoration:underline}
.ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
+
.stub:visited {color:darkorange !important}
.ns-8 div.thumb { border-color: #f4f4f4; }
+
+
.ns-9 #content, .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
+
.ns-9 div.thumb { border-color: #f4f4f4; }
+
  
/* Blue border for Public Domain namespaces.  This is currently NS Help (but NOT Help_talk) */
+
#p-cactions #ca-edit-0 a {  
+
    padding-left: 0.4em;
.ns-12 #content {
+
    padding-right: 0.4em;
    border: 2px solid #0000CC; border-right: none;
+
 
+
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
+
    background-repeat: no-repeat;
+
    background-position: right top;
+
  }
+
 
+
  .ns-12 #bodyContent {
+
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
+
    background-repeat: no-repeat;
+
    background-position: right 5em;
+
  }
+
 
+
/* Colour of NS Manual + Manual_talk (light bluish violet) */
+
+
.ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
+
.ns-100 div.thumb { border-color: #f3f3ff; }
+
+
.ns-101 #content, .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }
+
.ns-101 div.thumb { border-color: #f3f3ff; }
+
 
+
/***** BACKGROUND AND BORDER COLORS FOR CONTENT  *****/
+
 
+
/* Border colors */
+
+
.borderc1 { border-color: #e9e9e9; border-width:thin; }  /* light grey */
+
+
.borderc2 { border-color: #aaaaaa; border-width:thin; }  /* grey (as toc) */
+
+
.borderc3 { border-color: #777777; border-width:thin; }  /* dark grey */
+
+
.borderc4 { border-color: #000000; border-width:thin; }  /* black */
+
+
.borderc5 { border-color: #c00000; border-width:thin; }  /* red */
+
 
+
.borderc6 { border-color: #025e9d; border-width:thin; }  /* blue */
+
 
+
.borderc7 { border-color: #008040; border-width:thin; }  /* green */
+
+
.borderc8 { border-color: #ffcc00; border-width:thin; }  /* yellow */
+
 
+
/* Background colors */
+
+
.backgroundc1 { background-color: #ffffff; }  /* white */
+
+
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
+
+
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
+
+
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
+
+
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
+
+
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
+
+
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
+
 
+
/***** SOME OTHER SMALL THINGS *****/
+
 
+
/* Marking redirects in Special:Allpages  */
+
+
.allpagesredirect { font-style: italic; }
+
+
.watchlistredir { font-style: italic; }
+
 
+
/* Bug 1583 Printing of thumbnails */
+
+
div.tright { clear: right; }
+
 
+
/* SideBoxes ([[:de:Wikipedia:TownBox|TB]]) */
+
+
div.sideBox {
+
position: relative;
+
float: right;
+
background: white;
+
margin-left: 1em;
+
border: 1px solid gray;
+
padding: 0.3em;
+
width: 200px;
+
overflow: hidden;
+
clear: right;
+
}
+
div.sideBox dl {
+
padding: 0;
+
margin: 0 0 0.3em 0;
+
font-size: 96%;
+
}
+
div.sideBox dl dt {
+
background: none;
+
margin: 0.4em 0 0 0;
+
}
+
div.sideBox dl dd {
+
margin: 0.1em 0 0 1.1em;
+
background-color: #f3f3f3;
+
}
+
 
+
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
+
.majorwarning {
+
  background: yellow;
+
  padding: 0.3em;
+
  text-align: center;
+
  font-size: 125%;
+
  border: 2px solid red;
+
 
}
 
}
  
/******* MAIN PAGE STYLING **********/
+
#content { color : black; font-family:Trebuchet MS;}
  
#mainpage_topbox {
+
/* Colores de la caja de edición al editar textos */
  background: #f9f9f9;  
+
textarea { color: #000000; }
  padding: 0px;
+
textarea { background : #F8F8F8; }  
  border: 1px solid #aaaaaa;  
+
  margin: 0.2em 10px 10px;
+
}
+
  
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
+
/* Barra personal (la que tiene enlaces a las preferencias, buzón, usuario, etc.) */
  font-size: 105%;
+
#p-personal li a { color: #003399;
  padding: 0.4em;
+
#p-personal li a:hover { color: #C00000;
  background-color: #eeeeee;  
+
  border-bottom: 1px solid #aaaaaa;  
+
  
}
+
/* Color por defecto */
 +
#p-cactions li { background : white; }
 +
#p-cactions li a { background-color : white; }  
  
.mainpage_boxtitle {
+
/* Sin padding para enlaces externos */
  line-height: 120%;
+
#bodyContent .plainlinks a {padding: 0 !important}
}
+
  
#mainpage_pagetitle {
 
  color: #cf7606;
 
  font-size: 200% !important;
 
}
 
  
#mainpage_sitelinks {
+
/* Sección 2: Bordes redondeados (para navegadores moz/firefox/gecko) */
  padding: 0.2em;
+
  text-align: center;
+
  background-color: white;
+
}
+
.mainpage_hubtitle {
+
  text-align: center;
+
}
+
  
.mainpage_boxcontents, .mainpage_boxcontents_small {
+
.pBody {
  background: #ffffff;
+
  padding: 0.3em 0.1em;
  padding:0.2em 0.4em;
+
  -moz-border-radius-topright: 0.5em;
 
}
 
}
  
.mainpage_boxcontents_small {
+
.portlet h5 {
  font-size: 95%;
+
  background-color: #e0e3e6;
 +
  border: thin solid silver;
 +
  -moz-border-radius-topright: 0.5em;
 
}
 
}
  
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
+
#p-cactions ul li, #p-cactions ul li a {
   padding: 0;
+
   -moz-border-radius-topright: 0.5em;
  border: 1px solid #aaaaaa;
+
 
}
 
}
  
.mainpage_hubbox {
+
#content {
   margin-bottom: 0;
+
   -moz-border-radius-topleft: 0.5em;
 
}
 
}
  
#mainpage_newscell {
 
  margin-bottom: 15px;
 
  margin-top: 0 !important;
 
}
 
  
#mainpage_newscell .mainpage_boxtitle {
+
/* Sección 3: Estilo de los diff */
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
+
    background-repeat: no-repeat;
+
    background-position: 99% 0.3em;
+
    padding-right: 25px;
+
}
+
  
#mainpage_downloadcell {
+
td.diff-deletedline {background:#E4F6D8;}
  width: 17em;  
+
td.diff-addedline {background:#D8E4F6;}
  margin-bottom: 5px;  
+
td.diff-deletedline .diffchange {
 +
    text-decoration: line-through;
 +
    color: #104000;
 
}
 
}
 
+
td.diff-addedline .diffchange {
#mainpage_downloadcell .mainpage_boxtitle {
+
     text-decoration: underline;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
+
     color: #001040;
     background-repeat: no-repeat;
+
     background-position: 96% 0.33em;
+
    padding-right: 25px;
+
 
}
 
}
  
/* The words 'MediaWiki.org' in the title.*/
 
#mainpage_mwtitle {
 
  color: #005288;
 
}
 
  
/********* Extension Infobox Styling ***********/
+
/* Sección 4: Estilo de los títulos */  
  
.ext-infobox {
+
h1, h2, h3, h4, h5, h6 { color: #001155;}
  border: 2px solid #aaaaaa;
+
#bodyContent h1 { color : #001155; }
  width: 272px;  
+
#bodyContent h2 { color : #001155; }
  float: right;  
+
#bodyContent h3 { color : #001155; }
  margin: 0 0 0.5em 0.5em;  
+
#bodyContent h4 { color : #001155; }
  border-collapse: collapse;  
+
#bodyContent h5 { color : #001155; }
  background-color: white;
+
#bodyContent h6 { color : #001155; }
}
+
  
.ext-infobox td {
+
h1 {
  border: 2px none #aaaaaa;
+
    font-weight: 100;
  padding: 0.2em 0.5em;
+
    -moz-border-radius-topright: 0.5em;
  border-bottom: 1px solid #f0f0f0 !important;
+
    -moz-border-radius-bottomleft: 0.5em;
 +
    -moz-border-radius-topleft: 0.5em;
 +
    -moz-border-radius-bottomright: 0.5em;
 +
    background: #ECF3FC;
 +
    width: 90%;
 +
    margin: 0.5em 0 0.5em 1em;
 +
    padding: 0.5em;
 +
    border-bottom: 0px
 
}
 
}
  
.ext-header {
+
h2 {
  background-color: #aaaaaa;
+
    color: #001155;
  color: white;
+
    font-size: 14pt;
  text-align: left;
+
    font-weight: bold
}
+
.ext-header td {
+
  padding-top: 0.5em;
+
 
}
 
}
  
.ext-header img {
 
  padding: 0 0.2em 0 0.5em;
 
}
 
  
.ext-status-unstable, .ext-status-unstable td {
+
/* Sección 5: Estilo de las barras de navegación (columna de la izquierda)
  border-color: #990000;
+
   (Navegación, búsqueda, herramientas, interwikis, personal, desarrollo, recursos, participa,   estados) */
}
+
.ext-status-unstable .ext-header {
+
   background-color: #990000;
+
   color: #ffff00;
+
}
+
  
.ext-status-experimental, .ext-status-experimental td {
+
/* Cabeceras */
  border-color: #CC6600;
+
#p-navigation 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 {
}
+
    background: #CCE0FB;
.ext-status-experimental .ext-header {
+
    padding: 4px 10px;
  background-color: #CC6600;
+
    display: block;
 +
    font-weight: bold;
 +
    font-size: .8em;
 +
    margin-bottom: 1px;
 +
    -moz-border-radius-topright: 1em;
 
}
 
}
  
.ext-status-beta, .ext-status-beta td {
+
/* Enlaces */
  border-color: #000099;
+
#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 { color: #003399; }
}
+
.ext-status-beta .ext-header {
+
  background-color: #000099;
+
}
+
  
.ext-status-stable, .ext-status-stable td  {
+
/*Contenido */
  border-color: #009900;
+
.pBody {
}
+
  background-color: #FFFFFF;
.ext-status-stable .ext-header {
+
  padding: 0.3em 0.1em;
  background-color: #009900;
+
  -moz-border-radius-topright: .5em;
 
}
 
}
  
  
  /**** prettify [[Extension Matrix]] ****/
+
/* Sección 6: Estilo de texto preformateado */
 
+
pre {
  .xm-table {
+
     padding: 1em;
     border: 1px solid #666666;
+
     border: 1px solid #003399;
    background-color: white;
+
     color: #003399;
  }
+
     background-color: #F4F6FE;
 
+
     line-height: 1.1em;
  .xm-table td, .xm-table th {
+
    vertical-align: top;
+
    text-align: left;
+
     border: none;
+
    background-color: #EEEEEE;
+
  }
+
 
+
  .xm-table th {
+
     font-weight: bold;
+
  }
+
 
+
  .xm-name { font-weight: bold; }
+
 
+
  .xm-status-unknown { color:#888888; }
+
  .xm-status-experimental { color:red; }
+
  .xm-status-beta { color:blue; }
+
  .xm-status-stable { color:green; }
+
 
+
  .xm-type-unknown { color:#888888; }
+
 
+
  .xm-name, .xm-status, .xm-type, .xm-version, .xm-updated { white-space: nowrap; }
+
 
+
  .xm-updated { font-size:80%; }
+
+
  .xm-alert { background-color: yellow; }
+
 
+
  td.xm-blank { background-color: inherit; }
+
  td.xm-updated { background-color: inherit; }
+
 
+
  td.xm-description {
+
     background-color: inherit;
+
    font-style: italic;
+
  }
+
 
+
  th.xm-blank, th.xm-updated, th.xm-description {
+
    background-color: inherit;
+
    padding-bottom:0.6ex;
+
    border-bottom: 1px solid #666666;
+
  }
+
 
+
  th.xm-description {
+
     font-style: italic;
+
  }
+
 
+
/** GENERAL PURPOSE PRETTY TABLES */
+
table.datatable {
+
background-color: transparent;
+
}
+
table.datatable th, table.datatable td {
+
padding: 4px;
+
}
+
table.datatable th {
+
text-align: left;
+
background-color: #999999;
+
}
+
table.datatable tr {
+
background-color: #CCCCCC;
+
}
+
table.datatable tr:hover {
+
background-color: #FFFFCC;
+
 
}
 
}
  
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
 
table.prettytable {
 
  margin: 1em 1em 1em 0;
 
  background: #f9f9f9;
 
  border: 1px #aaa solid;
 
  border-collapse: collapse;
 
  empty-cells:show;
 
}
 
  
table.wikitable th, table.wikitable td,
+
/* Sección 7: Estilo de la sección inferior */
table.prettytable th, table.prettytable td {
+
#footer {
  border: 1px #aaa solid;
+
    background: transparent;
  padding: 0.2em 0.4em;
+
    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%;
 
}
 
}
  
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
+
body {
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
+
    font: x-small sans-serif;
  background: #8da7d6;
+
    color: black;
  text-align: center;
+
    margin: 0;
 +
    padding: 0;
 
}
 
}
  
table.wikitable td.hl1, table.wikitable th.hl1,
+
#catlinks {
table.prettytable td.hl1, table.wikitable th.hl1 {
+
    border:1px solid #003399;
  background: #c5d8fc;
+
    background-color:#ECF3FC;
  text-align: center;
+
    color: #003399;
 +
    padding:5px;
 +
    margin-top: 1em;
 +
    clear: both;
 
}
 
}
  
table.wikitable td.hl2, table.wikitable th.hl2,
 
table.prettytable td.hl2, table.wikitable th.hl2 {
 
  background: #a7c1f2;
 
  text-align: center;
 
}
 
  
table.wikitable caption,
+
/* Sección 8: Estilo de cajas de búsqueda */
table.prettytable caption {
+
  margin-left: inherit;
+
  margin-right: inherit;
+
  font-weight: bold;
+
}
+
  
 +
#searchInput {
 +
    border: 1px ridge !important;
 +
    color: #003399;
 +
    background: #fff;
 +
}
  
/** Sidebar External Links **/
+
/***************************************************************************************/
  
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
+
/* Sección 9: Estilo de los botones de edición */
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
+
padding-right: 13px;
+
color: #36b;
+
}
+
  
/* make the list of references look smaller */
+
input.editButton, input.searchButton, #wpSave, #wpPreview, #wpDiff, #wpLivepreview, #wpCleanLP {
ol.references {
+
    background : url(http://upload.wikimedia.org/wikipedia/commons/b/ba/Search_button_bckg.png) center left repeat-x;
  font-size: 100%;
+
    color: #003399;
 +
    font-weight: 400;
 +
    -moz-border-radius-topright: 0.4em;
 +
    -moz-border-radius-bottomleft: 0.4em;
 +
    -moz-border-radius-topleft: 0.4em;
 +
    -moz-border-radius-bottomright: 0.4em;
 +
    border: 1px solid;  
 
}
 
}
  
.references-small { font-size: 90%;}
 
  
/* prevent ugly horizontal page expansion */
+
/* Sección 10: Color de fondo de la página de artículos */
pre { overflow: auto; }
+
  
/**** Version box on [[Manual:Downloading MediaWiki]] ****/
+
/* 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; }
  
#DownloadVersionBox {
+
/* Página de artículos */
  border: 2px solid black;
+
.ns-0 * #content { color : black; }
  border-collapse: collapse;  
+
.ns-0 * #content { background : #FFFFFF; }
  margin: auto;
+
.ns-0 * #p-cactions li { background : #FFFFFF; }
  width: 50%;
+
.ns-0 * #p-cactions li a { background-color : #FFFFFF; }
  color: black;
+
}
+
  
#DownloadVersionBox td {
+
/* Página de discusión de artículos */
  border: 2px solid black;
+
.ns-1 * #content { color : black; }
  padding: 20px;
+
.ns-1 * #content { background : #FFFFEE; }
}
+
.ns-1 * #p-cactions li { background : #FFFFEE; }
 +
.ns-1 * #p-cactions li a { background-color : #FFFFEE; }
  
/*** More whitespace on search page ***/
+
/* Página */
.page-Special_Search #search {
+
.ns-2 * #content { color : black; }
  padding: 1em 0 2em 0;
+
.ns-2 * #content { background : #FFFFFF; }
}
+
.ns-2 * #p-cactions li { background : #FFFFFF; }
 +
.ns-2 * #p-cactions li a { background-color : #FFFFFF; }
  
.page-Special_Search #powersearch {
+
/* Página de discusión de Usuario */
  border: 1px solid #CCCCCC;
+
.ns-3 * #content { color : black; }
  padding: 0.5em 0.5em;
+
.ns-3 * #content { background : #FFFFEE; }
}
+
.ns-3 * #p-cactions li { background : #FFFFEE; }
 +
.ns-3 * #p-cactions li a { background-color : #FFFFEE; }
  
.page-Special_Search #powersearch-namespaces {
+
/* Página de Wikipedia */
  padding-left: 1em;
+
.ns-4 * #content { color : black; }
  margin: 0.7em 0;
+
.ns-4 * #content { background : #EEFFEE; }
}
+
.ns-4 * #p-cactions li { background : #EEFFEE; }
 +
.ns-4 * #p-cactions li a { background-color : #EEFFEE; }
  
.page-Special_Search #powersearch-namespaces label {
+
/* Página de discusión de Wikipedia */
  white-space: nowrap;
+
.ns-5 * #content { color : black; }
  min-width: 8.4em;
+
.ns-5 * #content { background : #FFFFEE; }
  display: block;
+
.ns-5 * #p-cactions li { background : #FFFFEE; }
  float: left;
+
.ns-5 * #p-cactions li a { background-color : #FFFFEE; }
}
+
  
/* Clear search button, but not check-boxes: */
+
/* Página de descripción de imágenes
.page-Special_Search br {
+
.ns-6 * #content { color : black; }
  clear: left;
+
.ns-6 * #content { background : #EEEEFF; }
}
+
.ns-6 * #p-cactions li { background : #EEEEFF; }
 +
.ns-6 * #p-cactions li a { background-color : #EEEEFF; }*/
  
/**
+
/* Página de discusión de imagenes */
* Cute little "tip" boxes
+
.ns-7 * #content { background : #FFFFEE; }
*/
+
.ns-7 * #content { color : black; }  
div.tip {
+
.ns-7 * #p-cactions li { background : #FFFFEE; }
    padding: 4px;
+
.ns-7 * #p-cactions li a { background-color : #FFFFEE; }
    margin-top: 4px;
+
    margin-bottom: 4px;
+
    min-height: 30px; /* IE users will hate this... */
+
}
+
div.tip-info {
+
    border: 1px solid #CC9933;
+
    background-color: #CCCC99;
+
}
+
div.tip-gotcha {
+
    border: 1px solid #CC0000;
+
    background-color: #CC6666;
+
}
+
  
/* Some styling for special page navigation */
+
/* 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; }
  
.sp-cached {
+
/* Página de discusión de MediaWiki */
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
+
.ns-9 * #content { color : black; }
    background-position: 5px 3px;
+
.ns-9 * #content { background : #FFFFEE; }
    background-repeat: no-repeat;
+
.ns-9 * #p-cactions li { background : #FFFFEE; }
    padding: 4px 0 4px 30px;
+
.ns-9 * #p-cactions li a { background-color : #FFFFEE; }
    font-style: italic;
+
    color: #606000;
+
    margin: 0.3em 0;
+
  
    border: 1px solid #EEEE80;
+
/* Página de discusión de Plantilla */
    background-color: #FFFFE0;
+
.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; }
  
.SpecialPageInfo {
+
/* Página de Ayuda */
    background-color: #f9f9f9;
+
.ns-12 * #content { color : black; }
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
+
.ns-12 * #content { background : #F8FCFF; }
    background-position: 0.8em 0.5em;
+
.ns-12 * #p-cactions li { background : #F8FCFF; }
    background-repeat: no-repeat;
+
.ns-12 * #p-cactions li a { background-color : #F8FCFF; }
   
+
    padding: 0.3em 0.5em 0.3em 5.0em;
+
  
    border-color: #025e9d;  
+
/* Página de discusión de Ayuda */
    border-width: 1px;  
+
.ns-13 * #content { color : black; }
    border-style: solid;
+
.ns-13 * #content { background : #FFEEEE; }
    border-bottom-width: medium;
+
.ns-13 * #p-cactions li { background : #FFEEEE; }
 +
.ns-13 * #p-cactions li a { background-color : #FFEEEE; }
  
    margin-bottom: 1em;
+
/* 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; }
  
#searchresulttext {
+
/* Página de Wikiproyectos*/
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
+
.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; }
  
.mw-viewprevnext {
+
/* Página de discusión de wikiproyectos*/
  display: block;
+
.ns-103 * #content { color : black; }
  border: 1px solid #CCCCCC;
+
.ns-103 * #content { background : #FFFFEE; }
  background-color: #F9F9F2;
+
.ns-103 * #p-cactions li { background : #FFFFEE; }
  padding: 0.2em 0.4em;
+
.ns-103 * #p-cactions li a { background-color : #FFFFEE; }
}
+
  
/* Language template */
 
  
.LanguageLinks {
+
/* Sección 11: Estilo de páginas de discusión */
    margin-top: 0.5em;
+
}
+
  
.LanguageLinks table {
+
.ns-1 * #content,
    clear: both;
+
.ns-3 * #content,
    border: 1px solid #aaaaaa;
+
.ns-5 * #content,
    border-collapse: collapse;
+
.ns-7 * #content,
    padding: 0.2em;
+
.ns-9 * #content,
    margin: 0;
+
.ns-11 * #content,
    font-size: 85%;
+
.ns-13 * #content,
     margin: 0 1px;
+
.ns-15 * #content,
 +
.ns-102 * #content,
 +
.ns-103 * #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-102 * #mytabs li,
 +
.ns-103 * #mytabs li {
 +
     background: #FFFFF0;
 
}
 
}
  
.LanguageLinks span {
+
.ns-1 * #mytabs li a,
     white-space: nowrap;
+
.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-102 * #mytabs li a,
 +
.ns-103 * #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-102 * #p-cactions li a,
 +
.ns-103 * #p-cactions li a {
 +
     background-color: #FFFFF0;
 
}
 
}
  
/* Page headings used throughout the wiki (though not very much at the time of writing...) */
+
.ns-1 * #content div.thumb,
.page-notice, .page-warning {
+
.ns-3 * #content div.thumb,
    border-width: 1px;
+
.ns-5 * #content div.thumb,
    border-style: solid;
+
.ns-7 * #content div.thumb,
 
+
.ns-9 * #content div.thumb,
    padding: 0.3em 0.5em;
+
.ns-11 * #content div.thumb,
    margin-bottom: 1em;
+
.ns-13 * #content div.thumb,
 
+
.ns-15 * #content div.thumb,
    width: 80%;
+
.ns-102 * #content div.thumb,
    margin-left: auto;
+
.ns-103 * #content div.thumb {
    margin-right: auto;
+
     border-color: #FFFFF0;
 
+
     text-align: center;
+
 
}
 
}
  
/* Used to add informative notices to the top of pages - BLUE */
+
/***************************************************************************************/
.page-notice {
+
    background-color: #f9f9f9;
+
    border-color: #025e9d;
+
    text-align: left;
+
}
+
  
/* Used to add warning information to the top of pages - RED */
+
/* Sección 12: Configurador de iconos */
.page-warning {
+
    background-color: #ffffff;
+
    border-color: #c51919;
+
    border-width: 2px;
+
}
+
  
.pw-head {
+
/* Barra superior p-personal */
    color: #c51919;
+
li#pt-anonuserpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/user.png) top left no-repeat; }
    font-weight: bold;
+
li#pt-mytalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
}
+
li#pt-anontalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
 +
li#pt-preferences a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/configure.png) top left no-repeat; }
 +
li#pt-logout      a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connect.png) top left no-repeat; }
 +
li#pt-anonlogin  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connected.png) top left no-repeat; }
  
/* Coloured watchlist / Special:Recentchanges numbers */
+
/* Pestañas superiores: p-cactions*/
.mw-plusminus-pos {
+
li#ca-nstab-main a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-main.png) top left no-repeat; }
  color: #006400; /* darkgreen */
+
li#ca-nstab-user a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-user.png) top left no-repeat; }
}
+
li#ca-nstab-wp a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-wp.png) top left no-repeat; }
+
li#ca-article a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/article.png) top left no-repeat; }
/* .mw-plusminus-null currently at developer default */
+
li#ca-talk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
li#ca-edit    a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/edit.png) top left no-repeat; }
.mw-plusminus-neg {
+
li#ca-history a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/history.png) top left no-repeat; }
  color: #8B0000; /* darkred */
+
li#ca-protect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/lock.png) top left no-repeat; }
}
+
li#ca-unprotect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unlock.png) top left no-repeat; }
 +
li#ca-delete  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/delete.png) top left no-repeat; }
 +
li#ca-move a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/move.png) top left no-repeat; }
 +
li#ca-watch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/watch.png) top left no-repeat; }
 +
li#ca-unwatch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unwatch.png) top left no-repeat; }
  
/* extra buttons for edit dialog */
+
/* Cajas de navegación */
/* from commons:MediaWiki:Common.css */
+
li#n-mainpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/mainpage.png) top left no-repeat; }
+
li#n-welcome  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
.my-buttons {
+
li#n-portal  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/portal.png) top left no-repeat; }
  padding: 0.5em;
+
li#n-village-pump  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
}
+
.my-buttons a {
+
  color: black;
+
  background-color: #ccddee !important;
+
  font-weight: bold;
+
  font-size: 0.9em;
+
  text-decoration: none;
+
  border: thin #006699 outset;
+
  padding: 0 0.1em 0.1em 0.1em;
+
}
+
.my-buttons a:hover, .my-buttons a:active {
+
  background-color: #bbccdd;
+
  border-style: inset;
+
}
+
  
/** </nowiki></pre> */
+
li#n-upload  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/upload.png) top left no-repeat; }
 +
li#n-recentchanges  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/recentchanges.png) top left no-repeat; }
 +
li#n-latestfiles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat;}
 +
li#n-randomimage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
 +
li#n-help  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/help.png) top left no-repeat; }
 +
li#n-contact a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/gear.png) top left no-repeat; }
 +
li#n-sitesupport a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/sitesupport.png) top left no-repeat; }
 +
li#n-currentevents  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
 +
li#n-randompage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
 +
li#n-Featured-articles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }

Revision as of 06:54, 10 Fevereiro 2008

/*
 
Personalizada por Sir Lestaty de Lioncourt, para el [[w:pt:User:Sir Lestaty de Lioncourt/Monobook-Suite]]
http://pt.wikipedia.org/wiki/Usuário:Sir Lestaty de Lioncourt/Monobook-Suite */
 
/* Sección 1: Configuración general */

body {
    font: x-small sans-serif; 
    background: #f9f9f9 url(http://commons.wikipedia.org/skins-1.5/monobook/headbg.jpg) 0 0 no-repeat;
    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 2: Bordes redondeados (para navegadores moz/firefox/gecko) */

.pBody {
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.5em;
}

.portlet h5 {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
}

#content {
  -moz-border-radius-topleft: 0.5em;
}


/* Sección 3: Estilo de los diff */

td.diff-deletedline {background:#E4F6D8;}
td.diff-addedline {background:#D8E4F6;}
td.diff-deletedline .diffchange {
    text-decoration: line-through;
    color: #104000;
}
td.diff-addedline .diffchange {
    text-decoration: underline;
    color: #001040;
}


/* 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-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    background: #ECF3FC;
    width: 90%;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.5em;
    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, #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 {
    background: #CCE0FB;
    padding: 4px 10px;
    display: block;
    font-weight: bold;
    font-size: .8em; 
    margin-bottom: 1px;
    -moz-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 { color: #003399; }

/*Contenido */
.pBody {
   background-color: #FFFFFF;
   padding: 0.3em 0.1em;
   -moz-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 { 
    background : url(http://upload.wikimedia.org/wikipedia/commons/b/ba/Search_button_bckg.png) center left repeat-x;
    color: #003399;
    font-weight: 400;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-bottomright: 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 */
.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 Wikipedia */
.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 Wikipedia */
.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 : #EEEEFF; }
.ns-6 * #p-cactions li { background : #EEEEFF; }
.ns-6 * #p-cactions li a { background-color : #EEEEFF; }*/

/* 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 de Wikiproyectos*/
.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 wikiproyectos*/
.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; }


/* 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-102 * #content,
.ns-103 * #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-102 * #mytabs li,
.ns-103 * #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-102 * #mytabs li a,
.ns-103 * #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-102 * #p-cactions li a,
.ns-103 * #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-102 * #content div.thumb,
.ns-103 * #content div.thumb {
    border-color: #FFFFF0;
}

/***************************************************************************************/

/* Sección 12: Configurador de iconos */

/* Barra superior p-personal */
li#pt-anonuserpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/user.png) top left no-repeat; }
li#pt-mytalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
li#pt-anontalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
li#pt-preferences a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/configure.png) top left no-repeat; }
li#pt-logout      a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connect.png) top left no-repeat; }
li#pt-anonlogin   a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connected.png) top left no-repeat; }

/* Pestañas superiores: p-cactions*/
li#ca-nstab-main a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-main.png) top left no-repeat; }
li#ca-nstab-user a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-user.png) top left no-repeat; }
li#ca-nstab-wp a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-wp.png) top left no-repeat; }
li#ca-article a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/article.png) top left no-repeat; }
li#ca-talk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
li#ca-edit    a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/edit.png) top left no-repeat; }
li#ca-history a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/history.png) top left no-repeat; }
li#ca-protect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/lock.png) top left no-repeat; }
li#ca-unprotect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unlock.png) top left no-repeat; }
li#ca-delete  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/delete.png) top left no-repeat; }
li#ca-move a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/move.png) top left no-repeat; }
li#ca-watch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/watch.png) top left no-repeat; }
li#ca-unwatch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unwatch.png) top left no-repeat; }

/* Cajas de navegación */
li#n-mainpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/mainpage.png) top left no-repeat; }
li#n-welcome  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
li#n-portal  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/portal.png) top left no-repeat; }
li#n-village-pump  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }

li#n-upload  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/upload.png) top left no-repeat; }
li#n-recentchanges  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/recentchanges.png) top left no-repeat; }
li#n-latestfiles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat;}
li#n-randomimage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
li#n-help  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/help.png) top left no-repeat; }
li#n-contact a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/gear.png) top left no-repeat; }
li#n-sitesupport a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/sitesupport.png) top left no-repeat; }
li#n-currentevents  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
li#n-randompage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
li#n-Featured-articles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }