2009-09-26 01:20:38 +05:30
|
|
|
/*
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
GeoView Style Sheet
|
|
|
|
Style Name: GeoView
|
|
|
|
Style Author: Serge Noiraud (2009)
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
This file was created for the GeoView usage.
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
GRAMPS is a Free Software Project for Genealogy, offering a professional
|
|
|
|
genealogy program, and a wiki open to all. It is a community project, created,
|
|
|
|
developed and governed by genealogists.
|
|
|
|
|
|
|
|
Go to <http://gramps-project.org/> to learn more!
|
|
|
|
|
|
|
|
License
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Copyright 2009 Serge Noiraud
|
|
|
|
|
|
|
|
This file is part of the GRAMPS program.
|
|
|
|
|
|
|
|
GRAMPS 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, version 2 of the License.
|
|
|
|
|
|
|
|
GRAMPS 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
|
|
|
|
GRAMPS. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
2009-09-26 07:06:20 +05:30
|
|
|
# $Id: $
|
2009-09-26 01:20:38 +05:30
|
|
|
|
|
|
|
GeoView Styles
|
2009-10-06 02:00:26 +05:30
|
|
|
|
|
|
|
color:#2e3436; # tango color Aluminium
|
2009-09-26 01:20:38 +05:30
|
|
|
----------------------------------------------------- */
|
|
|
|
|
2009-10-01 03:11:50 +05:30
|
|
|
#openstreetmap
|
|
|
|
{
|
|
|
|
border: 3px black solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2009-10-06 02:00:26 +05:30
|
|
|
min-height:400px;
|
|
|
|
min-width: 300px;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#google
|
|
|
|
{
|
|
|
|
border: 3px black solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2009-10-06 02:00:26 +05:30
|
|
|
min-height:400px;
|
|
|
|
min-width: 300px;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#openlayers
|
|
|
|
{
|
|
|
|
border: 3px black solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2009-10-06 02:00:26 +05:30
|
|
|
min-height:400px;
|
|
|
|
min-width: 300px;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#microsoft
|
|
|
|
{
|
|
|
|
border: 3px black solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2009-10-06 02:00:26 +05:30
|
|
|
min-height:400px;
|
|
|
|
min-width: 300px;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#yahoo
|
|
|
|
{
|
|
|
|
border: 3px black solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2009-10-06 02:00:26 +05:30
|
|
|
min-height:400px;
|
|
|
|
min-width: 300px;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
2009-10-02 23:43:44 +05:30
|
|
|
/* InfoWindow */
|
2009-10-01 03:11:50 +05:30
|
|
|
#geo-info {
|
|
|
|
font-size:10pt;
|
2009-10-02 23:43:44 +05:30
|
|
|
max-height:200px;
|
|
|
|
max-width: 600px;
|
|
|
|
min-width: 300px;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 6px;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: auto;
|
2009-09-26 01:20:38 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* title and years selection */
|
2009-10-01 03:11:50 +05:30
|
|
|
#geo-content {
|
2009-10-02 23:43:44 +05:30
|
|
|
position:relative;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
2009-10-01 03:11:50 +05:30
|
|
|
font-size:10pt;
|
2009-10-06 02:00:26 +05:30
|
|
|
height:90px;
|
|
|
|
overflow-y:auto;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#geo-theplaces ul {
|
|
|
|
list-style-type: none;
|
2009-10-02 23:43:44 +05:30
|
|
|
color:#2e3436;
|
2009-10-01 03:11:50 +05:30
|
|
|
font-size:16pt;
|
2009-10-02 23:43:44 +05:30
|
|
|
opacity:.90;
|
2009-10-01 03:11:50 +05:30
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2009-10-02 23:43:44 +05:30
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-title {
|
2009-10-01 03:11:50 +05:30
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#geo-thetitle:hover li { display: block; }
|
|
|
|
#geo-thetitle li {
|
|
|
|
display: none;
|
|
|
|
font-size:12pt;
|
2009-10-02 23:43:44 +05:30
|
|
|
color:#2e3436;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#geo-liste li {
|
|
|
|
display: none;
|
|
|
|
color:#2e3436;
|
|
|
|
font-size:12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#geo-liste:hover li {
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplaces {
|
2009-10-01 03:11:50 +05:30
|
|
|
position:absolute;
|
2009-10-02 23:43:44 +05:30
|
|
|
color:#2e3436;
|
|
|
|
top:120px;
|
|
|
|
left:100px;
|
|
|
|
width: 50%;
|
2009-10-01 03:11:50 +05:30
|
|
|
border: 0px;
|
|
|
|
overflow:auto;
|
|
|
|
max-height:50%;
|
2009-10-06 02:00:26 +05:30
|
|
|
z-index:800; /* must be greater than 748 to be visible on openlayers */
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplace {
|
2009-10-01 03:11:50 +05:30
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplace a {
|
2009-10-02 23:43:44 +05:30
|
|
|
color: #2e3436;
|
|
|
|
display: block;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplace a:visited {
|
2009-10-02 23:43:44 +05:30
|
|
|
color: #2e3436;
|
|
|
|
background-color: transparent;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplace a:active {
|
2009-10-02 23:43:44 +05:30
|
|
|
color: #2e3436;
|
|
|
|
background-color: transparent;
|
|
|
|
text-decoration:none;
|
2009-10-01 03:11:50 +05:30
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplaces a:hover {
|
2009-10-02 23:43:44 +05:30
|
|
|
color: #2e3436;
|
|
|
|
background-color: transparent;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
2009-10-06 02:00:26 +05:30
|
|
|
#geo-theplace a:hover {
|
2009-10-02 23:43:44 +05:30
|
|
|
color: #2e3436;
|
|
|
|
background-color: transparent;
|
|
|
|
text-decoration:none;
|
2009-09-26 01:20:38 +05:30
|
|
|
}
|