OSDN Git Service

ビューアとキャッシュ生成方法の改良(まだ途中)
[cosmic/source.git] / themes / default / screen.css
index 0eb898d..c03c840 100644 (file)
@@ -4,7 +4,6 @@
 
 /* HTML基本構造 */
 html {
-       overflow-y:             scroll;
 }
 
 body {
@@ -87,3 +86,25 @@ img#viewbox_canvas {
        border:                 1px solid silver;
 }
 
+
+
+
+#toolbar a {
+       text-decoration:        none;
+       font-weight:            bold;
+       font-size:              150%;
+       padding:                0 0.5em 0 0.5em;
+}
+
+#toolbar a:link {
+       color:                  gray;
+}
+
+#toolbar a:visited {
+       color:                  gray;
+}
+
+#toolbar a:hover {
+       color:                  orange;
+       background-color:       #DDDDDD;
+}