source: extensions/greydragon/css/colorpack/blackhawk/styles.css @ 31232

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

version 1.2.26 - see changelog for details

  • Property svn:eol-style set to native
File size: 3.3 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#g-footer a:hover { color: #fff; }
24
25#content, .content { background-color: #000; }
26#menubar { background-color: #111; color: #ccc; }
27
28#menubar.top-bar { border-bottom: #555 1px solid; background-color: #222; }
29#menubar.header-bottom { border-bottom: #555 1px solid; background-color: transparent; }
30#menubar.header-bottom dl:hover { color: #fff; }
31#menubar.header-bottom dd { background-color: #222; border: #555 1px solid; border-top: none;  }
32.header-bottom-menu .titrePage { border-bottom: none; }
33
34#menubar.header-right dd  { background-color: #222; }
35#menubar.header-right dd > ul > li:hover { background-color: #444; }
36
37.infos, .errors, .warnings { color: #FFF; background: #3D4F63; }
38
39.thumbnail { background-color: #344456; }
40
41#infoSwitcher.infohidden { background-color: #111;}
42#pictureCommentList li                { background-color: #444;}
43
44.calendarTitle         { background-color: #222;}
45#calendarViewSwitchBox { background-color: #222; }
46.content .navigationBar, span.calItem, td.calDayCellEmpty { color: #777; }
47
48.content .titrePage h2 #menuSwitcher { background: url("images/menu-min.png") 0px 2px no-repeat; }
49
50.switchBox, .header_notes { background-color: #555;}
51.commentElement { background-color: #333;}
52.message { background-color: #666;}
53
54.thumbnailCategory, .content .additional_info, #theImage .imageComment { border: #222 1px solid; background-color: #111; }
55
56#ato_header { border: none; border-bottom: #000000 1px solid; background: #212121; color: #ccc; }
57#ato_header > ul > li { border: none; }
58#ato_header > ul .close-panel:hover { color: #ccc; }
59#ato_header > ul > li a { color: #ccc; }
60#ato_header > ul > li ul a { color: #444; }
61
62#theImage img { border: 1px #666 solid; }
63
64ul.image-metadata { border-bottom: 1px solid #444; }
65ul.image-metadata li { }
66ul.image-metadata li:hover { } 
67ul.image-metadata li.active{ background: #444; } 
68.image-metadata-tabs { background: #222; }
69
70#cboxWrapper { border: 1px solid #444; background: #222 !important; }
71#cboxLoadedContent { background: #222 !important; }
72#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { background-image: url(images/controls.png); }
73
74.gdHomeEnter { border: 1px solid #ccc; background: #000; }
75.gdHomeEnter a { color: #6392cf; }
76.gdHomeEnter a:hover { color: #fff; }
Note: See TracBrowser for help on using the repository browser.