css/base.css in shining-1.3.1 vs css/base.css in shining-1.3.2
- old
+ new
@@ -7,11 +7,11 @@
:focus { outline : 0 }
ins { text-decoration : none; }
del { text-decoration : line-through }
body { font: 12px/1.5 "Lucida Grande", Tahoma, serif; overflow: hidden; text-align: center }
-#stage { position: relative; display: inline-block; padding: 40px 20px; max-width: 90%; text-align: left; margin: 0 auto; }
+#stage { position: relative; display: inline-block; padding: 40px 20px; max-width: 90%; text-align: left; margin: 0 auto }
.no-text-shadow { text-shadow: none }
.no-drop-shadow {}
.hidden { display: none }
.visible { opacity: 1; display: static }
@@ -36,10 +36,10 @@
opacity: 0;
position: fixed;
right: 10px;
top: 10px;
background-color: #000;
- background-color: rgba(0, 0, 0, 0.2);
+ background-color: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 10px;
}