/[sudobot]/trunk/extensions/archiver/public/style.css
ViewVC logotype

Contents of /trunk/extensions/archiver/public/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: text/css
File size: 825 byte(s)
chore: synchronize

1 * {
2 margin: 0;
3 padding: 0;
4 box-sizing: border-box;
5 font-family: 'JetbrainsMono NFM', 'Jetbrains Mono', 'JetbrainsMono', 'Menlo', 'Meslo', 'Ubuntu Sans Mono', 'Source Code Pro', 'Consolas', 'Courier New', Courier, monospace;
6 }
7
8 body {
9 background-color: black;
10 color: white;
11 padding: 20px;
12 min-height: 100vh;
13 min-height: 100dvh;
14 font-size: 14px;
15 }
16
17 hr {
18 color: #ddd;
19 margin: 5px 0;
20 }
21
22 .header-text {
23 font-weight: 700;
24 color: #19dafa;
25 }
26
27 .message-divider {
28 margin: 20px 0;
29 }
30
31 .username-text {
32 color: #007bff;
33 text-decoration: underline;
34 }
35
36 .date-text {
37 color: #6c757d;
38 }
39
40 .header {
41 display: flex;
42 justify-content: space-between;
43 align-items: center;
44 }
45
46 a {
47 color: #007bff;
48 text-decoration: underline;
49 }
50
51 a:active {
52 color: #0056b3;
53 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26