Added Individual Family Place Map to NarrativeWeb; Created and adjusted css elements for Place and Family Maps.
svn: r15593
This commit is contained in:
@@ -19,57 +19,32 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# $Id: Mapstraction.css 15566 2010-06-13 15:10:00Z robhealey1 $
|
||||
# $Id: $
|
||||
#
|
||||
#
|
||||
Mapstraction
|
||||
------------------------------------------------- */
|
||||
div#mapstraction {
|
||||
background-color: #FFF;
|
||||
height: 500px;
|
||||
height: 580px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Family Map
|
||||
------------------------------------------------- */
|
||||
div#familymap {
|
||||
background-color: #FFF;
|
||||
height: 800px;
|
||||
width: 965px;
|
||||
padding: 0px 14% 0px 14%;
|
||||
}
|
||||
|
||||
/* Middle
|
||||
------------------------------------------------- */
|
||||
div#middle {
|
||||
float: center;
|
||||
height: 400px;
|
||||
width: 60%;
|
||||
margin: 10px 0px 6px 0px;
|
||||
padding: 0% 20% 0% 20%;
|
||||
height: 440px;
|
||||
width: 90%;
|
||||
margin: 10px 2% 10px 2%;
|
||||
}
|
||||
div#middle div#location {
|
||||
margin-top: 6px;
|
||||
margin-top: 10px;
|
||||
font: normal 12px sans-serif;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
/* Middle Section
|
||||
------------------------------------------------- */
|
||||
div#middlesection {
|
||||
float: center;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
margin: 10px 0px 6px 6px;
|
||||
padding: 0% 5% 0% 5%;
|
||||
}
|
||||
div#middlesection a {
|
||||
text-align: center;
|
||||
float: center;
|
||||
}
|
||||
|
||||
/* geo-info bubble
|
||||
/* geo-info Bubble
|
||||
------------------------------------------------- */
|
||||
div#geo-info {
|
||||
font: bold 11px sans-serif;
|
||||
@@ -78,15 +53,40 @@ div#geo-info {
|
||||
/* GoogleV3
|
||||
------------------------------------------------- */
|
||||
div#googlev3 {
|
||||
height: 400px;
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
width: 600px;
|
||||
border: solid 1px #000;
|
||||
}
|
||||
|
||||
/* **************************************************************************************
|
||||
|
||||
Individual Family Map
|
||||
------------------------------------------------- */
|
||||
div#familymap {
|
||||
background-color: #FFF;
|
||||
height: 800px;
|
||||
width: 965px;
|
||||
padding: 1% 14px 1% 14px;
|
||||
}
|
||||
|
||||
/* MiddleSection
|
||||
------------------------------------------------- */
|
||||
div#middlesection {
|
||||
float: center;
|
||||
width: 80%;
|
||||
margin: 10px 0px 6px 0px;
|
||||
padding: 0% 10% 0% 10%;
|
||||
}
|
||||
div#middlesection a {
|
||||
text-align: center;
|
||||
float: center;
|
||||
nargin: 60px;
|
||||
}
|
||||
|
||||
/* Family GoogleV3
|
||||
------------------------------------------------- */
|
||||
div#familygooglev3 {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 95%;
|
||||
width: 95%;
|
||||
border: solid 1px #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user