Diferencia entre revisiones de «MediaWiki:Common.css»

m (Revertidos los cambios de Arian07104 jc (disc.) a la última edición de Ivet jc)
Línea 67: Línea 67:
 
color:#ffffff;  
 
color:#ffffff;  
 
font-weight:bold;  
 
font-weight:bold;  
background:#294f98;  
+
background:#cc0000;  
border:1px solid #abd1fe;  
+
border:1px solid #980000;  
 
padding-top:5px;
 
padding-top:5px;
 
width: 100%;
 
width: 100%;
Línea 103: Línea 103:
 
-moz-border-radius-bottomleft: 4px;  
 
-moz-border-radius-bottomleft: 4px;  
 
color:#c12306;  
 
color:#c12306;  
background:#d9eafe;  
+
background:#ffd7d7;  
border:1px solid #acd1fe;  
+
border:1px solid #ffbcbc;  
 
border-top:0px;  
 
border-top:0px;  
 
padding-left:5px;
 
padding-left:5px;
Línea 115: Línea 115:
 
color:#ffffff;  
 
color:#ffffff;  
 
font-weight:bold;  
 
font-weight:bold;  
background:#294f98;  
+
background:#cc0000;  
border:1px solid #abd1fe;  
+
border:1px solid #980000;  
 
padding-top:0px;
 
padding-top:0px;
 
width: 100%;
 
width: 100%;
Línea 142: Línea 142:
 
padding-left:5px;
 
padding-left:5px;
 
margin-top:-5px;
 
margin-top:-5px;
}
 
 
/* CSS para infoboxes */
 
.infobox {
 
    border: 1px solid #aaa;
 
    background-color: #f9f9f9;
 
    color: #000;
 
    margin-bottom: 0.5em;
 
    margin-left: 1em;
 
    padding: 0.2em;
 
    float: right;
 
    clear: right;
 
}
 
 
.infobox td, .infobox th,
 
.infobox_v2 td, .infobox_v2 th {
 
    vertical-align: top;
 
}
 
 
.infobox caption {
 
    font-size: larger;
 
    margin-left: inherit;
 
}
 
 
/* infoboxes V2 ("nuevas") */
 
.infobox_v2 {
 
    border: 1px solid #B4BBC8;
 
    background-color: #f9f9f9;
 
    color: #000;
 
    margin: .5em 0 .5em 1em;
 
    padding: .4em;
 
    clear: right;
 
    float: right;
 
    line-height: 1.5em;
 
    width: 22.5em
 
}
 
 
.infobox_v2 .cabecera {
 
    font-size: 140%;
 
    font-weight: bolder;
 
    height: 45px;
 
    line-height: 1.2em;
 
    text-align: center;
 
    vertical-align: middle
 
}
 
 
.infobox_v2 .media {
 
    font-weight: bolder;
 
    height: 35px;
 
    text-align: center;
 
    vertical-align: middle
 
 
}
 
}

Revisión del 14:17 8 jul 2010

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/* Estilos de las Tablas en General */
.tableGeneral
{
 width: 100%;
 margin-top: 1em;
 -moz-background-clip: 
 -moz-initial; -moz-background-origin:
 -moz-initial; -moz-background-inline-policy:
 -moz-initial; vertical-align: top;
 color: rgb(0, 0, 0);
 -moz-border-radius-topleft: 4px;
 -moz-border-radius-topright: 4px;
 -moz-border-radius-bottomright: 4px;
 -moz-border-radius-bottomleft: 4px;
}

/*** Cajas de aviso en discusión que son blancas y con
 * una cinta de color a la izquierda  */
table.ambox {
    margin: 0 10%;
    border-collapse: collapse;
    background-color: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff; /* Default "notice" blue */
}

table.ambox th.ambox-text, table.ambox td.ambox-text 
    padding: 0.25em 0.5em;
    width: 100%;
}

table.ambox td.ambox-image {
    padding: 2px 0px 2px 0.5em;
    text-align: center;
}

table.ambox td.ambox-imageright {
    padding: 2px 4px 2px 0px;
    text-align: center;
}

table.ambox-notice {border-left: 10px solid #1e90ff} /* Azul */
table.ambox-delete, table.ambox-serious {border-left: 10px solid #b22222} /* Rojo */
table.ambox-content {border-left: 10px solid #f28500} /* Naranja */
table.ambox-style {border-left: 10px solid #f4c430} /* Amarillo */
table.ambox-merge {border-left: 10px solid #9932cc} /* Morado */
table.ambox-growth {border-left: 10px solid #228b22} /* Verde */
table.ambox-protection {border-left: 10px solid #bba} /* Gris */
table.ambox.ambox-mini { /* Variante de ventana flotante */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}

.portada_rw
{
width:100%;
margin-top: 0px;
}

.portada_rw .topTitleRed
{
height:25px; 
color:#ffffff; 
font-weight:bold; 
background:#cc0000; 
border:1px solid #980000; 
padding-top:5px;
width: 100%;
margin-top: 1em;
-moz-background-clip: 
-moz-initial; -moz-background-origin:
-moz-initial; -moz-background-inline-policy:
-moz-initial; vertical-align: top;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px; 
-moz-border-radius-bottomleft: 0px; 
}

.portada_rw .bottomContent
{
margin-left:2px;
width:96%;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px; 
color:#000000; 
background:#d9eafe; 
border:1px solid #acd1fe; 
border-top:0px; 
padding-left:5px;
margin-top:-5px;
}

.portada_rw .bottomContentRed
{
margin-left:2px;
width:96%;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px; 
color:#c12306; 
background:#ffd7d7; 
border:1px solid #ffbcbc; 
border-top:0px; 
padding-left:5px;
margin-top:-5px;
}

.Main_topTitleRed
{
height:25px; 
color:#ffffff; 
font-weight:bold; 
background:#cc0000; 
border:1px solid #980000; 
padding-top:0px;
width: 100%;
margin-top: 1em;
-moz-background-clip: 
-moz-initial; -moz-background-origin:
-moz-initial; -moz-background-inline-policy:
-moz-initial; vertical-align: top;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px; 
-moz-border-radius-bottomleft: 0px; 
}

.Main_bottomContent
{
margin-left:2px;
width:97%;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px; 
color:#020415; 
background:#ffffff; 
border:1px solid #d0e5f8; 
border-top:0px; 
padding-left:5px;
margin-top:-5px;
}