[Fencommits] fenserve: potion hover css

Benja Fallenstein benja.fallenstein at gmail.com
Wed May 23 23:37:25 EEST 2007


Wed May 23 23:37:18 EEST 2007  Benja Fallenstein <benja.fallenstein at gmail.com>
  * potion hover css
diff -rN -u old-fenserve/fendata/Main.hs new-fenserve/fendata/Main.hs
--- old-fenserve/fendata/Main.hs	2007-05-23 23:37:25.000000000 +0300
+++ new-fenserve/fendata/Main.hs	2007-05-23 23:37:25.000000000 +0300
@@ -24,6 +24,11 @@
          \.potion {\
          \    border: dashed black 1px; padding: 2px; \
          \    margin: 2px; line-height: 90% } \
+         \span.potion:hover { background: #eee } \
+         \span.potion:hover span.potion:hover { background: #ddd } \
+         \span.potion:hover span.potion:hover span.potion:hover { background: #ccc } \
+         \span.potion:hover span.potion:hover span.potion:hover { background: #bbb } \
+         \span.potion:hover span.potion:hover span.potion:hover span.potion:hover { background: #aaa } \
          \</style></head>"
 
 type Id = Int




More information about the Fencommits mailing list