diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-16 00:16:21 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-16 00:16:21 +0000 |
| commit | 77a0bae16575aa20eee02bacfd7a7f4235109cbd (patch) | |
| tree | 85b4ae53893cc8307e0c8816dfc08508b9373a45 /themes/colors/css/pinkplastic.css | |
| parent | 9eef1fad9130878d60397c4a090076426411fdbf (diff) | |
| download | webtrees-77a0bae16575aa20eee02bacfd7a7f4235109cbd.tar.gz webtrees-77a0bae16575aa20eee02bacfd7a7f4235109cbd.tar.bz2 webtrees-77a0bae16575aa20eee02bacfd7a7f4235109cbd.zip | |
Fix Relatives spacing problem on tab display
Diffstat (limited to 'themes/colors/css/pinkplastic.css')
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 75 |
1 files changed, 38 insertions, 37 deletions
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index ca51f9e20e..89cf30cefe 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -22,14 +22,14 @@ padding:0px; } /* Color settings for the this theme */ - -/* Define Header, Tbl hdrs and Light Text Colors */ +/* Define Header and Light Text Colors */ #header, .gedcomtitle { background:#f41063; color: #ffffff; } +/* Define Tbl hdrs and Light Text Colors */ .descriptionbox, .descriptionbox a, @@ -54,9 +54,11 @@ color: #ffffff; background:#f391c6; } +/* Correct icon link problem */ .menuitem_hover a:hover, .menuitem_hover_rtl a:hover{ color: #f391c6; } + /* Define Base Color */ .descriptionbox .submenu a, @@ -243,10 +245,6 @@ padding:0 10px; margin:8px 0px 0px 0px; } -.nameZoom a:hover { -font: bold 14px tahoma, arial, helvetica, sans-serif; -} - div.error { color:#dd0000; font-weight:600; @@ -434,11 +432,6 @@ border:1px solid #ccc; float: left; } -#facts, #relatives { -max-width: 100%; -width:100%; -} - #random_picture { height:auto; } @@ -592,20 +585,20 @@ width:99%; } .person_box { -background:#f0f9ff; +background:#ddddff; border:1px solid #999; padding:3px; } .person_boxF { -background:#fff0f0; +background:#ffdddd; border:1px solid #ff2080; padding:3px; } .person_boxNN { background:#fff; -border:1px dashed #CCC; +border:1px solid #CCC; padding:3px; } @@ -767,12 +760,23 @@ font-size: 11px; font-weight: bold; } -.name1Hover { +.name2 { +font-size: 12px; +font-weight: bold; +} + +a:hover .name1 { color: red; font-size: 11px; font-weight: bold; } +a:hover.name2 { +color: red; +font-size: 12px; +font-weight: bold; +} + .nameblue { border: solid blue 1px; } @@ -782,17 +786,6 @@ font-size: 10px; text-decoration:none; } -.name2 { -font-size: 12px; -font-weight: bold; -} - -.name2Hover { -color: red; -font-size: 12px; -font-weight: bold; -} - .details2 { font-size: 11px; text-decoration:none; @@ -804,6 +797,11 @@ font-weight: bold; text-decoration:none; } + a:hover .nameZoom { +font: bold 14px tahoma, arial, helvetica, sans-serif; +color: red; +} + .detailsZoom { font-size: 13px; text-decoration:none; @@ -862,7 +860,6 @@ vertical-align: middle; .pedigree_image_portrait, .pedigree_image_landscape { float: left; height: 50px; -border: solid black 1px; margin-right: 3px; } @@ -1608,16 +1605,10 @@ dt { } /* Override js/jquery-ui.custom.css */ -/* Accordion ----------------------------------*/ +/* Right Side Tab----------------------------------*/ .ui-state-active, .ui-widget-content .ui-state-active { background: #F75993;} -/* 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: #999; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} - -/* Override jquery-ui_theme.css */ +/* Flyout changes */ .flyout2 { margin-left:-40px; /* move popup left */ @@ -1631,8 +1622,18 @@ dt { 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: 1px solid #999 !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 */ -/* Override inline code in --------------------*/ +/* Location and behavior of Right Site Tab in/out pin-------*/ + #sidebar { background: #fff !important; margin: 9px 20px 15px 15px; @@ -1644,5 +1645,5 @@ margin: 9px 20px 15px 15px; color: #000; } .nav_content .facts_label a{ -color: #fff; +color: #ffffff; } |
