forked from akhilesh-k/metaqp-test
-
Notifications
You must be signed in to change notification settings - Fork 4
/
searchstyle.css
86 lines (82 loc) · 1.55 KB
/
searchstyle.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
.query-div {
border-radius: 25px;
text-align: center;
margin-top: 4em;
position: relative;
width: 70%;
margin-left: 15%;
}
.sk-folding-cube {
display: inline-block;
margin: 1em;
margin-left: 3em;
vertical-align: middle;
position: absolute;
right: 5%;
}
.query-div input {
font-size: 2.4em;
font-family: Roboto, Titillium, Inconsolata, sans-serif;
width: 80%;
line-height: 1.5em;
vertical-align: middle;
horizontal-align: middle;
display: inline-block;
padding: 6;
border-radius: 25px;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
border-color: rgba(0, 0, 0, 0.5);
//box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
outline: 0 none;
}
.result-list {
font-size: 1em;
font-family: Inconsolata, sans-serif;
padding: 1em;
list-style: none;
text-align: left;
margin-left: 2%;
}
.result-div {
text-align: center;
margin-left: 15%;
}
.result-div li {
margin: 1em;
}
.hidden {
display: none;
}
.ratings {
text-align: center;
}
.button {
background-color: #f1c40f;
border: none;
color: black;
padding: 4px 10px;
border-radius: 4px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
font-weight: bold;
margin: 4px 2px;
cursor: pointer;
}
.local-storage-div {
/* margin-top: 6em; */
max-height: 30px;
text-align: center;
padding-bottom: 3em;
}
.local-storage-list {
text-align: center;
max-height: inherit;
}
.footer-text {
position: relative;
font-size: 2em;
text-align: center;
}