Diferencia entre revisiones de «MediaWiki:Common.css»

Línea 133: Línea 133:
 
{
 
{
 
margin-left:2px;
 
margin-left:2px;
width:98%;
+
width:97%;
 
-moz-border-radius-bottomright: 4px;
 
-moz-border-radius-bottomright: 4px;
 
-moz-border-radius-bottomleft: 4px;  
 
-moz-border-radius-bottomleft: 4px;  

Revisión del 20:48 9 ene 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: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; 
}

.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;
}