diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-16 04:57:38 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-16 04:57:38 +0000 |
commit | 7832c8030a203510b89bd13fdc98eaf7279eb172 (patch) | |
tree | 4bf16d4852fd4c2c5f343563c7eb2f6a51e1da4b /html/shaddock.css | |
parent | b67678234917d61b8393fa9b75092bfa2c399ab4 (diff) |
fixed package catpion, added style menu
Diffstat (limited to 'html/shaddock.css')
-rw-r--r-- | html/shaddock.css | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/html/shaddock.css b/html/shaddock.css index 3df31926..7be02966 100644 --- a/html/shaddock.css +++ b/html/shaddock.css @@ -133,7 +133,8 @@ ul.links li { white-space: nowrap; } - +.hide { display: none; } +.show { } /* Captions and Headers */ @@ -145,6 +146,14 @@ p.caption, h1, h2, h3, h4 { line-height: inherit; } +#package-header .caption { + font-size: 80%; + font-weight: bold; + padding-left: 26px; + padding-top: 2px; + padding-bottom: 3px; +} + #module-header .caption { font-weight: bold; letter-spacing: -0.02em; font-size: 201%; @@ -222,6 +231,42 @@ h4, #package-header a:hover { background-color: #C9D3DE; } #package-header li:hover { background-color: #C9D3DE; } +div#style-menu-holder { + position: relative; + z-index: 2; + display: inline; + margin: 0; + padding: 0; +} + +#style-menu { + position: absolute; + z-index: 1; + overflow: visible; + background-color: #3465a4; + margin: 0; + width: 6em; + text-align: center; + right: 0; + padding: 0 2px 1px; + border-left: 1px solid #fffffff; + border-right: 1px solid #fffffff; + border-bottom: 1px solid #fffffff; +} + +#style-menu li { + display: list-item; + border-style: none; + margin: 0; + padding: 3px; + color: #000; + list-style-type: none; +} + +#style-menu li + li { + border-top: 1px solid #ffffff; +} + #module-header { font-family: "Gill Sans", "Helvetica Neue","Arial",sans-serif; color: #141B24; |