/* *********************************** **** **** PAGE BG = black (black) **** P:COLOR & B:BG = white (#333333) **** U:BG + A:COLOR = #333 (#333) **** I:BG = silver (silver) **** A/VISITED:COLOR = #333 (silver) **** B:TEXT = white ... contrast to white (can be black) **** *********************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 12pt/14pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: black; color: white; } img { /* box-shadow: 2px 2px 4px white; border: 3px double white; margin: 5px; */ } /* RATIO = 8 : 25 8 25 ...how do you calcualte this? ...i guess it needs to RELATE TO FONT SIZE? em's ? pixels? */ h1 { padding: 8px 25 8 25; display: inline; color: black; background: #333 ; text-shadow: 2px 2px 1px white; } /* Sync padding ratio with h1 !!! RATIO = 1:3:1:3 MARGIN = 3:1:3:1 */ h4 { display: inline; padding: 3px 9 3 9; margin: 30px 10 30 10; color: black; background: white; border: 1px solid black; text-shadow: 2px 2px 1px #333 ; } /* * **************************************************** * ETHERPAD STUFF * */ .main_container { /* margin: 50px 10 50 10;*/ margin: 5px; text-align: center; } .etherpad_container { display: inline-block; font-size: 120%; word-wrap: break-word; line-height: 140%; text-align: left !important; margin: 80px 30 30 30; /* padding: 10px; max-width: 70%; */ background: black; } u { font-size: 155%; color: black !important; /*color: white !important; /* changed Nov 9 */ color: silver !important; color: black !important; color: white !important; background: #333 ; } strong { color: white; /* changed Nov 9 - no contrast here ...*/ color: white; /* changed Nov 9 - no contrast here ...*/ background: #333; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { color: #ddd; background: #333; background: none; color: white !important; display: inline; font-style: normal; font-style: italic; } a:link { color: #ddd; border-bottom: 1px solid white; box-shadow: 0 1px 0 white; } a:visited { color: #999; 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; } .btn { background: #333 ; color: black; text-shadow: none; }