source: extensions/greydragon/css/colorpack/greydragon/styles.css @ 31175

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

version 1.2.25 - see changelog for details

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