source: extensions/greydragon/admin/css/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: 5.1 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 { 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/* Piwigo 2.7 support */
15#menubar dl.menu-focused dt { background: #000; color: #EEE; }
16#menubar dl.menu-focused dt.menu-header-active, #menubar dt.menu-header-active { background: #0074A2; color: #EEE; }
17#menubar ul { background: #333; color: #EEE; }
18#menubar li a { color: #EEE; }
19
20#pluginsMenuSeparator { margin: 0; width: auto; border-bottom: none; border-left: none;}
21#menubar ul { line-height: 30px; }
22#menubar li { line-height: 30px; height: 30px; padding-left: 14px; }
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'] { display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
63    padding: 2px 10px 1px;
64    cursor: pointer;
65    color: #555;
66    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; 
67    white-space: nowrap;
68    box-sizing: border-box;
69    background: none repeat scroll 0% 0% #F7F7F7;
70    box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
71    vertical-align: top;
72}
73
74form.properties label.textarea { display: inline-block; width: 89%; margin: 0; line-height: 1em; }
75form.properties span.textarea { float: left; width: 90%; margin: 0; }
76form.properties textarea { width: 98%; background-color: #FFF; color: #555555; border: 1px solid #ccc; padding: 2px 4px; }
77form.properties li { margin-top: 0.4em; margin-bottom: 0.4em; }
78form#update ul { margin-bottom: 0.2em; }
79
80.infos, .errors, .warnings { border-width: 0; border-left: 10px solid transparent; margin: 0; padding: 10px; background-image: none; min-height: auto; }
81.infos ul, .errors ul, .warnings ul { list-style: none; margin: 0; padding: 0; }
82.infos li, .errors li, .warnings li { list-style: none; }
83.infos  { border-left-color: #0F0; }
84.errors { border-left-color: #F00; }
85.warnings { border-left-color: #FFD800; }
86
87#helpContent p { margin-left: 0; }
88#helpContent li { margin-top: 2px; margin-bottom: 2px; }
89#helpContent ul ul { margin-top: 0; list-style: square outside; padding-left: 3em; }
90#helpContent table { margin-left: 0; margin-right: 0; }
91#helpContent th { padding-right: 3em; text-align: left; }
92
93#cboxContent { background-color: #FFF; }
94#cboxLoadedContent { margin-bottom: 1em; margin-top: 1em; background-color: #FFF; }
95.changelog { text-align: left; padding: 0 1em; }
96.changelog ul { padding-left: 1em; }
97.changelog li { list-style-type: none; }
98.changelog h3 { padding: 4px 0.6em; color: #000; }
Note: See TracBrowser for help on using the repository browser.