36a91b6cb9
svn: r14483
85 lines
2.6 KiB
CSS
Executable File
85 lines
2.6 KiB
CSS
Executable File
/*
|
|
**************************************************************************************************
|
|
Copyright Holder and License
|
|
**************************************************************************************************
|
|
GRAMPS Cascading Style Sheet
|
|
Style Name: Web_Alphabet-Horizontal.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.
|
|
|
|
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: $
|
|
|
|
Header
|
|
----------------------------------------------------- */
|
|
div#header {
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
overflow: auto;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
/* NarrativeWeb Navigation
|
|
--------------------------------------------------------------------------------------- */
|
|
body#NarrativeWeb div#navigation {
|
|
position: fixed;
|
|
left: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Alphabet Navigation
|
|
----------------------------------------------------- */
|
|
div#alphabet {
|
|
position: fixed;
|
|
top: 130px;
|
|
left: 0px;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
div#alphabet ul {
|
|
list-style:none;
|
|
min-width:770px;
|
|
height:24px;
|
|
margin:0;
|
|
padding: 0px 0px 0px 16px;
|
|
border-width: 2px 0px 4px 0px;
|
|
border-style: solid;
|
|
}
|
|
div#alphabet ul li:after {
|
|
content:" |";
|
|
}
|
|
div#alphabet ul li {
|
|
margin:0;
|
|
float:left;
|
|
}
|
|
div#alphabet ul li a {
|
|
display:block;
|
|
padding: 4px 8px 4px 8px;
|
|
float:left;
|
|
font:bold 16px/100% sans;
|
|
margin:0;
|
|
text-decoration:none;
|
|
}
|