Attempt to return Mainz to its original state. Only needs work on the div#footer. Sides, header, and body all working once again.

svn: r15134
This commit is contained in:
Rob G. Healey 2010-04-15 06:47:41 +00:00
parent f9886854ee
commit 68adc1639f

View File

@ -60,7 +60,8 @@ body {
font-family:Georgia, serif; font-family:Georgia, serif;
color:#7D5925; color:#7D5925;
margin:0; margin:0;
padding:0; padding:0 14px 0 14px;
width: 965px;
background:url(../images/Web_Mainz_Bkgd.png) #FFF2C6 repeat; background:url(../images/Web_Mainz_Bkgd.png) #FFF2C6 repeat;
} }
div { div {
@ -515,6 +516,9 @@ table.individuallist tbody tr td.ColumnName a {
/* Sources /* Sources
----------------------------------------------------- */ ----------------------------------------------------- */
#Sources table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
#Sources table.infolist tbody tr td.ColumnRowLabel { #Sources table.infolist tbody tr td.ColumnRowLabel {
padding-bottom:0; padding-bottom:0;
} }
@ -637,6 +641,13 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
/* Gallery /* Gallery
----------------------------------------------------- */ ----------------------------------------------------- */
#Gallery {
margin: 0;
padding: 0;
}
#Gallery table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
#Gallery table.infolist tbody tr td.ColumnRowLabel, #Gallery table.infolist tbody tr td.ColumnDate { #Gallery table.infolist tbody tr td.ColumnRowLabel, #Gallery table.infolist tbody tr td.ColumnDate {
padding-bottom:0; padding-bottom:0;
} }
@ -808,9 +819,12 @@ table.download td.Modified {
/* Repositories /* Repositories
------------------------------------------------------ */ ------------------------------------------------------ */
div#RepositoryList { } div#RepositoryList, div#RepositoryDetail {
margin: 0;
padding: 0;
}
div#RepositoryList table.repolist tbody tr td { div#RepositoryList table.repolist tbody tr td {
border-bottom: dashed 1px #000;
} }
div#RepositoryList table.repolist tbody tr td a { div#RepositoryList table.repolist tbody tr td a {
display: block; display: block;
@ -820,10 +834,47 @@ div#RepositoryList table.repolist tbody tr td.ColumnRowLabel {
width: 9%; width: 9%;
} }
div#RepositoryList table.repolist tbody tr td.ColumnType { div#RepositoryList table.repolist tbody tr td.ColumnType {
width: 15%; width: 20%;
} }
div#RepositoryList table.repolist tbody tr td.ColumnName { div#RepositoryList table.repolist tbody tr td.ColumnName {
background-color: #FFF; width: 100%;
}
/* Address Book
------------------------------------------------------ */
div#AddressBookList, AddressBookDetail {
margin: 0;
padding: 0;
}
div#AddressBookList table.addressbook {
margin: .3em 0 .3em 0;
}
div#AddressBookList table.addressbook tbody tr td {
text-align: left;
border-bottom: dashed 1px #000;
}
div#AddressBookList table.addressbook tbody tr td.ColumnRowLabel {
width: 6%;
}
div#AddressBookList table.addressbook tbody tr td.ColumnName {
text-align: left;
width: 70%;
}
div#AddressBookList table.addressbook tbody tr td.ColumnName a {
display: block;
padding: 6px 0px 6px 0px;
}
div#AddressBookList table.addressbook tbody tr td.ColumnAddress {
text-align: center;
width: 8%;
}
div#AddressBookList table.adressbook tbody tr td.ColumnResidence {
text-align: center;
width: 8%;
}
div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
text-align: cemter;
width: 12%;
} }
/* SubSection /* SubSection
@ -1062,16 +1113,14 @@ div#WebLinks {
margin : 0 auto; margin : 0 auto;
padding: 0; padding: 0;
} }
table.weblinks tr td { table.weblinks tr td {
background-color: #FFFFE7;
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
table.weblinks tr td.ColumnRowLabel { table.weblinks tr td.ColumnRowLabel {
width: 5%; width: 6%;
} }
table.weblinks tr td.ColumnType { table.weblinks tr td.ColumnType {
width: 30%; width: 40%;
} }
table.weblinks tr td.ColumnDescription { table.weblinks tr td.ColumnDescription {
width: 30%; width: 30%;
@ -1241,16 +1290,16 @@ table.weblinks tr td.ColumnDescription {
/* Footer /* Footer
----------------------------------------------------- */ ----------------------------------------------------- */
#footer { #footer {
clear:both; clear: both;
width: 100%; width: 100%;
height: 60px; height: 60px;
font-size:12px; font-size: 10px;
line-height:130%; line-height: 130%;
font-family:sans-serif; font-family: sans-serif;
margin:0 auto; margin: 0 auto;
padding:15px 0 0 0; padding: 15px 0 0 0;
color: #000; color: #000;
background:url(../images/Web_Mainz_MidLight.png) #FFF2C6; background:url(../images/Web_Mainz_MidLight.png) #FFF2C6 bottom left repeat;
border-top:dashed 1px #7D5925; border-top:dashed 1px #7D5925;
} }
#footer a, #footer a:visited { #footer a, #footer a:visited {
@ -1261,19 +1310,19 @@ table.weblinks tr td.ColumnDescription {
text-decoration:underline; text-decoration:underline;
} }
#footer img { #footer img {
border:0; border: 0;
margin:0 auto; margin: 0 auto;
vertical-align:middle; vertical-align: middle;
} }
#footer p#createdate { #footer p#createdate {
float:left; float: left;
width:40%; width: 60%;
text-align:left; text-align: left;
margin-left:10px; margin-left: 10px;
} }
#footer p#copyright { #footer p#copyright {
float:right; float:right;
width:40%; width: 60%;
text-align:right; text-align:right;
margin-right:10px; margin-right:10px;
} }