Akron | ca9bd98 | 2016-12-06 16:59:57 +0100 | [diff] [blame] | 1 | /** #C94E4E **/ |
| 2 | body { |
| 3 | overflow-x: hidden; |
| 4 | background-color: #A05684; } |
| 5 | |
| 6 | .label-control { |
| 7 | padding-top: 5pt; } |
| 8 | |
| 9 | .form-control { |
| 10 | width: 260pt; } |
| 11 | |
| 12 | .btn { |
| 13 | margin: 10pt 0pt; } |
| 14 | |
| 15 | #heading { |
| 16 | padding: 5pt 20pt; |
| 17 | width: 100%; |
| 18 | color: white; |
| 19 | height: 80pt; } |
| 20 | #heading img { |
| 21 | width: 260px; |
| 22 | height: 65px; |
| 23 | margin: 10pt 0pt 10pt 10pt; |
| 24 | float: left; } |
| 25 | #heading #loginSpan { |
| 26 | float: right; |
| 27 | color: white; } |
| 28 | #heading #loginSpan a { |
| 29 | font-weight: bold; |
| 30 | color: white; } |
| 31 | |
| 32 | footer { |
| 33 | float: right; |
| 34 | margin: 20pt; } |
| 35 | footer .footer { |
| 36 | margin: 10pt; |
| 37 | color: white; } |
| 38 | |
| 39 | .warning { |
| 40 | color: #F22424; |
| 41 | font-size: 20px; |
| 42 | font-weight: bold; |
| 43 | padding-left: 10pt; } |
| 44 | |
| 45 | .btn-default, .btn-primary { |
| 46 | width: 120pt; } |
| 47 | |
| 48 | #wrapper { |
| 49 | padding-left: 0px; |
| 50 | -webkit-transition: all 0.5s ease; |
| 51 | -moz-transition: all 0.5s ease; |
| 52 | -o-transition: all 0.5s ease; |
| 53 | transition: all 0.5s ease; } |
| 54 | |
| 55 | #wrapper.toggled { |
| 56 | padding-left: 250px; } |
| 57 | |
| 58 | .content { |
| 59 | background-color: white; |
| 60 | border-radius: 25px; |
| 61 | padding-left: 25pt; } |
| 62 | .content h1, .content h2, .content h3, .content h4 { |
| 63 | color: #6b3958; } |
| 64 | |
| 65 | #sidebar-wrapper { |
| 66 | z-index: 1000; |
| 67 | position: absolute; |
| 68 | left: 250px; |
| 69 | width: 0; |
| 70 | height: 100%; |
| 71 | margin-left: -250px; |
| 72 | overflow-y: auto; |
| 73 | background: #A05684; |
| 74 | -webkit-transition: all 0.5s ease; |
| 75 | -moz-transition: all 0.5s ease; |
| 76 | -o-transition: all 0.5s ease; |
| 77 | transition: all 0.5s ease; } |
| 78 | |
| 79 | #wrapper.toggled #sidebar-wrapper { |
| 80 | width: 250px; } |
| 81 | |
| 82 | #page-content-wrapper { |
| 83 | width: 100%; } |
| 84 | |
| 85 | #wrapper:not(.toggled) #page-content-wrapper { |
| 86 | margin-left: 10pt; } |
| 87 | |
| 88 | #wrapper.toggled #page-content-wrapper { |
| 89 | position: relative; |
| 90 | width: 100%; } |
| 91 | |
| 92 | .sidebar-nav { |
| 93 | top: 0; |
| 94 | width: 250px; |
| 95 | margin: 0; |
| 96 | padding: 0; |
| 97 | list-style: none; } |
| 98 | .sidebar-nav a { |
| 99 | border-radius: 25px; |
| 100 | color: white; |
| 101 | font-weigth: bold; } |
| 102 | .sidebar-nav a:hover { |
| 103 | color: #7f4469; |
| 104 | font-weigth: bold; } |
| 105 | |
| 106 | @media (max-width: 1000px) { |
| 107 | #heading h2 { |
| 108 | font-size: 19pt; } |
| 109 | |
| 110 | .content { |
| 111 | margin: 7pt 5pt; } |
| 112 | |
| 113 | #loginSpan { |
| 114 | display: none; } } |
| 115 | @media (max-width: 767px) { |
| 116 | #heading { |
| 117 | display: none; } |
| 118 | |
| 119 | #wrapper { |
| 120 | padding-left: 250px; } |
| 121 | |
| 122 | #wrapper.toggled { |
| 123 | padding-left: 0; } |
| 124 | |
| 125 | #sidebar-wrapper { |
| 126 | width: 250px; } |
| 127 | |
| 128 | #wrapper.toggled #sidebar-wrapper { |
| 129 | width: 0; } |
| 130 | |
| 131 | #page-content-wrapper { |
| 132 | padding: 20px; } |
| 133 | |
| 134 | #wrapper.toggled #page-content-wrapper { |
| 135 | position: relative; |
| 136 | margin-right: 0; } } |
| 137 | |
| 138 | /*# sourceMappingURL=styles.css.map */ |