-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·96 lines (74 loc) · 1.02 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
86
87
88
89
90
91
92
93
94
95
96
html {
margin: 0;
padding: 0;
}
body {
padding: 70px 90px;
margin: 0 auto;
}
section {
width: 200px;
float: left;
margin: 0 20px;
}
p {
font-family: 'Inconsolata', monospace;
line-height: 16px;
font-size: 8px;
}
div.menu {
width: 100vw;
}
h1 {
font-family: 'Montserrat', sans-serif;
margin: 0 20px 0 0;
padding: 5px;
font-size: 0.8em;
outline: #000000 solid 3px;
display: inline;
}
h2 {
font-family: 'Inconsolata', monospace;
text-align: center;
margin: 20px 0 0 0;
}
div.article {
box-shadow: 0 2px 0 0;
padding: 8px 0 8px 0;
}
span {
margin: 0 1px;
padding: 2px;
}
.noun-prop {
background: #5C2B5B;
color: #5C2B5B;
}
.noun {
background: #6C5B7B;
color: #6C5B7B;
}
.pronoun {
background: #AC3B7B;
color: #AC3B7B;
}
.verb {
background: #355C7D;
color: #355C7D;
}
.adverb {
background: #F67280;
color: #F67280;
}
.adjective {
background: #F8B195;
color: #F8B195;
}
.other {
background: #ececec;
color: #ececec;
}
.resetWord {
color: #000000;
background: #FFFFFF;
}