5063: Mainz stylesheet bugs
svn: r17913
This commit is contained in:
parent
7f02492f0f
commit
a2b617201d
@ -1223,10 +1223,10 @@ class BasePage(object):
|
|||||||
('events', _("Events"), self.report.inc_events),
|
('events', _("Events"), self.report.inc_events),
|
||||||
('media', _("Media"), self.create_media),
|
('media', _("Media"), self.create_media),
|
||||||
('download', _("Download"), self.report.inc_download),
|
('download', _("Download"), self.report.inc_download),
|
||||||
('contact', _("Contact"), self.report.use_contact),
|
|
||||||
('sources', SHEAD, True),
|
('sources', SHEAD, True),
|
||||||
('repositories', _("Repositories"), inc_repos),
|
('repositories', _("Repositories"), inc_repos),
|
||||||
("addressbook", _("Address Book"), self.report.inc_addressbook)
|
("addressbook", _("Address Book"), self.report.inc_addressbook),
|
||||||
|
('contact', _("Contact"), self.report.use_contact),
|
||||||
]
|
]
|
||||||
|
|
||||||
navigation = Html("div", id = 'navigation')
|
navigation = Html("div", id = 'navigation')
|
||||||
@ -1858,7 +1858,7 @@ class BasePage(object):
|
|||||||
thumbnail += hyper
|
thumbnail += hyper
|
||||||
|
|
||||||
if usedescr:
|
if usedescr:
|
||||||
hyper += Html("pre", name, inline = True)
|
hyper += Html("p", name, inline = True)
|
||||||
|
|
||||||
# return thumbnail division to its callers
|
# return thumbnail division to its callers
|
||||||
return thumbnail
|
return thumbnail
|
||||||
@ -4114,9 +4114,12 @@ class IndividualPage(BasePage):
|
|||||||
ymap = "large"
|
ymap = "large"
|
||||||
ymap += "YMap"
|
ymap += "YMap"
|
||||||
|
|
||||||
|
with Html("div", class_ = "content", id = "FamilyMapDetail") as mapbackground:
|
||||||
|
body += mapbackground
|
||||||
|
|
||||||
# begin familymap division
|
# begin familymap division
|
||||||
with Html("div", class_ = "content", id = ymap) as mapbody:
|
with Html("div", id = ymap) as mapbody:
|
||||||
body += mapbody
|
mapbackground += mapbody
|
||||||
|
|
||||||
# page message
|
# page message
|
||||||
msg = _("The place markers on this page represent a different location "
|
msg = _("The place markers on this page represent a different location "
|
||||||
@ -4217,8 +4220,8 @@ class IndividualPage(BasePage):
|
|||||||
# add fullclear for proper styling
|
# add fullclear for proper styling
|
||||||
middlesection += fullclear
|
middlesection += fullclear
|
||||||
|
|
||||||
with Html("div", class_ = "subsection", id = "References") as section:
|
with Html("div", class_ = "subsection", id = "references") as section:
|
||||||
body += section
|
mapbackground += section
|
||||||
section += Html("h4", _("References"), inline = True)
|
section += Html("h4", _("References"), inline = True)
|
||||||
|
|
||||||
ordered = Html("ol")
|
ordered = Html("ol")
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
------------------------------------------------- */
|
------------------------------------------------- */
|
||||||
body#FamilyMap {
|
body#FamilyMap {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
color: #000;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 1060px;
|
width: 1060px;
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 4px 0px 4px;
|
||||||
@ -83,11 +82,11 @@ div#middleYMap {
|
|||||||
}
|
}
|
||||||
div#smallYMap {
|
div#smallYMap {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 0% 8% 0% 9%;
|
margin: 0px 8% 10px 9%;
|
||||||
}
|
}
|
||||||
div#YMap {
|
div#YMap {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 0% 8% 0% 9%;
|
margin: 0% 8% 10px 9%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* X Map Sizes
|
/* X Map Sizes
|
||||||
@ -112,10 +111,3 @@ div#familygooglev3 {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border: double 4px #000;
|
border: double 4px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer
|
|
||||||
------------------------------------------------- */
|
|
||||||
div#footer a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #FFF;
|
|
||||||
}
|
|
||||||
|
@ -466,6 +466,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -693,7 +696,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -508,6 +508,13 @@ div#IndividualDetail table.infolist tbody tr td.ColumnAttribute {
|
|||||||
div#IndividualDetail div.subsection table tr td:first-child {
|
div#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
#familymap a.familymap:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Places
|
/* Places
|
||||||
================================================= */
|
================================================= */
|
||||||
@ -963,7 +970,7 @@ div.subsection {
|
|||||||
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, div.subsection > a {
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -463,6 +463,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -690,7 +693,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -464,6 +464,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -691,7 +694,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -465,6 +465,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -692,7 +695,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -465,6 +465,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -692,7 +695,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -458,7 +458,7 @@ table.individuallist tbody tr td.ColumnName a {
|
|||||||
/* IndividualDetail
|
/* IndividualDetail
|
||||||
------------------------------------------------------ */
|
------------------------------------------------------ */
|
||||||
#IndividualDetail {
|
#IndividualDetail {
|
||||||
background:url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
background:url(../images/Web_Mainz_Mid.png) #FFF2C6;
|
||||||
}
|
}
|
||||||
#IndividualDetail div table.infolist tr td {
|
#IndividualDetail div table.infolist tr td {
|
||||||
font:normal .9em/1.2em sans-serif;
|
font:normal .9em/1.2em sans-serif;
|
||||||
@ -477,6 +477,9 @@ table.individuallist tbody tr td.ColumnName a {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -682,7 +685,7 @@ table.download td.Modified {
|
|||||||
min-height:500px;
|
min-height:500px;
|
||||||
padding:1.5em 0 3em 0;
|
padding:1.5em 0 3em 0;
|
||||||
}
|
}
|
||||||
#Home p, #Introduction p, #Surnames p, #Individuals p, #Sources p, #Places p, #Gallery p, {
|
#Home p, #Introduction p, #Surnames p, #Individuals p, #Sources p, #Places p, #Gallery p, #Contact p{
|
||||||
margin:0 20px 1em 20px;
|
margin:0 20px 1em 20px;
|
||||||
padding-top:1em;
|
padding-top:1em;
|
||||||
}
|
}
|
||||||
@ -701,7 +704,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
@ -455,6 +455,9 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
#IndividualDetail div.subsection table tr td:first-child {
|
#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sources
|
/* Sources
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -466,7 +469,6 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
#Sources table.infolist tbody tr td.ColumnName a {
|
#Sources table.infolist tbody tr td.ColumnName a {
|
||||||
font-size:.9em;
|
|
||||||
padding:.1em 10px .3em 10px;
|
padding:.1em 10px .3em 10px;
|
||||||
}
|
}
|
||||||
#Sources table.infolist tbody tr td.ColumnName a:hover {
|
#Sources table.infolist tbody tr td.ColumnName a:hover {
|
||||||
@ -690,7 +692,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
@ -937,7 +939,7 @@ div#pedigree {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: #FFF;
|
color: #C1B398;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #542;
|
background-color: #542;
|
||||||
@ -945,7 +947,7 @@ div#pedigree {
|
|||||||
}
|
}
|
||||||
#footer a, #footer a:visited {
|
#footer a, #footer a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #FFF;
|
color: #C1B398;
|
||||||
}
|
}
|
||||||
#footer a:hover {
|
#footer a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -960,13 +962,13 @@ div#pedigree {
|
|||||||
width: 40%;
|
width: 40%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
color: #FFF;
|
color: #C1B398;
|
||||||
}
|
}
|
||||||
#footer p#copyright {
|
#footer p#copyright {
|
||||||
float: right;
|
float: right;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: #FFF;
|
color: #C1B398;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
#footer p#copyright img {
|
#footer p#copyright img {
|
||||||
|
@ -509,6 +509,14 @@ div#IndividualDetail table.infolist tbody tr td.ColumnAttribute {
|
|||||||
div#IndividualDetail div.subsection table tr td:first-child {
|
div#IndividualDetail div.subsection table tr td:first-child {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
#familymap a.familymap {
|
||||||
|
margin-left:20px;
|
||||||
|
text-decoration:none;
|
||||||
|
color:rgb(0,0,0);
|
||||||
|
}
|
||||||
|
#familymap a.familymap:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Places
|
/* Places
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
@ -935,7 +943,7 @@ div.subsection{
|
|||||||
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, div.subsection > a {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
}
|
||||||
div.subsection a {
|
div.subsection a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user