-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
112 lines (92 loc) · 1.37 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
font-family: "Roboto", sans-serif;
}
.wrapper {
padding: 1em 0.5em 1em 0.5em;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
line-height: 1.4em;
}
.pure-g > div {
box-sizing: border-box;
}
.box {
border: 1px solid black;
border-radius: 4px;
text-align: center;
padding: 0.1em;
margin: 0.9em;
}
.box a {
display: block;
height: 100%;
padding: 2px;
color: inherit;
text-decoration: none;
}
.box p {
font-size: 0.9em;
}
.box:hover {
background-color: #efefef;
}
.revolutionary {
font-weight: bold;
color: #e84644;
}
.algae {
font-weight: bold;
color: rgb(133, 177, 96);
}
.cool {
color: #135cb7;
}
.package-name {
font-weight: bold;
}
a {
color: #000;
}
ul {
margin-top: 0;
padding-left: 1em;
list-style-type: none;
}
ul li {
padding-left: 1.5em;
background-image: url(img/Red_star.svg);
background-position: 0px 0.1em;
background-size: 1em 1em;
background-repeat: no-repeat;
}
.content .pure-g {
padding-top: 1.5em;
padding-bottom: 2.5em;
}
.content .pure-g h2 {
margin-top: 0em;
}
.content .pure-g h3 {
margin-bottom: 0.5em;
}
#boxes {
justify-content: center;
}
h1 {
text-align: center;
line-height: 1.2em;
}
@media screen and (min-width: 64em) {
.left-box {
padding-right: 2em;
}
}
.right-box {
max-width: 450px;
}