/*@ wild card(s) */ * { color: white !important; -moz-border-radius: 0 !important; } a:link, a { color: royalblue !important; } a:active { color: red !important; } a:visited { color: purple !important; } /*@ body & element(s) */ body { background: black !important; } div, table, td, h1, h2, h3, h4, h5, h6 { background: inherit !important; } /*@ input(s) / select(s) input, select, textarea { padding: 5px !important; border: thin solid gray !important; background-color: blue !important; margin: 5px !important; } input:focus { background-color: red !important; } input[type='image'] { display: none !important; } /*@ image(s) */ img { display: none !important; }