summaryrefslogtreecommitdiffstats
path: root/main/survey/skins/Classic5.css
blob: c9e5e5546f86411c764a29d27df441a16d7bbcda (plain) (blame)
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
/* 1KA new default theme */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 75%;
	font-family: Arial, Verdana, Sans-Serif;
	font-family: Open Sans, Arial, Sans-Serif !important;
}
body.preview, body.testdata{
	margin-top: 26px;
}

#outercontainer {
	width: 100%;
	margin: 0 auto;

	background:url(Classic/resna-5-top.png) center top repeat-x;
	background-attachment: local;
}
#container {
	position:relative;
	width: 100%;
	max-width: 980px;
	margin: 0px auto 10px;
}

/* Warning bar (preview, cookie) */
#cookie_alert, #test_alert {   
    height: 26px;
	
	line-height: 25px;
	color: #ffffff;
	
	background-color: #fe9c5c;
    border-bottom: 1px solid #fe9c5c;
}
#cookie_alert a, #test_alert a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#cookie_alert a:hover, #test_alert a:hover {
	text-decoration: underline;
}
#cookie_alert span, #test_alert span {
    color: #ffffff;
}
#cookie_alert span a, #test_alert span a {
	color: #ffffff;
	font-weight: normal;
}


/* Header - logo, naslov, progressbar */
h1 {
 margin:0px;
	padding: 130px 0 0 0;
	font-size: 22px;
	color: #000;
	text-align: right;
}
h1.evalvacija{
	margin-bottom: 0;
}

#logo {
	left: 0px;
	top: 20px;
}
#logo.english{
}
#logo a{
	width:211px;
	height:47px;
	padding:10px;
	background:#fff url(1ka/logo_full.png) no-repeat 10px 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border:1px solid #CCC;
}
#logo.english a{
	background:#fff url(1ka/logo_full_ang.png) no-repeat 10px 10px;
}

#progress_bar {
	right: 20px;
	left: auto;
	top: 30px;
}
#progress_bar span {
	float: left !important;	/* ie6,7 doesnt support inline-block */
	display: block;
	width: 20px;
	font-size: 11px;
	color: #000;
}
#progress_bar div {
	height: 10px;
	width: 130px;
	padding: 2px;
	margin: 0 5px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
#progress_bar div span {
	height: 10px;
	background-color: #ccc;
}

#progress_bar p a {
	color: #0C377A;
	text-decoration: none;
}
#progress_bar p a:hover {
	color: #fa4913;
}


/* Spremenljivke */
.spremenljivka {
  margin: 20px 10px 20px 10px;
  padding: 20px 2px 20px 12px !important;	
	border-top: 1px #B9C5D9 solid;
}
.spremenljivka.limited{
	outline: 1px #F15A24 solid;
}
.required, .required_require, .required_limit {
	outline: 1px #F15A24 solid;
}

.spremenljivka .naslov{
	padding-left: 5px;
	font-size: 13px;
	font-weight:bold;
	color: #000;
}
.spremenljivka .naslov .spremenljivka_info{
	font-size: 70%;
}

div.variabla, 
td.variabla,
td.question,
td.differential{
	font-size: 13px;
}

div.variable_holder {
	padding: 0 30px;
}

div.variable_holder thead {
	font-weight: 600;
}
table.grid_table tbody tr:nth-child(2n+1) {
	background-color: #f7f7f7;
}

div.variable_holder .frame_ranking{
	border: 1px #B9C5D9 solid;
	background-color: #f7f7f7;
}
div.variable_holder .frame_ranking_hover {
	border: 1px #8A9FBF solid;
	background-color: #e2e4e7;
}

span.reminder {
	left: 3px;
}


/* Gumbi na dnu */
div.buttons {
	padding: 30px 20px 35px;
	margin: 0 10px;
	border-top: 1px #B9C5D9 solid;
}
div.buttons input {
	cursor: pointer;
	margin: 8px 10px;
	padding: 6px 8px;
	text-align: center;
	font-size: 13px;
  color: #FFFFFF;
	border-radius: 4px;
	border: 0; 
}
div.buttons input.next {
	background-color: #fff;
	border: 1px solid #949391;
	color:#000;
}
div.buttons input.next:hover {
	background-color: #f7f7f7;
	border: 1px solid #222;
	color:#000;
}
div.buttons input.prev {
	background-color: #fff;
	border: 1px solid #949391;
	color:#000;
}
div.buttons input.prev:hover {
	background-color: #f7f7f7;
	border: 1px solid #222;
	color:#000;
}

/* Footer */
#footer_survey {
	padding: 20px;
	background-color: #ebebea;
	border-top: 1px #b1b1b1 solid;
}
#footer_survey a, #footer_survey a:visited {
	color: #000;
	text-decoration: none;
}
#footer_survey a:hover, #footer_survey a:active {
	text-decoration: underline;
}


/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#container { width:760px;}
}

/*  #Mobile (Portrait) */
@media only screen and (max-width: 767px) {
#container { width:280px;}
}

/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#container { width:480px;}
}