diff options
| author | Rob Peters <makitso@gmail.com> | 2010-05-27 23:50:17 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-05-27 23:50:17 +0000 |
| commit | 83a4f8e183a02e7ccdef8f1e385f631d1fa4a809 (patch) | |
| tree | f3a41126a7911fb29728d43eade94ca2a6af74cf /themes/colors/css | |
| parent | c533e490befcb592982c9dca72279ae5c8d046f9 (diff) | |
| download | webtrees-83a4f8e183a02e7ccdef8f1e385f631d1fa4a809.tar.gz webtrees-83a4f8e183a02e7ccdef8f1e385f631d1fa4a809.tar.bz2 webtrees-83a4f8e183a02e7ccdef8f1e385f631d1fa4a809.zip | |
Add FAQ Table style
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 155 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 27 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 155 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 157 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 157 |
14 files changed, 1221 insertions, 843 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 40a77f9f67..af0110c458 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #00A9C7; + background-color: #00A9C7; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 036e2b22e4..1b4c37bf30 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -1736,3 +1736,30 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo width:50%; text-align:center; } +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; +} diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 9d007a6e21..2c12270cea 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #af2604; + background-color: #af2604; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index c3fa346fc2..241a8d4d12 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #5ab5ee; + background-color: #5ab5ee; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index 11e5916b5a..0cd1b1ce09 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #6598cb; + background-color: #6598cb; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index c610630fd3..c32ce50849 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #5997E3; + background-color: #5997E3; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 0a3e228d67..23fe90f08a 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #04AF23; + background-color: #04AF23; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index 8eade329f5..7d6a4f7c16 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #D23014; + background-color: #D23014; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index a2c7460ffd..d1628398ac 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #C6C8D2; + background-color: #C6C8D2; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 6c99181b9d..3a5b72b6cb 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #6A78BE; + background-color: #6A78BE; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index b0c1b1e711..87d706ae4a 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #7db323; + background-color: #7db323; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 6ab49d73f4..635556da12 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #F75993; + background-color: #F75993; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 62be248dee..b4f093bc5f 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #F96058; + background-color: #F96058; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index ac420a5a1e..fcec4ac61a 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8326 2010-05-16 00:15:42Z nigel $ +* $Id: ash.css 8425 2010-05-23 23:50:28Z rob $ */ .something { @@ -1606,133 +1606,160 @@ text-align: center; } dl { -margin-bottom:20px; + margin-bottom:20px; } dt { -float:left; -font-weight:bold; -margin-right:10px; -clear:both; + float:left; + font-weight:bold; + margin-right:10px; + clear:both; } #indi_details dt:after { content: ":"; } #facts_content dd { -float:left; -width: 70%; + float:left; + width: 70%; } #indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { -float:left; -margin-right:15px; + float:left; + margin-right:15px; } #hitcounter { -display: block; -width: 100%; -margin-bottom:10px; + display: block; + width: 100%; + margin-bottom:10px; } .clearfloat { -clear: both; + clear: both; } #indi_details { -display: block; -width: 100%; + display: block; + width: 100%; } /* tables for Module Admin tab */ table.tablesorter { -background-color: #E0E0E0; -margin:5px 0pt 15px; -width: 100%; -text-align: left; -font-family:tahoma,arial,helvetica,sans-serif; -font-size:11px; + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; + font-family:tahoma,arial,helvetica,sans-serif; + font-size:11px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { -background-color: #E7EEF3; -border: 1px solid #FFF; -padding: 4px; + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; } table.tablesorter thead tr .header { -background-image: url(../images/jquery/bg.gif); -background-repeat: no-repeat; -background-position: center right; -padding-right:20px; -white-space:nowrap; -cursor: pointer; + background-image: url(../images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; } table.tablesorter tbody td { -color: #3D3D3D; -padding: 4px; -vertical-align: top; + color: #3D3D3D; + padding: 4px; + vertical-align: top; } table.tablesorter tbody tr.odd td { -background-color:#E7EEF3; + background-color:#E7EEF3; } table.tablesorter thead tr .headerSortUp { -background-image: url(../images/jquery/asc.gif); + background-image: url(../images/jquery/asc.gif); } table.tablesorter thead tr .headerSortDown { -background-image: url(../images/jquery/desc.gif); + background-image: url(../images/jquery/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #51B389; + background-color: #51B389; } /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { -width:450px; + width:450px; } #tabDefinedTags { -width:430px; + width:430px; } #layDefinedTags { -margin-left:auto; -margin-right:auto; -height:285px; -overflow:auto; -border:inset 2px buttonface; + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; } #tabDefinedTags { -border-collapse:collapse; + border-collapse:collapse; } #tabDefinedTags th,#tabDefinedTags td { -border:solid 1px #000; -margin:0; -padding:3px; + border:solid 1px #000; + margin:0; + padding:3px; } #tabDefinedTags tbody th { -text-align:left; -font-weight:bold; + text-align:left; + font-weight:bold; } #tabDefinedTags tr.sel { -background-color:#D1D9EF; -color:#888; + background-color:#D1D9EF; + color:#888; } #tabDefinedTags tr.unsel { -background-color:#FFFFFF; -color:#888; + background-color:#FFFFFF; + color:#888; } #tabDefinedTagsShow { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabDefinedTagsShow td { -width:50%; -text-align:center; + width:50%; + text-align:center; } #tabFilterAndCustom { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction { -margin-left:auto; -margin-right:auto; + margin-left:auto; + margin-right:auto; } #tabAction td { -width:50%; -text-align:center; + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; } |
