/* **************************************************************** **************************************************************** **** **** THEMING: **** For basic customization of this theme, **** just find+replace the values on the right. **** **** --------------------------------------------------- **** **** Colors: **** **** Main color = #AD65EA **** Page background = black (black) **** P:COLOR & B:BG = Chartreuse (Chartreuse ) **** U:BG + A:COLOR = Chartreuse (blue) **** I:BG = Chartreuse (Chartreuse ) **** A/VISITED:COLOR = Chartreuse (Chartreuse ) **** B:TEXT = black ... contrast to Chartreuse (can be black) **** *************************************************************** */ /*/////////////////////////////////////////////// /// // // // TEXT BLOCKS // */ body { font: normal 12pt/14pt 'Ubuntu Mono', serif; #font-family: 'Ubuntu Mono'; background: #ddd; /*color: Chartreuse ;*/ color: black; color: white; background: #030; background: beige; background: black; } h1 { padding: 8px 25 8 25; display: inline; color: black; background: Chartreuse ; text-shadow: 2px 2px 1px Chartreuse ; } /* 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: Chartreuse ; border: 1px solid black; text-shadow: 2px 2px 1px Chartreuse ; } /* * **************************************************** * ETHERPAD STUFF * */ .main_container { margin: 50px 10 50 10;12/ text-align: center; } .etherpad_container { display: inline-block; font-size: 100%; word-wrap: break-word; line-height: 140%; text-align: left !important; margin: 80px 30 30 30; padding: 5px; max-width: 100%; background: beige; background: black; } .etherpad_toc > li { font-size: 70%; line-height: 70%; } u { font-size: 150%; color: black !important; background: Chartreuse ; text-shadow: 0px 0px 0px black; text-shadow: 1px -1px 1px black; text-shadow: none; border-bottom: 6px solid Chartreuse ; padding-bottom: 1px; text-decoration: none; } strong { background: Chartreuse ; background: none; color: turquoise; border-bottom: 3px solid turquoise; padding-bottom: 0px; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { color: black; color: white !important; background: none; background: #444; background: none; display: inline; font-style: normal; font-style: italic; /* padding: 3px 9 3 9; margin: 13px 9 13 9; */ } a:link { color: Chartreuse ; border-bottom: 1px solid Chartreuse ; padding-bottom: 1px; padding-bottom: 0px; text-decoration: none; } a:visited { color: Chartreuse ; font-style: italic; } a:hover { font-weight: bold; } .btn { background: Chartreuse ; color: black; text-shadow: none; }