| 1 |
/** |
| 2 |
* Author: Alin Marcu |
| 3 |
* Author URI: https://deconf.com |
| 4 |
* Copyright 2013 Alin Marcu |
| 5 |
* License: GPLv2 or later |
| 6 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 7 |
*/ |
| 8 |
|
| 9 |
/* Real-Time content */ |
| 10 |
.aiwp-pline { |
| 11 |
width: 100%; |
| 12 |
margin: 7px 0; |
| 13 |
padding: 7px 0 7px 0; |
| 14 |
background: #fff; |
| 15 |
-moz-box-shadow: 0px 0px 3px 0px #BBB; |
| 16 |
-webkit-box-shadow: 0px 0px 3px 0px #bbb; |
| 17 |
box-shadow: 0px 0px 3px 0px #bbb; |
| 18 |
display: table; |
| 19 |
overflow: hidden; |
| 20 |
-moz-border-radius: 0px 7px; |
| 21 |
-webkit-border-radius: 0px 7px; |
| 22 |
border-radius: 0px 7px; |
| 23 |
border: 1px #7CAEFF solid; |
| 24 |
} |
| 25 |
|
| 26 |
.aiwp-pleft { |
| 27 |
width: 90%; |
| 28 |
float: left; |
| 29 |
padding-left: 5px; |
| 30 |
} |
| 31 |
|
| 32 |
.aiwp-pleft a{ |
| 33 |
text-decoration:none; |
| 34 |
} |
| 35 |
|
| 36 |
.aiwp-pright { |
| 37 |
width: 5%; |
| 38 |
float: right; |
| 39 |
padding-right: 5px; |
| 40 |
} |
| 41 |
|
| 42 |
[id^=aiwp-realtime-] { |
| 43 |
margin: 0 0; |
| 44 |
width: 100%; |
| 45 |
} |
| 46 |
|
| 47 |
.aiwp-rt-box { |
| 48 |
width: 100%; |
| 49 |
margin: 0 0; |
| 50 |
background: #fff; |
| 51 |
text-align: center; |
| 52 |
display: table; |
| 53 |
} |
| 54 |
|
| 55 |
.aiwp-tdo-left { |
| 56 |
width: 60%; |
| 57 |
padding: 26px 0; |
| 58 |
float: left; |
| 59 |
text-align: center; |
| 60 |
color: #f77149; |
| 61 |
} |
| 62 |
|
| 63 |
.aiwp-tdo-left-ga4 { |
| 64 |
width: 56%; |
| 65 |
padding: 0px 0; |
| 66 |
float: left; |
| 67 |
text-align: center; |
| 68 |
color: #f77149; |
| 69 |
} |
| 70 |
|
| 71 |
.aiwp-tdo-right { |
| 72 |
width: 35%; |
| 73 |
margin: 0px 10px 0px 0; |
| 74 |
text-align: left; |
| 75 |
font-weight: normal; |
| 76 |
vertical-align: middle; |
| 77 |
float: right; |
| 78 |
display: table; |
| 79 |
} |
| 80 |
|
| 81 |
.aiwp-tdo-right-ga4 { |
| 82 |
width: 40%; |
| 83 |
margin: 14px 10px 0px 0; |
| 84 |
text-align: left; |
| 85 |
font-weight: normal; |
| 86 |
vertical-align: middle; |
| 87 |
float: right; |
| 88 |
display: table; |
| 89 |
} |
| 90 |
|
| 91 |
.aiwp-online { |
| 92 |
font-size: 120px; |
| 93 |
font-weight: normal; |
| 94 |
line-height: 1em; |
| 95 |
padding: 20px; |
| 96 |
margin: 0 auto; |
| 97 |
width: 80%; |
| 98 |
-moz-border-radius: 100px 100px; |
| 99 |
-webkit-border-radius: 100px 100px; |
| 100 |
border-radius: 100px 100px; |
| 101 |
display: table; |
| 102 |
} |
| 103 |
|
| 104 |
.aiwp-online-ga4 { |
| 105 |
font-size: 120px; |
| 106 |
font-weight: normal; |
| 107 |
line-height: 1em; |
| 108 |
padding: 20px; |
| 109 |
margin: 0 auto; |
| 110 |
width: 80%; |
| 111 |
-moz-border-radius: 100px 100px; |
| 112 |
-webkit-border-radius: 100px 100px; |
| 113 |
border-radius: 100px 100px; |
| 114 |
display: table; |
| 115 |
} |
| 116 |
|
| 117 |
.aiwp-bigtext { |
| 118 |
font-size: 14px; |
| 119 |
width: 100%; |
| 120 |
margin: 6px 0; |
| 121 |
padding: 5px 5px 5px 5px; |
| 122 |
background: #fff; |
| 123 |
-moz-box-shadow: 0px 0px 3px 0px #BBB; |
| 124 |
-webkit-box-shadow: 0px 0px 3px 0px #BBB; |
| 125 |
box-shadow: 0px 0px 3px 0px #BBB; |
| 126 |
display: table; |
| 127 |
overflow: hidden; |
| 128 |
-moz-border-radius: 0px 7px; |
| 129 |
-webkit-border-radius: 0px 7px; |
| 130 |
border-radius: 0px 7px; |
| 131 |
border: 1px #7CAEFF solid; |
| 132 |
} |
| 133 |
|
| 134 |
.aiwp-bigtext-ga4 { |
| 135 |
font-size: 18px; |
| 136 |
height: 30px; |
| 137 |
width: 100%; |
| 138 |
margin: 6px 0; |
| 139 |
padding: 5px 5px 5px 5px; |
| 140 |
background: #fff; |
| 141 |
display: table; |
| 142 |
overflow: hidden; |
| 143 |
-moz-border-radius: 0px 7px; |
| 144 |
-webkit-border-radius: 0px 7px; |
| 145 |
border-radius: 0px 7px; |
| 146 |
border: none; |
| 147 |
} |
| 148 |
|
| 149 |
.aiwp-bleft { |
| 150 |
float: left; |
| 151 |
width: 80%; |
| 152 |
} |
| 153 |
|
| 154 |
.aiwp-bleft-ga4 { |
| 155 |
float: left; |
| 156 |
width: 80%; |
| 157 |
color: #0a4b78; |
| 158 |
} |
| 159 |
|
| 160 |
.aiwp-rt-title { |
| 161 |
float: center; |
| 162 |
width: 56%; |
| 163 |
padding-top: 5px; |
| 164 |
} |
| 165 |
|
| 166 |
[id^=aiwp-realtime-] .dashicons, .dashicons-before:before{ |
| 167 |
font-size: 24px; |
| 168 |
height: 24px; |
| 169 |
width: 24px; |
| 170 |
} |
| 171 |
|
| 172 |
.aiwp-bleft a { |
| 173 |
text-decoration: none; |
| 174 |
} |
| 175 |
|
| 176 |
.aiwp-bright { |
| 177 |
float: right; |
| 178 |
width: 20%; |
| 179 |
} |
| 180 |
|
| 181 |
.aiwp-bright-ga4 { |
| 182 |
float: right; |
| 183 |
width: 20%; |
| 184 |
color:#f77149; |
| 185 |
} |
| 186 |
|
| 187 |
.aiwp-pgdetailsr { |
| 188 |
padding-left: 20px; |
| 189 |
text-align: right; |
| 190 |
} |
| 191 |
|
| 192 |
.aiwp-pgdetailsl { |
| 193 |
min-width: 250px; |
| 194 |
} |
| 195 |
|
| 196 |
[id^=aiwp-areachart-] { |
| 197 |
width: 98%; |
| 198 |
height: 100%; |
| 199 |
margin: 10px auto 10px 0; |
| 200 |
height: 250px; |
| 201 |
} |
| 202 |
|
| 203 |
.aiwp-floatwraper { |
| 204 |
display: table; |
| 205 |
width: 100%; |
| 206 |
height: 100%; |
| 207 |
} |
| 208 |
|
| 209 |
[id^=aiwp-geochart-], [id^=aiwp-orgchart-] { |
| 210 |
display:inline-block; |
| 211 |
width: 100%; |
| 212 |
} |
| 213 |
|
| 214 |
[id^=aiwp-piechart-].halfsize { |
| 215 |
width: 47%; |
| 216 |
margin: 10px 0 0 0; |
| 217 |
height: 200px; |
| 218 |
float: left; |
| 219 |
} |
| 220 |
|
| 221 |
[id^=aiwp-piechart-].floatleft { |
| 222 |
float: left; |
| 223 |
} |
| 224 |
|
| 225 |
[id^=aiwp-piechart-].floatright { |
| 226 |
float: right; |
| 227 |
} |
| 228 |
|
| 229 |
[id^=aiwp-tablechart-] { |
| 230 |
width: 98%; |
| 231 |
height: 100%; |
| 232 |
margin: 2px auto 10px 0; |
| 233 |
} |
| 234 |
|
| 235 |
[id^=aiwp-orgchart-] { |
| 236 |
margin: 10px auto 10px 0; |
| 237 |
} |
| 238 |
|
| 239 |
#dashboard-widgets-wrap .postbox { |
| 240 |
margin-right: 10px; |
| 241 |
} |
| 242 |
|
| 243 |
/* Admin Widget content */ |
| 244 |
[id^=aiwp-progressbar-] { |
| 245 |
width: 100%; |
| 246 |
height: 3px; |
| 247 |
margin: 5px 0 0px 0; |
| 248 |
} |
| 249 |
|
| 250 |
[id^=aiwp-bottomstats-] { |
| 251 |
width: 100%; |
| 252 |
} |
| 253 |
|
| 254 |
[id^=aiwp-bottomstats-] .inside { |
| 255 |
display: table; |
| 256 |
margin: 0 auto; |
| 257 |
padding: 0px; |
| 258 |
} |
| 259 |
|
| 260 |
#aiwp-widget .inside .small-box { |
| 261 |
width: 30%; |
| 262 |
float: left; |
| 263 |
margin: 0 5px 10px 5px; |
| 264 |
background: #fff; |
| 265 |
text-align: center; |
| 266 |
-moz-box-shadow: 0px 0px 7px 0px #BBB; |
| 267 |
-webkit-box-shadow: 0px 0px 7px 0px #BBB; |
| 268 |
box-shadow: 0px 0px 7px 0px #BBB; |
| 269 |
} |
| 270 |
|
| 271 |
#aiwp-widget .inside .small-box h3 { |
| 272 |
font-size: 1em; |
| 273 |
color: #777; |
| 274 |
padding: 0px 5px 0px 5px; |
| 275 |
margin: 0px 0px 0px 0px; |
| 276 |
text-overflow: ellipsis; |
| 277 |
overflow: hidden; |
| 278 |
white-space: nowrap; |
| 279 |
} |
| 280 |
|
| 281 |
#aiwp-widget .inside .small-box p { |
| 282 |
font-size: 1.2em; |
| 283 |
margin: 0px 0px 2px 0px; |
| 284 |
} |
| 285 |
|
| 286 |
.aiwp-dashboard-control input { |
| 287 |
vertical-align: bottom; |
| 288 |
-webkit-box-sizing: border-box; |
| 289 |
-moz-box-sizing: border-box; |
| 290 |
box-sizing: border-box; |
| 291 |
padding-top: 4px; |
| 292 |
padding-bottom: 4px; |
| 293 |
height: 28px; |
| 294 |
} |
| 295 |
|
| 296 |
.aiwp-dashboard-control input { |
| 297 |
height: 20px; |
| 298 |
content: "Search ..."; |
| 299 |
} |
| 300 |
|
| 301 |
.aiwp-dashboard-control input::placeholder { |
| 302 |
/* modern browser */ |
| 303 |
color: #999; |
| 304 |
} |
| 305 |
|
| 306 |
@media screen and (max-width: 410px) { |
| 307 |
[id^=aiwp-bottomstats-] .inside .small-box { |
| 308 |
width: 45%; |
| 309 |
} |
| 310 |
} |