diff options
| author | makitso <makitso@gmail.com> | 2017-06-27 14:17:55 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-27 14:17:55 -0500 |
| commit | 801957ebfd4d2bd4b0b599e03b3d1a32160ced84 (patch) | |
| tree | 6ba1264634ca8b1a6b8f7add58c11920dcf15969 /themes/colors | |
| parent | cbfcc604f4ae798ad8218065162dbc1396ee1b9e (diff) | |
| download | webtrees-801957ebfd4d2bd4b0b599e03b3d1a32160ced84.tar.gz webtrees-801957ebfd4d2bd4b0b599e03b3d1a32160ced84.tar.bz2 webtrees-801957ebfd4d2bd4b0b599e03b3d1a32160ced84.zip | |
Adjust font sizes
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.8/style.css | 79 |
1 files changed, 22 insertions, 57 deletions
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; |
