diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-03-26 23:55:46 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-03-26 23:55:46 +0200 |
| commit | 64ff825aec91fd0f914d05cf17cd299be83b165c (patch) | |
| tree | dbb66383995372b880b6dea1c4977f23f55a27b3 /www | |
| parent | f7101de3d20753dafe8e02f4e43112e2e208b8d7 (diff) | |
| download | phorkie-64ff825aec91fd0f914d05cf17cd299be83b165c.tar.gz phorkie-64ff825aec91fd0f914d05cf17cd299be83b165c.zip | |
anchors for file names
Diffstat (limited to 'www')
| -rw-r--r-- | www/phorkie.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/phorkie.css b/www/phorkie.css new file mode 100644 index 0000000..d6d1173 --- /dev/null +++ b/www/phorkie.css @@ -0,0 +1,16 @@ +/* show IDs for anchors */ +h1[id]:hover a.anchorlink:before, +h2[id]:hover a.anchorlink:before, +h3[id]:hover a.anchorlink:before, +h4[id]:hover a.anchorlink:before, +h5[id]:hover a.anchorlink:before, +h6[id]:hover a.anchorlink:before { + content: "\00B6";/* pilcrow */ + color: #888; + font-size: smaller; +} +a.anchorlink { + text-decoration: none; + margin-left: 0.5em; + font-size: smaller; +} |
