Revision 3770:75566f4ffead,
1.3 KB
checked in by franck <carnet.franck.paul@…>, 7 years ago
(diff) |
Add a dark mode (user preferences), some refinements to come
|
Rev | Line | |
---|
[3355] | 1 | #login-screen { |
---|
[3439] | 2 | display: block; |
---|
| 3 | width: 20em; |
---|
| 4 | margin: 1.5em auto 0; |
---|
| 5 | font-size: 1.16em; |
---|
| 6 | h1 { |
---|
| 7 | text-indent: -2000px; |
---|
| 8 | background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; |
---|
| 9 | height: 66px; |
---|
| 10 | width: 20em; |
---|
| 11 | margin-bottom: .5em; |
---|
| 12 | margin-left: 0; |
---|
| 13 | } |
---|
| 14 | .fieldset { |
---|
[3763] | 15 | border: 1px solid $login-fieldset-border; |
---|
[3439] | 16 | padding: 1em 1em 0 1em; |
---|
[3763] | 17 | background: $login-fieldset-background; |
---|
[3439] | 18 | margin-bottom: 0; |
---|
| 19 | margin-top: 1em; |
---|
| 20 | } |
---|
| 21 | input[type=text], |
---|
[3711] | 22 | input[type=color], |
---|
| 23 | input[type=email], |
---|
| 24 | input[type=url], |
---|
| 25 | input[type=datetime], |
---|
| 26 | input[type=date], |
---|
| 27 | input[type=time], |
---|
| 28 | input[type=file], |
---|
| 29 | input[type=number], |
---|
[3439] | 30 | input[type=password], |
---|
| 31 | input[type=submit], |
---|
| 32 | input[type=text]:focus, |
---|
[3711] | 33 | input[type=color]:focus, |
---|
| 34 | input[type=email]:focus, |
---|
| 35 | input[type=url]:focus, |
---|
| 36 | input[type=datetime]:focus, |
---|
| 37 | input[type=date]:focus, |
---|
| 38 | input[type=time]:focus, |
---|
| 39 | input[type=file]:focus, |
---|
| 40 | input[type=number]:focus, |
---|
[3439] | 41 | input[type=password]:focus, |
---|
| 42 | input[type=submit]:focus { |
---|
| 43 | width: 100%; |
---|
| 44 | margin: 0; |
---|
| 45 | padding: 5px 3px; |
---|
| 46 | } |
---|
| 47 | input.login, |
---|
| 48 | input.login:focus { |
---|
| 49 | padding-top: 6px; |
---|
| 50 | padding-bottom: 6px; |
---|
| 51 | font-size: 1em; |
---|
| 52 | } |
---|
[3770] | 53 | input.details-cmd { |
---|
| 54 | width: auto; |
---|
| 55 | margin: 0 5px 0 0; |
---|
| 56 | padding: 0; |
---|
| 57 | } |
---|
[3439] | 58 | #issue { |
---|
| 59 | margin-left: 1.33em; |
---|
| 60 | font-size: .91em; |
---|
| 61 | p:first-child { |
---|
| 62 | text-align: right; |
---|
| 63 | } |
---|
| 64 | strong { |
---|
| 65 | font-weight: normal; |
---|
| 66 | } |
---|
| 67 | } |
---|
[3355] | 68 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.