summaryrefslogtreecommitdiff
path: root/themes/fab/style.css
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-10-21 22:37:17 +0000
committerfisharebest <fisharebest@gmail.com>2011-10-21 22:37:17 +0000
commitd69c86d271e7b348337eab0d05d08bef1adfe9ca (patch)
treebc65414ec45e2fd24f3d01b395934ddd0232b866 /themes/fab/style.css
parent7f6bd28cc2f8a5be4a5deac5f3ad2275da866e65 (diff)
downloadwebtrees-d69c86d271e7b348337eab0d05d08bef1adfe9ca.tar.gz
webtrees-d69c86d271e7b348337eab0d05d08bef1adfe9ca.tar.bz2
webtrees-d69c86d271e7b348337eab0d05d08bef1adfe9ca.zip
CSS files. Values of 0 do not need (and should not have) units such as px, em, pt, etc.
Diffstat (limited to 'themes/fab/style.css')
-rw-r--r--themes/fab/style.css710
1 files changed, 355 insertions, 355 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css
index c558064169..daf727912f 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -25,7 +25,7 @@
*/
/* Add a permanent scrollbar, to prevent "flickering" when hover effects lengthen page */
-html { overflow-y:scroll; }
+html {overflow-y:scroll;}
.submenu {
background-color:#EEE;
@@ -57,9 +57,9 @@ fieldset,
}
img.block{
- border: none;
- height: 20px;
- vertical-align: middle;
+ border:none;
+ height:20px;
+ vertical-align:middle;
}
legend {
@@ -84,7 +84,7 @@ a:hover, a:active {
}
a.help {
font-weight:bold;
- text-shadow: Black 1px 1px 1px;
+ text-shadow:Black 1px 1px 1px;
color:Yellow !important;
cursor:help;
}
@@ -93,7 +93,7 @@ body {
color:DimGray;
background-color:White;
font:12px sans-serif; /* Use the browser's default font - give control to the user */
- margin:0px;
+ margin:0;
}
img {
@@ -102,8 +102,8 @@ img {
/* Various text styles */
.warning, .error, .largeError {
- color: red;
- font-weight: bold;
+ color:red;
+ font-weight:bold;
}
/* Fact labels */
@@ -131,9 +131,9 @@ img {
margin-bottom:1em;
}
#footer {
- clear: both;
- text-align: center;
- width: 99%;
+ clear:both;
+ text-align:center;
+ width:99%;
}
/* Block level objects, such as header, footer, etc. */
@@ -144,16 +144,16 @@ img {
/* Pending edits */
.change_new, .nameblue {
- border: solid blue 2px !important;
+ border:solid blue 2px !important;
}
.change_old, .namered {
- color: #888 !important;
+ color:#888 !important;
text-decoration:line-through !important;
}
/* Use CSS menus based on nested <ul> */
.makeMenu li {
- background: none !important;
+ background:none !important;
display:inline;
position:relative;
white-space:nowrap;
@@ -172,7 +172,7 @@ img {
.makeMenu li ul {
display:none;
position:absolute;
- left:0px;
+ left:0;
top:1.1em;
background-color:#EEE;
border:thin solid #AAA;
@@ -181,7 +181,7 @@ img {
html[dir='rtl'] .makeMenu li ul {
left:auto;
- right:0px;
+ right:0;
}
/* position sub-sub-menus */
@@ -215,14 +215,14 @@ html[dir='rtl'] .makeMenu li ul li {
}
.makeMenu ul li a {
- background-color: #EEE;
- padding: 0px 5px 0px 2px;
- display: block;
+ background-color:#EEE;
+ padding:0 5px 0 2px;
+ display:block;
}
.makeMenu ul li a:hover {
- background-color: DarkSlateGray;
- color: #000;
+ background-color:DarkSlateGray;
+ color:#000;
}
#menu-language li {text-align:left;} /* The language menu is always LTR, even on RTL pages */
@@ -264,23 +264,23 @@ html[dir='rtl'] .makeMenu li ul li {
/* pedigree.php */
.pedigree_image_portrait, .pedigree_image_landscape {
float:left;
- max-height: 48px;
- max-width: 48px;
- margin-right: 3px;
+ max-height:48px;
+ max-width:48px;
+ margin-right:3px;
}
.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl {
float:right;
- max-height: 48px;
- max-width: 48px;
- margin-left: 3px;
+ max-height:48px;
+ max-width:48px;
+ margin-left:3px;
}
/*-- pedigree chart specific stylesheets --*/
#pedigree_chart {
- position: relative;
- top: -230px;
- left: 0px;
+ position:relative;
+ top:-230px;
+ left:0;
}
.thumbnail {
@@ -303,7 +303,7 @@ right:10px;
/* Tabular data */
.list_table {
- padding: 3px;
+ padding:3px;
margin-left:auto;
margin-right:auto;
}
@@ -317,7 +317,7 @@ right:10px;
font-weight:bold;
background-color:#CCC;
vertical-align:top;
- white-space: nowrap;
+ white-space:nowrap;
}
.optionbox {
background-color:#DDD;
@@ -326,16 +326,16 @@ right:10px;
white-space:nowrap;
}
.facts_label, .facts_label02, .facts_label03 {
- background-color: #CCC;
- width: 20%;
- text-align: center;
+ background-color:#CCC;
+ width:20%;
+ text-align:center;
}
.list_label, .list_value {
- white-space: nowrap;
+ white-space:nowrap;
}
.list_label_wrap, .list_value_wrap {
- white-space: normal;
+ white-space:normal;
}
.list_label, .list_label_wrap {
@@ -347,46 +347,46 @@ right:10px;
}
.news_title {
- font-size: 1.10em;
- font-weight: bold;
+ font-size:1.10em;
+ font-weight:bold;
}
.news_date {
- margin-bottom: 12px;
+ margin-bottom:12px;
}
/* Autocomplete styles*/
.ac_input {
- background-color: #EEE8AA;
+ background-color:#EEE8AA;
}
.ac_results {
- padding: 0px;
+ padding:0;
border:thin solid #AAA;
- background-color: white;
- overflow: hidden;
- z-index: 99999;
+ background-color:white;
+ overflow:hidden;
+ z-index:99999;
}
.ac_results ul {
- width: 100%;
- list-style-position: outside;
- list-style: none;
- padding: 0;
- margin: 0;
+ width:100%;
+ list-style-position:outside;
+ list-style:none;
+ padding:0;
+ margin:0;
}
.ac_results li {
- margin: 0px;
- padding: 2px 5px;
- cursor: default;
- display: block;
- font: menu;
- line-height: 14px; /* absolute setting required for firefox? */
- overflow: hidden;
+ margin:0;
+ padding:2px 5px;
+ cursor:default;
+ display:block;
+ font:menu;
+ line-height:14px; /* absolute setting required for firefox? */
+ overflow:hidden;
}
.ac_loading {
- background: white url(images/indicator.gif) right center no-repeat;
+ background:white url(images/indicator.gif) right center no-repeat;
}
.ac_odd {
- background-color: #eee;
+ background-color:#eee;
}
.ac_over {
background-color:navy;
@@ -401,105 +401,105 @@ right:10px;
margin-right:auto;
}
.nowrap {
- white-space: nowrap;
+ white-space:nowrap;
}
.wrap {
- white-space: normal;
+ white-space:normal;
}
.tabs_table {
- width: 99%;
+ width:99%;
}
.tab_cell_active {
- background-color: white;
- border-left: outset #9ca3d4 2px;
- border-top: outset #9ca3d4 2px;
- border-right: outset #9ca3d4 2px;
- text-align: center;
- font-weight: bold;
+ background-color:white;
+ border-left:outset #9ca3d4 2px;
+ border-top:outset #9ca3d4 2px;
+ border-right:outset #9ca3d4 2px;
+ text-align:center;
+ font-weight:bold;
}
.tab_cell_inactive {
- background-color: #d6e0ea;
- border-left: solid #9ca3d4 2px;
- border-top: solid #9ca3d4 2px;
- border-right: outset #9ca3d4 2px;
- text-align: center;
- font-weight: bold;
+ background-color:#d6e0ea;
+ border-left:solid #9ca3d4 2px;
+ border-top:solid #9ca3d4 2px;
+ border-right:outset #9ca3d4 2px;
+ text-align:center;
+ font-weight:bold;
}
.tab_cell_inactive_empty {
- background-color: #c6d0da;
- border-left: solid #9ca3d4 2px;
- border-top: solid #9ca3d4 2px;
- border-right: outset #9ca3d4 2px;
- text-align: center;
- font-weight: bold;
+ background-color:#c6d0da;
+ border-left:solid #9ca3d4 2px;
+ border-top:solid #9ca3d4 2px;
+ border-right:outset #9ca3d4 2px;
+ text-align:center;
+ font-weight:bold;
}
.tab_cell_inactive_empty a {
- color: #999999;
+ color:#999999;
}
.tab_active_bottom {
- border-top: none;
- border-bottom: none;
- border-left: none;
- border-right: none;
- height: 5px;
+ border-top:none;
+ border-bottom:none;
+ border-left:none;
+ border-right:none;
+ height:5px;
}
.tab_inactive_bottom {
- border-left: none;
- border-right: none;
- border-top: outset #9ca3d4 2px;
- height: 5px;
+ border-left:none;
+ border-right:none;
+ border-top:outset #9ca3d4 2px;
+ height:5px;
}
.tab_inactive_bottom_right {
- border-left: none;
- border-right: none;
- border-top: outset #9ca3d4 2px;
- width: 33%;
- height: 5px;
+ border-left:none;
+ border-right:none;
+ border-top:outset #9ca3d4 2px;
+ width:33%;
+ height:5px;
}
.indent {
- padding-left: 7px;
+ padding-left:7px;
}
.indent_rtl {
- padding-right: 7px;
+ padding-right:7px;
}
.image {
- height: 150px;
- padding: 5px;
- margin: 2px;
+ height:150px;
+ padding:5px;
+ margin:2px;
}
.icon, .adminicon {
- padding-left: 0pt;
- padding-right: 5pt;
+ padding-left:0;
+ padding-right:5pt;
}
.link {
- font-size: 12px;
- text-align: center;
+ font-size:12px;
+ text-align:center;
}
.subheaders {
- margin-top: 15px;
- vertical-align: bottom;
+ margin-top:15px;
+ vertical-align:bottom;
}
.age {
- font-size: 9px;
+ font-size:9px;
}
.source_citations {
- display: none;
+ display:none;
}
.favorites_form {
@@ -508,378 +508,378 @@ right:10px;
}
.selected-option {
- background-color: #d6e0ea;
+ background-color:#d6e0ea;
}
.user_links {
- white-space: nowrap;
+ white-space:nowrap;
}
.hit-counter {
- background: black;
- color: white;
- font-weight: bold;
+ background:black;
+ color:white;
+ font-weight:bold;
}
.current_day {
- font-weight: bold;
- font-size: 16px;
+ font-weight:bold;
+ font-size:16px;
}
.cal_day {
- float: left;
- font-weight: bold;
+ float:left;
+ font-weight:bold;
}
.rtl_cal_day {
- direction: rtl;
- float: right;
- color: blue;
- font-weight: bold;
+ direction:rtl;
+ float:right;
+ color:blue;
+ font-weight:bold;
}
.helpcontent {
- margin-left: 10px;
+ margin-left:10px;
margin-right:10px;
}
.helpfooter {
- margin: 10px;
+ margin:10px;
}
.helpheader {
- margin: 10px;
- font-size: 18px;
- font-weight: bold;
- color: black;
+ margin:10px;
+ font-size:18px;
+ font-weight:bold;
+ color:black;
}
.helpstart {
- margin: 10px;
- color: blue;
- text-decoration: none;
+ margin:10px;
+ color:blue;
+ text-decoration:none;
}
.helptext {
- color: black;
+ color:black;
}
/*-- descendancy chart specific stylesheets --*/
#descendancy_chart ul {
- background-image: url(images/vline.png);
- background-repeat: repeat-y;
- background-position: left top;
- list-style: none;
- margin: 0px 0px 5px 15px; /* top right bottom left */
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
+ background-image:url(images/vline.png);
+ background-repeat:repeat-y;
+ background-position:left top;
+ list-style:none;
+ margin:0 0 5px 15px; /* top right bottom left */
+ padding-top:0;
+ padding-right:0;
+ padding-bottom:0;
}
#descendancy_chart li {
- list-style: none;
- margin: 0px 0px 0px -15px; /* top right bottom left */
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
+ list-style:none;
+ margin:0 0 0 -15px; /* top right bottom left */
+ padding-top:0;
+ padding-right:0;
+ padding-bottom:0;
}
/*-- descendancy chart rtl specific stylesheets --*/
html[dir='rtl'] #descendancy_chart ul {
background-position:right top;
-margin:0px 18px 0px 0px;
+margin:0 18px 0 0;
left:auto;
}
html[dir='rtl'] #descendancy_chart li {
- list-style: none;
- margin: 0px 0px 0px 0px; /* top right bottom left */
- padding: 0px 30px 0px 0px; /* top right bottom left */
+ list-style:none;
+ margin:0; /* top right bottom left */
+ padding:0 30px 0 0; /* top right bottom left */
}
/*-- relationship chart specific stylesheets --*/
#relationship_chart {
- position: relative;
- top: -40px;
- left: 0px;
+ position:relative;
+ top:-40px;
+ left:0;
}
html[dir='rtl'] #relationship_chart {
left:auto;
- right:0px;
+ right:0;
}
/*-- ancestry chart specific stylesheets --*/
#ancestry_chart ul {
- background-image: url(images/vline.png);
- background-repeat: repeat-y;
- background-position: left top;
- list-style: none;
- display: block;
- margin: 0px 0px 0px 15px; /* top right bottom left */
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
+ background-image:url(images/vline.png);
+ background-repeat:repeat-y;
+ background-position:left top;
+ list-style:none;
+ display:block;
+ margin:0 0 0 15px; /* top right bottom left */
+ padding-top:0;
+ padding-right:0;
+ padding-bottom:0;
}
#ancestry_chart li {
- list-style: none;
- margin: 0px 0px 2px -13px; /* top right bottom left */
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
+ list-style:none;
+ margin:0 0 2px -13px; /* top right bottom left */
+ padding-top:0;
+ padding-right:0;
+ padding-bottom:0;
}
/*-- ancestry chart rtl specific stylesheets --*/
html[dir='rtl'] #ancestry_chart ul {
background-position:right top;
-margin:0px 15px 0px 0px;
+margin:0 15px 0 0;
left:auto;
}
html[dir='rtl'] #ancestry_chart li {
-margin:0px 25px 0px 0px;
-padding:0px 2px 0px 0px;
+margin:0 25px 0 0;
+padding:0 2px 0 0;
left:auto;
}
/*-- timeline chart specific styles --*/
#timeline_chart {
- position: relative;
- top: 0px;
- left: 0px;
+ position:relative;
+ top:0;
+ left:0;
}
.person0 {
- background-color: #aaaaff;
- vertical-align: top;
+ background-color:#aaaaff;
+ vertical-align:top;
}
.person1 {
- background-color: #aaffaa;
- vertical-align: top;
+ background-color:#aaffaa;
+ vertical-align:top;
}
.person2 {
- background-color: #ffaaaa;
- vertical-align: top;
+ background-color:#ffaaaa;
+ vertical-align:top;
}
.person3 {
- background-color: #5555ff;
- vertical-align: top;
+ background-color:#5555ff;
+ vertical-align:top;
}
.person4 {
- background-color: #ff5555;
- vertical-align: top;
+ background-color:#ff5555;
+ vertical-align:top;
}
.person5 {
- background-color: #55ff55;
- vertical-align: top;
+ background-color:#55ff55;
+ vertical-align:top;
}
.listlog {
- line-height: 20pt;
- color: #555555;
+ line-height:20pt;
+ color:#555555;
}
.starredname {
- text-decoration: underline;
+ text-decoration:underline;
}
.search_hit {
- background-color: yellow;
+ background-color:yellow;
}
.title {
- font-size: 150%;
+ font-size:150%;
}
/* Style for the subbar in */
/* facts_value */
.subbar {
- background-color: #d1d9ef;
- color: black;
- vertical-align: top;
- white-space: nowrap;
- padding: 3px;
+ background-color:#d1d9ef;
+ color:black;
+ vertical-align:top;
+ white-space:nowrap;
+ padding:3px;
}
.vmiddle {
- vertical-align: middle
+ vertical-align:middle
}
/* Colors */
.red {
- color: red;
+ color:red;
}
.rela {
- opacity: 0.67;
+ opacity:0.67;
}
/* Text direction */
.ltr {
- text-align: left;
+ text-align:left;
}
.rtl {
- text-align: right;
- direction: rtl;
+ text-align:right;
+ direction:rtl;
}
/* Width settings */
.width10 {
- width: 10%;
+ width:10%;
}
.width20 {
- width: 20%;
+ width:20%;
}
.width25 {
- width: 25%;
+ width:25%;
}
.width30 {
- width: 30%;
+ width:30%;
}
.width33 {
- width: 33%;
+ width:33%;
}
.width40 {
- width: 40%;
+ width:40%;
}
.width50 {
- width: 50%;
+ width:50%;
}
.width60 {
- width: 60%;
+ width:60%;
}
.width66 {
- width: 66%;
+ width:66%;
}
.width70 {
- width: 70%;
+ width:70%;
}
.width75 {
- width: 75%;
+ width:75%;
}
.width80 {
- width: 80%;
+ width:80%;
}
.width90 {
- width: 90%;
+ width:90%;
}
.width100 {
- width: 100%;
+ width:100%;
}
/* Font sizes */
.font11 {
- font-size: 11px;
+ font-size:11px;
}
.font9 {
- font-size: 9px;
+ font-size:9px;
}
/* Message box */
.messagebox {
- background-color: #c2ceef;
+ background-color:#c2ceef;
}
.note_details {
- display: none;
+ display:none;
}
a.showit {
- position: relative;
- z-index: 24;
- color: black;
- text-decoration: none;
+ position:relative;
+ z-index:24;
+ color:black;
+ text-decoration:none;
}
a.showit:hover {
- z-index: 25;
- background-color: #ffff9b;
- cursor: crosshair;
+ z-index:25;
+ background-color:#ffff9b;
+ cursor:crosshair;
}
a.showit > span {
- display: none;
+ display:none;
}
a.showit:hover > span {
- display: block;
- position: absolute;
- top: 22px;
- left: 0px;
- width: 225px;
- border-style: outset;
- border-left: 15px outset #1f1f1f;
- border-top: 2px solid #1f1f1f;
- border-bottom: 2px solid black;
- border-right: 2px solid black;
- padding: 3px;
- background: #4f4f4f;
- color: white;
- text-align: left;
- opacity: .85;
- z-index: 5;
+ display:block;
+ position:absolute;
+ top:22px;
+ left:0;
+ width:225px;
+ border-style:outset;
+ border-left:15px outset #1f1f1f;
+ border-top:2px solid #1f1f1f;
+ border-bottom:2px solid black;
+ border-right:2px solid black;
+ padding:3px;
+ background:#4f4f4f;
+ color:white;
+ text-align:left;
+ opacity:.85;
+ z-index:5;
}
.lifespan_people span:first-letter {
- font-variant: small-caps;
- padding: 1px;
+ font-variant:small-caps;
+ padding:1px;
}
.lifespan_outer {
- position: relative;
- width: 99.5%;
- height: 600px;
- overflow: hidden;
+ position:relative;
+ width:99.5%;
+ height:600px;
+ overflow:hidden;
}
.lifespan_outer a {
- color: black;
+ color:black;
}
.lifespan_outer a:hover {
- color: red;
- text-decoration: none;
+ color:red;
+ text-decoration:none;
}
.lifespan_timeline {
- position: absolute;
- width: 100%;
- left: -10px;
- top: -65px;
- z-index: 2;
- background-color: white
+ position:absolute;
+ width:100%;
+ left:-10px;
+ top:-65px;
+ z-index:2;
+ background-color:white
}
.lifespan_people {
- position: absolute;
- width: 500px;
- left: -10px;
- top: -60px;
- z-index: 1;
+ position:absolute;
+ width:500px;
+ left:-10px;
+ top:-60px;
+ z-index:1;
}
.iwstyle {
width:360px;
- /*background-color: #FFFFFF;*/
+ /*background-color:#FFFFFF;*/
}
.iwstyle a {
}
@@ -887,51 +887,51 @@ a.showit:hover > span {
}
#map_nav {
- position: relative;
- top: -484px;
- left: 101%;
+ position:relative;
+ top:-484px;
+ left:101%;
}
#tree_nav {
- position: relative;
- top: -584px;
- left: 90%;
- z-index: 100;
+ position:relative;
+ top:-584px;
+ left:90%;
+ z-index:100;
}
#map_type
{
- margin: 0;
- padding: 0;
- font-size: 10px;
- list-style: none;
+ margin:0;
+ padding:0;
+ font-size:10px;
+ list-style:none;
}
#map_type li
{
- display: block;
- width: 70px;
- text-align: center;
- padding: 2px;
+ display:block;
+ width:70px;
+ text-align:center;
+ padding:2px;
border:thin solid #AAA;
- cursor: pointer;
- float: left;
- margin-left: 2px;
+ cursor:pointer;
+ float:left;
+ margin-left:2px;
}
#map_type li.non_active
{
- background: white;
- color: black;
- font-weight: normal;
+ background:white;
+ color:black;
+ font-weight:normal;
}
#map_type li.active
{
- background: gray;
- color: white;
- font-weight: bold;
+ background:gray;
+ color:white;
+ font-weight:bold;
}
#map_type li:hover
{
- background: #ddd;
+ background:#ddd;
}
.tag_cloud {
@@ -941,7 +941,7 @@ a.showit:hover > span {
}
.clearfloat {
- clear: both;
+ clear:both;
}
dl {
@@ -961,8 +961,8 @@ html[dir="rtl"] dt {
}
dd {
- display: inline;
- margin: 0;
+ display:inline;
+ margin:0;
}
/* styles for FindFacts pop-up */
@@ -1021,51 +1021,51 @@ dd {
}
/* FAQ table styles */
table.faq {
- background-color: #E0E0E0;
+ background-color:#E0E0E0;
margin:5px 0 50px 5px;
- width: 98%;
+ width:98%;
}
table.faq tr.odd td {
background-color:#E7EEF3;
}
div.faq_title {
- background-color: #E0E0E0;
- margin: 1em 0 0 1em;
- padding: .25em;
+ background-color:#E0E0E0;
+ margin:1em 0 0 1em;
+ padding:.25em;
font-weight:bold;
- width: 98%;
+ width:98%;
}
div.faq_body {
clear:both;
- margin: 1em 0;
- padding: 1em;
+ margin:1em 0;
+ padding:1em;
}
.faq_italic {
- font-style: italic;
- font-weight: bold;
- font-size: 90%;
- padding: 0 10px;
+ font-style:italic;
+ font-weight:bold;
+ font-size:90%;
+ padding:0 10px;
}
.faq_top {float:right;}
.faq_edit {float:right;}
html[dir='rtl'] .faq_top {float:left;}
html[dir='rtl'] .faq_edit {float:left;}
-td.descriptionbox a {
+td.descriptionbox a {
}
ul.clist {
- list-style-image: none;
+ list-style-image:none;
text-decoration:none;
color:#000000;
- margin: 0px;
- margin-left: -23px;
+ margin:0;
+ margin-left:-23px;
}
/* ========= Positioning edit, copy, delete links ============= */
/* General use */
.editfacts {clear:left; padding-top:15px;} /* a container for the following three links */
-.editfacts a:hover, .field a:hover {background-color: transparent!important;}
+.editfacts a:hover, .field a:hover {background-color:transparent !important;}
.editlink, .copylink, .deletelink {float:left;}
html[dir='rtl'] .editlink, html[dir='rtl'] .copylink, html[dir='rtl'] .deletelink {float:right;}
span.link_text {display:none;}
@@ -1076,8 +1076,8 @@ html[dir='rtl'].field .editlink, html[dir='rtl'].field .deletelink {float:lef
/* =========== Indi header ================== */
-#indi_header {float:left; width:98%; border-radius: 3px; margin:5px 0; padding:0 10px;}
-#indi_header h3 {color: #000666; font-size: 90%; font-weight:bold; margin: 0; padding: 0 10px 0 30px; text-align:left;}
+#indi_header {float:left; width:98%; border-radius:3px; margin:5px 0; padding:0 10px;}
+#indi_header h3 {color:#000666; font-size:90%; font-weight:bold; margin:0; padding:0 10px 0 30px; text-align:left;}
#indi_header h3.name_one {overflow:hidden; position:relative; font-size:1.5em;}
#indi_header h3.person_box, #indi_header h3.person_boxF , #indi_header h3.person_boxNN {border:1px solid darkGray;}
#indi_header h3 .header_age {padding:5px 0 5px 5px; float:right; font-weight:normal; font-size:65%;}
@@ -1090,9 +1090,9 @@ html[dir='rtl'].field .editlink, html[dir='rtl'].field .deletelink {float:lef
#indi_mainimage {float:right;}
#indi_mainimage a img {float:right; padding:0;}
-#indi_name_details { margin:0; overflow: hidden !important; padding: 5px;}
+#indi_name_details { margin:0; overflow:hidden !important; padding:5px;}
#indi_name_details .warning {color:red; font-size:1em;}
-#indi_name_details dt:after { content:":"; }
+#indi_name_details dt:after {content:":";}
#name1 {}
#indi_note {margin: 0 0 5px 0;}
@@ -1104,11 +1104,11 @@ html[dir='rtl'].field .editlink, html[dir='rtl'].field .deletelink {float:lef
.indi_table {clear:left;}
#sex {float:right;}
-#dates {color: #000666; float:right;}
+#dates {color:#000666; float:right;}
dd .editlink, dd .deletelink {float:right;}
html[dir='rtl'] #indi_header {float:right;}
-html[dir='rtl'] #indi_header h3 {padding: 0 30px 0 10px; text-align:right;}
+html[dir='rtl'] #indi_header h3 {padding:0 30px 0 10px; text-align:right;}
html[dir='rtl'] #indi_header h3 .header_age {padding:5px 5px 5px 0; float:left;}
html[dir='rtl'] #main_name {float:right;}
html[dir='rtl'] #indi_mainimage {float:left;}
@@ -1121,38 +1121,38 @@ html[dir='rtl'] #dates { float:left;}
html[dir='rtl'] dd .editlink, html[dir='rtl'] dd .deletelink {float:left;}
/* INDI IMAGE SPRITE */
-.male_gender, .female_gender, .unknown_gender, .editicon, .copyicon, .deleteicon { display: block; background: url('images/indi_sprite.png') no-repeat; }
-.female_gender {background-position: -45px 3px; width: 24px;}
-.male_gender {background-position: -72px 3px; width: 24px;}
-.unknown_gender {background-position: -100px 4px; width: 24px;}
-.editicon {background-position: -40px -32px; width: 24px; height:16px;}
-.copyicon {background-position: -70px -32px; width: 24px; height:16px;}
-.deleteicon {background-position: -100px -32px; width: 24px; height:16px;}
+.male_gender, .female_gender, .unknown_gender, .editicon, .copyicon, .deleteicon {display:block; background:url('images/indi_sprite.png') no-repeat;}
+.female_gender {background-position:-45px 3px; width:24px;}
+.male_gender {background-position:-72px 3px; width:24px;}
+.unknown_gender {background-position:-100px 4px; width:24px;}
+.editicon {background-position:-40px -32px; width:24px; height:16px;}
+.copyicon {background-position:-70px -32px; width:24px; height:16px;}
+.deleteicon {background-position:-100px -32px; width:24px; height:16px;}
/* =========== Indi tabs ================== */
/* Facts & Events tab */
-#personal_facts_content .fact_NOTE, #personal_facts_content .fact_SOUR {margin: 5px 3px 5px 0}
+#personal_facts_content .fact_NOTE, #personal_facts_content .fact_SOUR {margin:5px 3px 5px 0;}
#media-display-image {float:left;}
#media-display-title {float:left; font-style:italic; margin:10px;}
/* ========= jquery-ui.custom.css changes ============ */
-.ui-widget-content a:hover { color:red; }
-.ui-tabs-nav li.ui-tabs-selected {background:#f8f8f8; }
-.ui-tabs-nav li.ui-tabs-selected a {font-weight:600; color:black; }
-.ui-tabs-nav li.ui-tabs-selected a:hover {font-weight:600; color:black; }
+.ui-widget-content a:hover {color:red;}
+.ui-tabs-nav li.ui-tabs-selected {background:#f8f8f8;}
+.ui-tabs-nav li.ui-tabs-selected a {font-weight:600; color:black;}
+.ui-tabs-nav li.ui-tabs-selected a:hover {font-weight:600; color:black;}
.ui-tabs .ui-tabs-panel {padding:1em 0;}
.ui-state-active, .ui-widget-content .ui-state-active {border:1px solid darkGray; background:#ccc; font-weight:normal; color:black; outline:none;}
-.ui-accordion .ui-accordion-header .ui-icon { position:absolute; left:0.5em; top:50%; margin-top:-8px; }
-.ui-accordion .ui-accordion-content { padding:1em .05em; border-top:0; margin-top:-2px; position:relative; top:1px; margin-bottom:2px; overflow:visible; display:none; }
-.ui-accordion .ui-accordion-content-active { display:block;}
-.ui-accordion .ui-accordion-header a {padding: .5em;}
-.ui-helper-reset {line-height: 1.6;}
-.ui-state-highlight a {color: red;}
+.ui-accordion .ui-accordion-header .ui-icon {position:absolute; left:0.5em; top:50%; margin-top:-8px;}
+.ui-accordion .ui-accordion-content {padding:1em .05em; border-top:0; margin-top:-2px; position:relative; top:1px; margin-bottom:2px; overflow:visible; display:none;}
+.ui-accordion .ui-accordion-content-active {display:block;}
+.ui-accordion .ui-accordion-header a {padding:.5em;}
+.ui-helper-reset {line-height:1.6;}
+.ui-state-highlight a {color:red;}
-html[dir='rtl'] .ui-tabs { direction:rtl;}
+html[dir='rtl'] .ui-tabs {direction:rtl;}
html[dir='rtl'] ui-tabs .ui-tabs-nav li.ui-tabs-selected,
-html[dir='rtl'] .ui-tabs .ui-tabs-nav li.ui-state-default {float:right; }
-html[dir='rtl'] .ui-accordion .ui-accordion-header .ui-icon {right: 0.5em;}
+html[dir='rtl'] .ui-tabs .ui-tabs-nav li.ui-state-default {float:right;}
+html[dir='rtl'] .ui-accordion .ui-accordion-header .ui-icon {right:0.5em;}
/* ========= jQuery.datatable styling over-rides ============ */
.odd {background-color:LightGrey;}
@@ -1182,7 +1182,7 @@ html[dir='rtl'] .dataTables_length {float:left;}
.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td{padding:2px 5px;}
.indi-list td {color:#555;}
.indi-list .stats {margin:0 auto; width:auto;}
-.source-list th, .note-list th, .repo-list th, .media-list th, .indi-list th {cursor:pointer; white-space: nowrap;}
+.source-list th, .note-list th, .repo-list th, .media-list th, .indi-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%;}
@@ -1192,8 +1192,8 @@ html[dir='rtl'] .dataTables_length {float:left;}
.SEX_M img, .SEX_F img, .SEX_U img {vertical-align:top;}
.gender, .aliveinyear, .years, .given, .parents, .charts, .reset {background-color:lightgrey; display:inline; margin:0 6px 0 0; padding:0 0 1px 0;}
.gender{padding:2px 0;}
-.aliveyear{background-color:#EEE8AA; margin:0; padding: 0;}
-.aliveinyear button, .years button, .given button, .parents input, .charts input, .reset button {margin: 1px;}
+.aliveyear{background-color:#EEE8AA; margin:0; padding:0;}
+.aliveinyear button, .years button, .given button, .parents input, .charts input, .reset button {margin:1px;}
html[dir='rtl'] .source-list th:last-child, html[dir='rtl'] .note-list th:last-child, html[dir='rtl'] .repo-list th:last-child {margin:0 1px 1px -2px;}
html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, html[dir='rtl'] .given, html[dir='rtl'] .parents, html[dir='rtl'] .charts, html[dir='rtl'] .reset {margin:0 0 0 6px;}
@@ -1203,22 +1203,22 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
#indi_left {float:left; width:98%;}
#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:auto;}
#sidebar {border-color:#DDD; display:none; margin:5px 2px 0 0; height:auto;}
-#tabs {background-color: #fff; border-color: #ddd; width:98%; overflow:auto;}
+#tabs {background-color:#fff; border-color:#ddd; width:98%; overflow:auto;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
-#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align: center; border-color:darkGray;}
+#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align:center; border-color:darkGray;}
.use-sidebar #indi_left {width:77%;}
.use-sidebar #sidebar {display:block;}
.sidebar-at-right #sidebar { width:20%;}
.use-sidebar.sidebar-at-right #sidebar, .sidebar-at-right #separator {float:right;}
-#separator {float:right; display: block; background: #ccc url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border: 1px solid darkGray; border-radius-topleft:3px; border-radius-topright:3px; margin-top:5px;}
-.use-sidebar #separator { background: #ccc url('images/indi_sprite.png') no-repeat -1px 100px;}
+#separator {float:right; display:block; background:#ccc url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border:1px solid darkGray; border-radius-topleft:3px; border-radius-topright:3px; margin-top:5px;}
+.use-sidebar #separator {background:#ccc url('images/indi_sprite.png') no-repeat -1px 100px;}
html[dir='rtl'] #indi_left {float:right;}
html[dir='rtl'] #tabs {float:right;}
html[dir='rtl'] #sidebar {margin:5px 0 0 2px;}
html[dir='rtl'] .use-sidebar.sidebar-at-right #sidebar, html[dir='rtl'] .sidebar-at-right #separator {float:left;}
-html[dir='rtl'] #separator {float:left; background: #ccc url('images/indi_sprite.png') no-repeat -1px 100px;}
-html[dir='rtl'] .use-sidebar #separator {background: #ccc url('images/indi_sprite.png') no-repeat -26px 100px;}
+html[dir='rtl'] #separator {float:left; background:#ccc url('images/indi_sprite.png') no-repeat -1px 100px;}
+html[dir='rtl'] .use-sidebar #separator {background:#ccc url('images/indi_sprite.png') no-repeat -26px 100px;}
/* ============== Sidebar content items ============== */
/* Family navigator */
@@ -1229,9 +1229,9 @@ html[dir='rtl'] .use-sidebar #separator {background: #ccc url('images/indi_sprit
.flyout {color:#000000; text-align:left; margin-top:-20px; right:210px; padding:3px;}
.flyout2 {color:#000000; text-align:left;margin-top:-2px; left:40px; padding:3px;}
.flyout2 a:hover{color:#ff0000;}
-.flyout4 {color:#000000; text-align:left; margin-top:0px;margin-left:0px; padding:3px;}
-.flyout3, .flyout3 a {background:none; border:none; text-decoration:none; text-align:left; margin-top:0px; left:0px; padding:0px;}
-.famnav_link div {font-size:12px; padding:0px; width:100%;}
+.flyout4 {color:#000000; text-align:left; margin-top:0;margin-left:0; padding:3px;}
+.flyout3, .flyout3 a {background:none; border:none; text-decoration:none; text-align:left; margin-top:0; left:0; padding:0;}
+.famnav_link div {font-size:12px; padding:0; width:100%;}
html[dir='rtl'] .flyout {text-align:right; left:210px;}
html[dir='rtl'] .flyout2 {text-align:right; right:40px;}
@@ -1239,24 +1239,24 @@ html[dir='rtl'] .flyout3 {text-align:right;}
/* Descendancy */
#sb_desc_content {margin-left:3px; font-size:0.8em;}
-#sb_desc_content ul {padding:0px; margin:0px;}
+#sb_desc_content ul {padding:0; margin:0;}
.sb_desc_indi_li {list-style-type:none;}
.desc_tree_div { display:none;}
-.desc_tree_div ul {padding:0px; margin-left:10px; margin-top:0px; margin-right:0px;}
+.desc_tree_div ul {padding:0; margin-left:10px; margin-top:0; margin-right:0;}
html[dir='rtl'] #sb_desc_content {margin-right:3px;}
-html[dir='rtl'] .desc_tree_div ul {margin-right:10px; margin-left:0px;}
+html[dir='rtl'] .desc_tree_div ul {margin-right:10px; margin-left:0;}
/* Individuals, Families */
.sb_indi_surname_li, .sb_fam_surname_li {list-style-image:url('images/plus.png');}
.name_tree_div li, .name_tree_div_visible li {white-space:normal;}
.name_tree_div { display:none;}
-.name_tree_div li, .name_tree_div_visible li {list-style:none; margin:0px; padding:0px;}
-.name_tree_div ul, .name_tree_div_visible ul {padding:0px; margin:0px;}
+.name_tree_div li, .name_tree_div_visible li {list-style:none; margin:0; padding:0;}
+.name_tree_div ul, .name_tree_div_visible ul {padding:0; margin:0;}
/* Clippings */
-#sb_clippings_content li {list-style:none; margin:0px; padding:0px;}
-#sb_clippings_content ul {padding:0px; margin:0px;}
+#sb_clippings_content li {list-style:none; margin:0; padding:0;}
+#sb_clippings_content ul {padding:0; margin:0;}
/* Extra info */
#sb_content_extra_info {font-size:80%; font-weight:bold; margin-top:1px; overflow:hidden; padding:5px;}
@@ -1264,7 +1264,7 @@ html[dir='rtl'] .desc_tree_div ul {margin-right:10px; margin-left:0px;}
#sb_content_extra_info a {display:block;}
#sb_content_extra_info span {font-weight:normal;}
#sb_content_extra_info span a {display:inline;}
-#sb_content_extra_info #hitcounter {border-top: 1px solid #B2C7D7; font-weight: bold; padding-top: 5px;}
+#sb_content_extra_info #hitcounter {border-top:1px solid #B2C7D7; font-weight:bold; padding-top:5px;}
html[dir='rtl'] #sb_content_extra_info .editfacts {float:left;}