source: extensions/greydragon/css/colorpack/slateblue/styles.css @ 30484

Last change on this file since 30484 was 30484, checked in by SergeD, 9 years ago

version 1.0.14 - please refer to changelog for details

  • Property svn:eol-style set to native
File size: 2.7 KB
Line 
1body { color: #ccc; background: #1c242e; }
2
3body, legend { color: #aaa;}
4a, a:focus, a:visited { color: #ccc; }
5a:hover               { color: #fff; }
6H1, H3, INPUT.rateButtonSelected      { color: #ccc;}
7
8.pwg-icon                 { background-image: url(images/icons_sprite.png); }
9A:hover .pwg-icon         { background-image: url(images/icons_sprite-hover.png); }
10
11INPUT[type="button"], INPUT[type="submit"],
12INPUT[type="reset"], INPUT[type="file"],
13SELECT, TEXTAREA { color: #ccc;}
14
15input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea, option { background-color: #555; }
16
17#the_page { border: #10151c 1px solid; }
18
19#theHeader { border-bottom: #10151c 1px solid; }
20#g-footer { background-color: #10151c; }
21#g-theme-logo { background: transparent url('images/colorpack.png') no-repeat; }
22#g-footer a { color: #6392cf; }
23
24#content, .content { background-color: #1c242e; }
25#imageInfos, #menubar { background-color: #10151c; color: #ccc; }
26
27#menubar.top-bar { border-bottom: #10151c 1px solid; background-color: #222; }
28#menubar.header-bottom { border-bottom: #10151c 1px solid; background-color: #10151c; }
29#menubar.header-bottom dl:hover, #menubar.top-bar dl:hover { color: #fff; }
30#menubar.header-bottom dd, #menubar.top-bar dd { background-color: #222; border: #10151c 1px solid; border-top: none;  }
31
32.infos, .errors, .warnings { color: #FFF; background: #3D4F63; }
33
34.thumbnail { background-color: #344456; }
35
36#infoSwitcher.infohidden { background-color: #222;}
37#pictureCommentList li                { background-color: #444;}
38
39.calendarTitle         { background-color: #222; }
40#calendarViewSwitchBox { background-color: #222; }
41.content .navigationBar, span.calItem, td.calDayCellEmpty { color: #777; }
42
43.content .titrePage h2 #menuSwitcher { background: url("images/menu-min.png") 0px 2px no-repeat; }
44
45.switchBox, .header_notes { background-color: #555;}
46.commentElement { background-color: #1a1e27; }
47.message { background-color: #666;}
48
49.thumbnailCategory, .content .additional_info, #theImage .imageComment { border: #10151c 1px solid; background-color: #1a1e27; }
50
51#ato_header { border: none; border-bottom: #000000 1px solid; background: #212121; color: #ccc; }
52#ato_header > ul > li { border: none; }
53#ato_header > ul .close-panel:hover { color: #ccc; }
54#ato_header > ul > li a { color: #ccc; }
55#ato_header > ul > li ul a { color: #444; }
56
57#theImage img { border: 1px #666 solid; }
58
59ul.image-metadata { border-bottom: 1px solid #1a1e27; }
60ul.image-metadata li { }
61ul.image-metadata li:hover { } 
62ul.image-metadata li.active{ background: #1a1e27; }
63.image-metadata-tabs { background: #1a1e27; }
64
65#cboxLoadedContent { background: #1a1e27 !important; }
Note: See TracBrowser for help on using the repository browser.