body { background: White; /*color: #44aaff;*/ color: #222222; } h1 { color: White; text-shadow: 2px 2px 1px yellow; text-shadow: 2px 2px 1px white; background: #44aaff; color: yellow; text-shadow: 1px -1px 0px white; } /* * **************************************************** * ETHERPAD STUFF * */ .main_container { } .etherpad_container { font-size: 120%; background: White; } u { font-size: 140%; color: YELLOW !important; background: #44aaff; } strong { color: YELLOW; color: WHITE; background: #44aaff; text-shadow: 1px 0px 0px #BBBBBB; text-shadow: 1px 1px 0px #AAAAAA; text-shadow: 1px 1px 0px #888888; text-shadow: none; text-shadow: 2px 2px 1px WHITE; text-shadow: 1px 0px 0px #888888; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { color: White; color: YELLOW !important; background: #44aaff; display: inline; font-style: normal; font-style: italic; /* padding: 3px 9 3 9; margin: 13px 9 13 9; */ } a:link { color: #00AACC; } a:visited { color: #00CCCC; color: #00AACC; font-style: italic; } a:hover { font-weight: bold; } .btn { background: #44aaff; color: White; text-shadow: none; }