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

Last change on this file since 31733 was 31733, checked in by SergeD, 7 years ago

version 1.2.28 - see changelog for details

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