2010-02-26 12:31:15 +05:30
|
|
|
|
/*
|
2010-04-01 20:41:33 +05:30
|
|
|
|
# encoding: utf-8
|
2010-03-02 13:10:48 +05:30
|
|
|
|
#
|
|
|
|
|
# Gramps - a GTK+/GNOME based genealogy program
|
|
|
|
|
#
|
|
|
|
|
# Copyright 2008-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.
|
|
|
|
|
#
|
2019-12-14 16:25:16 +05:30
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
2010-03-02 13:10:48 +05:30
|
|
|
|
# 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
|
2014-08-09 07:59:07 +05:30
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2010-03-02 13:10:48 +05:30
|
|
|
|
#
|
|
|
|
|
|
2019-12-14 16:25:16 +05:30
|
|
|
|
*******************************************************************************
|
2010-02-25 21:22:32 +05:30
|
|
|
|
GRAMPS Cascading Style Sheet
|
2010-04-22 06:35:16 +05:30
|
|
|
|
Style Name: Web_Navigation-Vertical.css Stylesheet
|
2019-12-14 16:25:16 +05:30
|
|
|
|
*******************************************************************************
|
2010-02-26 12:31:15 +05:30
|
|
|
|
|
2010-04-22 06:35:16 +05:30
|
|
|
|
# $Id: Web_Navigation-Vertical.css 15241 2010-04-19 11:07:00Z robhealey1 $
|
2010-02-25 21:22:32 +05:30
|
|
|
|
|
2012-01-10 14:43:56 +05:30
|
|
|
|
Body Element
|
|
|
|
|
----------------------------------------------------- */
|
2019-12-14 16:25:16 +05:30
|
|
|
|
body {
|
|
|
|
|
background: -webkit-gradient (linear, left top, left bottom,
|
|
|
|
|
from(#ccc), to(#fff));
|
2012-01-10 14:43:56 +05:30
|
|
|
|
color: #000;
|
2012-01-12 13:59:13 +05:30
|
|
|
|
padding: 60px 0px 0px 146px;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Header
|
2010-02-25 21:22:32 +05:30
|
|
|
|
----------------------------------------------------- */
|
|
|
|
|
#header {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 100%;
|
2010-04-22 06:35:16 +05:30
|
|
|
|
height: 65px;
|
2010-02-25 21:22:32 +05:30
|
|
|
|
}
|
|
|
|
|
|
2012-01-10 14:43:56 +05:30
|
|
|
|
/* Navigation
|
2010-02-26 12:31:15 +05:30
|
|
|
|
----------------------------------------------------- */
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#nav {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
div#nav ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
display: block;
|
2012-01-12 13:59:13 +05:30
|
|
|
|
width: 330px;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
position: fixed;
|
|
|
|
|
top: 53px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: url(shad2.png) no-repeat;
|
|
|
|
|
-webkit-background-size: 50% 100%;
|
|
|
|
|
}
|
|
|
|
|
div#nav ul li a {
|
|
|
|
|
-webkit-transition: all 0.3s ease-out;
|
|
|
|
|
background: #cbcbcb url(border.png) no-repeat;
|
|
|
|
|
color: #174867;
|
|
|
|
|
padding: 7px 15px 7px 15px;
|
|
|
|
|
-webkit-border-top-right-radius: 10px;
|
|
|
|
|
-webkit-border-bottom-right-radius: 10px;
|
2012-01-12 13:59:13 +05:30
|
|
|
|
width: 120px;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
-webkit-box-shadow: 2px 2px 4px #888;
|
|
|
|
|
}
|
|
|
|
|
div#nav ul li a:hover {
|
|
|
|
|
background: #ebebeb url(border.png) no-repeat;
|
|
|
|
|
color: #67a5cd;
|
|
|
|
|
padding: 7px 0px 7px 30px;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
2012-01-12 13:59:13 +05:30
|
|
|
|
div#nav ul li.CurrentSection a {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
2010-02-26 12:31:15 +05:30
|
|
|
|
|
2012-01-10 14:43:56 +05:30
|
|
|
|
/* SubNavigation
|
2010-02-26 12:31:15 +05:30
|
|
|
|
----------------------------------------------------- */
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: solid 2px #000;
|
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation ul {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
list-style:none;
|
|
|
|
|
min-width: 900px;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
height: 40px;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
margin:0;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
padding: 0px 0px 0px 16px;
|
|
|
|
|
border-bottom: solid 2px #5D835F;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation ul li {
|
|
|
|
|
float:left;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation ul li:after {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
content: "| ";
|
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation ul li a {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
display: block;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
padding: 12px 16px 14px 1px;
|
|
|
|
|
float:left;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
font: .8em bold italic small-caps verdana, serif;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#subnavigation ul li a:hover {
|
|
|
|
|
background-color: #C1B398;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
|
|
|
|
|
2012-01-10 14:43:56 +05:30
|
|
|
|
/* Alphabet Navigation
|
2010-02-26 05:25:10 +05:30
|
|
|
|
----------------------------------------------------- */
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#alphanav {
|
2010-02-26 05:25:10 +05:30
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
border: solid 2px #000;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#alphanav ul {
|
2010-02-26 05:25:10 +05:30
|
|
|
|
list-style:none;
|
|
|
|
|
min-width: 900px;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
height: 24px;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
margin:0;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
padding: 0px 0px 0px 9px;
|
|
|
|
|
border-bottom: solid 2px #000;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#alphanav ul li {
|
|
|
|
|
float: left;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#alphanav ul li:first-child {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
div#alphanav ul li:after {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
content: "| ";
|
|
|
|
|
}
|
2012-01-10 14:43:56 +05:30
|
|
|
|
div#alphanav ul li a {
|
2010-02-26 05:25:10 +05:30
|
|
|
|
display: block;
|
2012-01-10 14:43:56 +05:30
|
|
|
|
padding: 4px 8px 4px 8px;
|
|
|
|
|
float: left;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
font: .8em bold italic small-caps verdana, serif;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|