NOTE: Federation is disabled on this instance!
You can test federation between the following instances:forge.angeley.es
code.angeley.es
By | fr33domlover |
At | 2017-12-12 |
Title | Change colors into dark theme |
Description |
Edit file css/default.css 33188 → 33188
1 | 1 | body { |
|
- | 2 | color: black; |
|
+ | 2 | color: #cccccc; |
|
+ | 3 | background: #000000; |
|
3 | 4 | font-size: 16px; |
|
4 | 5 | margin: 0px auto 0px auto; |
|
5 | 6 | width: 600px; |
|
6 | 7 | } |
|
7 | 8 | ||
+ | 9 | a { |
|
+ | 10 | color: #739fcf; |
|
+ | 11 | } |
|
+ | 12 | ||
+ | 13 | hr { |
|
+ | 14 | background-color: #555753; |
|
+ | 15 | } |
|
+ | 16 | ||
8 | 17 | header { |
|
- | 9 | border-bottom: 2px solid black; |
|
+ | 18 | background: #000000; |
|
+ | 19 | border-bottom: 2px solid #d3d7cf; |
|
10 | 20 | margin-bottom: 30px; |
|
11 | 21 | padding: 12px 0px 12px 0px; |
|
12 | 22 | } |
|
13 | 23 | ||
14 | 24 | nav { |
|
15 | 25 | text-align: right; |
|
16 | 26 | } |
|
17 | 27 | ||
18 | 28 | nav a { |
|
- | 19 | color: black; |
|
+ | 29 | color: #d3d7cf; |
|
20 | 30 | font-size: 18px; |
|
21 | 31 | font-weight: bold; |
|
22 | 32 | margin-left: 12px; |
|
23 | 33 | text-decoration: none; |
|
- | 24 | text-transform: uppercase; |
|
25 | 34 | } |
|
26 | 35 | ||
27 | 36 | footer { |
|
- | 28 | border-top: solid 2px black; |
|
+ | 37 | border-top: solid 2px #d3d7cf; |
|
29 | 38 | color: #555; |
|
30 | 39 | font-size: 12px; |
|
31 | 40 | margin-top: 30px; |
|
32 | 41 | padding: 12px 0px 12px 0px; |
|
33 | 42 | text-align: right; |
|
34 | 43 | } |
|
35 | 44 | ||
36 | 45 | h1 { |
|
+ | 46 | color: #c4a000; |
|
37 | 47 | font-size: 24px; |
|
38 | 48 | } |
|
39 | 49 | ||
40 | 50 | h2 { |
|
+ | 51 | color: #c4a000; |
|
41 | 52 | font-size: 20px; |
|
42 | 53 | } |
|
43 | 54 | ||
44 | 55 | article .header { |
|
45 | 56 | color: #555; |
|
46 | 57 | font-size: 14px; |
|
47 | 58 | font-style: italic; |
|
48 | 59 | } |
|
49 | 60 | ||
50 | 61 | .logo a { |
|
- | 51 | color: black; |
|
+ | 62 | color: #cc0000; |
|
52 | 63 | float: left; |
|
53 | 64 | font-size: 18px; |
|
54 | 65 | font-weight: bold; |
|
55 | 66 | text-decoration: none; |
|
56 | 67 | } |
|
… | … | … | … |