/* ______________________________________________________ SPREAD THIS AROUND CSS's! Last updated: 2017-03-27B @ css-default See: * [::CSS-default] <--> http://pad.totalism.org/p/CSS-default (INDEX!) * [::hairyfotr-aiTests-css] <--> http://pad.totalism.org/p/hairyfotr-aiTests-css (good example) * [...] ______________________________________________________ */ h1 { background: #44aaff; text-shadow: 2px 2px 1px #44aaff; } h4 { color: White; background: #44aaff; border: 1px solid White; text-shadow: 2px 2px 1px #44aaff; } u { color:darkslateblue !important; background: #44aaff; } strong { color: black; background:non; /* is actually extra bold */ text-shadow: 1px 0px 0px #888888; display: inline; font-style: normal; font-weight: bold; } em { background: none; color: black !important; display: inline; font-style: normal; font-style: italic; } s { background: white !important; color: white; !important; padding: 4px; margin: 4px; } s:hover { // background: gray !important; color: #44aaff; !important; color: blue; !important; color: gray; !important; } a:link { color: #00AACC; } a:visited { color: #00AACC; font-style: italic; } a:hover { font-weight: bold; } .btn { background: #44aaff; color: White; text-shadow: none; }