This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
generated from github/codespaces-react
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.css
89 lines (81 loc) · 1.81 KB
/
docs.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
86
87
88
89
/*
* Copyright (c) 2023
* All rights reserved.
*/
body {
background-color: whitesmoke;
margin: 0px;
}
header {
background-color: rgb(231, 14, 14);
width: 100%;
height: 100px;
text-align: center;
line-height: 115px;
font-family: Teko;
font-size: 90px;
color: #FFFFFF;
-webkit-text-stroke: 1px black;
}
.p-one {
text-align: center;
font-size: 20px;
font-family: sans-serif;
}
.p-one-point-10 {
font-size: 20px;
text-align: center;
font-family: sans-serif;
}
.p-one-point-five {
font-size: 20px;
text-align: center;
font-family: sans-serif;
}
.p-two {
font-size: 30px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.p-three {
font-size: 20px;
text-align: center;
font-family: sans-serif;
}
kbd {
margin: 0;
padding: 0;
border: 0;
outline: 0;
color: white;
font-size: 100%;
font-family: monospace, sans-serif;
vertical-align: baseline;
background: transparent;
border-color: #e6e6e6 #bebebe #bebebe #e6e6e6;
border-style: solid;
border-width: 1px 3px 4px;
padding: 0 5px;
background-color: #d2d2d2;
background-color: rgba(210, 210, 210, 0.9);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
kbd.menu {
-moz-border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
-webkit-border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
background-color: #f7f7f7;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
color: #333;
display: inline-block;
font-family: monospace, sans-serif;
font-size: 100%;
line-height: 1.4;
margin: 0 0.1em;
padding: 0.1em 0.6em;
text-shadow: 0 1px 0 #fff;
}