X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.css;h=ca698564386b6849271d87ef03ad0447a787200f;hb=7a9835c20ae0e38b72dad085ae128b19c8737fb4;hp=8c4b9eb46247bb04694e92636b54cb8f5792778b;hpb=ae1e8f42c88472e0797b36583e0fa7c6cf1b5f5b;p=geekigeeki.git diff --git a/geekigeeki.css b/geekigeeki.css index 8c4b9eb..ca69856 100755 --- a/geekigeeki.css +++ b/geekigeeki.css @@ -1,5 +1,5 @@ /* - * $Id: intrafm.css,v 1.10 2002/12/04 17:57:21 gerry Exp $ + * $Id$ * * Author: Gerardo Poggiali * Author: Bernardo Innocenti @@ -108,6 +108,22 @@ h5 { padding-left: 5px; } +/* Heading anchors */ +.heading:link, .heading:visited { + border: none; + color: #d7d7d7; + font-size: .8em; + vertical-align: text-top; +} +* > .heading:link, * > .heading:visited { + visibility: hidden; +} + +h1:hover .heading, h2:hover .heading, h3:hover .heading, +h4:hover .heading, h5:hover .heading, h6:hover .heading { + visibility: visible; +} + strong.success { padding-left: 0.1em; background-color: #22ee22; @@ -233,11 +249,12 @@ table { margin-bottom: 0.5em; } -table thead { +table tbody thead { background: #f7f7f0 } -table thead th { +/* FIXME: should be thead */ +table tbody th { border: 1px solid #d7d7d7; border-bottom-color: #999; font-weight: bold;