Plantilla:Aviso/styles.css

De WikiCAAD
Revisión del 10:38 24 may 2023 de Tranqui69 (discusión | contribs.) (Página creada con « table.ambox { margin: 0 7% 0.8em; border-collapse: collapse; background-color: #fbfbfb;: border-bottom: 1px solid #aaa; border-left: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 95%; } table.ambox th.ambox-text, table.ambox td.ambox-text { padding: 0.25em 0.5em; width: 100%; } table.ambox .ambox-image { padding: 2px 0 2px 0.5em; text-align: center; } table.ambox .ambox-imageright { padding: 2px 0.5em 2px 0; text-align: center;…»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
table.ambox {
	margin: 0 7% 0.8em; 
	border-collapse: collapse; 
/*	background-color: #fbfbfb;*/
	border-bottom: 1px solid #aaa;
        border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 95%;
}

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

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

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

.ambox-info {
	border-top: 5px solid #608EC2;
	color: #004085;
	background-color: #cce5ff;
}

.ambox-delete,.ambox-danger {
	border-top:5px solid #b22222;
	color: #721c24;
	background-color: #f8d7da;
}

.ambox-warning {
	border-top: 5px solid #f4c430;
	color: #856404;
	background-color: #fff3cd;
}

.ambox-success {
	border-top: 5px solid #47a30d; 
	color: #155724;
	background-color: #d4edda;
}

.ambox-other  {
	border-top: 5px solid #bba; 
	color: #1b1e21;
	background-color: #d6d8d9;
}


.ambox-content {
	border-top: 5px solid #f28500;
}



.ambox-merge {
	border-top: 5px solid #8c08a4;
}