|
| 1 | +body { |
| 2 | + height: 100%; |
| 3 | + color: #333; |
| 4 | + font-family: 'Lato', sans-serif; |
| 5 | + font-size: 16px; |
| 6 | + line-height: 1.42857; |
| 7 | + /*background: linear-gradient(135deg, #99aaa0 0%,#d197b3 33%,#e5c2c4 65%,#76588c 100%) center center / cover fixed; !* W3C *!*/ |
| 8 | + /*background: linear-gradient(135deg, rgba(15,11,11,1) 0%,rgba(234,132,7,1) 100%) center center / cover fixed; !* W3C *!*/ |
| 9 | + /*background: linear-gradient(135deg, rgba(173,28,52,1) 0%, rgba(237,211,220,1) 100%) center center / cover fixed; !* W3C *! */ |
| 10 | + /*background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%) center center / cover fixed;*/ |
| 11 | + |
| 12 | + background: linear-gradient(to bottom, rgb(32, 23, 99) 0%, rgb(31, 19, 95) 40%, #a94442 100%) center center / cover fixed; |
| 13 | + |
| 14 | + & > .container { |
| 15 | + width: 100%; |
| 16 | + height: 100%; |
| 17 | + padding: 0; |
| 18 | + margin: 0; |
| 19 | + } |
| 20 | +} |
| 21 | + |
| 22 | +.page-sidebar, |
| 23 | +.page-content { |
| 24 | + transition: all 0.5s ease; |
| 25 | + color: #fff; |
| 26 | +} |
| 27 | + |
| 28 | +.page-sidebar { |
| 29 | + position: fixed; |
| 30 | + height: 100%; |
| 31 | + left: 0; |
| 32 | + z-index: 1000; |
| 33 | + overflow-y: auto; |
| 34 | + /*background: linear-gradient(to bottom, #b26cab 0%,#765c8b 100%); !* W3C *!*/ |
| 35 | + background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%); |
| 36 | + border-right: 1px solid #fff; |
| 37 | +} |
| 38 | + |
| 39 | +.page-sidebar, |
| 40 | +.sidebar-nav > li { |
| 41 | + width: 250px; |
| 42 | +} |
| 43 | + |
| 44 | +.page-sidebar.toggled { |
| 45 | + width: 0; |
| 46 | +} |
| 47 | + |
| 48 | +.page-content { |
| 49 | + padding-left: 275px; |
| 50 | + |
| 51 | + &.toggled { |
| 52 | + padding-left: 25px; |
| 53 | + |
| 54 | + .toggle-btn { |
| 55 | + opacity: 1; |
| 56 | + } |
| 57 | + } |
| 58 | + &:not(.toggled) .toggle-btn { |
| 59 | + opacity: 0; |
| 60 | + } |
| 61 | +} |
| 62 | + |
| 63 | +.toggle-btn { |
| 64 | + cursor: pointer; |
| 65 | +} |
| 66 | + |
| 67 | +.page-header { |
| 68 | + font-size: 24px; |
| 69 | + margin: 0; |
| 70 | + padding: 40px 0 0 20px; |
| 71 | + |
| 72 | + &, |
| 73 | + & > span { |
| 74 | + line-height: 32px; |
| 75 | + height: 75px; |
| 76 | + } |
| 77 | + |
| 78 | +} |
| 79 | + |
| 80 | +.sidebar-nav { |
| 81 | + list-style-type: none; |
| 82 | + padding: 0; |
| 83 | + margin: 0; |
| 84 | + |
| 85 | + & > li { |
| 86 | + &.sidebar-brand span { |
| 87 | + float: right; |
| 88 | + padding-right: 10px; |
| 89 | + } |
| 90 | + |
| 91 | + &:not(.sidebar-brand) { |
| 92 | + padding: 10px 15px; |
| 93 | + font-size: 16px; |
| 94 | + text-align: right; |
| 95 | + text-transform: uppercase; |
| 96 | + background: transparent; |
| 97 | + clear: both; |
| 98 | + } |
| 99 | + } |
| 100 | + |
| 101 | + & > li.selected, |
| 102 | + & > li:not(.sidebar-brand):not(.no-hover):hover { |
| 103 | + background: #fff; |
| 104 | + color: #000; |
| 105 | + } |
| 106 | + & > li:not(.sidebar-brand):not(.selected):hover { |
| 107 | + cursor: pointer; |
| 108 | + } |
| 109 | +} |
| 110 | + |
| 111 | +.page-content:not(.toggled) .toggle-btn { |
| 112 | + opacity: 0; |
| 113 | +} |
| 114 | + |
| 115 | +.page-loading { |
| 116 | + background: rgba(2, 2, 2, 0.5); |
| 117 | + z-index: 10002; |
| 118 | + width: 100%; |
| 119 | + height: 100%; |
| 120 | + position: absolute; |
| 121 | + |
| 122 | + & > .loading-animation { |
| 123 | + margin: auto; |
| 124 | + top: 50%; |
| 125 | + zoom: 4; |
| 126 | + } |
| 127 | +} |
| 128 | + |
| 129 | +.no-scroll-mode { |
| 130 | + position: fixed; |
| 131 | +} |
| 132 | + |
| 133 | +#notification-area { |
| 134 | + width: calc(100% - 50px); |
| 135 | + border: 1px solid; |
| 136 | + min-height: 100px; |
| 137 | + position: absolute; |
| 138 | + border-radius: 10px; |
| 139 | + |
| 140 | + font-size: 72px; |
| 141 | + z-index: 1; |
| 142 | + text-align: center; |
| 143 | + font-style: italic; |
| 144 | +} |
| 145 | + |
| 146 | +#notification-area > .notification-control { |
| 147 | + float: right; |
| 148 | + margin: 10px; |
| 149 | + font-size: 24px; |
| 150 | + |
| 151 | + &:hover { |
| 152 | + font-weight: bolder; |
| 153 | + cursor: pointer; |
| 154 | + } |
| 155 | +} |
| 156 | + |
| 157 | +#modal-area { |
| 158 | + color: #000; |
| 159 | + h4, label { |
| 160 | + text-transform: uppercase; |
| 161 | + } |
| 162 | + |
| 163 | + .help-block { |
| 164 | + font-size: 14px; |
| 165 | + font-style: italic; |
| 166 | + } |
| 167 | +} |
| 168 | + |
| 169 | +.container-fluid { |
| 170 | + padding-left: 0; |
| 171 | + padding-right: 0; |
| 172 | + padding-bottom: 25px; |
| 173 | +} |
| 174 | + |
| 175 | +.pagination-area { |
| 176 | + text-align: center; |
| 177 | +} |
| 178 | + |
| 179 | +a.history-title { |
| 180 | + color: #F5DEB3; |
| 181 | +} |
0 commit comments