summaryrefslogtreecommitdiffstats
path: root/main/survey/skins/MobilePurple.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/survey/skins/MobilePurple.css')
-rw-r--r--main/survey/skins/MobilePurple.css48
1 files changed, 29 insertions, 19 deletions
diff --git a/main/survey/skins/MobilePurple.css b/main/survey/skins/MobilePurple.css
index c25c8db..f5e7a7b 100644
--- a/main/survey/skins/MobilePurple.css
+++ b/main/survey/skins/MobilePurple.css
@@ -9,26 +9,26 @@
*/
/* Fonti */
body {
- font-family: Montserrat, Arial, Sans-Serif !important;
- color: #505050;
+ font-family: Source Sans Pro, sans-serif !important;
+ color: #333;
background-color: white;
}
span, label {
- color: #505050;
+ color: #333;
}
/* GLAVNI ELEMENTI */
#container h1 {
color: #4527a0;
background-color: #ffffff;
- border-bottom: 8px #4527a0 solid;
+ border-bottom: 2px #4527a0 solid;
}
/* INPUT ELEMENTI */
/* Textboxi, textarea, select */
input, textarea, select {
- font-family: Montserrat, Arial, Sans-Serif !important;
+ font-family: Source Sans Pro, sans-serif !important;
}
input[type=text], textarea, select {
@@ -49,17 +49,17 @@ input[type=radio] + span.enka-checkbox-radio,
.grupa .spremenljivka {
background-color: white;
border: 0;
- border-bottom: 1px #7e57c2 solid;
+ border-bottom: 1px #E5E5E5 solid;
/* Mejnik pri dvojni tabeli */
}
.grupa .spremenljivka:last-of-type {
border-bottom: 0;
}
.grupa .spremenljivka .naslov {
- color: #505050;
+ color: #333;
}
.grupa .spremenljivka .naslov .spremenljivka_info {
- color: #505050;
+ color: #333;
}
.grupa .spremenljivka .sequence_number {
background-color: #e3daf2;
@@ -116,7 +116,7 @@ input[type=radio] + span.enka-checkbox-radio,
}
.variable_holder .variabla {
- color: #505050;
+ color: #333;
}
/* Koledar */
@@ -146,21 +146,19 @@ button.ui-datepicker-trigger:hover {
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
- border-top: 1px #7e57c2 solid !important;
+ border-top: 1px #E5E5E5 solid !important;
}
.buttons input {
cursor: pointer;
margin: 8px 5px;
- padding: 10px 20px;
+ padding: 10px 24px !important;
text-align: center;
font-size: 15px;
letter-spacing: 0px;
font-weight: 600;
color: #FFFFFF;
- border-radius: 20px;
- -moz-border-radius: 20px 20px 20px 20px;
- -webkit-border-radius: 20px;
border: 0;
+ transition: 0.3s;
}
.buttons input.next {
background-color: #4527a0;
@@ -182,13 +180,13 @@ button.ui-datepicker-trigger:hover {
/* FOOTER */
#footer_survey {
- color: #505050;
- border-top: 3px #4527a0 solid;
+ color: #333;
+ border-top: 1px #E5E5E5 solid;
}
#footer_survey a {
font-weight: normal;
text-decoration: none;
- color: #505050;
+ color: #333;
}
/* LOGO */
@@ -204,7 +202,7 @@ button.ui-datepicker-trigger:hover {
margin: 10px auto 30px auto;
left: 0;
right: 0;
- background-image: url("../../../public/img/logo/1ka_slo.svg");
+ background-image: url("../../../public/img/logo/1ka_logo_slo.svg");
background-repeat: no-repeat;
background-size: auto 100% !important;
background-position: center;
@@ -222,7 +220,19 @@ button.ui-datepicker-trigger:hover {
}
#footer_survey #logo.english {
- background-image: url("../../../public/img/logo/1ka_eng.svg");
+ background-image: url("../../../public/img/logo/1ka_logo_eng.svg");
+}
+
+#footer_survey #logo.namestitev {
+ background-image: url("../../../public/img/logo/1ka_logo_namestitev.svg");
+}
+
+#footer_survey #logo.namestitev.english {
+ background-image: url("../../../public/img/logo/1ka_logo_installation.svg");
+}
+
+#footer_survey #logo.arnes {
+ background-image: url("../../../public/img/logo/1ka_logo_arnes.svg");
}
/*# sourceMappingURL=MobilePurple.css.map */