source: extensions/greydragon/css/colorpack/slateblue/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.1 KB
Line 
1body { color: #ccc; background: #1c242e; }
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: #10151c 1px solid; }
18
19#theHeader { border-bottom: #10151c 1px solid; }
20#g-footer { background-color: #10151c; }
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: #1c242e; }
26#menubar { background-color: #10151c; color: #ccc; }
27
28#menubar.top-bar { border-bottom: #10151c 1px solid; background-color: #222; }
29#menubar.header-bottom { border-bottom: #10151c 1px solid; background-color: #10151c; }
30#menubar.header-bottom dl:hover, #menubar.top-bar dl:hover { color: #fff; }
31#menubar.header-bottom dd, #menubar.top-bar dd { background-color: #222; border: #10151c 1px solid; border-top: 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: #222;}
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: #555;}
50.commentElement { background-color: #1a1e27; }
51.message { background-color: #666;}
52
53.thumbnailCategory, .content .additional_info, #theImage .imageComment { border: #10151c 1px solid; background-color: #1a1e27; }
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 #1a1e27; }
64ul.image-metadata li { }
65ul.image-metadata li:hover { } 
66ul.image-metadata li.active{ background: #1a1e27; }
67.image-metadata-tabs { background: #1a1e27; }
68
69#cboxWrapper { border: 1px solid #666; background: #1a1e27 !important; }
70#cboxLoadedContent { background: #1a1e27 !important; }
71#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { background-image: url(images/controls.png); }
72
73.gdHomeEnter { border: 1px solid #ccc; background: #1c242e; }
74.gdHomeEnter a { color: #6392cf; }
75.gdHomeEnter a:hover { color: #fff; }
Note: See TracBrowser for help on using the repository browser.