Diferencia entre revisiones de «MediaWiki:Common.css»

m
m
Línea 96: Línea 96:
 
padding-left:5px;
 
padding-left:5px;
 
margin-top:-2px;
 
margin-top:-2px;
 +
}
 +
 +
.table_frasesMarti
 +
{
 +
margin-top:-1px;
 +
background: #fafafa;
 +
height:75px;
 +
border:1px solid #999999"
 +
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;
 
}
 
}

Revisión del 08:48 12 dic 2009

/* 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; 
margin-top:0px; 
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:3px; 
padding-left:5px;
margin-top:-2px;
}

.table_frasesMarti
{
margin-top:-1px; 
background: #fafafa; 
height:75px; 
border:1px solid #999999"
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;
}