Scott Baker | 771819b | 2014-03-19 22:10:17 -0700 | [diff] [blame] | 1 | .alignCenter { |
| 2 | text-align: center !important; |
| 3 | align: center !important; |
| 4 | } |
| 5 | table.dataTable tr.odd { |
| 6 | background-color: white !important; |
| 7 | } |
| 8 | table.dataTable tr.odd td.sorting_1 { |
| 9 | background-color: white !important; |
| 10 | } |
| 11 | table.dataTable tr.even td.sorting_1 { |
| 12 | background-color: white !important; |
| 13 | } |
| 14 | table.dataTable thead th div.DataTables_sort_wrapper { |
| 15 | font-weight: bold; |
| 16 | } |
| 17 | .dashboard-hpc-sliver .ui-widget-header, .dashboard-hpc-sliver .ui-dialog-title, .dashboard-hpc-sliver .ui-dialog-titlebar{ |
| 18 | } |
| 19 | .ui-widget-overlay { |
| 20 | background: black !important; |
| 21 | } |
| 22 | .ui-corner-all { |
| 23 | border-bottom-left-radius: 0px !important; |
| 24 | border-bottom-right-radius: 0px !important; |
| 25 | } |
| 26 | |
| 27 | #suit-center { |
| 28 | min-width: 977px !important; |
| 29 | } |
| 30 | #minDashboard { |
| 31 | min-width:625px; |
| 32 | display:inline; |
| 33 | float: right; |
| 34 | } |
| 35 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ |
| 36 | background: none !important; |
| 37 | border-top: 0px !important; |
| 38 | border-left: 0px !important; |
| 39 | border-right: 0px !important; |
| 40 | } |
| 41 | .ui-widget-header { |
| 42 | background: none !important; |
| 43 | border-top: 0px !important; |
| 44 | border-left: 0px !important; |
| 45 | border-right: 0px !important; |
| 46 | } |
| 47 | #suit_form_tabs { |
| 48 | border-bottom: 1px solid #B5D1EA; |
| 49 | border-bottom-width: 1px; |
| 50 | border-bottom-style: solid; |
| 51 | border-bottom-color: rgb(181, 209, 234); |
| 52 | color:#105E9E; |
| 53 | } |
| 54 | #tabs { |
| 55 | font-size: 12px; |
| 56 | border: 0px; |
| 57 | } |
| 58 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { |
| 59 | color: #105E9E ; |
| 60 | } |
| 61 | |
Siobhan Tully | bfd11dc | 2013-09-03 12:59:24 -0400 | [diff] [blame] | 62 | .required:after {color: red ! important; font-size: 18px } |
| 63 | #.btn-success {color:black} |
Siobhan Tully | ce652d0 | 2013-10-08 21:52:35 -0400 | [diff] [blame] | 64 | #suit-center { |
| 65 | padding: 20px; |
| 66 | width: 100%; |
| 67 | min-width:650px; |
| 68 | } |
| 69 | .inner-two-columns .inner-center-column .tab-content { |
| 70 | overflow: inherit; |
| 71 | margin-bottom: 15px; |
| 72 | min-width: 650px; |
| 73 | } |
| 74 | .inner-two-columns .inner-center-column { |
| 75 | #margin-right: 200px; |
| 76 | #background-color: rgb(158, 163, 159); |
| 77 | } |
| 78 | label { |
| 79 | display: block; |
| 80 | font-weight: bold; |
| 81 | margin-bottom: 5px; |
| 82 | } |
Siobhan Tully | cf04fb6 | 2014-01-11 11:25:57 -0500 | [diff] [blame] | 83 | |
| 84 | |
| 85 | /*Added by Beena*/ |
| 86 | /*For increasing the header height*/ |
| 87 | .header { |
| 88 | height: 90px; |
Scott Baker | 771819b | 2014-03-19 22:10:17 -0700 | [diff] [blame] | 89 | min-width: 1321px; |
Siobhan Tully | cf04fb6 | 2014-01-11 11:25:57 -0500 | [diff] [blame] | 90 | } |
| 91 | |
| 92 | /*For changing the background color of the left side navigation list items*/ |
| 93 | /*For changing the color of the left side navigation list items*/ |
| 94 | /*For changing the font of the left side navigation list items*/ |
| 95 | .left-nav>ul>li>a { |
| 96 | background-color: #CDE7FF; |
| 97 | font-weight: bold; |
| 98 | color: #105E9E; |
| 99 | font-size: 13px; |
| 100 | border-bottom: none; |
| 101 | } |
| 102 | |
| 103 | /*For giving the padding for the left side navigation*/ |
| 104 | .left-nav>ul { |
| 105 | padding-left: 5px; |
| 106 | } |
| 107 | |
| 108 | /*For increasing the height of left side navigation list items*/ |
| 109 | .left-nav>ul>li { |
| 110 | padding-top:4px; |
| 111 | line-height: 35px; |
| 112 | width: 180px; |
| 113 | } |
| 114 | |
| 115 | /*For changing background color of suit enter*/ |
| 116 | #suit-center { |
| 117 | background-color: #ffffff; |
| 118 | } |
| 119 | |
| 120 | .left-nav>ul>li.active>a { |
| 121 | background-color: #448CCA; |
| 122 | |
| 123 | left: 10px; |
| 124 | background-image: url("right_arrow.png"); |
| 125 | background-position: 97% center; |
| 126 | } |
| 127 | |
| 128 | |
| 129 | .nav-tabs-suit li{ |
| 130 | background-color: #CDE7FF; |
| 131 | /*background-color: #FFFFFF;*/ |
| 132 | } |
| 133 | |
| 134 | .nav-tabs-suit li a { |
| 135 | background-color: #CDE7FF; |
| 136 | font-weight: bold; |
| 137 | color: #105E9E; |
| 138 | border-radius: 0px; |
| 139 | border: none; |
| 140 | box-shadow: none; |
| 141 | } |
| 142 | .nav-tabs-suit li.active{ |
| 143 | /*Changed on Dec 11*/ |
| 144 | background-color: #448CCA; |
| 145 | /*background-position: 50% 100%; |
| 146 | background-image:url('donw_arrow.png');*/ |
| 147 | } |
| 148 | |
| 149 | .nav-tabs-suit li.hover{ |
| 150 | /*Changed on Dec 11*/ |
| 151 | background-color: #448CCA; |
| 152 | } |
| 153 | |
| 154 | .nav-tabs-suit li.active a { |
| 155 | background-color: #448CCA; |
| 156 | color:#ffffff; |
| 157 | padding-top:10px; |
| 158 | text-decoration:none; |
| 159 | } |
| 160 | |
| 161 | .nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/ |
| 162 | width: 0; |
| 163 | height: 0; |
| 164 | border-left: 5px solid transparent; |
| 165 | border-right: 5px solid transparent; |
| 166 | border-top: 5px solid #2f2f2f; |
| 167 | font-size: 0; |
| 168 | line-height: 0; |
| 169 | } |
| 170 | |
| 171 | |
| 172 | /* create an arrow that points down */ |
| 173 | |
| 174 | |
| 175 | .left-nav>ul>li.active>a:hover{ |
| 176 | background-color: #448CCA; |
| 177 | color:#ffffff; |
| 178 | /*padding-top:10px;*/ |
| 179 | text-decoration:none; |
| 180 | } |
| 181 | |
| 182 | .left-nav>ul>li>a:hover{ |
| 183 | background-color: #448CCA; |
| 184 | color:#ffffff; |
| 185 | /*padding-top:10px;*/ |
| 186 | text-decoration:none; |
| 187 | border-left: 15px solid #105E9E ; |
| 188 | } |
| 189 | .nav-tabs-suit li.active a:hover,.nav-tabs-suit li a:hover{ |
| 190 | background-color: #448CCA; |
| 191 | color:#ffffff; |
| 192 | padding-top:10px; |
| 193 | text-decoration:none; |
| 194 | } |
| 195 | |
| 196 | .breadcrumb li a { |
| 197 | font-weight:bold; |
| 198 | } |
| 199 | |
| 200 | .nav-tabs { |
| 201 | border-bottom: 1px solid #B5D1EA; |
| 202 | } |
| 203 | |
| 204 | .nav-tabs>li { |
| 205 | margin-bottom: 0px; |
| 206 | } |
| 207 | |
| 208 | /*.icon-home { |
| 209 | background-image: url('home.png'); |
| 210 | background-repeat: no-repeat; |
| 211 | background-position: 85%; |
| 212 | }*/ |
| 213 | |
| 214 | /*Changed Dec11*/ |
| 215 | |
| 216 | /* |
| 217 | .icon-home { |
| 218 | background-image: url('home.png'); |
| 219 | background-repeat: no-repeat; |
| 220 | background-position: 40%; |
| 221 | width: 25px; |
| 222 | height: 25px; |
| 223 | vertical-align: middle; |
| 224 | } |
| 225 | */ |
| 226 | |
| 227 | |
| 228 | .header #branding{ |
| 229 | height:60px; |
| 230 | } |
| 231 | |
| 232 | #branding2{ |
| 233 | padding-top:60px; |
| 234 | height:20px; |
| 235 | width:100%; |
| 236 | /*background-color: #000000;*/ |
| 237 | /*margin-bottom: 10px;*/ |
| 238 | } |
| 239 | .header .header-content .date{ |
| 240 | padding-left:10px; |
| 241 | } |
| 242 | |
| 243 | .header .header-content .time { |
| 244 | font-weight: normal; |
| 245 | } |
| 246 | .header .header-content.header-content-first{ |
| 247 | height: 15px; |
| 248 | padding-bottom: 0px; |
| 249 | } |
| 250 | |
| 251 | .header .header-content { |
| 252 | padding-bottom: 0px; |
| 253 | padding: 7px 0 0 0px; |
| 254 | } |
| 255 | |
| 256 | .header #branding { |
| 257 | border-right:none; |
| 258 | } |
| 259 | |
| 260 | .left-nav>ul>li.active>a:after { |
| 261 | content: none; |
| 262 | |
| 263 | } |
| 264 | |
| 265 | .nav-quick-search{ |
| 266 | margin: 0px 0 0px 0px; |
| 267 | padding:0 20px 0 0; |
| 268 | float:right; |
| 269 | } |
| 270 | |
| 271 | .header #branding { |
| 272 | width: 100%; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * login page |
| 277 | */ |
| 278 | |
| 279 | |
| 280 | /*.login #wrap { |
| 281 | background-color: #ffffff; |
| 282 | }*/ |
| 283 | |
| 284 | .login #content-main { |
| 285 | width: 280px; |
| 286 | height: 365px; |
| 287 | border-radius: 0px; |
| 288 | /*background: #EBF0F2;*/ |
| 289 | background: rgba(255,255,255,0.85); |
| 290 | /*background: rgba(235,240,242,0.6);*/ |
| 291 | } |
| 292 | |
| 293 | .login #content-main h1 { |
| 294 | /*background: #EBF0F2;*/ |
| 295 | background: url("open-cloud-login-themed-light.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0); |
| 296 | /*background-position: 40%;*/ |
| 297 | height: 55px; |
| 298 | background-repeat: no-repeat; |
| 299 | font-size: 0px; |
| 300 | padding-top: 70px; |
| 301 | } |
| 302 | .login #content-main h1 i { |
| 303 | display:none; |
| 304 | } |
| 305 | |
| 306 | .login #content-main h1 img{ |
| 307 | padding-left: 8px; |
| 308 | } |
| 309 | |
| 310 | .login #content-main .control-group .control-label{ |
| 311 | display:none; |
| 312 | } |
| 313 | |
| 314 | .login #content-main form input[type=text]{ |
| 315 | width: 94%; |
| 316 | padding:4px 6px; |
| 317 | border-radius: 0px; |
| 318 | height: 30px; |
| 319 | background-color: #E5E5E5; |
| 320 | background-image: url('name.png'); |
| 321 | background-repeat: no-repeat; |
| 322 | background-position: 95%; |
| 323 | font-size: 12px; |
| 324 | } |
| 325 | |
| 326 | .login #content-main form input[type=password] { |
| 327 | width: 94%; |
| 328 | padding:4px 6px; |
| 329 | font-size: 12px; |
| 330 | border-radius: 0px; |
| 331 | height: 30px; |
| 332 | background-color: #E5E5E5; |
| 333 | background-image: url('password.png'); |
| 334 | background-repeat: no-repeat; |
| 335 | background-position: 95%; |
| 336 | } |
| 337 | |
| 338 | .login #content-main .submit-row{ |
| 339 | background: #EBF0F215px; |
| 340 | background: rgba(235,240,242,0.0); |
| 341 | border-top:none; |
| 342 | padding-top:0px; |
| 343 | box-shadow: none; |
| 344 | } |
| 345 | |
| 346 | .login #content-main .submit-row .btn-info { |
| 347 | background-color : #448CCA; |
| 348 | background-image: none; |
| 349 | height: 40px; |
| 350 | border-radius: 0px; |
| 351 | width: 100%; |
| 352 | margin-bottom: 4px; |
| 353 | } |
| 354 | #forgot_pwd{ |
| 355 | font-size: 11px; |
| 356 | font-style: normal; |
| 357 | text-decoration: none; |
| 358 | } |
| 359 | |
| 360 | #create_acct{ |
| 361 | font-size: 11px; |
| 362 | font-style: normal; |
| 363 | text-decoration: none; |
| 364 | padding-left: 45px; |
| 365 | } |
| 366 | |
| 367 | /*Dec 11 2013*/ |
| 368 | |
| 369 | .nav-tabs-suit li.active a{ |
| 370 | text-shadow: none; |
| 371 | -webkit-box-shadow: none; |
| 372 | -moz-box-shadow: none; |
| 373 | box-shadow: none; |
| 374 | } |
| 375 | |
| 376 | .nav-tabs>.active>a{ |
| 377 | border: none; |
| 378 | } |
| 379 | |
| 380 | .nav-tabs-suit li a:hover{ |
| 381 | border: none; |
| 382 | } |
| 383 | |
| 384 | .nav-tabs-suit li.active a:hover{ |
| 385 | border: none; |
| 386 | } |
| 387 | |
| 388 | /*.nav-tabs-suit li.active {*/ |
| 389 | /*background: transparent url('home.png') no-repeat scroll center bottom;*/ |
| 390 | /*border-left: 5px solid transparent; |
| 391 | border-right: 5px solid transparent; |
| 392 | border-top: 5px solid #2f2f2f; |
| 393 | font-size: 0; |
| 394 | line-height: 0; |
| 395 | width: 0;; |
| 396 | height: 0; |
| 397 | margin: 0; |
| 398 | }*/ |
| 399 | |
| 400 | .login { |
| 401 | background-image: url('bg.jpg'); |
| 402 | background-size: 100%; |
| 403 | background-repeat: no-repeat; |
| 404 | } |
| 405 | |
| 406 | |
| 407 | .login #content-main { |
| 408 | float: none; |
| 409 | height: 330px; |
| 410 | margin: 100px auto 0; |
| 411 | width: 265px; |
| 412 | } |
| 413 | |
| 414 | |
| 415 | .header{ |
| 416 | background-color: #000000; |
| 417 | background-image: url('bg2.jpg'); |
| 418 | background-size: 100% auto; |
| 419 | } |
| 420 | |
| 421 | |
| 422 | #wrap{ |
| 423 | background:none; |
| 424 | } |
| 425 | |
| 426 | body{ |
| 427 | background-color:#ffffff; |
| 428 | } |
| 429 | |
| 430 | .suit-column{ |
| 431 | background-color:#ffffff; |
| 432 | } |
| 433 | .nav-quick-search .search-query{ |
| 434 | border-radius:0px; |
| 435 | border:none; |
| 436 | box-shadow:0px; |
| 437 | background-color:#282828; |
| 438 | padding-left: 27px; |
| 439 | } |
| 440 | |
| 441 | /*Added on 13th*/ |
| 442 | |
| 443 | /*.input-icon { |
| 444 | margin-right: 30px; |
| 445 | } |
| 446 | |
| 447 | .icon-search{ |
| 448 | |
| 449 | margin-left: -165px; |
| 450 | }*/ |
| 451 | |
| 452 | .login #content-main form { |
| 453 | margin: 5px 15px 0; |
| 454 | } |
| 455 | |
| 456 | .login { |
| 457 | height: 84.5%; |
| 458 | } |
| 459 | |
| 460 | |
| 461 | .login #wrap { |
| 462 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 463 | } |
| 464 | #wrap { |
| 465 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 466 | } |
| 467 | #wrap { |
| 468 | background: url("../img/bg_left_white.gif") repeat-y scroll left top rgba(0, 0, 0, 0); |
| 469 | } |
| 470 | #wrap { |
| 471 | height: auto !important; |
| 472 | margin: 0 auto -60px; |
| 473 | min-height: 100%; |
| 474 | } |
| 475 | |
| 476 | .forgotLink { |
| 477 | width: 45%; |
| 478 | text-align: left; |
| 479 | float: left; |
| 480 | } |
| 481 | |
| 482 | .createAccountLink { |
| 483 | width: 55%; |
| 484 | text-align: right; |
| 485 | float: left; |
| 486 | |
| 487 | } |
| 488 | |
| 489 | .login .btn-info { |
| 490 | color: #FFF; |
| 491 | } |
| 492 | |
| 493 | .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { |
| 494 | background-color: #448CCA; |
| 495 | color: #FFF; |
| 496 | border: none; |
| 497 | } |
| 498 | |
| 499 | /*Added by Beena for adding the three components in dashboard*/ |
| 500 | .breadcrumb{ |
| 501 | width: 37%; |
| 502 | display:inline-block; |
| 503 | background-color: #fff; |
| 504 | |
| 505 | } |
| 506 | |
| 507 | .nodetextbox{ |
| 508 | background-color: #ededed; |
| 509 | line-height: 25px; |
| 510 | width: 150px; |
| 511 | text-align: center; |
| 512 | font-weight: bold; |
| 513 | margin-left:5px; |
| 514 | display:inline-block; |
| 515 | border:none; |
| 516 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 517 | font-size: 13px; |
| 518 | } |
| 519 | |
| 520 | .nodelabel{ |
| 521 | width: 40px; |
| 522 | display: inline-block; |
| 523 | border-radius: 0px; |
| 524 | border:1px solid #000; |
| 525 | line-height: 23px; |
| 526 | text-align: center; |
| 527 | } |
| 528 | |
| 529 | .header-content .header-column { |
| 530 | display: none; |
| 531 | } |
| 532 | .header .input-icon { |
| 533 | background-image: url("Search.png"); |
| 534 | background-repeat: no-repeat; |
| 535 | background-position:left center; |
| 536 | opacity:1; |
| 537 | background-size: 100%; |
| 538 | vertical-align:middle; |
| 539 | margin-right: -30px; |
| 540 | /*margin-top: 5px;*/ |
| 541 | position: relative; |
| 542 | height: 22px; |
| 543 | width: 22px; |
| 544 | } |
| 545 | |
| 546 | .header .icon-search { |
| 547 | /*background-image: url("search.png") !important; |
| 548 | background-repeat: no-repeat !important; |
| 549 | background-size: 120% auto !important; |
| 550 | background-position: 0;*/ |
| 551 | } |
| 552 | |
Scott Baker | 771819b | 2014-03-19 22:10:17 -0700 | [diff] [blame] | 553 | .icon-home ,.icon-deployment ,.icon-site ,.icon-slice ,.icon-user, .icon-reservation, .icon-app{ |
Siobhan Tully | cf04fb6 | 2014-01-11 11:25:57 -0500 | [diff] [blame] | 554 | background-position: left center; |
| 555 | width:22px; |
| 556 | height:22px; |
| 557 | } |
| 558 | |
Scott Baker | 771819b | 2014-03-19 22:10:17 -0700 | [diff] [blame] | 559 | .icon-app { |
| 560 | background-image: url("opencloudApp.png"); |
| 561 | } |
Siobhan Tully | cf04fb6 | 2014-01-11 11:25:57 -0500 | [diff] [blame] | 562 | .icon-home { |
| 563 | background-image: url("Home.png"); |
| 564 | } |
| 565 | .icon-deployment{ |
| 566 | background-image: url("Deployments.png"); |
| 567 | } |
| 568 | .icon-site{ |
| 569 | background-image: url("Sites.png"); |
| 570 | } |
| 571 | .icon-slice{ |
| 572 | background-image: url("Slices.png"); |
| 573 | } |
| 574 | .icon-user{ |
| 575 | background-image: url("Users.png"); |
| 576 | } |
| 577 | .icon-reservation{ |
| 578 | background-image: url("Reservations.png"); |
| 579 | } |
| 580 | |
| 581 | .left-nav>ul>li.active>a>.icon-home , .left-nav>ul>li:hover>a>.icon-home , .left-nav>ul>li.focus>a>.icon-home{ |
| 582 | background-image: url("Home_over.png"); |
| 583 | } |
| 584 | |
| 585 | .left-nav>ul>li.active>a>.icon-deployment,.left-nav>ul>li:hover>a>.icon-deployment,.left-nav>ul>li.focus>a>.icon-deployment{ |
| 586 | background-image: url("Deployments_over.png"); |
| 587 | } |
| 588 | .left-nav>ul>li.active>a>.icon-site , .left-nav>ul>li:hover>a>.icon-site , .left-nav>ul>li.focus>a>.icon-site{ |
| 589 | background-image: url("Sites_over.png"); |
| 590 | } |
| 591 | .left-nav>ul>li.active>a>.icon-slice , .left-nav>ul>li:hover>a>.icon-slice , .left-nav>ul>li.focus>a>.icon-slice { |
| 592 | background-image: url("Slices_over.png"); |
| 593 | } |
| 594 | .left-nav>ul>li.active>a>.icon-user , .left-nav>ul>li:hover>a>.icon-user , .left-nav>ul>li.focus>a>.icon-user{ |
| 595 | background-image: url("Users_over.png"); |
| 596 | } |
| 597 | .left-nav>ul>li.active>a>.icon-reservation , .left-nav>ul>li:hover>a>.icon-reservation , .left-nav>ul>li.focus>a>.icon-reservation{ |
| 598 | background-image: url("Reservations_over.png"); |
| 599 | } |
Siobhan Tully | e18b344 | 2014-02-23 14:23:34 -0500 | [diff] [blame] | 600 | |
| 601 | #dashboardHPC { |
| 602 | padding-bottom: 10px; |
| 603 | } |
| 604 | .summary-attr { |
| 605 | padding-right: 20px; |
| 606 | } |
| 607 | .summary-attr-util { |
| 608 | padding-right: 20px; |
| 609 | color: green; |
| 610 | } |
| 611 | .SiteDetail { |
| 612 | color: darkBlue; |
| 613 | font-size: 1.5em; |
| 614 | } |
| 615 | #addSlivers { |
| 616 | color: green; |
| 617 | text-decoration: underline; |
| 618 | padding-right: 20px; |
| 619 | } |
| 620 | #remSlivers { |
| 621 | color: red; |
| 622 | text-decoration: underline; |
| 623 | } |
| 624 | #map-us { |
| 625 | padding-top: 10px; |
| 626 | width: 700px; |
| 627 | height: 400px; |
| 628 | } |
Sapan Bhatia | fbac39b | 2014-02-27 13:12:32 -0500 | [diff] [blame] | 629 | |
| 630 | |
| 631 | |
| 632 | |
| 633 | |
| 634 | /* Charts CSS */ |
| 635 | p.numeral |
| 636 | { |
| 637 | font-size:32pt; |
| 638 | color:#ffffff; |
| 639 | opacity: 0.7; |
| 640 | font-family:Helvetica Neue; |
| 641 | font-weight:100; |
| 642 | text-align:center; |
| 643 | line-height:75%; |
| 644 | } |
| 645 | |
| 646 | .helper-text |
| 647 | { |
| 648 | border: 1px solid #fff; |
| 649 | padding: 7px; |
| 650 | border-radius: 18px; |
| 651 | font-size:13pt; |
| 652 | color:#ffffff; |
| 653 | opacity: 0.7; |
| 654 | font-family:Helvetica Neue; |
| 655 | font-weight:200; |
| 656 | text-align:center; |
| 657 | line-height:100%; |
| 658 | } |
| 659 | p.osobject |
| 660 | { |
| 661 | font-size:12pt; |
| 662 | color:#ffffff; |
| 663 | opacity: 0.7; |
| 664 | font-family:Helvetica Neue; |
| 665 | font-weight:200; |
| 666 | text-align:center; |
| 667 | line-height:100%; |
| 668 | } |
| 669 | |
| 670 | p.heading |
| 671 | { |
| 672 | font-size:20pt; |
| 673 | color:#ffffff; |
| 674 | opacity: 0.7; |
| 675 | font-family:Helvetica Neue; |
| 676 | font-weight:200; |
| 677 | text-align:center; |
| 678 | } |
| 679 | |
| 680 | /*p.heading |
| 681 | { |
| 682 | font-size:32pt; |
| 683 | color:#ffffff; |
| 684 | opacity: 0.7; |
| 685 | font-family:Helvetica Neue; |
| 686 | font-weight:200; |
| 687 | text-align:center; |
| 688 | }*/ |
| 689 | |
| 690 | div.graph |
| 691 | { |
| 692 | height:340px; |
| 693 | } |
| 694 | |
| 695 | div.numeral |
| 696 | { |
| 697 | height:120px; |
| 698 | } |
| 699 | |
| 700 | div.heading |
| 701 | { |
| 702 | height:10px; |
| 703 | } |
| 704 | |
| 705 | div.padding |
| 706 | { |
| 707 | height:20px; |
| 708 | } |
| 709 | |
| 710 | div.chartContainer |
| 711 | { |
| 712 | background-image:url('chartsBg.jpg'); |
| 713 | width:527px; |
| 714 | height:400px; |
| 715 | border:1px; |
| 716 | } |
| 717 | |
| 718 | /* D3 */ |
| 719 | |
| 720 | .axis path, |
| 721 | .axis line { |
| 722 | fill: none; |
| 723 | stroke: #ffffff; |
| 724 | opacity: 0.7; |
| 725 | shape-rendering: crispEdges; |
| 726 | } |
| 727 | |
| 728 | |
| 729 | .x.axis path { |
| 730 | display: none; |
| 731 | } |
| 732 | |
| 733 | .x.axis text { |
| 734 | fill: white; |
| 735 | opacity: 0.5; |
| 736 | } |
| 737 | |
| 738 | .y.axis text { |
| 739 | opacity: 0.5; |
| 740 | fill: white; |
| 741 | } |
| 742 | |
| 743 | .y.axis text.legend { |
| 744 | opacity: 1.0; |
| 745 | fill: white; |
| 746 | font-size:8pt; |
| 747 | } |
| 748 | |
| 749 | .line { |
| 750 | fill: none; |
| 751 | stroke: white; |
| 752 | stroke-width: 3px; |
| 753 | opacity: 0.6; |
| 754 | } |
| 755 | |
| 756 | |
| 757 | /* Charts CSS */ |