Titi's css style
This commit is contained in:
parent
50a41f61ad
commit
983aec6f25
1 changed files with 16 additions and 0 deletions
16
plugins/greystyle/style.css
Normal file
16
plugins/greystyle/style.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue