diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-13 20:02:44 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-13 20:02:44 +0000 |
| commit | 9828166c41c833c35073edb8342b2b2a883d004f (patch) | |
| tree | 8ac67f86df14f3d761d4c1012d746ba5cf65138f /themes | |
| parent | 64c4fb873399640a36b20a1dbd10a7f86b043f7c (diff) | |
| download | webtrees-9828166c41c833c35073edb8342b2b2a883d004f.tar.gz webtrees-9828166c41c833c35073edb8342b2b2a883d004f.tar.bz2 webtrees-9828166c41c833c35073edb8342b2b2a883d004f.zip | |
Top surnames block - chnages per forum discussion; and add styles to all themes
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/style.css | 8 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 8 | ||||
| -rw-r--r-- | themes/fab/style.css | 8 | ||||
| -rw-r--r-- | themes/minimal/style.css | 8 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 5 | ||||
| -rw-r--r-- | themes/xenea/style.css | 8 |
6 files changed, 28 insertions, 17 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 1ed7b6728e..e5c1db55d5 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1783,11 +1783,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space: nowrap;} +.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space: nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2,#source-list-page h2, #note-details h2, #note-list-page h2, #repo-details h2, #repo-list-page h2, #media-details h2, #media-list-page h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1796,7 +1798,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filters .ui-state-default {margin: 0 2px;padding: 2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index ef5e874cd8..3a0fb64768 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -1745,11 +1745,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} +.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2, #note-details h2, #repo-details h2, #media-details h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1758,7 +1760,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px; padding:2px;} -.loading-image{background:#fff url(../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} diff --git a/themes/fab/style.css b/themes/fab/style.css index cab5f50633..56016e1a9f 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1272,11 +1272,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} +.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2,#source-list-page h2, #note-details h2, #note-list-page h2, #repo-details h2, #repo-list-page h2, #media-details h2, #media-list-page h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1285,7 +1287,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px; padding:2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 40b76f4844..76357721b1 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1672,11 +1672,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space: nowrap;} +.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space: nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2,#source-list-page h2, #note-details h2, #note-list-page h2, #repo-details h2, #repo-list-page h2, #media-details h2, #media-list-page h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1685,7 +1687,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px; padding:2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 9dc48e08e0..40919f5b8a 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -1343,8 +1343,9 @@ html[dir='rtl'] .itr:hover .popup {left:0; right:auto;} .recent_changes_block, .upcoming_events_block, .todays_events_block, .todo_block {width:99%;} .surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td{padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td{padding:2px 5px;} .indi-list td, .fam-list td {} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} .source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; font-weight: 600; padding: 2px 4px; white-space: nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} @@ -1354,7 +1355,7 @@ html[dir='rtl'] .itr:hover .popup {left:0; right:auto;} .media-list td img {display:block; height:40px; margin:3px auto;} .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} diff --git a/themes/xenea/style.css b/themes/xenea/style.css index c1c27c387c..d8bc173e7a 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1933,11 +1933,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} +.source-list th, .note-list th, .repo-list th, .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 {cursor:pointer; white-space:nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2,#source-list-page h2, #note-details h2, #note-list-page h2, #repo-details h2, #repo-list-page h2, #media-details h2, #media-list-page h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1946,7 +1948,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px; padding:2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} |
