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