From: Marc MAURICE Date: Sat, 17 Aug 2013 16:35:18 +0000 (+0200) Subject: Titi's css style X-Git-Tag: v1.7~11 X-Git-Url: http://positon.org/gitweb/?p=bizou.git;a=commitdiff_plain;h=983aec6f252b587aaf4118a5c416bc919d84669e Titi's css style --- diff --git a/plugins/greystyle/style.css b/plugins/greystyle/style.css new file mode 100644 index 0000000..f3ce7e8 --- /dev/null +++ b/plugins/greystyle/style.css @@ -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; + }