diff options
| -rw-r--r-- | themes/clouds/css-1.7.8/style.css | 15 | ||||
| -rw-r--r-- | themes/colors/css-1.7.8/style.css | 79 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.8/style.css | 10 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.8/style.css | 4 |
4 files changed, 31 insertions, 77 deletions
diff --git a/themes/clouds/css-1.7.8/style.css b/themes/clouds/css-1.7.8/style.css index 510a04e57f..a826f79763 100644 --- a/themes/clouds/css-1.7.8/style.css +++ b/themes/clouds/css-1.7.8/style.css @@ -1068,6 +1068,7 @@ a:hover { clear: both; text-align: center; } + img { border: 0; } @@ -1179,10 +1180,6 @@ table.center { white-space: normal; } -.list_item { - font-size: 12px; -} - .facts_table { width: 100%; } @@ -1210,7 +1207,6 @@ div.fact_SHARED_NOTE { .facts_value { background: #fff; - font-size: 12px; border: solid #999 1px; padding: 4px; } @@ -1443,7 +1439,6 @@ a:hover .nameZoom { .news_title { color: #000; font-weight: bold; - font-size: 14px; } .news_date { @@ -3008,7 +3003,7 @@ div.faq_body { overflow: hidden; } -#separator:after { +#separator::after { position: absolute; top: 0; right: 0; @@ -3021,18 +3016,18 @@ div.faq_body { border-top-right-radius: 3px; } -[dir=rtl] #separator:after { +[dir=rtl] #separator::after { right: auto; left: 0; } .separator-hidden:after, -[dir=rtl] .separator-visible:after { +[dir=rtl] .separator-visible::after { background: #acf url(images/general_sprite.png) no-repeat -26px 100px; } .separator-visible:after, -[dir=rtl] .separator-hidden:after { +[dir=rtl] .separator-hidden::after { background: #acf url(images/general_sprite.png) no-repeat -1px 100px; } diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css index 20fa5fbff7..8853890923 100644 --- a/themes/colors/css-1.7.8/style.css +++ b/themes/colors/css-1.7.8/style.css @@ -31,6 +31,9 @@ color: #555; border-color: #ccc; } +.form-control:focus { + border-color: #999; +} /* * Any element that is loaded dynamically has the class wt-ajax-load. @@ -952,6 +955,7 @@ a:hover { clear: both; text-align: center; } + img { border: 0; } @@ -1065,10 +1069,6 @@ table.center { white-space: normal; } -.list_item { - font-size: 12px; -} - .facts_table { width: 100%; } @@ -1088,7 +1088,6 @@ div.fact_SHARED_NOTE { .facts_label { background-color: #81a9cb; border: 1px solid #ccc; - font-size: 12px; padding: 4px; width: 20%; text-align: center; @@ -1105,7 +1104,6 @@ div.fact_SHARED_NOTE { .facts_value { background-color: #edf7fd; - font-size: 12px; border: solid #999 1px; padding: 4px; } @@ -1329,7 +1327,6 @@ a:hover .nameZoom { .news_title { font-weight: bold; - font-size: 14px; } .news_date { @@ -2124,7 +2121,6 @@ a:hover .nameZoom { } /* ======== List styles ====== */ - .surname-list, .givn-list { margin: 5px auto; @@ -2145,6 +2141,8 @@ a:hover .nameZoom { .media-list td, .indi-list td, .fam-list td, +.recent_changes_block td, +.upcoming_events_block td, .surname-list td, .givn-list td { padding: 2px 5px; @@ -2166,6 +2164,11 @@ a:hover .nameZoom { .media-list th, .indi-list th, .fam-list th, +.recent_changes_block th, +.upcoming_events_block th, +.todays_events_block th, +.todo_block th, +.yahrzeit_block th, .surname-list th, .givn-list th { cursor: pointer; @@ -2841,7 +2844,7 @@ div.faq_body { overflow: hidden; } -#separator:after { +#separator::after { position: absolute; top: 0; right: 0; @@ -2854,18 +2857,18 @@ div.faq_body { border-top-right-radius: 3px; } -[dir=rtl] #separator:after { +[dir=rtl] #separator::after { right: auto; left: 0; } .separator-hidden:after, -[dir=rtl] .separator-visible:after { +[dir=rtl] .separator-visible::after { background: url(images/general_sprite.png) no-repeat -26px 100px; } .separator-visible:after, -[dir=rtl] .separator-hidden:after { +[dir=rtl] .separator-hidden::after { background: url(images/general_sprite.png) no-repeat -1px 100px; } @@ -3339,6 +3342,13 @@ div.faq_body { list-style: outside none none; } +.generations { + background: transparent url("images/vline.png") repeat-y scroll left top; + display: block; + margin: 0 0 0 15px; + padding: 0; +} + .chart_common table { padding: 0; border-spacing: 0; @@ -3420,45 +3430,6 @@ div.faq_body { } /*-- Lifespan ---- */ -.lifespan-form { - display: table; - margin: 0 auto; -} - -.lifespan-form fieldset { - display: inline-block; - margin: 0; - vertical-align: top; - height: 97px; -} - -.lifespan-form legend { - color: inherit; -} - -.lifespan-form fieldset > div { - display: table-row; -} - -.lifespan-form label, -.lifespan-form span { - display: table-cell; - border: none; -} - -.lifespan-form .controls { - text-align: right; -} - -[dir='rtl'] .lifespan-form .controls { - text-align: left; -} - -.lifespan-form select, -.lifespan-form .controls * { - margin: 1px 0; -} - #lifespan-chart { padding: 0 10px 10px; margin: 0 auto; @@ -4166,12 +4137,6 @@ footer { background-image: url(images/user_add.png); } -.icon-webtrees { - width: 100px; - height: 21px; - background-image: url(images/webtrees.png); -} - .cookie-warning { background: #aaa; color: #fff; diff --git a/themes/minimal/css-1.7.8/style.css b/themes/minimal/css-1.7.8/style.css index bfc8f41f23..d470bc1644 100644 --- a/themes/minimal/css-1.7.8/style.css +++ b/themes/minimal/css-1.7.8/style.css @@ -578,8 +578,11 @@ float: right; } -#relatives_content +.list_table { + margin: 0 auto; +} +#relatives_content #branches-page table, #medialist-page .list_table, #medialist-page .list_table_controls { @@ -2162,20 +2165,17 @@ div.faq_body { #search-page-table { background-color: #fff; - border: 2px solid #999; margin: 20px auto 0; width: 580px; } #search-page #field_table { background-color: #fff; - border: 2px solid #999; width: 30%; min-width: 500px; } #search-page-table .label { - border-top: 1px solid #999; float: left; font-weight: bold; padding: 5px 10px 0; @@ -2183,7 +2183,6 @@ div.faq_body { #search-page-table .value { background-color: #fff; - border-top: 1px solid #999; padding: 5px; } @@ -2196,7 +2195,6 @@ div.faq_body { } #search-page .list_label, #search-page list_label_wrap { - border: 1px solid #999; font-weight: bold; text-align: center; } diff --git a/themes/xenea/css-1.7.8/style.css b/themes/xenea/css-1.7.8/style.css index fad85611ff..38281e1f81 100644 --- a/themes/xenea/css-1.7.8/style.css +++ b/themes/xenea/css-1.7.8/style.css @@ -1109,10 +1109,6 @@ table.center { white-space: normal; } -.list_item { - font-size: 12px; -} - .facts_table { width: 100%; } |
