A little bit of formatting and spacing.
svn: r15783
This commit is contained in:
parent
cab9169019
commit
bb46e8798b
@ -168,7 +168,7 @@ h4 {
|
|||||||
font: normal 1.2em/1.2em serif;
|
font: normal 1.2em/1.2em serif;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
margin-top: .3cm;
|
margin-top: .3cm;
|
||||||
padding:.2em 0 .2em 20px;
|
padding: .2em 0 .2em 20px;
|
||||||
background-color: #00029D;
|
background-color: #00029D;
|
||||||
border-width: 4px 0px 4px 0px;
|
border-width: 4px 0px 4px 0px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -192,20 +192,20 @@ p#description:first-letter {
|
|||||||
}
|
}
|
||||||
p a {
|
p a {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
sup {
|
sup {
|
||||||
line-height:0;
|
line-height:0;
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
font:normal .9em/1.6em sans-serif;
|
font: normal .9em/1.6em sans-serif;
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
margin-bottom:0;
|
margin-bottom: 0;
|
||||||
padding-top:.5em;
|
padding-top: .5em;
|
||||||
padding-bottom:0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
ol li a {
|
ol li a {
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
ol li a:hover {
|
ol li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -258,16 +258,16 @@ p#user_header {
|
|||||||
/* Footer
|
/* Footer
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#footer {
|
div#footer {
|
||||||
clear:both;
|
clear: both;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
width:100%;
|
width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
font-size:12px;
|
font-size: 12px;
|
||||||
line-height:130%;
|
line-height: 130%;
|
||||||
color:#FFF;
|
color: #FFF;
|
||||||
margin-top: 0.5cm;
|
margin-top: 0.5cm;
|
||||||
background-color:#00029D;
|
background-color: #00029D;
|
||||||
border-top:solid 8px #13A926;
|
border-top: solid 8px #13A926;
|
||||||
}
|
}
|
||||||
div#footer a, div#footer a:visited {
|
div#footer a, div#footer a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -678,56 +678,56 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
#GalleryNav {
|
#GalleryNav {
|
||||||
font:normal 1em/1em sans-serif;
|
font: normal 1em/1em sans-serif;
|
||||||
margin:1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
padding:1.2em 0 1.4em 0;
|
padding: 1.2em 0 1.4em 0;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#GalleryNav a {
|
#GalleryNav a {
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
border: solid 1px #000;
|
border: solid 1px #000;
|
||||||
}
|
}
|
||||||
#GalleryNav a#Previous {
|
#GalleryNav a#Previous {
|
||||||
padding:.5em .7em .3em .7em;
|
padding: .5em .7em .3em .7em;
|
||||||
}
|
}
|
||||||
#GalleryNav a#Next {
|
#GalleryNav a#Next {
|
||||||
padding:.5em 1.9em .3em 1.9em;
|
padding:.5em 1.9em .3em 1.9em;
|
||||||
}
|
}
|
||||||
#GalleryPages {
|
#GalleryPages {
|
||||||
margin:0 1em;
|
margin: 0 1em;
|
||||||
}
|
}
|
||||||
#GalleryCurrent {
|
#GalleryCurrent {
|
||||||
font:bold 1.2em/1em sans-serif;
|
font: bold 1.2em/1em sans-serif;
|
||||||
}
|
}
|
||||||
#GalleryTotal {
|
#GalleryTotal {
|
||||||
font-weight:normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#GalleryDisplay {
|
#GalleryDisplay {
|
||||||
margin:0 auto;
|
margin: 0 auto;
|
||||||
padding:0;
|
padding: 0;
|
||||||
position:relative;
|
position: relative;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
border: solid 1px #000;
|
border: solid 1px #000;
|
||||||
}
|
}
|
||||||
#GalleryDisplay img {
|
#GalleryDisplay img {
|
||||||
margin:0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#GalleryDetail div#summaryarea{
|
#GalleryDetail div#summaryarea{
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:2em 0 0 0;
|
padding: 2em 0 0 0;
|
||||||
}
|
}
|
||||||
#GalleryDetail div#summaryarea h3 {
|
#GalleryDetail div#summaryarea h3 {
|
||||||
font:normal 1.2em/1.2em serif;
|
font: normal 1.2em/1.2em serif;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#GalleryDetail div h4 {
|
#GalleryDetail div h4 {
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
#GalleryDetail div#summaryarea table.gallery {
|
#GalleryDetail div#summaryarea table.gallery {
|
||||||
padding-bottom:0;
|
padding-bottom: 0;
|
||||||
margin: 1.5em 0 0 0;
|
margin: 1 .5em 0 0 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px 0 1px 0;
|
border-width: 2px 0 1px 0;
|
||||||
border-color: #000;
|
border-color: #000;
|
||||||
@ -897,44 +897,44 @@ div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
|
|||||||
/* Subsections
|
/* Subsections
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#Home, #Introduction, #Contact {
|
#Home, #Introduction, #Contact {
|
||||||
padding:2em 0 3em 0;
|
padding: 2em 0 3em 0;
|
||||||
}
|
}
|
||||||
#Home p, #Introduction p {
|
#Home p, #Introduction p {
|
||||||
margin:0 20px 1em 20px;
|
margin: 0 20px 1em 20px;
|
||||||
}
|
}
|
||||||
#Home img, #Introduction img {
|
#Home img, #Introduction img {
|
||||||
float:right;
|
float: right;
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:0 20px 3em 2em;
|
padding: 0 20px 3em 2em;
|
||||||
}
|
}
|
||||||
div.subsection {
|
div.subsection {
|
||||||
padding-bottom:.5em;
|
padding-bottom: .5em;
|
||||||
}
|
}
|
||||||
div.subsection h4 {
|
div.subsection h4 {
|
||||||
margin-bottom:.5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
div.subsection table, div.subsection ol, div.subsection p {
|
div.subsection table, div.subsection ol, div.subsection p {
|
||||||
font-size:.9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
div.subsection a:hover {
|
div.subsection a:hover {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
div.subsection table.infolist {
|
div.subsection table.infolist {
|
||||||
width:100%;
|
width: 100%;
|
||||||
margin:0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Events
|
/* Subsections : Events
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#events {
|
div#events {
|
||||||
padding-bottom:0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
div#events h4 {
|
div#events h4 {
|
||||||
margin-bottom:0;
|
margin-bottom: 0;
|
||||||
border:none;
|
border: none;
|
||||||
}
|
}
|
||||||
div#events table.eventlist {
|
div#events table.eventlist {
|
||||||
margin-top: .3em;
|
margin-top: .3em;
|
||||||
@ -946,30 +946,30 @@ div#events table.eventlist {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#IndividualDetail div#events table.infolist thead tr th {
|
#IndividualDetail div#events table.infolist thead tr th {
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
font-size:10px;
|
font-size: 10px;
|
||||||
line-height:12px;
|
line-height: 12px;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding:6px 0 4px 0;
|
padding: 6px 0 4px 0;
|
||||||
background-color: #70B1ED;
|
background-color: #70B1ED;
|
||||||
}
|
}
|
||||||
#IndividualDetail div#events table.infolist thead tr th:first-child {
|
#IndividualDetail div#events table.infolist thead tr th:first-child {
|
||||||
padding-left:20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
#IndividualDetail div#events table.infolist tbody tr td {
|
#IndividualDetail div#events table.infolist tbody tr td {
|
||||||
padding-top:.4em;
|
padding-top: .4em;
|
||||||
padding-bottom:.8em;
|
padding-bottom: .8em;
|
||||||
}
|
}
|
||||||
#IndividualDetail div#events table.infolist tbody tr td.ColumnAttribute {
|
#IndividualDetail div#events table.infolist tbody tr td.ColumnAttribute {
|
||||||
border-bottom: solid 1px #000;
|
border-bottom: solid 1px #000;
|
||||||
}
|
}
|
||||||
#IndividualDetail div#events table.infolist tbody tr td.ColumnValue {
|
#IndividualDetail div#events table.infolist tbody tr td.ColumnValue {
|
||||||
border-bottom:solid 1px #000;
|
border-bottom: solid 1px #000;
|
||||||
}
|
}
|
||||||
table.infolist tbody tr td.ColumnValue p {
|
table.infolist tbody tr td.ColumnValue p {
|
||||||
font-family:sans-serif;
|
font-family: sans-serif;
|
||||||
color: #696969;
|
color: #696969;
|
||||||
margin:.2em 0 0 2em;
|
margin: .2em 0 0 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Attributes
|
/* Subsections : Attributes
|
||||||
@ -991,10 +991,10 @@ table.attrlist tbody tr td.ColumnValue {
|
|||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnNotes {
|
table.attrlist tbody tr td.ColumnNotes {
|
||||||
width: 45%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
table.attrlist tbody tr td.ColumnSources {
|
table.attrlist tbody tr td.ColumnSources {
|
||||||
width: 15%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Parents
|
/* Subsections : Parents
|
||||||
@ -1028,14 +1028,14 @@ div#Families table.infolist tbody tr td.ColumnAttribute {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
div#families table.infolist tbody tr td.ColumnValue p {
|
div#families table.infolist tbody tr td.ColumnValue p {
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
div#families table.infolist tbody tr td.ColumnValue ol {
|
div#families table.infolist tbody tr td.ColumnValue ol {
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding-top:0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
div#families table.infolist tbody tr td.ColumnValue ol li {
|
div#families table.infolist tbody tr td.ColumnValue ol li {
|
||||||
padding-bottom:.2em;
|
padding-bottom: .2em;
|
||||||
}
|
}
|
||||||
div#families table.infolist tbody tr td.ColumnValue ol li a {
|
div#families table.infolist tbody tr td.ColumnValue ol li a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -1048,32 +1048,32 @@ div#LDSOrdinance {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
div#LDSOrdinance table.ldsordlist {
|
div#LDSOrdinance table.ldsordlist {
|
||||||
font-size:.35cm;
|
font-size: .35cm;
|
||||||
}
|
}
|
||||||
table.ldsordlist {
|
table.ldsordlist {
|
||||||
margin-bottom:.5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSType {
|
table.ldsordlist tbody tr td.ColumnLDSType {
|
||||||
width:12%;
|
width: 12%;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSDate {
|
table.ldsordlist tbody tr td.ColumnLDSDate {
|
||||||
width:15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSTemple {
|
table.ldsordlist tbody tr td.ColumnLDSTemple {
|
||||||
width:10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSPlace {
|
table.ldsordlist tbody tr td.ColumnLDSPlace {
|
||||||
width:35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSStatus {
|
table.ldsordlist tbody tr td.ColumnLDSStatus {
|
||||||
width:8;
|
width: 8;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSSealed {
|
table.ldsordlist tbody tr td.ColumnLDSSealed {
|
||||||
width:25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
table.ldsordlist tbody tr td.ColumnLDSSources {
|
table.ldsordlist tbody tr td.ColumnLDSSources {
|
||||||
width:7%;
|
width: 7%;
|
||||||
margin-top:.2cm;
|
margin-top: .2cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Addresses
|
/* Subsections : Addresses
|
||||||
@ -1177,7 +1177,6 @@ div#References {
|
|||||||
div#sourcerefs {
|
div#sourcerefs {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #BCEAF6;
|
|
||||||
}
|
}
|
||||||
div#sourcerefs ol {
|
div#sourcerefs ol {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
@ -1240,7 +1239,6 @@ table.weblinks tbody tr td.ColumnDescription {
|
|||||||
div#pedigree {
|
div#pedigree {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #BCEAF6;
|
|
||||||
}
|
}
|
||||||
#pedigree a {
|
#pedigree a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user