-
Notifications
You must be signed in to change notification settings - Fork 0
/
harp.css
116 lines (103 loc) · 1.84 KB
/
harp.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
/* CSS declarations go here */
.mech0sliderlabel {
float:left;
margin-left: 7%;
}
/* disable copy paste*/
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.invisible {
display:none;
}
.jumbotron#navigacija {
height: 150px;
color: black;
text-shadow: #444 0 1px 1px;
background: transparent;
padding-left: 25px;
}
.bg{
background: url('bg_orange.jpg') center center;
background-color: rgba(0,0,0,0);
background-size: 100%;
width: 100%;
height: 150px; /*same height as jumbotron */
top:0;
left:0;
z-index: -1;
}
.answered {
-moz-border-radius: 10px;
border-radius: 10px;
opacity: 0.9;
background-color: #00ff00;
}
.unanswered {
-moz-border-radius: 10px;
border-radius: 10px;
}
.center{
text-align: center;
}
.container {
/*width: 800px; /*before: max-width: 80%; or 600px*/
/*margin: 0 auto;*/
/*min-height: 100%;*/
/*background: white;*/
}
.feedback_form{
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
width:300px;
height: 100px;
display: block;
}
.feedback_submission{
margin: 0 auto;
display: block;
}
.bottom-margin{
margin-bottom: 150px;
}
#history_table {
/*border: 0px none white;*/
width: 100%;
/*max-width: 750px;*/
padding: 0;
height: 150px;
overflow-y: scroll;
margin-bottom: 15px;
}
table{
width: 100%;
table-layout:fixed;
}
#login-buttons {
display: block;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
ol{
list-style: square;
}
li {
position: relative;
padding: 5px;
border-bottom: #eee solid 1px;
}
#slider .noUi-base {
background: red;
}
#slider .noUi-background {
background: blue;
}