Usuario:Otwo1983/vector.css

De Wikinoticias, la fuente libre de noticias

Nota: Después de guardar, debes recargar la caché de tu navegador para ver los cambios:

  • Mozilla: Pulsa Recargar (o Ctrl-R)
  • Internet Explorer / Opera: Ctrl-F5
  • Safari: Cmd-R
  • Konqueror Ctrl-R.
/* <source lang="CSS">Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
 
/* Evitar saltos de línea en lugares indeseados (links) */
 
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a { 
    white-space: nowrap;
}
 
span.nowraplinks { 
    white-space: nowrap;
}
 
/* Icono RSS */
 
*.rss {
  color: #FFFFFF;
  background-color: #FF5500;
  background-image: none !important;
  border-color: #FF5500;
  border-style: outset;
  text-decoration: none !important;
  padding-left: 0.2em;
  padding-right: 0.2em;
  border-width: 0.15em;
  font-size: 95%;
  line-height: 95%;
  font-family: verdana, sans-serif;
  font-weight: bold;
}
 
*.rss:hover { border-style:inset; }
 
/* Efectos con hover para tablas */
 
table.hovertr tr:hover { background: #FFCC66; }  /* no se puede aplicar un fondo de color */
 
tr.gris-hover { background: #EFEFEF }
tr.gris-hover:hover { background: #FFCC66; }
 
tr.blanco-hover { background:#FFFFFF }
tr.blanco-hover:hover { background: #FFCC66; } 
 
/* Arreglar el espacio en edit check boxes en editintros. */
 
.editOptions p { display:inline; }
 
/* Pre, S */
 
pre {
    padding: 1em;
    border: 1px solid #003399;
    color: #003399;
    background-color: #F4F6FE;
    line-height: 1.1em;
    overflow: auto;
}
s, strike { color: #777 }
 
/* Estilo del Sitenotice (MediaWiki:Sitenotice) */
 
#siteNotice table { background:transparent; }
 
/* Interlineado en títulos */
 
h1.firstHeading { line-height: 1em; }
 
/* Sacar links inútiles de versión impresa */
 
@media print {
    #privacy, #about, #disclaimer, #catlinks { display:none; }
}
 
/* Semiblanking */
 
.semiblanking { display: none; }
 
/* Icono Adobe para archivos .pdf (para Firefox y Opera) */
 
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
 
/* Icono Adobe para archivos .pdf (para IE) */
 
span.PDFlink a {
    background: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
 
/* Notice */
 
.notice { margin: 1em; padding: 0.2em; }
 
/* Messagebox */
 
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 85%;
   margin: 0 auto .4em;
   padding: 0.2em;
}
 
/* Referencias */
 
.references-small { font-size: 90%; }
 
/* Wikitable/Prettytable  */
 
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
 
/* Mbox */
 
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Ambox: Noticias y páginas de proyecto */
 
table.ambox {
  width: 85%; 
  margin: 0 auto; 
  border-collapse: collapse; 
  background: #fbfbfb; 
  border: 1px solid #ccc; 
  border-left: 5px solid #608EC2;    /* Barra azul predeterminada */
  font-size: 95%;
}
table.ambox th, table.ambox td {     /* Celda(s) de mensajes */
  padding: 0.25em 0.5em;             /* 0.5em left/right */
}
table.ambox td.ambox-image {         /* Celda de img a la izquierda */
  width: 52px; 
  padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {    /* Celda de img a la derecha */
  width: 52px; 
  padding: 2px 0.5em 2px 0px;        /* 0px left, 0.5em right */
  text-align: center; 
}
table.ambox-notice {
  border-left: 5px solid #608EC2;    /* Azul */
}
table.ambox-serious {
  border-left: 5px solid #C00;       /* Rojo */
  background: #FFEEEE                /* Fondo rojo/rosa claro */
}
table.ambox-content {
  border-left: 5px solid #F28500;    /* Naranja */
}
table.ambox-style {
  border-left: 5px solid #F4c430;    /* Amarillo */
}
table.ambox-merge {
  border-left: 5px solid #8C08A4;    /* Púrpura */
}
table.ambox-license {
  border-left: 5px solid #47A30D;    /* Verde */
}
 
/* Ombox */
 
table.ombox {
    margin: 4px auto; 
    width: 85%;
    border-collapse: collapse; 
    border: 1px solid #aaa;
    background: #f9f9f9;
}
 
table.pp {
    text-align:center;
    width:100%;
    clear:both;
    margin-top:.5em;
    font-size:90%
}
 
/* Fmbox */
 
table.fmbox {
    margin: 4px auto; 
    width: 100%;
    border-collapse: collapse; 
    border: 1px solid #aaa;
    background: #f9f9f9;
}
table.fmbox-system {
    background: #f9f9f9;        /* default */
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Rojo oscuro */
    background: #ffdbdb;        /* Rojizo */
}
table.fmbox-editnotice {
    background: transparent;
}
 
/* Cmbox */
 
table.cmbox {
    margin: 4px auto;
    font-size: 94%;
    width: 85%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;
}
 
/* Tmbox */
 
table.tmbox {
    margin: 4px auto;
    width: 85%;
    border-collapse: collapse;
    border: 1px solid #c0c090;
    background: #f8eaba;
}
 
/* Recuadros de la portada */
 
span.portada-t {
   font-size: 150%;
   padding: 5px;
   border-right: 2px solid #99b2cc;
   border-bottom: 2px solid #99b2cc;
   border-left: 1px solid #99b2cc;
}
 
div.portada-r {
   border-top: 2px solid #99b2cc;
   border-right: 2px solid #99b2cc;
   border-bottom: 1px solid #99b2cc;
   border-left: 1px solid #99b2cc;
   margin-bottom: 3ex;
}
 
/* TOC Horizontal */
 
div.toc_breves {
          border-top: 1px solid #99b2cc;
          padding-top: 0.5em;
}
div.toc_breves .tocindent {
          margin: 0;
}
div.toc_breves table#toc ul {
          display: inline;
}
div.toc_breves table#toc ul li {
          display: inline;
}
div.toc_breves table#toc .toctoggle {
          display: none;
}
div.toc_breves table#toc ul li span.tocnumber {
          display: none;
}
div.toc_breves table#toc ul li:before {
          content: " ··· ";
}
div.toc_breves table#toc div#toctitle {
          display: inline;
}
div.toc_breves table#toc div#toctitle h2 {
          display: inline;
}
div.toc_breves table#toc {
          border: 0;
          padding: 0;
          background-color: #f9f9f9;
}
 
/* NavFrame */
 
.BoxenVerschmelzen,
.NavFrame {
        padding: 2px;
        border: 1px solid #aaaaaa;
        border-collapse: collapse;
        font-size: 95%;
}
.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
.NavFrame + .NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
        display: none;
}
.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
.NavFrame p {
        font-size: 100%;
}
.NavFrame div.NavContent {
        font-size: 100%;
}
.NavFrame div.NavContent p {
        font-size: 100%;
}
 
.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
 
.NavToggle {
    font-size: x-small;
    float:right;
    margin-right:6px;
}
 
/* Todas las páginas - redirecciones en itálicas */
.allpagesredirect{
    font-style: italic;
}
 
/* Estilo de los diff (desde w:fr:MediaWiki:Common.css) */
 
table.diff {
 padding:.5em;
}
table.diff td { 
 vertical-align:top;
}
td.diff-addedline { 
 background:#e4f6d8; 
}
td.diff-addedline .diffchange {
 background:#b0e897;
 color:#104000;
 font-weight:bold;
}
td.diff-deletedline {
 background:#ffffaa;
}
td.diff-deletedline .diffchange {
 background:#FAE368;
 font-weight:bold;
 color: #9F0606;
}
td.diff-context {
 background:#FEFEFE;
}
 
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context {
    background-color: transparent;
}
 
/* Estilo de imágenes */
 
div.thumbinner { background:#FFFFFF; border:0; }
div.thumbcaption { font-size:90%; }
div.magnify { display:none; }
 
/* Evitar que los títulos choquen con objetos flotantes */
 
h1, h2, h3, h4, h5, h6 {
    overflow: hidden;
}
 
/* Div based "warning" messages. */
 
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
 
/* Estilo de editnotices de flaggedrevs */
 
table.flaggedrevs_editnotice {
    margin: 4px auto; 
    width: 100%;
    border-collapse: collapse; 
    border: 1px solid #aaa;
    background: transparent;
}
 
/* Quitar viñetas cuando hay más de un mensaje de alerta */
 
ul.permissions-errors > li {
    list-style: none;
}
ul.permissions-errors {
    margin: 0;
}
 
/* Viñetas redondeadas y estéticas (div based) */
 
.nicebullets ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url('http://upload.wikimedia.org/wikipedia/commons/9/90/Vector-bullet-icon.png');
}
 
/* Catheader / Infobox */
 
table.catdata {
    background: transparent;
    width: 100%;
    border: 1px solid #c0c0c0;
}
 
.catheader {
    background-color:#cfcfcf;
    padding: 1px 5px 1px 5px;
    line-height:2em;
    font-size:140%;
    text-align:left
}
 
.catsubheader {
    background-color:#dfdfdf;
    padding:1px 5px 1px 5px;
    font-size:90%;
    text-align:left;
}
 
.catcontent {
    font-size:90%;
    padding:5px;
}
 
table.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: .1em .1em .3em 0;
    padding: 0.2em;
    width:100%;
}
 
.infobox td,
.infobox th {
    vertical-align: top;
}
 
.infobox-campo {
    width: 33%;
    font-size: 85%;
    font-weight: bold;
    padding: 1px;
    background: #dfdfdf
}
 
.infobox-contenido {
    font-size: 85%;
}
 
/* Tabber */
 
/*horizTabBox*/
 
div.horizTabBox ul.tabbernav li a {
 background-color:#7ec9fd;
margin-left: 15px;
border-bottom: solid 1px #7ec9fd;
padding-left:0.8em;
padding-right:0.8em;
-moz-border-radius:1em 1em 0 0; /* this should be replaced with images for browsers that don't support it somehow*/
/*webkit doesn't like too big radii or having it in the shorthand form. Make sure radi < 1.7em */
-webkit-border-top-left-radius:1em;
-webkit-border-top-right-radius:1em;
border-radius:1em 1em 0 0;
}
 
div.horizTabBox ul.tabbernav li.tabberactive a
{
 background-color: #bce1ff;
 border-bottom: 3px solid #bce1ff;
 margin-left:10px;
}
div.horizTabBox .tabbertab 
{
border:solid 2px #7ec9fd;
padding:0;
}
div.horizTabBox ul.tabbernav li a:hover
{
 color: #000;
 background: #bce1ff;
 border-bottom: 3px solid #bce1ff;
}
 
div.horizTabBox ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 
}
div.horizTabBox {
 width:50%;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 /*min-width:41em;
 max-width:47em;
 */
}
 
/* IMPORTANT: keep width:80% above or it will suck on IE*/
 
 
/* pict box */
 
div.pictChanger ul.tabbernav {line-height: 2.4;}
div.pictChanger ul.tabbernav li a {border: #CCC 1px solid}
div.pictChanger {width:400px;}
div.pictChanger div.tabbertab {text-align:left;}
 
div.tabberNoBorder div.tabbertab, 
div.tabberNoBorder ul.tabbernav {
    border: none;
}
 
/* 
Cosas por defecto genéricas - Traído de http://www.barelyfitz.com/projects/tabber/example.css
Ver http://www.barelyfitz.com/projects/tabber/
Código siguiente bajo la licencia MIT 
*/
 
.tabberlive .tabbertabhide {
 display:none;
}
 
.tabber {
}
.tabberlive {
 margin-top:1em;
}
 
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCC;
 font: bold 12px Verdana, sans-serif;
}
 
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
 
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #f2f7ff;
 text-decoration: none;
}
 
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
 
ul.tabbernav li a:hover
{
 color: #000;
 background: #fff9f2;
 border-color: #CCC;
}
 
ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}
 
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
 
/* 
If you don't want the tab size changing whenever a tab is changed you can set a fixed height:
"height:200px;"
 
If you set a fix height set overflow to auto and you will get a scrollbar when necessary:
"overflow:auto;"
*/
 
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #CCC;
 border-top:0;
}
 
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
 
/* Esconder el espacio de nombres Comentarios Discusión: */
body.ns-100 #ca-talk {display:none;}
body.ns-101 #ca-edit {display:none;}
body.ns-101 #ca-addsection {display:none;}
body.ns-90 #ca-talk {display: none;} /*thread pseudo ns*/
 
/***** Imágenes de fondo en páginas de los espacios de nombres *****/
 
/* Especial */
.ns--1 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Especial */
.ns--2 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Principal */
.ns-0 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Discusión */
.ns-1 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Usuario */
.ns-2 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Usuario discusión */
.ns-3 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Proyecto */
.ns-4 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Proyecto discusión */
.ns-5 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Archivo */
.ns-6 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Archivo discusión */
.ns-7 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* MediaWiki */
.ns-8 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* MediaWiki discusión */
.ns-9 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Plantilla */
.ns-10 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Plantilla discusión */
.ns-11 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Ayuda */
.ns-12 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Ayuda discusión */
.ns-13 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Categoría */
.ns-14 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Categoría discusión */
.ns-15 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Portal */
.ns-100 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* Portal discusión */
.ns-101 #content {
   border-left: 1px solid #ADD8E6;
   background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Wikinews_banner_5.png);
   background-repeat: no-repeat;
   background-position: right top;
}
 
/* </source> */