-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
123 lines (91 loc) · 2.96 KB
/
main.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
html {
background: #e6e9e9;
background: -webkit-linear-gradient0(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
background-image: -moz-linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
background-image: -o-linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
background-image: -ms-linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}
body {
max-width: 80%;
margin: 0 auto;
padding: 2em;
color: #545454;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3;
}
.postavka {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 1em;
border: 2px solid #babebe;
background: #e6e9e9;
}
.unos {
position: relative;
display:inline-block;
}
.testVrednosti {
position: relative;
display: none;
overflow: hidden;
margin: 0 auto;
padding: 1em 3em 2em 1em;
border: 2px solid #d8d8ae;
background: rgb(239, 239, 221);
}
.listaVrednosti {
overflow: hidden;
}
.fadeoutVrednosti {
position: absolute;
right: 0;
bottom: 0;
width: 6em;
height: 100%;
background: -webkit-linear-gradient0(90deg, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 221) 100%);
background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 221) 100%);
background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 221) 100%);
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 221) 100%);
background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 221) 100%);
}
.resenja {
position: relative;
display: none;
clear: both;
overflow: hidden;
padding: 1em 3em 2em 1em;
border: 2px solid #fad5b1;
background: #faebd7;
}
.fadeoutResenja {
position: absolute;
right: 0;
bottom: 0;
width: 6em;
height: 100%;
background: -webkit-linear-gradient0(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 235, 215) 100%);
background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 235, 215) 100%);
background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 235, 215) 100%);
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 235, 215) 100%);
background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 235, 215) 100%);
}
.liste {
position: relative;
display: none;
clear: both;
overflow: hidden;
padding: 1em 3em 2em 1em;
border: 2px solid #fad5b1;
background: #faebd7;
}