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