/* BLUE : Customizable colors and images */ /* ------------------------------------------------------------------------ */ /* add colors and images to roller.css */ body { background: #000000; color: #FFFFFF; } #logobackground { background: #aaaaaa !important; } .bannerBox { background: #FFFFFF; url("two-banner.png") repeat-x top; } .bannerStatusBox { background: #e3e3e3; color: #444444; } .bannerStatusBox a { color: #444444; } .bannerStatusBox a:link { color: #444444; } .bannerStatusBox a:visited { color: #444444; } h1 { color: #DDDDDD; } h2 { color: #DDDDDD; } h3 { color: #444444; } a:link { color: #555555; } a:visited { color: #555555; } .mm_table_actions a:link { color: #cccccc; } .mm_table_actions a:visited { color: #aaaaaa; } .subtitle span { color: white; } p.subtitle { color: #DDDDDD; } table.rollertable th, table.rollertable th { background: #444444; } table.rollertable td, table.rollertable tbody td { border: 1px solid #444444; } a.entryTitle, a:active.entryTitle, a:visited.entryTitle { color: #444444; } div.centerTitle { background: #e3e3e3; } div.control { background: #e3e3e3; } div.controlToggle { background: url("two-togglegrey.png") repeat-x top; } div.entryBox { border-bottom: 1px #444444 solid; background: #e3e3e3; margin: 0px 0px 0px 0px; color: black; } div.entryTitleBox { padding: 4px; font-size: medium; background: #444444; color: white; } div.entryBoxPinned { background: #e3e3e3; border-bottom: 1px #444444 solid; } div.entriesBox { background: #e3e3e3; color: black; } a.entryTitle, a:active.entryTitle, a:visited.entryTitle { color: #222222; font-size: medium; font-weight: bold; } div.yourWeblogBox { border-top: 1px #444444 solid; } input.searchButton { color: white; background: #444444; } .sidebarBodyHead { background: #444444; color: white; } .searchSidebarBodyHead h3 { color: black; } .sidebarBodyHead h3 { color: white; } .sidebarFade, div.sidebarBody { background: #DDDDDD; color: #444444; } .searchSidebarHead { background: #DDDDDD; } .searchSidebarBody { background: #DDDDDD; } /* ------------------------------------------------------------------------ */ /* add colors and iamges to menu.css */ td.menuTabSelected { background: url("menutab-sel.png"); } td.menuTabUnselected { background: url("menutab-unsel.png"); } .menuItemTable { background-color: #444444; color: white; } td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active { color: white; } td.menuTabUnselected a:link, td.menuTabUnselected a:visited, td.menuTabUnselected a:hover, td.menuTabUnselected a:active { color: white; } a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:hover, a.menuItemSelected:active { color: white; } a.menuItemUnselected:link, a.menuItemUnselected:visited, a.menuItemUnselected:hover, a.menuItemUnselected:active { color: white; } /* for main menu page */ span.mm_weblog_name { color: #EEEEEE; } td.mm_table_actions { background: #444444; }