Utente:Wim b/Testbox/style.css

Da Wikizionario, il dizionario a contenuto aperto.
table.testbox {
	border-top-left-radius:1.4em;
	border-bottom-left-radius:1.4em;
	border-top-right-radius:0.7em;
	border-bottom-right-radius:0.7em;
	box-sizing: border-box;
	margin: 0 10%;
}

.testbox td.mbox-text {
	border-bottom-right-radius:0.7em;
	border-top-right-radius: 0.7em;
	width: 100%;
	background-color: #fbfbfb;
}

.testbox img.mbox-image {
	border: none;
}

.testbox td.mbox-image {
	/*border: none;
	background-color: #fbfbfb;*/
    padding:0;
}

.testbox td.mbox-imageright {
	border: none;
	padding: 2px 0.9em 2px 0px;
	text-align: center;
}

/* STILE "AVVISO" */
table.testbox-notice {
	/* @noflip */
	background: #608EC2;					/* celeste */
	border-left: 10px solid #608EC2;       /* celeste */
}

/* STILE "IMMEDIATA" */
table.testbox-speedy {
	/* @noflip */ 
	background: #b22222;				/* Red */
	border-left: 10px solid #b22222;    /* Red */
}

.testbox-speedy td.mbox-text {
	background-color: #fee7e6;          /* Pink */
}

/* STILE "CANCELLA" */
table.testbox-delete {
	/* @noflip */
	background: #b22222;				/* Red */
	border-left: 10px solid #b22222;    /* Red */
}

/* STILE "CONTENUTO" */
table.testbox-content {
	/* @noflip */
	background: #F57900;				/* Orange */
	border-left: 10px solid #F57900;    /* Orange */
}

/* STILE "STILE" */
table.testbox-style {
	/* @noflip */
	background: #FCE94F;				/* Yellow */
	border-left: 10px solid #FCE94F;    /* Yellow */
}

/* STILE "SPOSTA" */
table.testbox-move {
	/* @noflip */
	background: #8E35EF;				/* Purple */
	border-left: 10px solid #8E35EF;    /* Purple */
}

/* STILE "PROTEZIONE" */
table.testbox-protection {
	/* @noflip */
	background: #bba;				/* Gray-gold */
	border-left: 10px solid #bba;    /* Gray-gold */
}

/* STILE "ALTRO" */
table.testbox-altro {
	/* @noflip */
	background: #028d00;				/* Green */
	border-left: 10px solid #028d00;     /* Green */
}