PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 2.44
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v2.44
3.36 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 All 141 releases
photonic / include / css / admin / admin.css

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

173 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 label { clear: both; display: block; margin: 0.5em 0; }
2 label img { vertical-align: middle; padding: 10px; }
3
4 .photonic-wrap {
5 width: 100%;
6 max-width: 1000px;
7 }
8
9 header.photonic-header { border-bottom: 2px solid #bbb; }
10 div.donate { display: inline-block; width: 100%; border-top: 1px solid #bbb; }
11
12 h2.photonic-section { background: #ccc; padding: 1em 0.5em; width: 100%; }
13
14 .photonic-helper { width: 100%; margin: 1em 0; border-bottom: 2px solid #bbb; border-collapse: collapse; }
15 .photonic-helper > thead > tr > th { font-size: 1.3em; background: #ccc; line-height: 1.8em; text-align: left; padding: 0.5em; }
16 .photonic-helper > tbody > tr > th { width: 200px; text-align: left; padding: 0.8em; vertical-align: top; border-bottom: 1px dotted #bbb; }
17 .photonic-helper > tbody > tr > td { padding: 0.8em; border-bottom: 1px dotted #bbb; }
18 .photonic-helper input[type='text'] { display: block; width: 100%; margin: 0.5em 0; }
19 .photonic-helper input[type='button'] { margin: 1em 0; }
20
21 .photonic-helper table { width: 100%; }
22 .photonic-helper table td, .photonic-helper table th {
23 padding: 5px;
24 border-bottom: 1px dotted #ccc;
25 text-align: left;
26 }
27 .photonic-helper table img { width: 64px; height: 64px; }
28
29 .photonic-tabbed-options {
30 margin-top: 15px;
31 max-width: 1000px;
32 width: 100%;
33 }
34
35 .photonic-header-nav-top { display: inline-block; width: 100%; }
36
37
38 form#paypal-submit { padding: 0; float: right;}
39 div.donate ul { float: right; margin: 0; }
40 div.donate ul li { float: left; margin: 0.5em 0 0.5em 2.5em; padding: 0.5em; }
41 div.donate ul li .icon { vertical-align: middle; background: transparent url("../../images/Admin.svg") no-repeat; width: 32px; height: 32px; display: inline-block; margin-left: -32px; background-size: 100%; }
42 div.donate ul li a { color: #333; text-decoration: none; margin-left: 0.3em; }
43 div.donate ul li input[type="submit"] { color: #333; background: transparent; text-decoration: none; border: none; padding: 0; cursor: pointer; }
44 div.donate ul li a:hover, div.donate ul li input[type="submit"]:hover { color: #333; }
45 div.donate ul li.rate .icon { background-position: 0 -704px; }
46 div.donate ul li.support .icon { background-position: 0 -608px; }
47 div.donate ul li.announcements .icon { background-position: 0 -640px; }
48 div.donate ul li.coffee .icon { background-position: 0 -672px; }
49
50 .nav-tab { position: relative; padding-left: 32px;}
51 .nav-tab-wrapper .icon { background: transparent url("../../images/Admin.svg") no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; top: 8px; margin-left: -24px; background-size: 100%;}
52 #photonic-options-generic .icon { background-position: 0 -360px; }
53 #photonic-options-flickr .icon { background-position: 0 -20px; }
54 #photonic-options-picasa .icon { background-position: 0 -120px; }
55 #photonic-options-500px .icon { background-position: 0 0; }
56 #photonic-options-smugmug .icon { background-position: 0 -60px; }
57 #photonic-options-instagram .icon { background-position: 0 -40px; }
58 #photonic-options-zenfolio .icon { background-position: 0 -80px; }
59 #photonic-options-google .icon { background-position: 0 -140px; }
60 #photonic-options-lightbox .icon { background-position: 0 -160px; }
61
62 .photonic-section-tabs { display: inline-block; width: 100%; font-size: 1.1em; }
63 .photonic-section-tabs li { float: left; display: block; padding: 0.2em 0.65em; border-right: 1px dotted #666; }
64 .photonic-section-tabs li:last-child { border-right: none; }
65 .photonic-section-tabs a.active { font-weight: bold; }
66
67 .photonic-options-form .form-table { border: solid #ccc; border-width: 1px 0; }
68 .form-table td { vertical-align: top; }
69
70 .photonic-options-panel textarea { width: 90%; min-width: 400px; min-height: 150px; }
71 .photonic-options-panel input[type='text'] { width: 40%; min-width: 400px;}
72 .photonic-border-options input[type='text'] { width: 40%; min-width: 150px;}
73
74 .opt-sub-table-5 { border-collapse: collapse; width: 98%; }
75 .opt-sub-table-col-5 { width: 22%; }
76 .opt-sub-table-col-51 { width: 12%; }
77
78 .opt-sub-table-5 input[type='text'] { width: 100px; min-width: 100px; }
79 .form-table .opt-sub-table-5 td { padding: 5px; border-width: 1px 0 1px 0; border-style: dotted; border-color: #555; }
80
81 .photonic-button-bar { margin: 1em 0; }
82
83 #photonic-helper-form, #photonic-auth-form {
84 display: -ms-flexbox;
85 -ms-box-orient: horizontal;
86
87 display: -webkit-box;
88 display: -moz-box;
89 -webkit-box-orient: horizontal;
90 -moz-box-orient: horizontal;
91
92 display: -webkit-flex;
93 display: flex;
94
95 -webkit-flex-wrap: wrap;
96 -moz-flex-wrap: wrap;
97 -ms-flex-wrap: wrap;
98 flex-wrap: wrap;
99 }
100 #photonic-auth-form .photonic-helper-button-disabled, #photonic-auth-form .photonic-helper-button-disabled:hover {
101 background: #ccc;
102 margin: 0.5em 0;
103 cursor: auto;
104 clear: both;
105 display: inline-block;
106 }
107 .photonic-helper .result, #photonic-auth-form .result {
108 /*height: 2.5em;*/
109 width: 100%;
110 display: inline-block;
111 margin: 10px 0;
112 }
113 .photonic-helper .found-id-text {
114 font-weight: bold;
115 }
116
117 .photonic-waiting {
118 background: #fff;
119 opacity: 0.8;
120 width: 100%;
121 height: 100%;
122 top: 0; left: 0;
123 position: fixed;
124 text-align: center;
125 display: none;
126 }
127 .photonic-waiting img {
128 vertical-align: middle;
129 margin-top: 300px;
130 }
131 .photonic-scroll-panel {
132 height: 200px;
133 overflow: auto;
134 }
135
136 .photonic-token-header { width: 100%; margin-bottom: 1em; }
137 .photonic-token-header .notice-warning { padding: 0.5em; }
138 .photonic-getting-started p, .photonic-getting-started ol, .photonic-getting-started ol { font-size: 14px; }
139 .photonic-form-table tr { border-bottom: 1px dotted #ccc; }
140 .photonic-form-table th { vertical-align: middle; }
141 .photonic-form-table .theader { text-align: center; }
142 .photonic-form-table ul { margin: 0; }
143 .photonic-form-table { border-width: 2px 0; border-color: #ccc; border-style: solid; }
144 .photonic-form-table .check { text-align: center; font-size: 1.6em;}
145 .photonic-form-table .regular { text-align: center; }
146 .photonic-form-table .yes { color: #009900;}
147 .photonic-form-table .no { color: #990000; }
148 abbr { border-bottom: 1px dotted #999; text-decoration: none; cursor: default; }
149
150 .photonic-token-header .notice { padding: 1em; }
151
152 .photonic-all-ok { font-weight: bold; background-color: #ccffcc; }
153 .photonic-not-ok { font-weight: bold; background-color: #fad3d3; }
154 .photonic-maybe-ok { font-weight: bold; background-color: #ccffcc; }
155
156 #photonic-shortcode-results { margin: 1em 0;}
157 #photonic-shortcode-results .column-type, #photonic-shortcode-results .column-status { width: 10%; }
158 #photonic-shortcode-results .column-shortcodes { width: 50%; }
159
160 button.photonic-notice-dismiss { background: none; border: none; position: absolute; top: 1em; right: 1em;}
161 button.photonic-notice-dismiss:before {
162 background: none;
163 color: #72777c;
164 content: "\f153";
165 display: block;
166 font: normal 16px/20px dashicons;
167 speak: none;
168 height: 20px;
169 text-align: center;
170 width: 20px;
171 -webkit-font-smoothing: antialiased;
172 -moz-osx-font-smoothing: grayscale;
173 }