Less visible anchors to headings.
[geekigeeki.git] / geekigeeki.css
index c0e640df1339c59bd4a9ca31762f9709743d8434..ca698564386b6849271d87ef03ad0447a787200f 100755 (executable)
@@ -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;