diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-20 09:09:21 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-20 09:09:21 +0000 |
| commit | 7fc64d7113a82589f6b03e4a067f80ac13f56c49 (patch) | |
| tree | 0f72eaac548ef2bbc446f20978799c1156598d5d /themes/colors/css | |
| parent | 7ab4e34b0eede4170deec3b82f8915f6cca67e58 (diff) | |
| download | webtrees-7fc64d7113a82589f6b03e4a067f80ac13f56c49.tar.gz webtrees-7fc64d7113a82589f6b03e4a067f80ac13f56c49.tar.bz2 webtrees-7fc64d7113a82589f6b03e4a067f80ac13f56c49.zip | |
Moving FindFacts pop-up css styles out of core code into theme/styles
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 54 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 54 |
14 files changed, 756 insertions, 0 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 1454c48697..37c636180f 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #00A9C7; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 197a3cbf7f..99ae2e9ec0 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #9DA5B4; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index ebfd9f0bd1..05496e9a23 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #af2604; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 475405d229..c6b11f3f52 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #5ab5ee; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index b27f81bbc4..f80a802421 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #6598cb; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 2654f68796..016f739d82 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #5997E3; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 9d907df341..fc6c671b5f 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #04AF23; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index c8f38b2f2c..fc0783d666 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #D23014; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 3a16b00cf8..81f0db246f 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #C6C8D2; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index b222b5bdfe..65a7bf69a1 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #6A78BE; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 0fd9337d43..1c4ddf93ab 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #7db323; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index c726d80426..60eeff58e9 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #F75993; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index dfc342b4de..71d42c8d71 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #F96058; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index a74f001953..5ef175b279 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -1687,3 +1687,57 @@ table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #51B389; } +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} |
