source: extensions/greydragon/css/colorpack/whitehawk/styles.css @ 30643

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

version 1.0.15 - please refer to changelog for more details

  • Property svn:eol-style set to native
File size: 3.4 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#imageInfos, #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.infos, .errors, .warnings { color: #000; background: #FFF; }
35
36.thumbnail { background-color: #FFF; }
37
38#infoSwitcher.infohidden { background-color: #FFF;}
39#pictureCommentList li                { background-color: #FFF;}
40
41.calendarBar a    { color: #000; }
42.titrePage, .titrePage a { font-weight: bold; font-variant: normal; }
43
44#quicksearch input { color: #555; background: #ccc; font-size: 13px; }
45
46.calendarTitle                        { background-color: #FFF;}
47
48.content .titrePage h2 #menuSwitcher { background: url("images/menu-min.png") 0px 2px no-repeat; }
49#imageToolBar { margin-top: -28px; }
50
51#theImage img { border: 1px #bbb solid; }
52
53.switchBox, .header_notes { background-color: #eee;}
54.commentElement { background-color: #eee; }
55.message { background-color: #eee;}
56
57.thumbnailCategory, .content .additional_info, #theImage .imageComment { color: #666; background: #eee; border: solid 1px #bbb;  }
58
59#ato_header { border: none; border-bottom: #000000 1px solid; background: #212121; color: #ccc; }
60#ato_header > ul > li { border: none; }
61#ato_header > ul .close-panel:hover { color: #ccc; }
62#ato_header > ul > li a { color: #ccc; }
63#ato_header > ul > li ul a { color: #444; }
64
65#theImage img { border: 1px #666 solid; }
66
67ul.image-metadata { border-bottom: 1px solid #bbb; }
68ul.image-metadata li { }
69ul.image-metadata li:hover { color: #666; background: #ccc; } 
70ul.image-metadata li.active{ color: #666; background: #eee; border: solid 0 #bbb; border-width: 1px 1px 0 1px; }
71.image-metadata-tabs { background: #eee; border: solid 0 #bbb; border-width: 0 1px 0 1px; }
72
73#cboxWrapper       { background: #F1F1F1 !important; border: 1px solid #666; }
74#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { background-image: url(images/controls.png); }
Note: See TracBrowser for help on using the repository browser.