-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
160 lines (127 loc) · 2.38 KB
/
Copy pathstyles.css
File metadata and controls
160 lines (127 loc) · 2.38 KB
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
156
157
158
159
160
header {
background: #0599F1;
width: 100vw;
padding: 20px 10px 20px 10px;
text-align: center;
font-family: 'Questrial', sans-serif;
color: white;
}
footer {
background: #0599F1;
margin-top: 30px;
width: 100vw;
padding: 20px 10px 10px 10px;
text-align: center;
font-family: 'Questrial', sans-serif;
color: white;
}
body {
background: #F4F5F5;
}
.searchArea {
margin: 20px 20px 30px 50px;
}
#searchbar {
width: 400px;
}
#searchInput {
border-radius: 25px 0px 0px 25px;
}
#search {
width: 80px;
margin-left: 20px;
text-align: left;
border-radius: 0px 25px 25px 0px;
background-color: #0599F1;
}
h1 {
font-size: 40px;
}
h2 {
font-family: 'Questrial', sans-serif;
}
h3 {
font-family: 'Questrial', sans-serif;
font-size: 16px;
font-weight: bold;
}
.info {
margin-top: 20px;
font-size: 14px;
}
#limitSel {
margin-right: 5px;
}
#control2 {
margin: 25px 10px 15px 10px;
}
#disclaimer {
margin: 10px 10px 10px 10px;
font-size: 12px;
color: #C0C0C0;
}
#limit {
width: 100px;
}
.function {
width: 100px;
background-color: #0599F1;
}
#movies {
height: 70vh;
overflow-y: scroll;
}
#movies::-webkit-scrollbar-track {
border: 2px solid #0599F1;
background-color: lightgray;
border-radius: 10px;
}
#movies::-webkit-scrollbar {
width: 12px;
}
#movies::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #0599F1;
}
#movies::-webkit-scrollbar-thumb:hover {
background-color: #0069d9;
}
#book {
padding-right: 3em;
margin: 20px 50px 20px 50px;
border-right: 2px dotted #0599F1;
}
#loading {
margin-top: 20vh;
}
.movieIMG {
max-width: 100px;
margin-top: 5px;
}
.movieSug {
padding: 20px 20px 10px 20px;
margin: 15px 25px 15px 0px;
background: lightgray;
border-radius: 10px;
}
.movieSug h2 {
font-size: 20px;
font-weight: bold;
margin-right: 20px;
}
.movieSug p {
font-size: 14px;
}
.score {
max-height: 18px;
margin: 0px 20px 0px 15px;
padding-left: 10px;
border-left: 2px dotted #0599F1;
}
#admin-home {
padding-top: 50px;
}
#word-cloud {
border-left: 2px dotted #0599F1;
padding-left: 2em;
}