generated from Kur1sut1na/Project0-2021
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
155 lines (127 loc) · 2.37 KB
/
styles.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
body {
margin: 0px;
height: 100vh;
}
input {
font-size: 16px;
width: 4%;
padding: 13px 0;
}
input:focus {
outline: none;
}
input[type=text] {
color: #3a3939;
width: 93%;
}
.header{
background-color: rgba(211, 211, 211, 0.2);
}
.header, .header-links {
display: flex;
align-items: right;
}
.header a {
color: black;
padding: 10px;
margin-left: auto;
text-decoration: none;
}
.header-links {
margin-left: auto;
}
.header-advanced-logo {
padding: 10px;
}
.header-advanced-logo img {
height: 30px;
}
.appbar {
margin: 30px 10px;
}
.appbar label {
color: #d93025;
font-size: 20px;
margin: 50px 30px;
}
.separator-line {
border-bottom: solid 1px #afafaf;
}
.search-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 80%;
}
.search-box .text-box {
background-color: rgb(255, 255, 255);
display: flex;
flex-direction: row;
border-radius: 25px;
border: 1px solid #afafaf;
align-items: center;
margin: 30px;
padding-left: 15px;
}
.search-box .text-box input {
border: none;
border-radius: 25px;
}
.footer {
position: absolute;
left: 24px;
bottom: 24px;
overflow: hidden;
color: #fff;
text-shadow: 1px 1px 1px rgb(77, 72, 72);
font-size: 13px;
}
.advanced-search-container {
margin: 40px 40px;
}
.advanced-search-container label {
display: inline-block;
width: 16%;
font-size: 15px;
padding-bottom: 15px;
}
.advanced-search-container .todo {
color: #afafaf;
font-weight: bold;
}
.advanced-search-container .whitespace {
display: inline-block;
width: 38%;
}
.advanced-search-container .form-group {
display: flex;
align-items: center;
margin-top: 5px;
padding: 5px 0;
}
.advanced-search-container .form-group label {
width: 16%;
font-size: 14px;
}
.advanced-search-container .form-group input[type=text] {
width: 35%;
padding: 2px 0;
}
.advanced-search-container .form-group .clarification {
font-size: 11px;
width: 30%;
margin-left: 3%;
}
.advanced-search-container .form-group .clarification .diffont {
font-family: monospace;
}
.advanced-search-container .form-group .right-align {
width: 50%;
}
input.search-button {
width: 8%;
float: right;
padding: 10px 28%;
margin: 0;
}