source: extensions/greydragon/admin/css/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: 5.4 KB
Line 
1body, #the_page { min-width: 1270px; }
2#pwgMain { background: #222; }
3#adminHome { background-color: transparent; border-radius: 0; border: 1px solid #EEE; }
4#adminHome a { color: #FFF; }
5
6#menubar dt { padding-top: 0; padding-bottom: 0; padding-left: 12px; background: #222; color: #EEE; line-height: 30px; }
7#menubar dt:hover, #menubar li:hover { background: #000; color: #2EA2CC; }
8#menubar dl, #menubar dl.last { border: none; background-color: #222; }
9#menubar .ui-accordion-content a { color: #EEE; }
10#menubar .ui-accordion-header { height: 34px; line-height: 32px; font-size: 14px; font-weight: normal; }
11#menubar .ui-accordion-header-active  { background: #0074A2; color: #EEE; }
12#menubar .ui-accordion-content-active { background: #333; color: #EEE; }
13
14#menubar dl.menu-focused dt { background: #000; color: #EEE; }
15#menubar dl.menu-focused dt.menu-header-active, #menubar dt.menu-header-active { background: #0074A2; color: #EEE; }
16#menubar ul { line-height: 30px; background: #333; color: #EEE; }
17#menubar li { line-height: 30px; height: 30px; padding-left: 14px; }
18#menubar li a { color: rgba(240, 245, 250, 0.7); acolor: #EEE; }
19#menubar li a:hover { color: #00B9EB; }
20#menubar ul.scroll li a.active-on { font-weight: bold; color: #FFF; }
21
22#pluginsMenuSeparator { margin: 0; width: auto; border-bottom: none; border-left: none;}
23
24.content { font-size: 0.9em; }
25.content { position: relative; }
26.content .infos { position: absolute; top: 0px; z-index: 10; left: 0px; right: 0px; }
27
28.content label, .content legend, .content form p { color: #000; }
29
30#content { background-color: #FFF; padding-right: 0; }
31.titrePage { background-color: #fbfbfb; border-bottom: 1px solid #ddd; position: relative; }
32.content div.titrePage { height: auto; padding: 0.2em 0 0 0.5em; }
33.titrePage h2 { color: #000; text-align: left; }
34.titrePage .left-links { float: right; padding-right: 1.4em; top: 0; right: 0; position: absolute; }
35.titrePage .left-links ul { float: right; margin-top: 0; line-height: 2.2em; }
36.titrePage .left-links li { line-height: 2.5em; list-style-type: none; float: left; color: #618299; display: inline; text-shadow: 0px 1px 0px #ffffff; }
37
38.content form { width: 100%; display: inline-block; }
39#configContent { width: 53%; float: left; min-width: 610px; }
40
41.content fieldset { position: relative; overflow: hidden; padding: 0 1em 0 1em; background: #FFF; }
42.content legend   { position: absolute; left: 0px; width: 100%; padding: 0.4em 0.8em; background: #D5E6F2; }
43
44.content fieldset ul { margin-top: 34px; padding-left: 0; }
45
46.content fieldset, #configContent fieldset, #configContent fieldset:not(.no-border) { border: 1px solid #ccc; }
47#configContent legend { margin-left: 0; padding-left: 1em; }
48
49input[type=checkbox] { display: none; }
50.graphicalCheckbox   { font-size: 16px; line-height: 16px; color: #555; }
51.graphicalCheckbox.success { color: #0C0; }
52.graphicalCheckbox.error   { color: #C00; }
53
54#configContent label:not(.no-bold) { font-weight: normal; }
55#configContent .submit { margin-left: 1em; }
56
57.content fieldset h3 { color: #d54e21; border-bottom: #a2bdbf 1px solid; margin-top: 0.3em; margin-bottom: 0.3em; font-size: 1em; letter-spacing: normal; text-align: left; }
58
59.content input  { width: 50%; margin-right: 0.8em; padding: 2px 4px; background-color: #FFF; color: #555555; border: 1px solid #ccc; }
60.content select { width: 51.5%; margin-right: 0.4em; padding: 2px 2px 2px 4px; background-color: #FFF; color: #555555; border: 1px solid #ccc; }
61
62.content input[type='submit'], .content input[type='button'] { font-weight: normal; display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
63    padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; 
64    white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
65    vertical-align: top;
66}
67
68.content input[type='submit'] { background-color: #0091CD; color: #FFF; border-color: #0073AA; box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset; }
69
70form.properties label.textarea { display: inline-block; width: 89%; margin: 0; line-height: 1em; }
71form.properties span.textarea { float: left; width: 90%; margin: 0; }
72form.properties textarea { width: 98%; background-color: #FFF; color: #555555; border: 1px solid #ccc; padding: 2px 4px; }
73form.properties li { margin-top: 0.4em; margin-bottom: 0.4em; }
74form#update ul { margin-bottom: 0.2em; }
75
76.infos, .errors, .warnings { border-width: 0; border-left: 10px solid transparent; margin: 0; padding: 10px; background-image: none; min-height: auto; }
77.infos ul, .errors ul, .warnings ul { list-style: none; margin: 0; padding: 0; }
78.infos li, .errors li, .warnings li { list-style: none; }
79.infos  { border-left-color: #0F0; }
80.errors { border-left-color: #F00; }
81.warnings { border-left-color: #FFD800; }
82
83#helpContent p { margin-left: 0; }
84#helpContent li { margin-top: 2px; margin-bottom: 2px; }
85#helpContent ul ul { margin-top: 0; list-style: square outside; padding-left: 3em; }
86#helpContent table { margin-left: 0; margin-right: 0; }
87#helpContent th { padding-right: 3em; text-align: left; }
88
89#cboxContent { background-color: #FFF; }
90#cboxLoadedContent { margin-bottom: 1em; margin-top: 1em; background-color: #FFF; }
91.changelog { text-align: left; padding: 0 1em; }
92.changelog ul { padding-left: 1em; }
93.changelog li { list-style-type: none; }
94.changelog h3 { padding: 4px 0.6em; color: #000; }
Note: See TracBrowser for help on using the repository browser.