2010-06-14 10:46:14 +05:30
|
|
|
/*
|
|
|
|
#
|
|
|
|
# Gramps - a GTK+/GNOME based genealogy program
|
|
|
|
#
|
2011-11-22 11:00:29 +05:30
|
|
|
# Copyright (C) 2011 Rob G. Healey <robhealey1@gmail.com>
|
2010-06-14 10:46:14 +05:30
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2011-07-16 12:36:48 +05:30
|
|
|
# $Id$
|
2010-06-14 10:46:14 +05:30
|
|
|
#
|
2011-11-22 11:00:29 +05:30
|
|
|
###################################################### */
|
2011-11-22 16:48:07 +05:30
|
|
|
body#FamilyMap {
|
|
|
|
background-color: #000;
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-right: 7px;
|
|
|
|
width: 965px;
|
|
|
|
}
|
2011-07-26 10:42:15 +05:30
|
|
|
div#map_canvas {
|
2011-11-22 16:48:07 +05:30
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: solid 4px #000;
|
|
|
|
width: 931px;
|
|
|
|
height: 800px;
|
2011-07-26 10:42:15 +05:30
|
|
|
}
|
2011-08-02 14:40:49 +05:30
|
|
|
button#drop {
|
2011-11-22 16:48:07 +05:30
|
|
|
background-color: purple;
|
|
|
|
color: #FFF;
|
|
|
|
font: bold .8em sans-serif;
|
|
|
|
padding: 10px;
|
2011-11-26 08:42:05 +05:30
|
|
|
margin-top: 10px;
|
2011-11-22 16:48:07 +05:30
|
|
|
margin-left: 10px;
|
2011-11-26 08:42:05 +05:30
|
|
|
border: solid 4px #00029D;
|
2011-08-02 14:40:49 +05:30
|
|
|
}
|