/* *********************************** **** **** PAGE BG = white (white) **** P:COLOR & B:BG = Black (#333333) **** U:BG + A:COLOR = #333 (#333) **** I:BG = silver (silver) **** A/VISITED:COLOR = #333 (silver) **** B:TEXT = Black ... contrast to Black (can be white) **** *********************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 12pt/14pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: white; /*color: #333333;*/ color: Black; } /* 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: white; background: #333 ; text-shadow: 2px 2px 1px Black; } /* 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: white; background: Black; border: 1px solid white; text-shadow: 2px 2px 1px #333 ; } /* * **************************************************** * ETHERPAD STUFF * */ .main_container { margin: 50px 10 50 10; 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: white; } u { font-size: 160%; color: white !important; /*color: Black !important; /* changed Nov 9 */ color: silver !important; color: white !important; background: blue; } strong { color: Black; /* changed Nov 9 - no contrast here ...*/ /* color: white !important; background: navy;*/ display: inline; font-style: normal; font-weight: bold; /* padding: 1px; margin: 1px; */ } em { color: white; color: Black; /* changed Nov 9 */ background: #bbf; display: inline; font-style: normal; font-style: italic; /* padding: 3px 9 3 9; margin: 13px 9 13 9; */ } a:link { color: #333 ; } a:visited { color: #333 ; } a:hover { font-weight: bold; } .btn { background: blue ; color: white; text-shadow: none; }