diff --git a/src/data/Makefile.am b/src/data/Makefile.am index ad0914a93..a7b17e080 100644 --- a/src/data/Makefile.am +++ b/src/data/Makefile.am @@ -13,6 +13,8 @@ dist_pkgdata_DATA = \ lds.xml\ behaviour.css\ GeoView.css \ + Web_Alphabet-Vertical.css \ + Web_Alphabet-Horizontal.css \ Web_Basic-Ash.css\ Web_Basic-Cypress.css\ Web_Basic-Lilac.css\ diff --git a/src/data/Web_Alphabet-Horizontal.css b/src/data/Web_Alphabet-Horizontal.css new file mode 100644 index 000000000..af341ba30 --- /dev/null +++ b/src/data/Web_Alphabet-Horizontal.css @@ -0,0 +1,92 @@ + +/* + ************************************************************************************************** +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 2009 Rob G. Healey + +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 . +-------------------------------------------------------------------------------------------------- +# $Id: $ + +----------------------------------------------------------------------------------------------- */ + +/* Header +----------------------------------------------------- */ +#header { + margin:0; + height:1.5cm; + padding:0 0 .9em 0; +} + +/* Footer +----------------------------------------------------- */ +#footer { + clear:both; + height:1.5cm; + width:100%; + font-size:12px; + line-height:130%; + font-family:sans-serif; + margin:0; + padding:0; +} + +/* Alphabet Navigation +----------------------------------------------------- */ +div#alphabet { + padding:0; + margin:0; +} +div#alphabet ul { + list-style:none; + min-width:770px; + height:24px; + margin:0; + padding:0 0 0 9px; + border-top:solid 2px #000; + border-bottom:solid 4px #000; + background-color:#6AF364; +} +div#alphabet ul li:after { + content:" |"; +} +div#alphabet ul li.letters { + margin:0; + float:left; +} +div#alphabet ul li.letters a { + display:block; + float:left; + font:bold 16px/100% sans; + color:#000; + margin:0; + padding:5px 5px; + text-decoration:none; +} +div#alphabet ul li.letters a:hover { + background-color:#000; + color:#FFF; +} diff --git a/src/data/Web_Alphabet-Vertical.css b/src/data/Web_Alphabet-Vertical.css new file mode 100644 index 000000000..502adb4d9 --- /dev/null +++ b/src/data/Web_Alphabet-Vertical.css @@ -0,0 +1,100 @@ +/* + ************************************************************************************************** +Copyright Holder and License +************************************************************************************************** +GRAMPS Cascading Style Sheet +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 2009 Rob G. Healey + +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 . +-------------------------------------------------------------------------------------------------- +# $Id: $ + +------------------------------------------------------------------------------------------------ */ +body#NarrativeWeb { + margin: 0; + padding: 130px 0px 0px 54px; + background-color: #FFF; + font-family: Arial, sans, sans-serif, Helvetica; +} + +/* Header +----------------------------------------------------- */ +#header { + position: fixed; + top: 0px; + left: 0px; + overflow: auto; + width: 100%; + height: 90px; + margin: 0; +} + +/* Footer +----------------------------------------------------- */ +#footer { + width: 100%; + height: 60px; + overflow: auto; + clear: both; + font-size: 12px; + margin: 0; +} + +/* Alphabet Navigation +----------------------------------------------------- */ +#alphabet { + position: fixed; + top: 136px; + left: 4px; + width: 44px; + height: 408px; + overflow-x: auto; + border-width: 2px 4px 2px 4px; + border-style: solid; + border-color: #5D835F; +} +#alphabet ul { + display: inline; + list-style: none; + margin: 0; +} +#alphabet ul li:first-child { + margin-top: 10px; +} +#alphabet ul li { + font: bold 14px/100% sans; + color: #000; + padding: 10px 0px 10px 10px; + margin:0; + float: left; + border-bottom: solid 2px #000; +} +#alphabet ul li a { + text-decoration: none; +} +#alphabet ul li a:hover { + display: block; + padding: 6px 10px 6px 10px; + background-color: #C1B398; +}