/* **************************************************************** **** **** THEMING: **** For basic customization of this theme, **** just find+replace the values on the right. **** **** --------------------------------------------------- **** **** Colors: **** **** Page background = White (white) **** P:COLOR & B:BG = #555 (#555) **** U:BG + A:COLOR = #E5E4E2 (blue) **** I:BG = navy (navy) **** A/VISITED:COLOR = #E5E4E2 (cyan) **** B:TEXT = WHITE ... contrast to #555 (can be White) **** *************************************************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 9pt/11pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: White; /*color: #555;*/ color: #555; } /* 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: #E5E4E2; text-shadow: 2px 2px 1px #555; } /* 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: #555; border: 1px solid White; text-shadow: 2px 2px 1px #E5E4E2; } /* * **************************************************** * 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: 178%; color: #555555 !important; background: #E5E4E2; background: #ABCDEF; background: #FEDCBA; background: #cfba9c; } strong { color: black; background: #EED; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { color: #555; 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: #E5E4E2; color: White; text-shadow: none; }