source: extensions/greydragon/css/colorpack/whitehawk/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.5 KB
Line 
1body { color: #888; background: #FFF; }
2
3body, legend { color: #888;}
4a, a:focus, a:visited { color: #555; }
5a:hover               { color: #2a6496; }
6H1, H3, INPUT.rateButtonSelected      { color: #888; font-weight: bold; }
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: #111;}
14
15input, select, textarea { background-color: #ccc; border: 1px solid #888; color: #111; }
16input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea, option { background-color: #ccc; }
17
18#the_page { border: #FFF 1px solid; }
19
20#g-footer { background-color: #FFF; border-top: #bbb 1px solid; }
21#g-theme-logo { background: transparent url('images/colorpack.png') no-repeat; }
22#g-footer a { color: #000; }
23
24#content, .content { background-color: #FFF; }
25#menubar { background-color: rgb(238, 238, 238); color: #555; }
26
27#menubar.top-bar { border-bottom: #bbb 1px solid; background-color: transparent; }
28#menubar.header-bottom { border-bottom: #bbb 1px solid; background-color: transparent; }
29#menubar.header-bottom dl:hover, #menubar.top-bar dl:hover  { color: #2a6496; }
30#menubar.header-bottom dd, #menubar.top-bar dd { background-color: rgb(238, 238, 238); border: #bbb 1px solid; }
31.content .titrePage, .contentWithMenu #imageHeaderBar { padding-bottom: 2px; border-bottom: #bbb 1px solid; }
32.header-bottom-menu .content .titrePage, .contentWithMenu #imageHeaderBar { border-bottom: none; }
33
34#menubar.header-right dd  { background-color: rgb(238, 238, 238); }
35#menubar.header-right dd > ul > li:hover { background-color: rgb(220, 220, 220); }
36
37.infos, .errors, .warnings { color: #000; background: #FFF; }
38
39.thumbnail { background-color: #FFF; }
40
41#infoSwitcher.infohidden { background-color: #FFF;}
42#pictureCommentList li                { background-color: #FFF;}
43
44.calendarBar a    { color: #000; }
45.titrePage, .titrePage a { font-weight: bold; font-variant: normal; }
46
47#quicksearch input { color: #555; background: #ccc; font-size: 13px; }
48
49.calendarTitle                        { background-color: #FFF;}
50
51.content .titrePage h2 #menuSwitcher { background: url("images/menu-min.png") 0px 2px no-repeat; }
52#imageToolBar { margin-top: -28px; }
53
54#theImage img { border: 1px #bbb solid; }
55
56.switchBox, .header_notes { background-color: #eee;}
57.commentElement { background-color: #eee; }
58.message { background-color: #eee;}
59
60.thumbnailCategory, .content .additional_info, #theImage .imageComment { color: #666; background: #eee; border: solid 1px #bbb;  }
61
62#ato_header { border: none; border-bottom: #000000 1px solid; background: #212121; color: #ccc; }
63#ato_header > ul > li { border: none; }
64#ato_header > ul .close-panel:hover { color: #ccc; }
65#ato_header > ul > li a { color: #ccc; }
66#ato_header > ul > li ul a { color: #444; }
67
68#theImage img { border: 1px #666 solid; }
69
70ul.image-metadata { border-bottom: 1px solid #bbb; }
71ul.image-metadata li { }
72ul.image-metadata li:hover { color: #666; background: #ccc; } 
73ul.image-metadata li.active{ color: #666; background: #eee; border: solid 0 #bbb; border-width: 1px 1px 0 1px; }
74.image-metadata-tabs { background: #eee; border: solid 0 #bbb; border-width: 0 1px 0 1px; }
75
76#cboxWrapper       { background: #F1F1F1 !important; border: 1px solid #666; }
77#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { background-image: url(images/controls.png); }
Note: See TracBrowser for help on using the repository browser.