69 lines
1.7 KiB
CSS
69 lines
1.7 KiB
CSS
|
/*
|
||
|
# encoding: utf-8
|
||
|
#
|
||
|
# Gramps - a GTK+/GNOME based genealogy program
|
||
|
#
|
||
|
# Copyright (C) 2010 Rob G. Healey <robhealey1@gmail.com>
|
||
|
#
|
||
|
# This program is free software; you can redistribute it and/or modify
|
||
|
# it under the terms of the GNU General Public License as published by
|
||
|
# the Free Software Foundation; either version 2 of the License, or
|
||
|
# (at your option) any later version.
|
||
|
#
|
||
|
# This program is distributed in the hope that it will be useful,
|
||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
# GNU General Public License for more details.
|
||
|
#
|
||
|
# You should have received a copy of the GNU General Public License
|
||
|
# 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 $
|
||
|
#
|
||
|
------------------------------------------------- */
|
||
|
.middle {
|
||
|
float: left;
|
||
|
width: 60%;
|
||
|
margin: 0 10px;
|
||
|
padding: 1% 1%;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
.middle ul {
|
||
|
margin-left: 25px;
|
||
|
}
|
||
|
.middle h2 {
|
||
|
color: #3B6EBF;
|
||
|
font-size: 16px;
|
||
|
margin: 10px 0px 10px 0px;
|
||
|
}
|
||
|
div#mapstraction {
|
||
|
height: 600px;
|
||
|
width: 500px;
|
||
|
}
|
||
|
.mapstraction ul, #mapstraction ul {
|
||
|
margin-left: 0px;
|
||
|
}
|
||
|
div#googlev3, div#openlayers, div#freeeath, div#yahoo, div#mapquest, div#microsoft {
|
||
|
height: 400px;
|
||
|
width: 500px;
|
||
|
}
|
||
|
div#clear {
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
width: 100%;
|
||
|
height: 1px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.js_map_provider {
|
||
|
color: #FF4400;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#js_code {
|
||
|
height: 300px;
|
||
|
overflow: auto;
|
||
|
border: 1px solid black;
|
||
|
margin-top: 10px;
|
||
|
padding-top: 10px;
|
||
|
}
|