--- a/Pdf/BaladeNature/Css/balade_nature.css dim. juin 17 19:53:48 2012 +0200
+++ b/Pdf/BaladeNature/Css/balade_nature.css dim. juin 17 20:49:12 2012 +0200
@@ -44,4 +44,28 @@
.-epub-media-overlay-active {
background-color: yellow;
+}
+
+
+/* ========= EFFECTS ======== */
+
+
+/* ~~~~~~~~~~ Glow ~~~~~~~~~~ */
+
+#effectGlow {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+}
+
+#effectGlowSpot {
+ position: absolute;
+ top: -50%;
+ left: -50%;
+ width: 200%;
+ height: 200%;
+ cursor: none;
+ background: -moz-radial-gradient(center 45deg, circle closest-side, transparent 10%, rgba(0, 0, 0, 0.75) 33%);
+ background: -webkit-gradient(radial, center center, 30, center center, 300, from(rgba(0,0,0,0)), to(rgba(0,0,0,.75)));
}
\ No newline at end of file