Diferencia entre revisiones de «Plantilla:Mbox»
Línea 1: | Línea 1: | ||
− | <div class="{{{class}}}">{{{1}}}</div> | + | <style> |
+ | .isa_info, .isa_success, .isa_warning, .isa_error { | ||
+ | border: 1px solid; | ||
+ | margin: 10px 0px; | ||
+ | padding:15px 10px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 10px center;-moz-border-radius:.5em; | ||
+ | -webkit-border-radius:.5em; | ||
+ | border-radius:.5em; | ||
+ | |||
+ | } | ||
+ | .isa_info { | ||
+ | color: #00529B; | ||
+ | background-color: #BDE5F8; | ||
+ | } | ||
+ | .isa_success { | ||
+ | color: #4F8A10; | ||
+ | background-color: #DFF2BF; | ||
+ | } | ||
+ | .isa_warning { | ||
+ | color: #9F6000; | ||
+ | background-color: #FEEFB3; | ||
+ | } | ||
+ | .isa_error { | ||
+ | color: #D8000C; | ||
+ | background-color: #FFBABA; | ||
+ | } | ||
+ | </style> | ||
+ | <div class="isa_{{{class}}}">{{{1}}}</div> |
Revisión del 15:46 25 jul 2013
<style> .isa_info, .isa_success, .isa_warning, .isa_error {
border: 1px solid; margin: 10px 0px; padding:15px 10px; background-repeat: no-repeat; background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em; border-radius:.5em;
} .isa_info {
color: #00529B; background-color: #BDE5F8;
} .isa_success {
color: #4F8A10; background-color: #DFF2BF;
} .isa_warning {
color: #9F6000; background-color: #FEEFB3;
} .isa_error {
color: #D8000C; background-color: #FFBABA;
} </style>
{{{1}}}