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

Last change on this file since 19423 was 19423, checked in by plg, 11 years ago

compatible with Simple version 4.0

  • Property svn:eol-style set to LF
File size: 265 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}
14
15#theImageAndInfos, #thePicturePage #comments {
16  background-color: #222222;
17  border-top: 2px solid #555555;
18}
Note: See TracBrowser for help on using the repository browser.