PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 2.22
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v2.22
3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 2.44 2.45 All 140 releases
photonic / include / css / admin-flow.css

admin-flow.css in Photonic Gallery & Lightbox for Flickr, SmugMug & Others 2.22, at include/css/admin-flow.css

120 lines 7.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body.iframe { background: #fff; }
2 #photonic-flow-wrapper { padding: 1em; position: relative; }
3 .photonic-flow-screen { margin-bottom: 120px; position: relative; }
4
5 #photonic-flow h1 { border-bottom: 2px solid #666; padding-bottom: 0.5em; }
6
7 .photonic-waiting {
8 background: #fff url("../images/downloading-dots.gif") no-repeat fixed center;
9 opacity: 0.8;
10 width: 100%;
11 height: 100%;
12 top: 0; left: 0;
13 position: fixed;
14 text-align: center;
15 display: none;
16 }
17
18 .photonic-flow-option-name {font-weight: bold;}
19 .photonic-flow-option-name input, .photonic-flow-option-name select {font-weight: normal; }
20 .photonic-required { color: #d00; margin: auto 0.5em; }
21 .photonic-required abbr[title] { text-decoration: underline dotted #666; }
22
23 .photonic-flow-provider .photonic-provider { width: 120px; height: 120px; background: url(../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; display: inline-block; }
24 .photonic-flow-provider-wp .photonic-provider, .photonic-flow-provider-default .photonic-provider { background-position: 0 -600px; }
25 .photonic-flow-provider-flickr .photonic-provider { background-position: 0 -120px; }
26 .photonic-flow-provider-smugmug .photonic-provider { background-position: 0 -360px; }
27 .photonic-flow-provider-picasa .photonic-provider { background-position: 0 -720px; }
28 .photonic-flow-provider-google .photonic-provider { background-position: 0 -840px; }
29 .photonic-flow-provider-zenfolio .photonic-provider { background-position: 0 -480px; }
30 .photonic-flow-provider-instagram .photonic-provider { background-position: 0 -240px; }
31
32 #photonic-flow-navigation { bottom: 0; left: 0; position: fixed; display: inline-block; width: 100%; background: #fff; padding: 1em 0; }
33 #photonic-flow-navigation a { padding: 1em 2em; background: #0085ba; border-color: #0073aa #006799 #006799; color: #fff; font-size: 1.2em; text-decoration: none; }
34 #photonic-flow-navigation a.disabled { color: #aaa; cursor: default; background: #ccc; }
35 #photonic-nav-previous { float: left; }
36 #photonic-nav-previous:before { font-family: Dashicons; content: "\f341"; margin: 0 0.5em; vertical-align: text-bottom;}
37 #photonic-nav-next { float: right; }
38 #photonic-nav-next:after { font-family: Dashicons; content: "\f345"; margin: 0 0.5em; vertical-align: text-bottom;}
39
40 .photonic-flow-field {margin: 1.4em 0; position: relative; }
41 .photonic-flow-field select, .photonic-flow-field input[type="text"], .photonic-flow-field input[type="password"] { display: block; }
42 .photonic-flow-field-radio { display: block; padding-left: 1.5em; text-indent: -1.5em;}
43 .photonic-flow-hint { display: none; position: absolute; background: #333; padding: 0.8em; border: 1px solid #111; border-radius: 3px; color: #fff; font-weight: normal; max-width: 300px; z-index: 20; }
44 .photonic-flow-hint:before{
45 content: "";
46 border: solid transparent;
47 border-bottom-color: #333;
48 border-width: 10px;
49 position: absolute;
50 top: -20px;
51 }
52 .photonic-flow-hint:hover {
53 display: block;
54 }
55 .photonic-flow-hint a, .photonic-flow-hint a:hover, .photonic-flow-hint a:active, .photonic-flow-hint a:focus { color: #00a0d2; }
56
57 .photonic-label-hint { font-size: 0.8em; background: #333; padding: 0.5em; border: 1px solid #111; border-radius: 2px; color: #fff; display: none; }
58 span[aria-hidden="true"] {display:none;}
59 span[aria-hidden="false"] {display:block;}
60
61 .photonic-flow-error { color: #c00; padding: 1em; border: 0 solid #c00; border-left-width: 3px; background: lavenderblush; }
62 .photonic-editor-info { color: #00c; border: 0 solid #00c; border-left-width: 3px; background: aliceblue; }
63 .photonic-editor-info div { padding: 1em; }
64
65 .photonic-flow-selector-container { display: inline-block; width: 100%; margin: 1em 0.5em; }
66 .photonic-flow-selector-info { margin: 0 0.2em; }
67
68 .photonic-multi-select-item {display: block; margin: 0.5em; }
69 .photonic-multi-select-item input[type='checkbox'] { margin-right: 0.5em; }
70 .photonic-flow-multi-select-container { margin: 1em 0; max-height: 200px; overflow-y: auto; }
71
72 .photonic-flow-selector { display: inline-block; /*float: left;*/ margin: 1em; text-align: center; width: 150px; box-sizing: border-box; position: relative; max-height: 200px;}
73 .photonic-flow-selector.zenfolio { width: 60px; }
74 .photonic-flow-selector.selected { box-shadow: 0 0 5px 5px #5b9dd9; }
75 .photonic-flow-selector-inner { margin: 0.5em; }
76 .photonic-flow-selector img { width: 100%; }
77 .photonic-flow-selector .dashicons { position: absolute; top: 0; right: 0; width: 25px; height: 25px; color: #fff; background: #5b9dd9; padding: 5px 2px 0; text-decoration: none; }
78
79 .photonic-mark { margin: auto 1em;}
80
81 .photonic-date-filter { display: inline-block; }
82 .photonic-single-date { display: inline-block; margin-right: 1em; }
83 .photonic-date-filter input[type='text'] {display: inline-block; margin: 0 0.5em;}
84 .photonic-date-year { width: 60px; }
85 .photonic-date-month, .photonic-date-date { width: 40px; }
86 a.photonic-add-date-filter, a.photonic-remove-date-filter, a.photonic-add-date-range-filter, a.photonic-remove-date-range-filter { text-decoration: none; margin: 0; }
87 a.photonic-remove-date-filter span, a.photonic-remove-date-range-filter span { vertical-align: middle; }
88
89 .photonic-flow-layout .photonic-layout,
90 .photonic-flow-slideshow-style .photonic-slideshow-style,
91 .photonic-flow-strip-style .photonic-strip-style {
92 width: 150px;
93 height: 150px;
94 background: url(../images/Admin.svg) no-repeat;
95 background-size: 100%;
96 margin: 0 auto;
97 display: inline-block;
98 }
99
100 .photonic-flow-layout-square .photonic-layout { background-position: 0 -1350px; }
101 .photonic-flow-layout-circle .photonic-layout { background-position: 0 -1500px; }
102 .photonic-flow-layout-random .photonic-layout { background-position: 0 -1650px; }
103 .photonic-flow-layout-masonry .photonic-layout { background-position: 0 -1800px; }
104 .photonic-flow-layout-mosaic .photonic-layout { background-position: 0 -1950px; }
105 .photonic-flow-layout-slideshow .photonic-layout { background-position: 0 -1200px; }
106
107 .photonic-flow-slideshow-style-strip-below .photonic-slideshow-style { background-position: 0 -2100px; }
108 .photonic-flow-slideshow-style-strip-above .photonic-slideshow-style { background-position: 0 -2250px; }
109 .photonic-flow-slideshow-style-strip-right .photonic-slideshow-style { background-position: 0 -2400px; }
110 .photonic-flow-slideshow-style-no-strip .photonic-slideshow-style { background-position: 0 -1200px; }
111
112 .photonic-flow-strip-style-thumbs .photonic-strip-style { background-position: 0 -2100px; }
113 .photonic-flow-strip-style-button .photonic-strip-style { background-position: 0 -2550px; }
114
115 .photonic-more-wrapper { display: inline-block; width: 100%; margin: 1.4em 0; }
116 .photonic-flow-more, .photonic-flow-more:hover, .photonic-flow-more:active, .photonic-flow-more:focus { margin: 1.4em 0; padding: 1em 2em; background: #0085ba; border-color: #0073aa #006799 #006799; color: #fff; text-decoration: none; }
117
118 .thumb-controls { text-align: right; }
119 .photonic-flow-field input[type="text"].search-thumbs { display: inline; background: url(../images/Admin.svg) no-repeat right -576px; background-size: 24px; height: 24px; }
120