Paul Greyson | 740bdaf | 2013-03-18 16:10:48 -0700 | [diff] [blame] | 1 | |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 2 | body { |
| 3 | background-color: black; |
| 4 | color: white; |
| 5 | font-family: Helvetica; |
| 6 | margin: 0px; |
| 7 | } |
| 8 | |
Paul Greyson | 7a30082 | 2013-04-09 12:57:49 -0700 | [diff] [blame] | 9 | #contents { |
| 10 | visibility: hidden; |
| 11 | background-color: black; |
| 12 | } |
| 13 | |
Paul Greyson | c090d14 | 2013-04-09 16:59:03 -0700 | [diff] [blame] | 14 | #topologyArea.linking { |
Paul Greyson | 72f1885 | 2013-03-27 15:56:11 -0700 | [diff] [blame] | 15 | cursor: crosshair; |
| 16 | } |
| 17 | |
Paul Greyson | 79b8d83 | 2013-04-09 09:34:46 -0700 | [diff] [blame] | 18 | |
Paul Greyson | c090d14 | 2013-04-09 16:59:03 -0700 | [diff] [blame] | 19 | #map path { |
Paul Greyson | 79b8d83 | 2013-04-09 09:34:46 -0700 | [diff] [blame] | 20 | fill:none; |
Paul Greyson | 4e348b9 | 2013-04-09 21:02:06 -0700 | [diff] [blame] | 21 | stroke:#333; |
Paul Greyson | c090d14 | 2013-04-09 16:59:03 -0700 | [diff] [blame] | 22 | stroke-width:2; |
Paul Greyson | 79b8d83 | 2013-04-09 09:34:46 -0700 | [diff] [blame] | 23 | } |
| 24 | |
Paul Greyson | 72f1885 | 2013-03-27 15:56:11 -0700 | [diff] [blame] | 25 | .nodrop { |
| 26 | cursor: not-allowed; |
| 27 | } |
| 28 | |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 29 | .status { |
| 30 | padding: 1em; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 31 | } |
| 32 | |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 33 | |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 34 | .status:last-child { |
| 35 | border-right: none; |
| 36 | } |
| 37 | |
| 38 | .status .static { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 39 | color: #AAA; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 40 | padding: .25em; |
| 41 | } |
| 42 | |
| 43 | .status .dynamic { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 44 | color: #FFF; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 45 | padding: .25em; |
| 46 | } |
| 47 | |
Paul Greyson | d20d22e | 2013-04-09 14:34:53 -0700 | [diff] [blame] | 48 | #status span { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 49 | font-size: 24px; |
| 50 | } |
| 51 | |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 52 | .button { |
| 53 | padding: 1em; |
| 54 | background-color: lightgray; |
| 55 | color: black; |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 56 | border: 1px solid #AAA; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 57 | } |
| 58 | |
Paul Greyson | b367de2 | 2013-03-23 11:09:11 -0700 | [diff] [blame] | 59 | #arrow { |
| 60 | stroke: none; |
Paul Greyson | 45303ac | 2013-03-23 16:44:01 -0700 | [diff] [blame] | 61 | fill: rgba(255, 255, 255, .35); |
Paul Greyson | b367de2 | 2013-03-23 11:09:11 -0700 | [diff] [blame] | 62 | } |
| 63 | |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 64 | .header { |
| 65 | height: 50px; |
| 66 | } |
| 67 | |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 68 | .selectedFlow { |
| 69 | border-bottom: 1px solid #AAA; |
| 70 | } |
| 71 | |
Paul Greyson | 71b550d | 2013-03-28 11:56:19 -0700 | [diff] [blame] | 72 | .selectedFlow:hover { |
Paul Greyson | af750bf | 2013-04-09 23:26:37 -0700 | [diff] [blame] | 73 | background-color: #222; |
Paul Greyson | 71b550d | 2013-03-28 11:56:19 -0700 | [diff] [blame] | 74 | } |
| 75 | |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 76 | .selectedFlow:last-child { |
| 77 | border-bottom: none; |
| 78 | } |
| 79 | |
Paul Greyson | af750bf | 2013-04-09 23:26:37 -0700 | [diff] [blame] | 80 | #flowChooser .selectedFlow:hover { |
| 81 | background-color: white; |
| 82 | } |
| 83 | |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 84 | #lastUpdated { |
| 85 | padding-bottom: 0px; |
| 86 | } |
| 87 | |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 88 | #right .header { |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 89 | font-size: 12px; |
| 90 | padding-right: .25em; |
| 91 | -webkit-box-sizing: border-box; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 92 | } |
| 93 | |
Paul Greyson | d1a22d9 | 2013-03-19 12:15:19 -0700 | [diff] [blame] | 94 | #selectedFlows { |
Paul Greyson | d20d22e | 2013-04-09 14:34:53 -0700 | [diff] [blame] | 95 | border-top: 1px solid #AAA; |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 96 | border-bottom: 1px solid #AAA; |
Paul Greyson | d987239 | 2013-03-18 12:04:15 -0700 | [diff] [blame] | 97 | } |
| 98 | |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 99 | .selectedFlow { |
| 100 | height: 2em; |
| 101 | color: white; |
| 102 | background-color: black; |
| 103 | } |
| 104 | |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 105 | .header, #onos { |
Paul Greyson | d20d22e | 2013-04-09 14:34:53 -0700 | [diff] [blame] | 106 | border-bottom: 1px solid #AAA;; |
| 107 | } |
| 108 | |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 109 | #onos { |
| 110 | background-color: #333; |
| 111 | } |
| 112 | |
| 113 | #cluster-label { |
| 114 | font-size: 22px; |
| 115 | display: -webkit-box; |
| 116 | -webkit-box-align: center; |
| 117 | padding-left: .5em; |
| 118 | padding-right: .5em; |
| 119 | color: #EEE; |
| 120 | } |
| 121 | |
| 122 | #actions { |
| 123 | padding-right: .25em; |
| 124 | padding-left: .25em; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 125 | padding-top: .25em; |
| 126 | padding-bottom: .25em; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 127 | border-left: 1px solid white; |
| 128 | display: -webkit-box; |
| 129 | -webkit-box-align: center; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 130 | -webkit-box-orient: vertical; |
| 131 | -webkit-box-pack: center; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 132 | } |
| 133 | |
| 134 | #controllers { |
| 135 | padding: .25em; |
| 136 | background-color: black; |
| 137 | margin: .25em; |
| 138 | border-radius: 8px; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 139 | overflow: hidden; |
| 140 | display: -webkit-box; |
| 141 | -webkit-box-align: center; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 142 | } |
| 143 | |
Paul Greyson | 29aa98d | 2013-03-28 00:09:31 -0700 | [diff] [blame] | 144 | #flowChooser .selectedFlow { |
| 145 | background-color: rgba(255, 255, 255, .75); |
| 146 | color: black; |
| 147 | } |
| 148 | |
| 149 | #flowChooser .flowId { |
| 150 | padding-left: 2em; |
| 151 | } |
| 152 | |
| 153 | |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 154 | .selectedFlow.selected { |
| 155 | color: black; |
| 156 | background-color:#AAA; |
| 157 | } |
| 158 | |
Paul Greyson | 421bfcd | 2013-03-27 22:22:09 -0700 | [diff] [blame] | 159 | .highlight circle { |
Paul Greyson | 4e6dc3a | 2013-03-27 11:37:14 -0700 | [diff] [blame] | 160 | stroke: rgba(255, 255, 255, .5); |
| 161 | stroke-width: 2px; |
| 162 | } |
| 163 | |
Paul Greyson | 421bfcd | 2013-03-27 22:22:09 -0700 | [diff] [blame] | 164 | #linkVector { |
| 165 | fill: none; |
| 166 | stroke-width: 1px; |
| 167 | stroke: rgba(255, 255, 255, .75); |
| 168 | pointer-events: none; |
| 169 | } |
| 170 | |
Paul Greyson | 4e6dc3a | 2013-03-27 11:37:14 -0700 | [diff] [blame] | 171 | path { |
| 172 | pointer-events: none; |
| 173 | } |
| 174 | |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 175 | path.flow { |
| 176 | fill: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 177 | stroke-width: 10px; |
Paul Greyson | acb5941 | 2013-03-25 23:48:06 -0700 | [diff] [blame] | 178 | stroke: rgba(255, 255, 255, .35); |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 179 | } |
| 180 | |
Paul Greyson | 71b550d | 2013-03-28 11:56:19 -0700 | [diff] [blame] | 181 | path.flow.highlight { |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 182 | stroke-width: 16px; |
Paul Greyson | 71b550d | 2013-03-28 11:56:19 -0700 | [diff] [blame] | 183 | stroke: rgba(255, 255, 255, .75); |
| 184 | } |
| 185 | |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 186 | #selectedFlowsHeader { |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 187 | border-top: 1px solid #AAA; |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 188 | } |
| 189 | |
Paul Greyson | 95db7a1 | 2013-04-04 14:57:58 -0700 | [diff] [blame] | 190 | path.iperfdata { |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 191 | fill: none; |
Paul Greyson | bbd708b | 2013-04-09 22:37:31 -0700 | [diff] [blame] | 192 | stroke-width: 1px; |
| 193 | stroke: #ccc; |
| 194 | } |
| 195 | |
| 196 | .iperf { |
Paul Greyson | da29317 | 2013-04-11 10:28:26 -0700 | [diff] [blame] | 197 | background-color: black; |
Paul Greyson | bbd708b | 2013-04-09 22:37:31 -0700 | [diff] [blame] | 198 | } |
| 199 | |
| 200 | #selectedFlowsHeader .iperf { |
| 201 | background-color: black; |
Paul Greyson | 95db7a1 | 2013-04-04 14:57:58 -0700 | [diff] [blame] | 202 | } |
| 203 | |
Paul Greyson | 29aa98d | 2013-03-28 00:09:31 -0700 | [diff] [blame] | 204 | #flowChooser { |
| 205 | pointer-events: none; |
| 206 | background-color: rgba(0, 0, 0, .25); |
| 207 | } |
| 208 | |
| 209 | |
Paul Greyson | 6f91840 | 2013-03-28 12:18:30 -0700 | [diff] [blame] | 210 | .flowId, .srcDPID, .dstDPID, .iperf, #deleteFlow, .deleteFlow { |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 211 | display: -webkit-box; |
| 212 | -webkit-box-pack: center; |
| 213 | -webkit-box-align: center; |
Paul Greyson | 45aceb2 | 2013-04-09 22:17:03 -0700 | [diff] [blame] | 214 | width: 4em; |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 215 | } |
| 216 | |
Paul Greyson | 8247c3f | 2013-03-28 00:24:02 -0700 | [diff] [blame] | 217 | |
Paul Greyson | 29aa98d | 2013-03-28 00:09:31 -0700 | [diff] [blame] | 218 | .srcDPID, .dstDPID { |
| 219 | width: 12em; |
| 220 | } |
| 221 | |
| 222 | |
Paul Greyson | d43f951 | 2013-04-09 14:46:12 -0700 | [diff] [blame] | 223 | .srcDPID, .dstDPID, .deleteFlow, #showFlowChooser { |
Paul Greyson | 56378ed | 2013-03-26 23:17:36 -0700 | [diff] [blame] | 224 | border-right: 1px solid #AAA; |
Paul Greyson | 127d7fb | 2013-03-25 23:39:20 -0700 | [diff] [blame] | 225 | } |
| 226 | |
Paul Greyson | af750bf | 2013-04-09 23:26:37 -0700 | [diff] [blame] | 227 | #showFlowChooser:hover, .deleteFlow:hover { |
| 228 | background-color: #444; |
| 229 | } |
| 230 | |
| 231 | #showFlowChooser:active, .deleteFlow:active { |
| 232 | background-color: black; |
| 233 | } |
| 234 | |
Paul Greyson | 13f02b9 | 2013-03-28 11:29:35 -0700 | [diff] [blame] | 235 | .srcDPID { |
| 236 | border-left: 1px solid #AAA; |
| 237 | } |
| 238 | |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 239 | .controller { |
| 240 | padding: .25em; |
Paul Greyson | 2913af8 | 2013-03-27 14:53:17 -0700 | [diff] [blame] | 241 | padding-left: 2.5em; |
| 242 | position: relative; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 243 | height: 1.5em; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 244 | border: 1px solid #444; |
| 245 | color: white; |
| 246 | position: relative; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 247 | border-radius: 8px; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 248 | display: -webkit-box; |
| 249 | -webkit-box-align: center; |
Paul Greyson | 2913af8 | 2013-03-27 14:53:17 -0700 | [diff] [blame] | 250 | } |
| 251 | |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 252 | .controller:hover { |
| 253 | border: 1px solid white; |
| 254 | } |
| 255 | |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 256 | .controller { |
Paul Greyson | 15e5da2 | 2013-04-10 00:16:27 -0700 | [diff] [blame] | 257 | font-size: 18px; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 258 | } |
| 259 | |
| 260 | |
Paul Greyson | 8247c3f | 2013-03-28 00:24:02 -0700 | [diff] [blame] | 261 | .black-eye { |
Paul Greyson | 2913af8 | 2013-03-27 14:53:17 -0700 | [diff] [blame] | 262 | position: absolute; |
| 263 | top: 0px; |
| 264 | left: 0px; |
| 265 | height: 100%; |
Paul Greyson | 29aa98d | 2013-03-28 00:09:31 -0700 | [diff] [blame] | 266 | width: 2.25em; |
Paul Greyson | 8247c3f | 2013-03-28 00:24:02 -0700 | [diff] [blame] | 267 | background-image: url('../assets/black-eye.svg'); |
| 268 | background-size: auto 100%; |
| 269 | background-repeat: no-repeat; |
| 270 | background-position: .25em center; |
| 271 | } |
| 272 | |
| 273 | .white-eye { |
| 274 | height: 100%; |
| 275 | width: 2.25em; |
| 276 | background-image: url('../assets/white-eye.svg'); |
Paul Greyson | 2913af8 | 2013-03-27 14:53:17 -0700 | [diff] [blame] | 277 | background-size: auto 100%; |
| 278 | background-repeat: no-repeat; |
Paul Greyson | d43f951 | 2013-04-09 14:46:12 -0700 | [diff] [blame] | 279 | background-position: .4em center; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 280 | } |
| 281 | |
Paul Greyson | 6f91840 | 2013-03-28 12:18:30 -0700 | [diff] [blame] | 282 | .deleteFlow { |
| 283 | height: 100%; |
| 284 | background-image: url('../assets/delete.svg'); |
| 285 | background-size: auto 150%; |
| 286 | background-repeat: no-repeat; |
| 287 | background-position: center; |
| 288 | } |
| 289 | |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 290 | #logo { |
| 291 | height: 50px; |
| 292 | } |
| 293 | |
| 294 | .edge { |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 295 | stroke: black; |
| 296 | stroke-width: 1.5px; |
| 297 | } |
| 298 | |
Paul Greyson | f9edc1a | 2013-03-19 13:22:06 -0700 | [diff] [blame] | 299 | .nolabel text { |
| 300 | display: none; |
| 301 | } |
| 302 | |
| 303 | text { |
| 304 | stroke: none; |
| 305 | fill: white; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 306 | font-size: 28px; |
Paul Greyson | f9edc1a | 2013-03-19 13:22:06 -0700 | [diff] [blame] | 307 | pointer-events: none; |
| 308 | } |
| 309 | |
Paul Greyson | 45aceb2 | 2013-04-09 22:17:03 -0700 | [diff] [blame] | 310 | text.label { |
| 311 | fill: #888; |
| 312 | } |
| 313 | |
Paul Greyson | d1a22d9 | 2013-03-19 12:15:19 -0700 | [diff] [blame] | 314 | path { |
Paul Greyson | de7fad5 | 2013-03-19 12:47:32 -0700 | [diff] [blame] | 315 | stroke: rgba(255, 255, 255, .25); |
Paul Greyson | b367de2 | 2013-03-23 11:09:11 -0700 | [diff] [blame] | 316 | stroke-width: 1.5px; |
Paul Greyson | d1a22d9 | 2013-03-19 12:15:19 -0700 | [diff] [blame] | 317 | } |
| 318 | |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 319 | .aggregation { |
Paul Greyson | 952ccb6 | 2013-03-18 22:22:08 -0700 | [diff] [blame] | 320 | stroke: black; |
| 321 | stroke-width: 2px; |
| 322 | } |
Paul Greyson | d1a22d9 | 2013-03-19 12:15:19 -0700 | [diff] [blame] | 323 | |
| 324 | #traceButton { |
| 325 | visibility: hidden |
| 326 | } |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 327 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 328 | .color1-selected .color1, |
| 329 | .color2-selected .color2, |
| 330 | .color3-selected .color3, |
| 331 | .color4-selected .color4, |
| 332 | .color5-selected .color5, |
| 333 | .color6-selected .color6, |
| 334 | .color7-selected .color7, |
| 335 | .color8-selected .color8, |
| 336 | .color9-selected .color9, |
| 337 | .color10-selected .color10, |
| 338 | .color11-selected .color11, |
| 339 | .color12-selected .color12 { |
| 340 | opacity: 1; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 341 | pointer-events: auto; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 342 | } |
| 343 | |
Paul Greyson | c17278a | 2013-03-23 10:17:12 -0700 | [diff] [blame] | 344 | .colorInactive { |
| 345 | opacity: 1; |
| 346 | fill: #444; |
| 347 | background-color: #444; |
| 348 | color: #222; |
| 349 | } |
| 350 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 351 | .color1 { |
Paul Greyson | 421bfcd | 2013-03-27 22:22:09 -0700 | [diff] [blame] | 352 | opacity: .15; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 353 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 354 | fill: #FF0000; |
| 355 | background-color: #FF0000; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 356 | } |
| 357 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 358 | .color2 { |
Paul Greyson | 421bfcd | 2013-03-27 22:22:09 -0700 | [diff] [blame] | 359 | opacity: .15; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 360 | pointer-events: none; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 361 | fill: #FFBA00; |
| 362 | background-color: #FFBA00; |
| 363 | } |
| 364 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 365 | .color3 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 366 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 367 | pointer-events: none; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 368 | fill: #3714B0; |
| 369 | background-color: #3714B0; |
| 370 | } |
| 371 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 372 | .color4 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 373 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 374 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 375 | fill: #800080; |
| 376 | background-color: #800080; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 377 | } |
| 378 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 379 | .color5 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 380 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 381 | pointer-events: none; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 382 | fill: #402C84; |
| 383 | background-color: #402C84; |
| 384 | } |
| 385 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 386 | .color6 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 387 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 388 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 389 | fill: #5555FF; |
| 390 | background-color: #2222FF; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 391 | } |
| 392 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 393 | .color7 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 394 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 395 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 396 | fill: #5555FF; |
| 397 | background-color: #2222FF; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 398 | } |
| 399 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 400 | .color8 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 401 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 402 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 403 | fill: #A0522D; |
| 404 | background-color: #A0522D; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 405 | } |
| 406 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 407 | .color9 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 408 | opacity: .2; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 409 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 410 | fill: #66CDAA; |
| 411 | background-color: #66CDAA; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 412 | } |
| 413 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 414 | .color10 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 415 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 416 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 417 | fill: #FFA500; |
| 418 | background-color: #FFA500; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 419 | } |
| 420 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 421 | .color11 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 422 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 423 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 424 | fill: #FFA500; |
| 425 | background-color: #FFA500; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 426 | } |
| 427 | |
Paul Greyson | 01a5dff | 2013-03-19 15:50:14 -0700 | [diff] [blame] | 428 | .color12 { |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 429 | opacity: .2; |
Paul Greyson | 3f890b6 | 2013-03-22 17:39:36 -0700 | [diff] [blame] | 430 | pointer-events: none; |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 431 | fill: #FF69B4; |
| 432 | background-color: #FF69B4; |
Paul Greyson | 3e14216 | 2013-03-19 13:56:17 -0700 | [diff] [blame] | 433 | } |
Paul Greyson | 347fb74 | 2013-03-27 13:40:29 -0700 | [diff] [blame] | 434 | |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 435 | .action { |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 436 | margin: .1em; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 437 | border: 2px solid #AAA; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 438 | height: 1.5em; |
| 439 | width: 5em; |
| 440 | font-size: 9px; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 441 | background-color: #444; |
| 442 | display: -webkit-box; |
| 443 | -webkit-box-pack: center; |
| 444 | -webkit-box-align: center; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 445 | color: #AAA; |
Jonathan Hart | 19ca433 | 2013-04-13 21:00:34 -0700 | [diff] [blame] | 446 | border-radius: 0%; |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 447 | -webkit-box-sizing: border-box; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 448 | } |
| 449 | |
| 450 | .action:hover { |
Paul Greyson | 69f8baa | 2013-04-10 12:16:53 -0700 | [diff] [blame] | 451 | border: 2px solid #FFF; |
| 452 | color: white; |
Paul Greyson | e6266b9 | 2013-04-09 23:15:27 -0700 | [diff] [blame] | 453 | } |
| 454 | |
| 455 | .action:active { |
| 456 | background-color: #222; |
| 457 | } |
| 458 | |
Paul Greyson | 347fb74 | 2013-03-27 13:40:29 -0700 | [diff] [blame] | 459 | |
| 460 | @-webkit-keyframes pending { |
| 461 | from { |
| 462 | opacity: 1.0; |
| 463 | } |
| 464 | to { |
| 465 | opacity: 0.5; |
| 466 | } |
| 467 | } |
| 468 | |
| 469 | .pending { |
| 470 | -webkit-animation-name: pending; |
| 471 | -webkit-animation-duration: .5s; |
| 472 | -webkit-animation-direction: alternate; |
| 473 | -webkit-animation-timing-function: ease-in-out; |
Paul Greyson | cb5d30d | 2013-04-04 02:00:56 -0700 | [diff] [blame] | 474 | -webkit-animation-iteration-count: 70; |
Paul Greyson | 347fb74 | 2013-03-27 13:40:29 -0700 | [diff] [blame] | 475 | } |
| 476 | |
Paul Greyson | 15e5da2 | 2013-04-10 00:16:27 -0700 | [diff] [blame] | 477 | .core path { |
| 478 | stroke-width: 1px; |
| 479 | stroke: black; |
| 480 | } |
| 481 | |
Paul Greyson | 4a73a8b | 2013-04-10 11:47:25 -0700 | [diff] [blame] | 482 | .flowCount { |
Jonathan Hart | 73ac384 | 2013-04-14 00:03:18 -0700 | [diff] [blame] | 483 | font-size: 32px; |
| 484 | fill: rgba(255, 255, 255, .99); |
Paul Greyson | 4a73a8b | 2013-04-10 11:47:25 -0700 | [diff] [blame] | 485 | } |
| 486 | |
Paul Greyson | 28cf92b | 2013-04-10 13:15:06 -0700 | [diff] [blame] | 487 | #confirm { |
| 488 | display: none; |
| 489 | -webkit-transition: opacity .25s; |
| 490 | font-size: 20px; |
| 491 | } |
| 492 | |
| 493 | #confirm-background { |
| 494 | background-color: black; |
| 495 | opacity: .5; |
| 496 | } |
| 497 | |
| 498 | #confirm-prompt { |
| 499 | display: -webkit-box; |
| 500 | -webkit-box-pack: center; |
| 501 | -webkit-box-align: center; |
| 502 | -webkit-box-flex: 1.0; |
| 503 | text-align: center; |
| 504 | } |
| 505 | |
| 506 | #confirm-buttons { |
| 507 | padding: 1em; |
| 508 | } |
| 509 | |
| 510 | #confirm-prompt { |
| 511 | margin-top:1em; |
| 512 | line-height: 1.5em; |
| 513 | } |
| 514 | |
| 515 | #confirm-panel { |
| 516 | position: relative; |
| 517 | background-color: #222; |
| 518 | border: 2px solid #aaa; |
| 519 | border-radius: 12px; |
| 520 | width: 20em; |
| 521 | padding: 1em; |
| 522 | } |
| 523 | |
| 524 | .confirm-button { |
| 525 | padding: .5em; |
| 526 | border: 2px solid #aaa; |
| 527 | color: #aaa; |
| 528 | border-radius: 6px; |
| 529 | margin-left: .5em; |
| 530 | margin-right: .5em; |
| 531 | } |
| 532 | |
| 533 | .confirm-button:hover{ |
| 534 | border: 2px solid white; |
| 535 | color: white; |
| 536 | } |
| 537 | |
| 538 | .confirm-button:active{ |
| 539 | background-color: black; |
| 540 | } |
| 541 | |
Paul Greyson | 0ad7520 | 2013-04-11 12:29:32 -0700 | [diff] [blame] | 542 | select { |
| 543 | margin-top: 1em; |
| 544 | -webkit-appearance: none; |
| 545 | border-radius: 0px; |
| 546 | font-size: 18px; |
| 547 | padding: .5em; |
| 548 | background-color: black; |
| 549 | color: white; |
| 550 | border: 1px solid white; |
| 551 | } |
| 552 | |
| 553 | select:after { |
| 554 | content: 'a'; |
| 555 | position: absolute; |
| 556 | right: 0px; |
| 557 | top: 0px; |
| 558 | } |
| 559 | |