Titi's css style

This commit is contained in:
Marc MAURICE 2013-08-17 18:35:18 +02:00
parent 50a41f61ad
commit 983aec6f25

View file

@ -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;
}