From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- main/survey/skins/MobileFdv.css | 50 ++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 20 deletions(-) (limited to 'main/survey/skins/MobileFdv.css') diff --git a/main/survey/skins/MobileFdv.css b/main/survey/skins/MobileFdv.css index d206d11..743592d 100644 --- a/main/survey/skins/MobileFdv.css +++ b/main/survey/skins/MobileFdv.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: #666666; background-color: #ffffff; - border-bottom: 8px #666666 solid; + border-bottom: 2px #666666 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 #888888 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: #eeeeee; @@ -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 #888888 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: #666666; @@ -182,13 +180,13 @@ button.ui-datepicker-trigger:hover { /* FOOTER */ #footer_survey { - color: #505050; - border-top: 3px #666666 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,12 +220,24 @@ 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"); } /* Popravimo se logo */ #footer_survey #logo { - background-image: url("../../../public/img/logo/fdv.png"); + background-image: url("../../../public/img/logo/fdv.png") !important; } /*# sourceMappingURL=MobileFdv.css.map */ -- cgit v1.2.3