[13754] | 1 | @import url(http://fonts.googleapis.com/css?family=Roboto:400);
|
---|
| 2 |
|
---|
| 3 | body {
|
---|
| 4 | background-color: #fff;
|
---|
| 5 | -webkit-font-smoothing: antialiased;
|
---|
| 6 | font: normal 14px Roboto,arial,sans-serif;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | .container {
|
---|
| 10 | padding: 25px;
|
---|
| 11 | position: fixed;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | .form-login {
|
---|
| 16 | background-color: #EDEDED;
|
---|
| 17 | padding-top: 10px;
|
---|
| 18 | padding-bottom: 20px;
|
---|
| 19 | padding-left: 20px;
|
---|
| 20 | padding-right: 20px;
|
---|
| 21 | border-radius: 15px;
|
---|
| 22 | border-color: #d2d2d2;
|
---|
| 23 | border-width: 5px;
|
---|
| 24 | box-shadow: 0 1px 0 #cfcfcf;
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | h4 {
|
---|
| 28 | border: 0 solid #fff;
|
---|
| 29 | border-bottom-width: 1px;
|
---|
| 30 | padding-bottom: 10px;
|
---|
| 31 | text-align: center;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .form-control {
|
---|
| 35 | border-radius: 10px;
|
---|
| 36 | }
|
---|
| 37 |
|
---|
| 38 | .wrapper {
|
---|
| 39 | text-align: center;
|
---|
| 40 | }
|
---|
| 41 |
|
---|
| 42 | .panel-warning > .panel-heading {
|
---|
| 43 | background-image: linear-gradient(to bottom,#eb9114 0,#f1b25b 100%) !important;
|
---|
| 44 | color: white !important;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | .panel-danger > .panel-heading {
|
---|
| 48 | background-image: linear-gradient(to bottom,#c12e2a 0,#d9534f 100%) !important;
|
---|
| 49 | color: white !important;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | .label-as-badge {
|
---|
| 53 | border-radius: 1em;
|
---|
| 54 | }
|
---|
| 55 |
|
---|
| 56 | .bar-off {
|
---|
| 57 | fill: #c2c2d6;
|
---|
| 58 | }
|
---|
| 59 |
|
---|
| 60 | .bar-off:hover {
|
---|
| 61 | fill: #e0e0eb;
|
---|
| 62 | }
|
---|
| 63 |
|
---|
| 64 | .bar-wait {
|
---|
| 65 | fill: #f0a742;
|
---|
| 66 | }
|
---|
| 67 |
|
---|
| 68 | .bar-wait:hover {
|
---|
| 69 | fill: #f4bd71;
|
---|
| 70 | }
|
---|
| 71 |
|
---|
| 72 | .bar-trans {
|
---|
| 73 | fill: #80d4ff;
|
---|
| 74 | }
|
---|
| 75 |
|
---|
| 76 | .bar-trans:hover {
|
---|
| 77 | fill: #99ddff;
|
---|
| 78 | }
|
---|
| 79 |
|
---|
| 80 | .bar-calc {
|
---|
| 81 | fill: #2f6fa6;
|
---|
| 82 | }
|
---|
| 83 |
|
---|
| 84 | .bar-calc:hover {
|
---|
| 85 | fill: #3884c7;
|
---|
| 86 | }
|
---|
| 87 |
|
---|
| 88 | .bar-paus {
|
---|
| 89 | fill: #47476b;
|
---|
| 90 | }
|
---|
| 91 |
|
---|
| 92 | .bar-paus:hover {
|
---|
| 93 | fill: #5c5c8a;
|
---|
| 94 | }
|
---|
| 95 |
|
---|
| 96 | .bar-fin {
|
---|
| 97 | fill: #5cb85c;
|
---|
| 98 | }
|
---|
| 99 |
|
---|
| 100 | .bar-fin:hover {
|
---|
| 101 | fill: #71c171;
|
---|
| 102 | }
|
---|
| 103 |
|
---|
| 104 | .bar-abo {
|
---|
| 105 | fill: #c2302c;
|
---|
| 106 | }
|
---|
| 107 |
|
---|
| 108 | .bar-abo:hover {
|
---|
| 109 | fill: #d54944;
|
---|
| 110 | }
|
---|
| 111 |
|
---|
| 112 | .bar-fail {
|
---|
| 113 | fill: #c2302c;
|
---|
| 114 | }
|
---|
| 115 |
|
---|
| 116 | .bar-fail:hover {
|
---|
| 117 | fill: #d54944;
|
---|
| 118 | }
|
---|
| 119 |
|
---|
| 120 | rect.selection {
|
---|
| 121 | stroke: gray;
|
---|
| 122 | stroke-dasharray: 4px;
|
---|
| 123 | stroke-opacity: 0.5;
|
---|
| 124 | fill: transparent;
|
---|
| 125 | }
|
---|
| 126 |
|
---|
| 127 | /* disable text selection */
|
---|
| 128 | svg *::selection {
|
---|
| 129 | background: transparent;
|
---|
| 130 | }
|
---|
| 131 |
|
---|
| 132 | svg *::-moz-selection {
|
---|
| 133 | background: transparent;
|
---|
| 134 | }
|
---|
| 135 |
|
---|
| 136 | svg *::-webkit-selection {
|
---|
| 137 | background: transparent;
|
---|
| 138 | }
|
---|
| 139 |
|
---|
| 140 |
|
---|
[13795] | 141 | [animate-on-change] {
|
---|
| 142 | transition: all 1s;
|
---|
| 143 | -webkit-transition: all 1s;
|
---|
[13754] | 144 | }
|
---|
| 145 |
|
---|
[13795] | 146 | [animate-on-change].changed {
|
---|
| 147 | background-color: lightblue;
|
---|
| 148 | transition: none;
|
---|
| 149 | -webkit-transition: none;
|
---|
[13754] | 150 | }
|
---|
| 151 |
|
---|
[13795] | 152 | [animate-on-change].changedshut {
|
---|
| 153 | background-color: lightsalmon;
|
---|
| 154 | transition: none;
|
---|
| 155 | -webkit-transition: none;
|
---|
[13754] | 156 | }
|
---|
| 157 |
|
---|
[13795] | 158 | .panel-heading .nav-justified.nav-pills li.active>a{
|
---|
| 159 | background-color:#74a9d8 !important;
|
---|
[13754] | 160 | }
|
---|
[13827] | 161 | rect{
|
---|
| 162 | -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); |
---|
| 163 | -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); |
---|
| 164 | box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
|
---|
| 165 | } |
---|