-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (73 loc) · 1.25 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.fullheight {
height: 77vh;
opacity: 0.8;
}
.command-block {
width: 100%;
color: white;
padding-top: 60px;
padding-bottom: 80px;
}
.console-background {
max-width: 56%;
width: 80%;
margin: 40px auto;
text-align: left;
background-color: #000;
padding: 15px;
border-radius: 10px;
}
.console-text-own {
font-size: 25px;
color: #fff !important;
line-height: 40px;
color: #fff;
font-family: Monospace;
margin: 0px 0px 0px 10px;
white-space: nowrap;
}
.console-text-git {
font-size: 25px;
line-height: 40px;
color: rgb(180, 180, 180) !important;
font-family: Monospace;
margin: 0px 0px 0px 10px;
}
.meta {
font-size: 18px;
color: #999;
}
body {
background: #fff;
font-family: Georgia, Times New Roman, Times, serif;
text-align: center;
margin: 0;
padding: 0;
}
h1 {
font-size: 60px;
font-family: 'Cambria Math', Georgia, serif;
color: #000;
line-height: 1;
padding-top: 40px;
padding-bottom: 20px;
}
h2 {
font-size: 60px;
color: #fff;
font-family: 'Cambria Math', Georgia, serif;
}
p {
width: 960px;
margin: 40px auto;
line-height: 140%;
font-size: 30px;
}
a, a:visited {
color: #000;
font-size: 18px;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}