gramps/src/plugins/webstuff/css/Web_Horizontal-Menus.css

87 lines
2.3 KiB
CSS
Raw Normal View History

/*
# encoding: utf-8
#
# 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.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
******************************************************
GRAMPS Cascading Style Sheet
Style Name: Web_Navigation-Horizontal.css
******************************************************
# $Id$
Body Element
---------------------------------------------------=== */
body {
padding: 0px 7px;
width: 979px;
}
/* Navigation Menus
----------------------------------------------------- */
div#navigation, div#subnavigation, div#alphabet {
width: 100%;
margin: 0;
padding: 0;
}
div#navigation ul, div#subnavigation ul {
list-style: none;
min-width: 900px;
margin: 0;
padding: 0px 0px 0px 18px;
border-bottom: solid 2px #000;
}
div#alphabet ul {
list-style: none;
min-width: 900px;
height: 28px;
margin: 0;
padding: 0px 0px 0px 18px;
border-top: solid 4px #13A926;
border-bottom: solid 2px #000;
}
div#navigation ul li, div#subnavigation ul li, div#alphabet ul li {
float: left;
}
div#navigation ul li a, div#subnavigation ul li a {
display: block;
padding: 4px 12px 7px 1px;
float: left;
font-size: .9em;
font-weight: bold;
font-family: Helvetica, Arial, sans;
text-decoration: none;
margin: 0;
}
#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a {
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: purple;
}
#subnavigation ul li.CurrentSection a {
border-width: 0px 0px 1px 0px;
}
div#alphabet ul li a {
padding: 8px;
}
div#alphabet ul li:after {
content: " |";
}