Mapstraction.css: Fixed a problem where it was not allowing PlacePage Place Maps to not be shown. NarrativeWeb: More tweaks to FamilyMap and PlacePage Maps.
svn: r15652
This commit is contained in:
@@ -25,35 +25,12 @@
|
||||
Body element
|
||||
------------------------------------------------- */
|
||||
body#FamilyMap {
|
||||
background-color: #000;
|
||||
background-color: #FFF;
|
||||
color: #000;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
width: 1060px;
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
div#largeYmap {
|
||||
width: 800px;
|
||||
margin: 0% 2% 0% 2%;
|
||||
}
|
||||
div#smallYmap {
|
||||
width: 800px;
|
||||
margin: 0% 7% 0% 7%;
|
||||
}
|
||||
|
||||
/* References
|
||||
------------------------------------------------- */
|
||||
body#FamilyMap div#References {
|
||||
background-color: #FFF;
|
||||
}
|
||||
body#FamilyMap div#References ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
body#FamilyMap div#References ol li ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
body#FamilyMap div#References ol li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Mapstraction
|
||||
------------------------------------------------- */
|
||||
@@ -80,22 +57,45 @@ div#geo-info {
|
||||
/* GoogleV3
|
||||
------------------------------------------------- */
|
||||
div#googlev3 {
|
||||
height: 500px;
|
||||
width: 600px;
|
||||
border: solid 1px #000;
|
||||
}
|
||||
|
||||
/* **************************************************************************************
|
||||
|
||||
middlesection
|
||||
MiddleSection
|
||||
------------------------------------------------- */
|
||||
div#middlesection {
|
||||
float: center;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
/* Y Map Sizes
|
||||
------------------------------------------------- */
|
||||
div#largeYMap {
|
||||
width: 1400px;
|
||||
margin: 1%;
|
||||
}
|
||||
div#middleYMap {
|
||||
width: 1000px;
|
||||
margin: 2%;
|
||||
}
|
||||
div#smallYMap {
|
||||
width: 800px;
|
||||
margin: 0% 8% 0% 9%;
|
||||
}
|
||||
|
||||
/* X Map Sizes
|
||||
------------------------------------------------- */
|
||||
div#largeXMap {
|
||||
height: 1400px;
|
||||
}
|
||||
div#middleXMap {
|
||||
height: 1200px;
|
||||
}
|
||||
div#smallXMap {
|
||||
height: 800px;
|
||||
float: center;
|
||||
margin: 0% 0% 7% 0%;
|
||||
}
|
||||
div#largeXMap {
|
||||
width: 1400px;
|
||||
float: center;
|
||||
margin: 0% 0% 2% 0%;
|
||||
}
|
||||
|
||||
/* Family GoogleV3
|
||||
|
||||
Reference in New Issue
Block a user