Más acciones
Temporal Etiqueta: Vaciado |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* Ambox: Noticias y páginas de proyecto */ | |||
table.ambox { | |||
width: 80%; | |||
margin: 0 auto; | |||
border-collapse: collapse; | |||
background: #f8fcff; | |||
border: 1px solid #aaa; | |||
border-left: 15px solid #39f; /* Barra azul predeterminada */ | |||
} | |||
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: 15px solid #0080FF; /* Azul */ | |||
} | |||
table.ambox-serious { | |||
border-left: 15px solid #C00; /* Rojo */ | |||
} | |||
table.ambox-content { | |||
border-left: 15px solid #F63; /* Naranja */ | |||
} | |||
table.ambox-style { | |||
border-left: 15px solid #FC3; /* Amarillo */ | |||
} | |||
table.ambox-merge { | |||
border-left: 15px solid #95B; /* Purpura */ | |||
} | |||
table.ambox-license { | |||
border-left: 15px solid #088A08; /* Verde */ | |||
} | |||
table.ambox-protection { | |||
border-left: 15px solid #BBA; /* Gris */ | |||
} |
Revisión del 01:25 29 ene 2021
/* Ambox: Noticias y páginas de proyecto */
table.ambox {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
background: #f8fcff;
border: 1px solid #aaa;
border-left: 15px solid #39f; /* Barra azul predeterminada */
}
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: 15px solid #0080FF; /* Azul */
}
table.ambox-serious {
border-left: 15px solid #C00; /* Rojo */
}
table.ambox-content {
border-left: 15px solid #F63; /* Naranja */
}
table.ambox-style {
border-left: 15px solid #FC3; /* Amarillo */
}
table.ambox-merge {
border-left: 15px solid #95B; /* Purpura */
}
table.ambox-license {
border-left: 15px solid #088A08; /* Verde */
}
table.ambox-protection {
border-left: 15px solid #BBA; /* Gris */
}