body { /* GROOVY "DEAD MEADOW" COLOR */ background: #43C6AC; /* fallback for old browsers */ /* GREENISH */ background: linear-gradient(to right, #F8FFAE, #43C6AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ /* BLUEISH */ background: linear-gradient(to right, #FAFFCF, #65E8CE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ /*RGB = red green blue*/ /* background: #92bcd3; background: #80968d; background: white; */ } h1 { color: black; background: white ; text-shadow: 2px 2px 1px black; } /**** THIS NEEDS TO BE HERE BECAUSE TOTALISM.ORG "OLD STYLE" LOADS PAGE DIFFERNETLY .......... AND MISSES ON IT? SOMEHOW ********/ /* ONLY WORKS WHEN "_=?" STYLE LOADING ! */ .main_container { } .etherpad_container { display: inline-block; /* font-size: 120%; word-wrap: break-word; margin: 80px 30 30 30; padding: 10px; max-width: 70%; background: black; */ line-height: 150%; /* nice actually, postuni stil */ background: white !important; background: none !important; /* ONLY THIS ONE */ margin: 40px 80px 00px 80px !important; } u { font-size: 155%; color: white !important; background: #333; color: black !important; background: white; } strong { background: white; color: black !important; background: #333; color: white !important; color: black !important; background: #EEE; opacity: 0.8; margin: 2px; padding: 1px; margin: 2px; padding: 1px; } em { color: black !important; display: inline; font-style: normal; font-style: italic; } a:link { color: #333; border-bottom: 1px solid white; box-shadow: 0 1px 0 white; font-weight: bold; } a:visited { font-weight: bold; color: #777; border-bottom-color: black !important; /* ######## LOL this does not work for some security concerns ######## http://stackoverflow.com/questions/10471929/underlining-visited-links border-bottom: 0px solid white !important; box-shadow: 0 0px 0 white !important; text-decoration: none !important; */ } a:hover { font-weight: bold; text-decoration-style: dashed; border-bottom-color: black !important; /* opacity: 0.9;*/ } /****************** THIS WENT TO CSS-STAGING **************/ strong em u { background: #333 !important; color: white !important; background: white !important; color: black !important; letter-spacing: 6px; font-size: 180%; opacity: 0.7; padding: 4px; } em u { line-height: 130%; background: none !important; font-style: none !important; text-decoration: none !important; font-size: 140%; }