source: extensions/greydragon/css/styles.css @ 31043

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

version 1.2.22 - see changelog for details

  • Property svn:eol-style set to native
File size: 16.2 KB
Line 
1/* backgrounds */
2
3html, body { font-size: 0.9em; }
4html, body, input, select, textarea, file { font-family: "Century Gothic", "Lucida Grande", Verdana, DejaVu Sans, sans-serif; }
5
6#the_page { position: relative; }
7#the_page .menushown#content, #the_page > .menushown.content, #the_page .contentWithMenu { margin-left: 0; }
8
9.thumbnailCategories { width: auto; margin-left: 6px; }
10.switchBox, .header_notes           { background-color: #555;}
11.thumbnailCategory , .commentElement      { background-color: #333;}
12.message                  { background-color: #666;}
13
14INPUT[type="text"], INPUT[type="password"],
15INPUT[type="button"], INPUT[type="submit"],
16INPUT[type="reset"], INPUT[type="file"],
17SELECT, TEXTAREA, OPTION              { background-color: #555;}
18INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #666;}
19
20h3 { font-size: 1.1em; }
21
22/* font colors */
23
24a            { outline: 0; }
25a:hover      { text-decoration: none; }
26a:active, a:focus { outline: 0; text-decoration: none; }
27
28INPUT.rateButton              { color: #fff;}
29.message                  { color: #fff;}
30.commentContent .comments_toggle:hover    { color: #fff;}
31INPUT[type="text"], INPUT[type="password"],
32INPUT[type="reset"], INPUT[type="file"],
33SELECT, TEXTAREA              { color: #ccc;}
34INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;}
35
36
37/* borders */
38
39#content, .content, .content .titrePage    { border-bottom: 1px solid #444;}
40#copyright                  { border-top-width:1px;}
41#content .calendarTitleBar          { border-bottom: none;}
42.switchBox                  { border: 1px solid #000;}
43.switchBoxTitle                 { border-bottom: 1px solid #444;}
44INPUT, SELECT, TEXTAREA       { border: 1px solid #666;}
45
46/* form */
47legend {font-style:normal;}
48#qsearchInput {margin-left:-20px}
49
50.properties fieldset { padding: 0; margin-left: 8px; margin-right: 8px; }
51
52/* general rules */
53
54body         { margin-left: auto; margin-right: auto; width: 1270px; }
55#theHeader   { height: 90px; padding: 0; font-size: 0.9em; text-align: left; padding: 8px 16px; }
56
57#g-footer    { zoom: 1; position: relative; height: auto; min-height: 1.6em; clear: both; display: block; line-height: 90%; } /* min-width: 1020px; */
58#g-footer.expanded { min-height: 3em; }
59#g-footer span { display: none; }
60#g-footer.g-text-only span { display: static; }
61
62.g-link-list { float: left; padding: 0; margin: 0; text-align: left; list-style: none; }
63.g-link-list li { float: left; }
64.g-link-list li.dot:nth-of-type(1) { display: none; }
65
66.g-footer-topleft    { position: absolute; top: 0.3em; left: 1em; }
67.g-footer-bottomleft { position: absolute; bottom: 0.3em; left: 1em; }
68.g-footer-topright   { position: absolute; top: 0.3em; right: 1em; }
69#g-gallery-logo { text-indent: -9999em; display: block; width: 62px; height: 15px; background: transparent url('../icon/gallery.png') no-repeat; }
70#g-theme-logo   { text-indent: -9999em; display: block; width: 70px; height: 18px; }
71
72#g-footer #g-credits.g-text-only li { float: left; }
73#g-footer #g-credits.g-text-only span { display: block; float: left; }
74#g-footer #g-credits.g-text-only a { float: left; }
75#g-footer #g-credits.g-text-only #g-gallery-logo, #g-footer #g-credits.g-text-only #g-theme-logo { text-indent: 0; width: auto; background: none; }
76
77.gdHomeQuote { float: left; width: 300px; font-size: 110%; }
78.gdHomePagePhoto {text-align: center; margin: 2em 0 20px 0;}
79
80#g-logo { display: inline-block; }
81
82#content, .content, .content .titrePage { border-bottom: none; }
83
84a:hover     { border-bottom: none;}
85#copyright  { padding:0 4px 0 0; text-align:right;}
86
87/* content */
88
89#the_page  #content, #the_page > .content { margin-right: 0; }
90
91#content, .content        { margin-bottom: 0px; padding-bottom: 4px; min-height: 300px; }
92#thePicturePage #content  { padding-bottom: 0;}
93.content .titrePage       { padding: 0; margin-bottom: 4px;}
94.content .titrePage h2    { background: none !important; line-height: 20px; padding: 6px 0 0 6px; }
95
96/* menubar */
97
98#menubar { display: none; left: 0px; top: 120px; position: absolute; margin: 0; z-index: 200; overflow: hidden; width: 200px; }
99.no-header #menubar { top: 30px; }
100.content.menuhidden .titrePage h2 { margin-left: 0; }
101
102#menubar.expanded { bottom: 3em; }
103#menubar dt { text-align: left;}
104#menubar dd { padding: 0 0 0 1em;}
105#menubar .pwg-icon-filter { display: none;}
106#menubar dl dt { padding-left: 12px; }
107#menubar ul { list-style-type: disc; margin-top: 0; }
108#menubar #menuTagCloud { font-size: 92%; text-align: left; }
109#menubar #mbCategories li { margin-right: 0.3em; }
110.no-b-counter #menubar #mbCategories .menuInfoCatByChild, .no-b-counter #menubar #mbCategories .menuInfoCat, .no-b-counter #menubar #mbCategories .totalImages { display: none; }
111
112/* Menu Styles */
113/* Disabled */
114body.hide-menu #menubar { display: none !important; }
115
116/* Static */
117#menubar.static { background: none !important; bottom: auto; }
118body.static-menu .contentWithMenu, body.static-menu #the_page .contentWithMenu { margin-left: 200px; amargin-left: 0; }
119body.static-menu .contentWithMenu .titrePage { margin-left: -194px; }
120body.static-menu #mbCategories { margin-bottom: 1em; }
121
122/*
123body.static-menu .contentWithMenu ul.thumbnails,
124body.static-menu .contentWithMenu ul.thumbnailCategories,
125body.static-menu .contentWithMenu #theImageAndInfos,
126body.static-menu .contentWithMenu .notification,
127body.static-menu .contentWithMenu form.filter,
128body.static-menu .contentWithMenu .category_search_results { padding-left: 200px; margin-left: 0; }
129
130body.static-menu .contentWithMenu .titrePage { padding-left: 6px; }
131body.static-menu .contentWithMenu .calendarCalBar { margin-left: 210px; }
132*/
133
134/* Static header bottom */
135#menubar.header-bottom { float: none; width: 100%; display: block; position: static; }
136#menubar.header-bottom dt { padding: 2px 4px; font-weight: normal; }
137#menubar.header-bottom dl { float: left; padding-left: 1em; padding-right: 1em; cursor: pointer; }
138#menubar.header-bottom dl:first-child { margin-left: 8px; padding-left: 0; }
139#menubar.header-bottom dd { position: absolute; z-index: 1000; display: none; float: left; min-width: 160px; padding: 0.5em 0 0.5em 0.5em; margin: 0 0 0 -8px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; }
140#menubar.header-bottom dl:hover dd { display: block; }
141#menubar.header-bottom #mbAdditionalPages dt { display: none; }
142#menubar.header-bottom #mbAdditionalPages dd { display: block; background-color: transparent; border: none; padding: 2px 0; }
143#menubar.header-bottom #mbAdditionalPages dd ul { margin: 0; list-style-type: none; font-size: 120%; }
144#menubar.header-bottom #mbAdditionalPages dd ul li { float: left; padding-right: 1em; }
145
146.header-bottom-menu .contentWithMenu .titrePage { padding-left: 6px; }
147.header-bottom-menu .categoryActions { margin-top: 4px; }
148
149/* Static top bar */
150#menubar.top-bar { float: none; width: 100%; display: block; position: absolute; top: 0; }
151#menubar.top-bar dt { padding: 2px 4px; }
152#menubar.top-bar dl { float: left; padding-left: 1em; padding-right: 1em; cursor: pointer; }
153#menubar.top-bar dl:first-child { margin-left: 8px; padding-left: 0; }
154#menubar.top-bar dd { position: absolute; z-index: 1000; display: none; float: left; min-width: 160px; padding: 0.5em 0 0.5em 0.5em; margin: 0 0 0 -8px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; }
155#menubar.top-bar dl:hover dd { display: block; }
156body.top-bar-menu #the_page{ padding-top: 28px; }
157
158#quickconnect FIELDSET { margin: 0 10px 0 -10px; border: 2px solid #444444; }
159.categoryActions { margin-right: 14px; margin-top: 0; }
160
161/* switchers */
162
163#menuSwitcher { display: inline-block; height: 20px; cursor: pointer; width: 30px; }
164
165#infoSwitcher { display: block; text-align: center; height: 32px; cursor: pointer; position:absolute; right: 21.7%; top:0; margin: 10px 0 0 7px; z-index:99; }
166#infoSwitcher.infohidden { width: 25px; top: 10px; right: 0; left: auto; margin: 0; }
167
168#slideshow #theImage      { width: 100%; margin: auto; overflow: visible;}
169#theImage.infohidden    { width: 100%;}
170
171#commentsSwitcher { float: left; margin: 0.6em 0; cursor:pointer; width: 33px; }
172.noCommentContent #commentsSwitcher { display: none;}
173
174.switchArrow { width: 24px; height: 16px; margin: 1px 5px 8px 4px; user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }
175
176.menuhidden .switchArrow  { background-position: 0 0;}
177.menushown  .switchArrow { background-position: -22px 0;}
178.infohidden .switchArrow { background-position: 0 0; margin-top: 8px; }
179.infohidden#infoSwitcher { width: 32px;}
180.infoshown  .switchArrow   { background-position: -22px 0; margin-top: 8px; }
181
182.commentshidden .switchArrow, 
183.commentsshown  .switchArrow { background: none; font-family: "Glyphicons Halflings" !important; text-align: center; margin-right: 0; }
184.commentshidden .switchArrow::before { content: "\e113"; width: auto; }
185.commentsshown  .switchArrow::before { content: "\e114"; width: auto; }
186                                                       
187/* switchboxes */
188
189.switchBox { padding: 0.5em 10px; text-align: left; z-index: 100; border-radius: 0; }
190.derivativeSizeDetails        { display: none;}
191
192/* thumbnails */
193
194.thumbnails, #thumbnails          { padding-top: 5px; margin-left: 8px; margin-right: 8px;}
195.thumbnailCategory .illustration,
196.commentElement .illustration     { margin: 2px; text-align: center;}
197.wrap1 .wrap2 a img { margin-left: auto; margin-right: auto; }
198
199/* picture page */
200
201.contentWithMenu #imageHeaderBar  { padding: 0;}
202#imageHeaderBar             { padding: 0 0 0 10px;}
203#imageHeaderBar             { width: auto;}
204#imageHeaderBar h2          { font-size: 100%; font-weight: inherit;}
205#imageHeaderBar .browsePath { display: inline-block; float:left; font-size:120%; line-height:20px; padding: 6px 0 0 6px; font-weight:bold; }
206#imageToolBar               { background: inherit; padding-left: 0.7em; margin-right: 1em; }
207#imageToolBar .imageNumber  { display: inline-block; float: right; line-height: 26px; margin: 0 2px 0 0; min-width: 40px; text-align: center;}
208#imageToolBar               { margin-top: -24px; margin-bottom: 0; float: right;}
209#thePicturePage .pwg-button { width: 26px;}
210#thePicturePage .actionButtons { margin-right: 26px; }
211
212#theImageAndInfos { display: block; width: 100%; position: relative; min-height: 30em; overflow: hidden; }
213#theImage { display: block; width: 100%; vertical-align: top; padding: 10px 0 5px 0; }
214#theImage img { padding: 2px; }
215#theImage .imageComment { text-align: left; }
216
217.rateButtonStarFull           { background: url('../icon/rating-stars.png') no-repeat -16px center; width:16px;}
218.rateButtonStarEmpty        { background: url('../icon/rating-stars.png') no-repeat 0 center; width:16px;}
219
220/* image infos */
221
222#imageInfos { vertical-align: top; margin: 0; word-wrap: break-word; float: right; }
223
224#imageInfos .navThumbs        { height: 130px; margin: auto; padding: 0 5px;}
225#imageInfos .navThumb         { position: relative; margin: 0 0.5em; overflow: hidden;}
226#imageInfos #linkPrev         { float: left;}
227#imageInfos #linkNext         { float: right;}
228#imageInfos .prevThumbHover       { background: transparent url(../icon/none.png) no-repeat center center;}
229#imageInfos .prevThumbHover:hover   { background: transparent url(../icon/img_prev.png) no-repeat center center;}
230#imageInfos .nextThumbHover       { background: transparent url(../icon/none.png) no-repeat center center;}
231#imageInfos .nextThumbHover:hover   { background: transparent url(../icon/img_next.png) no-repeat center center;}
232
233ul.image-metadata { margin: 0.5em 0 0; padding: 0; float: left; list-style: none; height: 30px; width: 100%; }
234ul.image-metadata li { float: left; margin: 0; cursor: pointer; padding: 0px 20px; height: 30px; line-height: 30px; font-weight: bold; overflow: hidden; position: relative; }
235
236#image-metadata-ico { text-align: center; margin-bottom: 1em; }
237#image-metadata-ico.nav-thumb-margin { margin-right: 284px; }
238ul.image-metadata-ico    { display: inline-block; margin: 0 auto; padding: 0; list-style: none; height: 30px; }
239ul.image-metadata-ico li { float: left; margin: 0; cursor: pointer; padding: 0px 20px; height: 30px; line-height: 30px; font-weight: bold; overflow: hidden; position: relative; }
240
241.image-metadata-tabs { clear: both; float: left; width: 100%; }
242.image-metadata-tab  { padding: 20px; display: none; }
243.image-metadata-tab .imageInfo dt { text-align: left; padding-right: 2em; }
244.image-metadata-tab ul { margin: 0 0 1em 0; padding: 0; list-style-type: none; }
245.image-metadata-tab blockquote { padding: 0; margin: 0; border-left: none; font-size: 1em; }
246.image-metadata-tab #commentAdd, #pictureCommentList { padding: 0; width: 50%; }
247.image-metadata-tab .commentElement { border-radius: 0; margin: 5px 0 0 0; }
248.image-metadata .glyphicon-chevron-up, .image-metadata .glyphicon-chevron-down { float: right; padding-right: 10px; font-size: 0.8em; }
249
250#cboxContent { margin-top: 22px; }
251#cboxLoadedContent .image-metadata-tab { display: block; }
252
253dl.imageInfoTable   { display: block; padding: 0 15px; margin: 0;}
254dl.imageInfoTable.dl-horizontal dt { text-align: left; }
255dl.imageInfoTable ul { margin-bottom: 0; }
256
257#imageInfos h3            { margin: 20px 0 10px;}
258
259/* image comments */
260
261#thePicturePage #comments       { padding: 2px 5px; position:relative;}
262#thePicturePage #comments h3      { margin: 1em 0 1em 1em;}
263#thePicturePage #comments form    { margin: 1em 0;}
264#thePicturePage #comments fieldset    { margin: 0 1em;}
265
266.commentshidden #pictureComments    { display: none;}
267.commentContent .comments_toggle  { cursor: pointer;}
268
269#commentAdd, #pictureCommentList  { width: 48%; padding: 0 1%;}
270#commentAdd             { float: left; }
271#pictureCommentList           { float: right; }
272
273#commentAdd input[type="text"],
274#commentAdd textarea { width: 95%; font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
275#pictureCommentList .commentsOrder  { float: left; margin-bottom: 5px;}
276#pictureCommentList .navigationBar  { float: right; margin-bottom: 5px;}
277#pictureComments h4         { margin: 0;}
278#pictureComments form p       { margin: 5px 0;}
279#pictureComments form p textarea    { margin: 10px 0;}
280
281#pictureComments INPUT[type=submit] { margin: 0;}
282.commentElement .description    { padding: 5px;} 
283
284/* calendar */
285
286.calendarViews    { margin-top: 4px;}
287
288/* plugins */
289
290#the_page .content .stuffs    { margin: 0!important}
291.categoryActions .theme_menuf   { display: none;}
292
293/* custom */
294
295.content .additional_info { margin: 1em 0.8em; text-align: left; }
296
297.calendarBar span, .calendarBar a { display: inline-block; min-width: 1.5em; padding-left: 2px; padding-right: 2px; }
298.calendarBar div { margin-left: 6px; margin-right: 6px; }
299.static-menu .calendarTitle, .static-menu .calendarBar { margin-left: 196px; }
300
301.infos, .errors, .warnings { position: fixed; z-index: 10; right: 1em; top: 3em; border-width: 0; border-left: 0.8em solid transparent; margin: 0; padding: 1em; white-space: nowrap; min-width: 200px; }
302.infos ul, .errors ul, .warnings ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
303.infos  { border-left-color: #0F0; }
304.errors { border-left-color: #F00; cursor: pointer; }
305.warnings { border-left-color: #FFD800; }
306
307.content .titrePage h2.calendarTitle { background: none; padding-left: 8px; }
308                                                 
309#calendarViewSwitchBox { width: 190px; margin-left: -72px; margin-top: 4px; }
310td.calDayCellFull  { font-size: 14px; }
311td.calDayCellEmpty { font-size: 14px; padding-left: 6px; }
312.calForeDate { padding-left: 4px; padding-top: 0; }
313
314.content .additional_info { margin-top: 0.4em; margin-bottom: 0.4em; padding: .5em 1em; }
315#theImage .imageComment { margin: 1em 1em 0.4em 1em; padding: .5em 1em; }
316
317#piwigoAbout { min-height: 40em; }
318
319#ato_header > ul ul { top: 26px; }
320
321.contact table td:first-child { padding-right: 1.5em; }
322.contact input[name="send_mail"] { margin-right: 1.5em; }
323
324#tab-cart table { margin-left: 0; }
325#tab-cart .label { font-size: 100%; color: inherit; }
326#tab-cart select { margin-right: 1em; }
327#tab-cart input[type="submit"] { margin-right: 1em; }
328
329#cboxLoadedContent>div { padding: 8px 10px 20px 10px; }
330#cboxClose { right: 5px; }
331
332#TagsTable { width: 600px; min-height: 5.5em; }
333#tab-tags #TagsTable { width: 100%; min-width: 400px; z-index: 1; }
334// #Tags { background: none; }
335#Tags td.value { position: relative; vertical-align: top; }
336#Tags div.tags-edit-marker { position: absolute; right: 0; bottom: 0; }
Note: See TracBrowser for help on using the repository browser.