diff options
| author | Rob Peters <makitso@gmail.com> | 2010-05-20 23:45:35 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-05-20 23:45:35 +0000 |
| commit | b27916da2273ed6c035b279783099120982a2b17 (patch) | |
| tree | 5ab3aedc28750c45d8ea23d6baf5264f10fc271b /themes/colors/css | |
| parent | 648c0bb7122114b3fb195531e8f0c83cf00c977b (diff) | |
| download | webtrees-b27916da2273ed6c035b279783099120982a2b17.tar.gz webtrees-b27916da2273ed6c035b279783099120982a2b17.tar.bz2 webtrees-b27916da2273ed6c035b279783099120982a2b17.zip | |
Corrections to Sidebar and refactor code
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 87 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 87 |
14 files changed, 602 insertions, 616 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 37c636180f..a4ad285909 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #00A9C7;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #00A9C7 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #00A9C7;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #00A9C7 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 99ae2e9ec0..0f8c9a3aac 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #9DA5B4;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #9DA5B4 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #9DA5B4;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #9DA5B4 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 05496e9a23..705aa0b8df 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #af2604;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #af2604 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #af2604;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #af2604 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index c6b11f3f52..e2439e2096 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #5ab5ee;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #5ab5ee !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #5ab5ee;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #5ab5ee !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index f80a802421..1abf3d802c 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #6598cb;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #6598cb !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #6598cb;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #6598cb !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 016f739d82..fa96c0f112 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #5997E3;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #5997E3 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #5997E3;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #5997E3 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index fc6c671b5f..7bd61a917f 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #04AF23;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #04AF23 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #04AF23;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #04AF23 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index fc0783d666..7323789c94 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #D23014;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #D23014 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #D23014;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #D23014 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 81f0db246f..af80a41f33 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #C6C8D2;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #C6C8D2 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #707070;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #707070; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #C6C8D2;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #C6C8D2 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #707070;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #707070; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 65a7bf69a1..6e55eba5b3 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #6A78BE;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #6A78BE !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #6A78BE;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #6A78BE !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 1c4ddf93ab..6aaf180b87 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #7db323;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #7db323 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #7db323;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #7db323 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 60eeff58e9..79d0ea95ed 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #F75993;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #F75993 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #F75993;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #F75993 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 71d42c8d71..8d3c527fd5 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #F96058;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #F96058 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #F96058;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #F96058 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 5ef175b279..b6fcc139c5 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -250,6 +250,49 @@ p.center .warning, tr td.optionbox span.error, span.error { color:#f50; } +/* Override js/jquery-ui.custom.css */ +/* Right Side Tab----------------------------------*/ +.ui-state-active, .ui-widget-content .ui-state-active { background: #51B389;} + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Tabs ----------------------------------*/ +.ui-widget-header { border: 1px solid #fff; background: #51B389 !important; opacity: 0.67;} +.ui-widget-content a:hover {color: #f50;} +.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } +.ui-tabs-nav li.ui-tabs-selected { background: #fff; } + + +/* Colors specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +#sidebar { +background: #fff !important; +} + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse { +color: #000; +} +.nav_content .facts_label a{ +color: #ffffff; +} + /* Start Standard Code */ .blockcontent { @@ -1604,50 +1647,6 @@ dt { width: 100%; } -/* Override js/jquery-ui.custom.css */ -/* Right Side Tab----------------------------------*/ -.ui-state-active, .ui-widget-content .ui-state-active { background: #51B389;} - -/* Flyout changes */ - -.flyout2 { - margin-left:-40px; /* move popup left */ -} -.flyout2 a:hover{ /* color change and force underline */ - color:#2f416f; - text-decoration:underline !important; -} -#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { - font-size: 11px; - color: #000; -} - -/* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #51B389 !important; opacity: 0.67;} -.ui-widget-content a:hover {color: #f50;} -.ui-state-active, .ui-widget-content .ui-state-active { border: 0px !important ; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; } -.ui-tabs-nav li.ui-tabs-selected { background: #fff; } - - -/* Colors specific changes */ -/* Location and behavior of Right Site Tab in/out pin-------*/ - -#sidebar { -background: #fff !important; -margin: 9px 20px 15px 15px; -} - -/* Navigator and Flyout menu Styles -----------*/ - -.nav_content #spouse { -color: #000; -} -.nav_content .facts_label a{ -color: #ffffff; -} - /* tables for Module Admin tab */ table.tablesorter { background-color: #E0E0E0; |
