NarrativeWeb: Refinements in creating family maps. Changes in style sheets to match work.
svn: r15647
This commit is contained in:
@@ -25,15 +25,17 @@
|
||||
Body element
|
||||
------------------------------------------------- */
|
||||
body#FamilyMap {
|
||||
background-color: #FFF;
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
margin: 0 auto;
|
||||
width: 965px;
|
||||
padding: 0px 14px 0px 14px;
|
||||
width: 1060px;
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
body#FamilyMap a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
|
||||
/* References
|
||||
------------------------------------------------- */
|
||||
div#References {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
/* Mapstraction
|
||||
@@ -51,12 +53,6 @@ div#middle {
|
||||
width: 90%;
|
||||
margin: 10px 2% 10px 2%;
|
||||
}
|
||||
div#middle div#location {
|
||||
margin-top: 10px;
|
||||
font: normal 12px sans-serif;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
/* geo-info Bubble
|
||||
------------------------------------------------- */
|
||||
@@ -74,15 +70,7 @@ div#googlev3 {
|
||||
|
||||
/* **************************************************************************************
|
||||
|
||||
Individual Family Map
|
||||
------------------------------------------------- */
|
||||
div#familymap {
|
||||
height: 1000px;
|
||||
width: 90%;
|
||||
margin: 2% 5% 2% 5%;
|
||||
}
|
||||
|
||||
/* MiddleSection
|
||||
MiddleSection
|
||||
------------------------------------------------- */
|
||||
div#middlesection {
|
||||
float: center;
|
||||
@@ -93,5 +81,12 @@ div#middlesection {
|
||||
div#familygooglev3 {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: double 2px #000;
|
||||
border: double 4px #000;
|
||||
}
|
||||
|
||||
/* Footer
|
||||
------------------------------------------------- */
|
||||
div#footer a {
|
||||
text-decoration: none;
|
||||
color: #FFF;
|
||||
}
|
||||
|
@@ -116,9 +116,8 @@ img {
|
||||
background-color: #FFF;
|
||||
color: #000;
|
||||
overflow: auto;
|
||||
width: 965px;
|
||||
width: 1060px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: .2em;
|
||||
}
|
||||
.content div.snapshot {
|
||||
margin: 0;
|
||||
@@ -544,6 +543,9 @@ div#Places table.infolist tbody tr td.ColumnLongitude {
|
||||
div#PlaceDetail table.infolist tbody tr td {
|
||||
border-bottom: dashed 1px #000;
|
||||
}
|
||||
div#PlaceDetail div#References a {
|
||||
color: #000;
|
||||
}
|
||||
#div#PlaceDetail table.infolist tbody tr td.ColumnAttribute,
|
||||
div#PlaceDetail table.infolist tbody tr td.ColumnValue {
|
||||
color: #000;
|
||||
|
@@ -31,8 +31,8 @@ Style Name: Web_Navigation-Horizontal Stylesheet
|
||||
----------------------------------------------------- */
|
||||
body {
|
||||
margin: 0 auto;
|
||||
padding: 0px 14px 0px 14px;
|
||||
width: 965px;
|
||||
padding: 0px 4px 0px 4px;
|
||||
width: 1060px;
|
||||
}
|
||||
|
||||
/* lphabet Navigation
|
||||
|
Reference in New Issue
Block a user