source: extensions/simple_themes/simple-black/theme.css @ 12143

Last change on this file since 12143 was 6512, checked in by plg, 14 years ago

simple black, from Freddy Berriau, compatible with Piwigo 2.1

  • Property svn:eol-style set to LF
File size: 153 bytes
Line 
1body { 
2  background-color: #111;
3  color: #666;
4}
5
6#content {
7  background-color: #222;
8  border-color: #555;
9}
10
11#theImage img {
12  border-width: 4px;
13}
Note: See TracBrowser for help on using the repository browser.