| OLD | NEW |
| 1 body { | 1 body { |
| 2 -webkit-user-select: none; | 2 -webkit-user-select: none; |
| 3 cursor: default; | 3 cursor: default; |
| 4 font-size: 100%; | 4 font-size: 100%; |
| 5 } | 5 } |
| 6 | 6 |
| 7 #settings-title { | 7 #settings-title { |
| 8 -webkit-padding-end: 24px; | 8 -webkit-padding-end: 24px; |
| 9 color: #53637d; | 9 color: #53637d; |
| 10 font-size: 200%; | 10 font-size: 200%; |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 right top, | 105 right top, |
| 106 from(#eaeef3), | 106 from(#eaeef3), |
| 107 color-stop(0.97, #eaeef3), | 107 color-stop(0.97, #eaeef3), |
| 108 to(#d3d7db)); | 108 to(#d3d7db)); |
| 109 bottom: 0; | 109 bottom: 0; |
| 110 cursor: pointer; | 110 cursor: pointer; |
| 111 display: none; | 111 display: none; |
| 112 left: 0; | 112 left: 0; |
| 113 position: fixed; | 113 position: fixed; |
| 114 top: 0; | 114 top: 0; |
| 115 width: 250px; | 115 width: 266px; |
| 116 z-index: 2; | 116 z-index: 2; |
| 117 } | 117 } |
| 118 | 118 |
| 119 html[dir='rtl'] #navbar-container { | 119 html[dir='rtl'] #navbar-container { |
| 120 background: -webkit-gradient(linear, | 120 background: -webkit-gradient(linear, |
| 121 left top, | 121 left top, |
| 122 left bottom, | 122 left bottom, |
| 123 from(rgba(255, 255, 255, 0)), | 123 from(rgba(255, 255, 255, 0)), |
| 124 color-stop(0.7, rgba(255, 255, 255, 0)), | 124 color-stop(0.7, rgba(255, 255, 255, 0)), |
| 125 to(white)), | 125 to(white)), |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 color: black; | 168 color: black; |
| 169 font-weight: bold; | 169 font-weight: bold; |
| 170 } | 170 } |
| 171 | 171 |
| 172 .navbar-item-normal { | 172 .navbar-item-normal { |
| 173 background-color: #dfdfdf; | 173 background-color: #dfdfdf; |
| 174 } | 174 } |
| 175 | 175 |
| 176 #mainview { | 176 #mainview { |
| 177 -webkit-box-align: stretch; | 177 -webkit-box-align: stretch; |
| 178 -webkit-padding-start: 251px; | 178 -webkit-padding-start: 267px; |
| 179 margin: 0; | 179 margin: 0; |
| 180 position: absolute; | 180 position: absolute; |
| 181 left: 0; | 181 left: 0; |
| 182 right: 0; | 182 right: 0; |
| 183 top: 0; | 183 top: 0; |
| 184 bottom: 0; | 184 bottom: 0; |
| 185 z-index: 1; | 185 z-index: 1; |
| 186 } | 186 } |
| 187 | 187 |
| 188 html[hide-menu=true] #mainview { | 188 html[hide-menu=true] #mainview { |
| 189 -webkit-padding-start: 0; | 189 -webkit-padding-start: 0; |
| 190 } | 190 } |
| 191 | 191 |
| 192 #mainview-content { | 192 #mainview-content { |
| 193 box-sizing: border-box; | 193 box-sizing: border-box; |
| 194 max-width: 888px; |
| 194 min-height: 100%; | 195 min-height: 100%; |
| 196 min-width: 600px; |
| 195 padding: 0 24px; | 197 padding: 0 24px; |
| 196 position: relative; | 198 position: relative; |
| 197 width: 600px; | |
| 198 } | 199 } |
| 199 | 200 |
| 200 #subpage-sheet-container { | 201 #subpage-sheet-container { |
| 201 box-sizing: border-box; | 202 box-sizing: border-box; |
| 202 height: 100%; | 203 height: 100%; |
| 203 padding: 8px; | 204 padding: 8px; |
| 204 -webkit-padding-start: 60px; | 205 -webkit-padding-start: 60px; |
| 205 position: absolute; | 206 position: absolute; |
| 206 top: 0; | 207 top: 0; |
| 207 left: 0; | 208 left: 0; |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 label.radio > span, | 426 label.radio > span, |
| 426 .suboption { | 427 .suboption { |
| 427 -webkit-margin-start: 16px; | 428 -webkit-margin-start: 16px; |
| 428 display: block; | 429 display: block; |
| 429 } | 430 } |
| 430 | 431 |
| 431 html[os=mac] label.checkbox > input, | 432 html[os=mac] label.checkbox > input, |
| 432 html[os=mac] label.radio > input { | 433 html[os=mac] label.radio > input { |
| 433 margin-top: 2px; | 434 margin-top: 2px; |
| 434 } | 435 } |
| OLD | NEW |