2010-02-26 12:31:15 +05:30
|
|
|
|
/*
|
|
|
|
|
**************************************************************************************************
|
|
|
|
|
Copyright Holder and License
|
2010-02-25 21:22:32 +05:30
|
|
|
|
**************************************************************************************************
|
|
|
|
|
GRAMPS Cascading Style Sheet
|
2010-02-26 12:31:15 +05:30
|
|
|
|
Style Name: Web_Alphabet-Vertical.css
|
|
|
|
|
**************************************************************************************************
|
|
|
|
|
This website was created with GRAMPS
|
|
|
|
|
http://www.gramps-project.org
|
|
|
|
|
--------------------------------------------------------------------------------------------------
|
|
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------------------------
|
|
|
|
|
Copyright (C) 2009 Rob G. Healey <robhealey1@gmail.com>
|
|
|
|
|
|
|
|
|
|
This file is part of the GRAMPS program.
|
2010-02-25 21:22:32 +05:30
|
|
|
|
|
2010-02-26 12:31:15 +05:30
|
|
|
|
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/>.
|
|
|
|
|
--------------------------------------------------------------------------------------------------
|
|
|
|
|
# $Id: Web_Alphabet-Vertical.css 14493 2010-02-25 14:12:33Z robhealey1 $
|
2010-02-25 21:22:32 +05:30
|
|
|
|
|
2010-02-26 03:58:03 +05:30
|
|
|
|
Header
|
2010-02-25 21:22:32 +05:30
|
|
|
|
----------------------------------------------------- */
|
|
|
|
|
#header {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-26 05:25:10 +05:30
|
|
|
|
/* Body Element
|
2010-02-26 12:31:15 +05:30
|
|
|
|
----------------------------------------------------- */
|
2010-02-26 05:25:10 +05:30
|
|
|
|
body {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #FFF;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
padding: 60px 0px 0px 128px;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Navigation
|
2010-02-25 21:22:32 +05:30
|
|
|
|
----------------------------------------------------- */
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
position: fixed;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
top: 66px;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
left: 0px;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
width: 128px;
|
|
|
|
|
height: 495px;
|
2010-02-25 21:22:32 +05:30
|
|
|
|
overflow-x: auto;
|
|
|
|
|
border-width: 2px 4px 2px 4px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation ul {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
display: inline;
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0px 9px 0px 9px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation ul li {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
font: bold 14px/100% sans;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
padding: 10px 10px 10px 0px;
|
2010-02-25 21:22:32 +05:30
|
|
|
|
margin:0;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
float: left;
|
2010-02-25 21:22:32 +05:30
|
|
|
|
border-width: 0px 0px 2px 0px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation ul li:first-child {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation ul li a {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 10px 0px 6px 10px;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#navigation ul li a:hover {
|
2010-03-02 06:46:46 +05:30
|
|
|
|
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
|
|
|
|
div#navigation ul li.CurrentSection a {
|
|
|
|
|
color: #FFF;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
background-color: #00029D;
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
|
|
|
|
div#navigation ul li.CurrentSection a:hover {
|
2010-02-26 12:31:15 +05:30
|
|
|
|
border: solid 2px #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Alphabet Navigation
|
|
|
|
|
----------------------------------------------------- */
|
|
|
|
|
div#alphabet {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: solid 2px #000;
|
|
|
|
|
}
|
|
|
|
|
div#alphabet ul {
|
|
|
|
|
list-style:none;
|
|
|
|
|
min-width: 900px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding: 0px 0px 0px 9px;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
border-bottom: solid 2px #000;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
}
|
|
|
|
|
div#alphabet ul li {
|
2010-03-02 06:46:46 +05:30
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
div#alphabet ul li:first-child {
|
|
|
|
|
margin-left: 10px;
|
2010-02-26 12:31:15 +05:30
|
|
|
|
}
|
|
|
|
|
div#alphabet ul li:after {
|
|
|
|
|
content: "| ";
|
|
|
|
|
}
|
|
|
|
|
div#alphabet ul li a {
|
|
|
|
|
display: block;
|
2010-03-02 11:06:33 +05:30
|
|
|
|
padding: 4px 8px 4px 8px;
|
2010-03-02 06:46:46 +05:30
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
div#alphabet ul li a:hover {
|
2010-03-02 06:46:46 +05:30
|
|
|
|
|
2010-02-26 05:25:10 +05:30
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* SubNavigation
|
|
|
|
|
----------------------------------------------------- */
|
|
|
|
|
div#subnavigation {
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
div#subnavigation ul {
|
|
|
|
|
list-style:none;
|
|
|
|
|
min-width: 900px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding: 0px 0px 0px 16px;
|
|
|
|
|
border-bottom: solid 2px #5D835F;
|
|
|
|
|
}
|
|
|
|
|
div#subnavigation ul li {
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
2010-02-26 12:31:15 +05:30
|
|
|
|
div#subnavigation ul li:after {
|
|
|
|
|
content: "| ";
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#subnavigation ul li a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 12px 16px 14px 1px;
|
|
|
|
|
float:left;
|
|
|
|
|
font: .8em bold italic small-caps verdana, serif;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
|
|
|
|
div#subnavigation ul li a:hover {
|
2010-02-25 21:22:32 +05:30
|
|
|
|
background-color: #C1B398;
|
|
|
|
|
}
|
2010-02-26 05:25:10 +05:30
|
|
|
|
div#subnavigation ul li.CurrentSection a {
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
background-color: #453619;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
2010-02-26 12:31:15 +05:30
|
|
|
|
div#subnavigation ul li.CurrentSection a:hover {
|
2010-02-26 05:25:10 +05:30
|
|
|
|
background-color: #000;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|