source: extensions/greydragon/css/colorpack/blackhawk/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.8 KB
Line 
1body { color: #ccc; background: #000; }
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: #000 1px solid; }
18                                                                                               
19.content .titrePage, .contentWithMenu #imageHeaderBar { padding-bottom: 2px; border-bottom: #555 1px solid; }
20#g-footer { background-color: #000; border-top: #555 1px solid; }
21#g-theme-logo { background: transparent url('images/colorpack.png') no-repeat; }
22#g-footer a { color: #6392cf; }
23
24#content, .content { background-color: #000; }
25#imageInfos, #menubar { background-color: #111; color: #ccc; }
26
27#menubar.top-bar { border-bottom: #555 1px solid; background-color: #222; }
28#menubar.header-bottom { border-bottom: #555 1px solid; background-color: transparent; }
29#menubar.header-bottom dl:hover { color: #fff; }
30#menubar.header-bottom dd { background-color: #222; border: #555 1px solid; border-top: none;  }
31.header-bottom-menu .titrePage { border-bottom: none; }
32
33.infos, .errors, .warnings { color: #FFF; background: #3D4F63; }
34
35.thumbnail { background-color: #344456; }
36
37#infoSwitcher.infohidden { background-color: #111;}
38#pictureCommentList li                { background-color: #444;}
39
40.calendarTitle         { background-color: #222;}
41#calendarViewSwitchBox { background-color: #222; }
42.content .navigationBar, span.calItem, td.calDayCellEmpty { color: #777; }
43
44.content .titrePage h2 #menuSwitcher { background: url("images/menu-min.png") 0px 2px no-repeat; }
45
46.switchBox, .header_notes { background-color: #555;}
47.commentElement { background-color: #333;}
48.message { background-color: #666;}
49
50.thumbnailCategory, .content .additional_info, #theImage .imageComment { border: #222 1px solid; background-color: #111; }
51
52#ato_header { border: none; border-bottom: #000000 1px solid; background: #212121; color: #ccc; }
53#ato_header > ul > li { border: none; }
54#ato_header > ul .close-panel:hover { color: #ccc; }
55#ato_header > ul > li a { color: #ccc; }
56#ato_header > ul > li ul a { color: #444; }
57
58#theImage img { border: 1px #666 solid; }
59
60ul.image-metadata { border-bottom: 1px solid #444; }
61ul.image-metadata li { }
62ul.image-metadata li:hover { } 
63ul.image-metadata li.active{ background: #444; } 
64.image-metadata-tabs { background: #222; }
65
66#cboxLoadedContent { background: #222 !important; }
Note: See TracBrowser for help on using the repository browser.