-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
139 lines (114 loc) · 1.92 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
footer { border-top: 0 !important; }
header { border: 0 !important; }
:root {
font-family: arial, sans-serif;
font-size: 1em;
line-height: 1.4em;
/* font-family: 'Roboto',Helvetica,Sans-Serif; */
}
:root {
font-family: arial, sans-serif;
font-size: 1em;
line-height: 1.4em;
/* font-family: 'Roboto',Helvetica,Sans-Serif; */
}
body,
html {
padding: 0 0 0 0;
margin: 0;
}
main {
width: 1200px;
margin: 0px auto;
}
footer {
border-top: 1px solid rgba(0, 0, 0, 0.16);
margin-bottom: 20px;
}
section {
margin-bottom: 1em;
border-radius: 2px;
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
width: 400px;
}
.g {
color: green;
}
header {
border-bottom: 1px solid rgba(0, 0, 0, 0.16);
padding-top: 20px;
}
a {
text-decoration: none;
}
details {
margin-top: 1em;
margin-bottom: 1em;
}
a:hover {
text-decoration: underline;
}
small.vs {
font-size: 0.5em;
}
li {
list-style-type: none;
}
.result-count {
margin-top: 10px;
}
#results {
padding: 0px;
}
.selected-type {
border-bottom: 3px solid #00CCF4;
}
.header-wrapper {
width: 1200px;
margin: 0px auto;
}
.header-search {
display: flex;
gap: 5px;
}
.header-details {
margin-top: 5px;
}
.header-type {
display: flex;
gap: 15px;
margin-bottom: 0.5em;
}
.results-wrapper {
display: flex;
gap: 3em;
}
.footer-wrapper {
width: 1200px;
margin: 0px auto;
}
.search-header-wrapper {
width: 1200px;
margin-left: auto;
margin-right:auto;
justify-content: center;
text-align: center;
}
.search-wrapper {
margin-left: auto;
margin-right:auto;
text-align: center;
padding: 4em;
}
button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}