image listings / boxes work but need polishing. started coding the viewer.
[wolnelektury.git] / apps / wolnelektury_core / static / css / master.picture.css
diff --git a/apps/wolnelektury_core/static/css/master.picture.css b/apps/wolnelektury_core/static/css/master.picture.css
new file mode 100644 (file)
index 0000000..d541d27
--- /dev/null
@@ -0,0 +1,39 @@
+#picture-view img.canvas {
+    width: 700px;
+    margin: 3rem auto 1rem auto;
+    display: block;
+//    position: fixed;
+}
+
+#picture-view .toolbar {
+    position: fixed;
+    top: 1.5rem;
+    right: 0rem;
+    background: #333;
+    color: #FFF;
+    opacity: 0.9;
+    z-index: 99;
+    list-style: none; 
+    padding: 0;
+    margin: 0;
+}
+
+#picture-view .toolbar .button a {
+    display: block;
+    height:1.5rem;
+    width:1.5rem;
+    text-align: center;
+    color: #FFF;
+    padding: 0.2rem;
+    text-decoration: none;
+}
+
+#picture-view .toolbar .button a:link,
+#picture-view .toolbar .button a:visited {
+    color: #FFF;
+}
+
+#picture-view .toolbar.button a:active {
+    color: yellow;
+}
\ No newline at end of file