/* **************************************************************** **** **** THEMING: **** For basic customization of this theme, **** just find+replace the values on the right. **** **** --------------------------------------------------- **** **** Colors: **** **** Page background = White (white) **** P:COLOR & B:BG = #003366 (#003366) **** U:BG + A:COLOR = #003366 (blue) **** I:BG = #003366 (#003366) **** A/VISITED:COLOR = #003366 (#003366) **** B:TEXT = WHITE ... contrast to #003366 (can be White) **** *************************************************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 12pt/14pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: White; /*color: #003366;*/ color: #222222; } /* 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: #003366; text-shadow: 2px 2px 1px #003366; } /* 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: #003366; border: 1px solid White; text-shadow: 2px 2px 1px #003366; } /* * **************************************************** * 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; } .etherpad_toc > li { font-size: 70%; line-height: 70%; } u { font-size: 150%; color: WHITE !important; background: #003366; } strong { color: BLACK; color: WHITE; background: #003366; 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: BLACK !important; background: #003366; */ font-weight: bold; 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: #003366; color: White; text-shadow: none; }