File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* Custom CSS for black theme */
2+ body {
3+ background-color : # 120924 ;
4+ color : # fff ;
5+ margin : 0 ;
6+ padding : 0 ;
7+ }
8+
9+
10+
11+ # header {
12+ background-color : # 120924 ;
13+
14+ padding : 20px ;
15+ text-align : center;
16+ }
17+
18+ # header h1 {
19+ margin : 0 ;
20+ font-size : 24px ;
21+ font-family : 'Arial' , sans-serif;
22+ color : # fff ;
23+ letter-spacing : 2px ;
24+ text-transform : uppercase;
25+ }
26+
27+ # header img {
28+ width : 80% ;
29+ height : auto;
30+ }
31+
32+ # content {
33+ text-align : center;
34+ padding : 20px ;
35+ margin-top : -4% ;
36+ }
37+
38+ # content h1 {
39+ font-size : 24px ;
40+ cursor : pointer;
41+ text-transform : uppercase;
42+ font-family : 'Open Sans' , sans-serif;
43+ line-height : 1.5 ;
44+ margin-bottom : 20px ;
45+ }
46+
47+ # searchbar {
48+ text-align : center;
49+ margin : 20px auto;
50+ }
51+
52+ .form__input {
53+ padding : 10px ;
54+ border : none;
55+ border-radius : 5px ;
56+ font-size : 16px ;
57+ width : 300px ;
58+ box-shadow : 0 0 5px rgba (255 , 255 , 255 , 0.3 );
59+ background-color : # 222 ;
60+ text-align : center;
61+ color : # fff ;
62+ cursor : cell;
63+ }
64+
65+ a {
66+ text-decoration : none;
67+ color : white;
68+ width : 50px ;
69+ height : 50px ;
70+ padding-right : 1px ;
71+ padding-left : 1px ;
72+ text-align : center;
73+ align-self : center;
74+ }
75+
76+ .form__input ::placeholder {
77+ color : # aaa ;
78+ text-align : center;
79+ }
80+
81+ .form_input : hover {
82+ cursor : cell;
83+ }
84+
85+ .form__input : focus {
86+ outline : none;
87+ box-shadow : 0 0 5px rgba (255 , 255 , 255 , 0.5 );
88+ }
89+ @import url ('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap' );
90+ # footer {
91+ position : fixed;
92+ left : 0 ;
93+ bottom : 0 ;
94+ border-top-width : 1px ;
95+ border-top-style : solid;
96+ border-top-color : # 99ccff ;
97+ font-family : 'Open Sans' , sans-serif;
98+ width : 100% ;
99+ height : 15px ;
100+ background-color : # 000 ;
101+ padding-top : 7.5px ;
102+ padding-bottom : 10px ;
103+ text-align : center;
104+ color : # fff ;
105+ font-size : 14px ;
106+ }
107+
108+ # footer p {
109+ margin : 0 ;
110+ }
111+
112+ # canvas {
113+ display : block;
114+ position : fixed; /* Cover the viewport */
115+ top : 0 ;
116+ left : 0 ;
117+ width : 100vw ; /* 100% of the viewport width */
118+ height : 100vh ; /* 100% of the viewport height */
119+
120+ pointer-events : none; /* Prevents canvas from interfering with interactions */
121+ }
122+
123+
124+
125+ .fa {
126+ font-size : 24px ;
127+ margin-right : 10px ;
128+ color : # fff ;
129+ }
130+
131+ .fa : hover {
132+ color : # aaa ;
133+ }
You can’t perform that action at this time.
0 commit comments