/* *********************************** **** **** PAGE BG = silver (white) **** P:COLOR & B:BG = Black (#333333) **** U:BG + A:COLOR = aquamarine (aquamarine) **** I:BG = Cyan (silver) **** A/VISITED:COLOR = aquamarine (cyan) **** B:TEXT = Black ... contrast to Black (can be silver) **** *********************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 10pt/12pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: silver; /*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: silver; background: aquamarine ; 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: silver; background: Black; border: 1px solid silver; text-shadow: 2px 2px 1px aquamarine ; } /* **************************************************** * 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: silver; } u { font-size: 140%; color: silver !important; /*color: Black !important; /* changed Nov 9 */ background: aquamarine ; color: white !important; } strong { color: Black; /* changed Nov 9 - no contrast here ...*/ color: silver !important; background: Black; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { color: silver; color: Black; /* changed Nov 9 */ display: inline; font-style: italic; font-weight: bold; } a:link { color: navy ; } a:visited { color: navy ; } a:hover { font-weight: bold; } .btn { background: aquamarine ; color: silver; text-shadow: none; } /**************** TOC TABLE STUFF *********************/ .ett_num { text-align: center; text-align: right; text-align: left; padding: 3px; padding-right: 5px; text-decoration: underline; font-style: italic; font-weight: bold; } .ett { margin: 10px; }