From 983aec6f252b587aaf4118a5c416bc919d84669e Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Sat, 17 Aug 2013 18:35:18 +0200 Subject: [PATCH] Titi's css style --- plugins/greystyle/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/greystyle/style.css 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; + } -- 1.7.10.4