Mercurial > prosody-modules
comparison mod_http_oauth2/html/style.css @ 5270:7acf73d2ebb5
mod_http_oauth2: Use <fieldset> in templates because it looks nice
Removes some CSS as well
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 23 Mar 2023 16:19:09 +0100 |
parents | 1756c0f929f5 |
children | 7998b49d6512 |
comparison
equal
deleted
inserted
replaced
5269:0e5a37f55440 | 5270:7acf73d2ebb5 |
---|---|
1 body | 1 body |
2 { | 2 { |
3 margin-top:14%; | |
3 text-align:center; | 4 text-align:center; |
4 background-color:#f8f8f8; | 5 background-color:#f8f8f8; |
5 font-family:sans-serif | 6 font-family:sans-serif |
6 } | 7 } |
7 | 8 |
8 h1 | 9 h1 |
9 { | 10 { |
10 font-size:xx-large; | 11 font-size:xx-large; |
11 } | 12 } |
12 | 13 |
14 legend { | |
15 font-size:x-large; | |
16 } | |
13 p | 17 p |
14 { | 18 { |
15 font-size:large; | 19 font-size:large; |
16 } | 20 } |
17 | 21 |
80 } | 84 } |
81 } | 85 } |
82 | 86 |
83 @media(min-width: 768px) | 87 @media(min-width: 768px) |
84 { | 88 { |
85 body | |
86 { | |
87 margin-top: 3em; | |
88 } | |
89 | |
90 main | 89 main |
91 { | 90 { |
92 margin-left: auto; | 91 margin-left: auto; |
93 margin-right: auto; | 92 margin-right: auto; |
94 border: solid 1px #1e1e1e; | |
95 background-color: #efefef; | |
96 } | 93 } |
97 | 94 |
98 @media(prefers-color-scheme:dark) | |
99 { | |
100 body | |
101 { | |
102 background-color: #4e4e4e; | |
103 } | |
104 | |
105 main | |
106 { | |
107 color: #fff; | |
108 background-color: #1f1f1f; | |
109 } | |
110 } | |
111 } | 95 } |