diff options
Diffstat (limited to 'themes/colors/css/mercury.css')
| -rw-r--r-- | themes/colors/css/mercury.css | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index e2c42185bd..7ba0641ad5 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -30,76 +30,76 @@ /* Header */ -#header, .gedcomtitle { background:#d4d4d4; color: #707070; } -.title .gedcomtitle { text-decoration:none; color: #707070; } +#header, .gedcomtitle {background:#d4d4d4; color: #707070;} +.title .gedcomtitle {text-decoration:none; color: #707070;} /* Tbls and menus */ .descriptionbox, -.descriptionbox > a, +.descriptionbox > a, .topbottombar, -.topbottombar a, -.list_label, +.topbottombar a, +.list_label, .list_label a, .facts_label, .facts_label a, .facts_label .date, .facts_label03, .facts_table h2, -.facts_table .ltr .descriptionbox a, -.blockcontent .facts_label -{ +.facts_table .ltr .descriptionbox a, +.blockcontent .facts_label +{ background:#C6C8D2; color: #707070; } /* Indi Page */ -.ui-state-active, .ui-widget-content .ui-state-active {background:#C6C8D2;} +.ui-state-active, .ui-widget-content .ui-state-active {background:#C6C8D2;} /* sidebar */ #separator, .use-sidebar #separator {background-color: #C6C8D2;} /* Top Menu */ -#topMenu { background:#a9adbc; } +#topMenu {background:#a9adbc;} /* Base */ -#indi_header h3.person_box, +#indi_header h3.person_box, .makeMenu ul li a:hover, .descriptionbox .submenu a, -.blockcontent, -.list_value, -.list_value_wrap, -.tab_cell_active, +.blockcontent, +.list_value, +.list_value_wrap, +.tab_cell_active, .news_box, .optionbox, .person0, .center .person_box, -.small_inner_block .person_box, -.submenuitem_hover +.small_inner_block .person_box, +.submenuitem_hover { background:#f0f2f5; } -#indi_header h3.person_box, #indi_header h3.person_boxF , #indi_header h3.person_boxNN, .odd +#indi_header h3.person_box, #indi_header h3.person_boxF , #indi_header h3.person_boxNN, .odd { background: #f0f2f5; } /* Alerts */ -.error, .warning, .red { color:#a9adbc; } -.facts_labelred, .facts_valuered { border: solid #a9adbc 2px; } +.error, .warning, .red {color:#a9adbc;} +.facts_labelred, .facts_valuered {border: solid #a9adbc 2px;} /* Light Text */ -.makeMenu li a { color: #707070; } -.ui-state-active a:link, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { color: #707070;} +.makeMenu li a {color: #707070;} +.ui-state-active a:link, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {color: #707070;} /*.ui-widget-content span a, ui-widget-content span a:hover {color: #707070;} */ #lightbox_content span a, #lightbox_content span a:hover {color: #707070; background: #C6C8D2;} -#lightbox_content span a:hover {color: #FF0000; background: #C6C8D2;} +#lightbox_content span a:hover {color: #FF0000; background: #C6C8D2;} /* Dark Text Color */ -input,button,textarea { border-color:#fff #707070 #494949 #fff; } -.subheaders { color:#707070; } +input,button,textarea {border-color:#fff #707070 #494949 #fff;} +.subheaders {color:#707070;} /* end of palette */ |
