Titi's css style
authorMarc MAURICE <marc-bizou@pub.positon.org>
Sat, 17 Aug 2013 16:35:18 +0000 (18:35 +0200)
committerMarc MAURICE <marc-bizou@pub.positon.org>
Sat, 17 Aug 2013 16:35:18 +0000 (18:35 +0200)
plugins/greystyle/style.css [new file with mode: 0644]

diff --git a/plugins/greystyle/style.css b/plugins/greystyle/style.css
new file mode 100644 (file)
index 0000000..f3ce7e8
--- /dev/null
@@ -0,0 +1,16 @@
+body { 
+       background-color : #2e2e2e;
+       }
+
+a {
+       color : white;
+       
+       }
+div.folder img {
+       border: 2px solid white;
+       border-radius: 4px;
+       -moz-border-radius: 4px;
+       -webkit-box-shadow: 4px 4px 4px #000000;
+       -moz-box-shadow: 4px 4px 4px #000000;
+       box-shadow: 4px 4px 4px #000000;
+       }