-
Notifications
You must be signed in to change notification settings - Fork 0
/
beta.css
124 lines (97 loc) · 1.39 KB
/
beta.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
.main-content {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#profile-title {
flex: 1;
}
.fa-eye {
color: #0c7847;
}
.fa-bolt {
color: #da950e;
}
.fa-dot-circle {
color: red;
}
.fa-sort-numeric-up {
color: #018ccf;
}
.clicked-result-button {
background: #235b9a;
color: white;
}
.fa-user {
font-size: 30px;
padding: 15px 20px;
}
#attempt-button {
padding-right: 5px;
}
.plotly {
margin-top: 10px;
}
.title {
font-size: 22px;
letter-spacing: .1em;
}
#main_table {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
.faded {
opacity: 0.3;
}
.opinion {
font-size: 30px;
float: right;
cursor: pointer;
}
#heart {
color: red;
}
#hard {
color: #da950e;
top: 50px;
}
#easy {
color: #0c7847;
top: 100px;
}
#results {
padding: 20px;
margin-bottom: 16px;
text-align: center;
}
#results-form {
margin-top: 13px;
}
.quick-filter {
margin-left: 14px;
}
#quick-filters {
float: left;
}
#sector-link {
cursor: pointer;
}
#images_table td {
padding-right: 20px
}
.shadowbox {
background: white;
-moz-box-shadow: 0 0 3px #bebebe;
-webkit-box-shadow: 0 0 3px #bebebe;
box-shadow: 0 0 3px #bebebe;
}
.content {
padding: 20px;
background: #ffffff;
text-align: center;
}
.content ol {
text-align: left;
line-height: 30px;
}