Diferencia entre revisiones de «Common.css»
Línea 7: | Línea 7: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
+ | |||
+ | |||
+ | /* That will place a temporary campaign/launch/event/whatever image right down the main logo - pretty useful hun? nah */ | ||
+ | #n-temp-banner { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('https://upload.wikimedia.org/wikipedia/en/thumb/2/2a/Replacement_filing_cabinet.svg/40px-Replacement_filing_cabinet.svg.png'); background-position: top left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 20px; } | ||
+ | #n-\2e C2\2e A0 { display: block; font-size: 10px; text-indent: -999px; } |
Revisión del 16:46 1 may 2020
/* El CSS colocado en esta página será aplicado a todas las apariencias */
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}
/* That will place a temporary campaign/launch/event/whatever image right down the main logo - pretty useful hun? nah */
#n-temp-banner { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('https://upload.wikimedia.org/wikipedia/en/thumb/2/2a/Replacement_filing_cabinet.svg/40px-Replacement_filing_cabinet.svg.png'); background-position: top left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 20px; }
#n-\2e C2\2e A0 { display: block; font-size: 10px; text-indent: -999px; }