Redesign - popravki tem anket - nov font, razmiki...
This commit is contained in:
parent
ce8feae5e1
commit
f53bc21061
@ -139,7 +139,6 @@
|
||||
// Fonts
|
||||
echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet">';
|
||||
|
||||
//echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet" />';
|
||||
|
||||
?>
|
||||
<!--[if lt IE 7]>
|
||||
|
@ -189,13 +189,11 @@ class HeaderController extends Controller
|
||||
// tukaj nalozimo CSS za jquery in template temo
|
||||
echo ' <link href="' . self::$site_url . 'admin/survey/minify/g=cssfrontend?v=' . $rowv['value'] . '" rel="stylesheet">' . "\n";
|
||||
|
||||
//nalozimo stringe iz langa za JS
|
||||
// nalozimo stringe iz langa za JS
|
||||
echo '<script type="text/javascript" src="' . self::$site_url . 'admin/survey/script/js-lang.php?lang=' . ($row['lang_admin'] == 1 ? 'si' : 'en') . '&v=' . $rowv['value'] . '"></script>' . "\n";
|
||||
|
||||
// nalozimo open sans fonte za nov design
|
||||
echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&subset=latin,latin-ext" rel="stylesheet" />';
|
||||
/*echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext" rel="stylesheet">';*/
|
||||
echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet" />';
|
||||
// nalozimo source sans pro fonte za nov design
|
||||
echo '<link type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet">';
|
||||
|
||||
|
||||
// CSS mobile skin za telefone in tablice
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #333333 solid;
|
||||
border-bottom: 2px #333333 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #eaeaea;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #595959;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #eaeaea solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #eaeaea;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #444444 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #444444 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #444444 solid;
|
||||
border-top: 2px #444444 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #444444;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #333333;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #eaeaea solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #1e88e5 solid;
|
||||
border-bottom: 2px #1e88e5 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #1e88e5;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ddeffd;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -133,43 +136,50 @@ h1.evalvacija {
|
||||
text-decoration: none;
|
||||
}
|
||||
.header_settings_holder .progress_bar p a:hover {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
.header_settings_holder .continue_later_setting a {
|
||||
color: #1e88e5;
|
||||
}
|
||||
.header_settings_holder .continue_later_setting a:hover {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
.header_settings_holder .tawk_chat a {
|
||||
color: #1e88e5;
|
||||
}
|
||||
.header_settings_holder .tawk_chat a:hover {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #ddeffd solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #ddeffd;
|
||||
background-color: #F1F8FD;
|
||||
color: #42A5F5;
|
||||
}
|
||||
.spremenljivka .sequence_number:hover {
|
||||
background-color: #add8fb;
|
||||
background-color: #c4e2f7;
|
||||
}
|
||||
.spremenljivka .sequence_number.active {
|
||||
background-color: #42A5F5;
|
||||
@ -185,7 +195,7 @@ h1.evalvacija {
|
||||
color: #1e88e5;
|
||||
}
|
||||
.spremenljivka .arrow:hover {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
|
||||
.spremenljivka.limited {
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
border-top: 2px #42A5F5 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
background-color: #F1F8FD;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ddeffd;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -257,7 +267,7 @@ input[type=text], textarea, select {
|
||||
|
||||
/* ranking */
|
||||
.dropzone {
|
||||
border-top: 1px #ddeffd solid;
|
||||
border-top: 1px #F1F8FD solid;
|
||||
margin-top: 12px;
|
||||
padding-top: 17px;
|
||||
}
|
||||
@ -289,7 +299,7 @@ table.ranking_table ul {
|
||||
|
||||
div.variable_holder .frame_ranking_hover {
|
||||
border: 2px #1e88e5 solid;
|
||||
background-color: #ddeffd;
|
||||
background-color: #F1F8FD;
|
||||
}
|
||||
|
||||
div.variable_holder .frame_ranking,
|
||||
@ -298,7 +308,7 @@ div.variable_holder .frame_dropping,
|
||||
div.variable_holder .frame_dropping_hover {
|
||||
text-indent: -35px;
|
||||
border: 2px #42A5F5 solid;
|
||||
background-color: #ddeffd;
|
||||
background-color: #F1F8FD;
|
||||
}
|
||||
|
||||
table.ranking_table b {
|
||||
@ -314,10 +324,10 @@ button.record_foto::before {
|
||||
color: #1e88e5;
|
||||
}
|
||||
button.record_foto:hover, button.record_foto:focus {
|
||||
border-color: #ffa608;
|
||||
border-color: #1360a4;
|
||||
}
|
||||
button.record_foto:hover::before, button.record_foto:focus::before {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
|
||||
/* Koledar */
|
||||
@ -329,12 +339,12 @@ button.ui-datepicker-trigger {
|
||||
color: #1e88e5;
|
||||
}
|
||||
button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
color: #ffa608;
|
||||
color: #1360a4;
|
||||
}
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #42A5F5;
|
||||
border: 0;
|
||||
}
|
||||
@ -379,7 +389,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
background-color: #ddeffd;
|
||||
background-color: #F1F8FD;
|
||||
border: 2px solid red;
|
||||
padding: 4px 7px;
|
||||
border-radius: 4px;
|
||||
@ -388,29 +398,28 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #1e88e5;
|
||||
border: 1px solid #1e88e5;
|
||||
}
|
||||
div.buttons input.next:hover, div.buttons input.next:focus {
|
||||
background-color: #ffa608;
|
||||
border: 1px solid #ffa608;
|
||||
background-color: #1360a4;
|
||||
border: 1px solid #1360a4;
|
||||
}
|
||||
div.buttons input.prev {
|
||||
color: #1e88e5;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #ddeffd solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #2e7d3a solid;
|
||||
border-bottom: 2px #2e7d3a solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #2e7d3a;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e2f2e2;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #43b554;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #e2f2e2 solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #e2f2e2;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #66bb6a solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #66bb6a solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #66bb6a solid;
|
||||
border-top: 2px #66bb6a solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #e2f2e2;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #66bb6a;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #2e7d3a;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #e2f2e2 solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #1e88e5 solid;
|
||||
border-bottom: 2px #1e88e5 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #505050;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ddeffd;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #ffa608;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #ddeffd solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #ddeffd;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
border-top: 2px #42A5F5 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ddeffd;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #42A5F5;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #1e88e5;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #ddeffd solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #1e88e5 solid;
|
||||
border-bottom: 2px #1e88e5 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #505050;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ddeffd;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #ffa608;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #ddeffd solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #ddeffd;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #42A5F5 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #42A5F5 solid;
|
||||
border-top: 2px #42A5F5 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ddeffd;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #42A5F5;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #1e88e5;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #ddeffd solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #ef6c00 solid;
|
||||
border-bottom: 2px #ef6c00 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #ef6c00;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ffe9c9;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #ff943d;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #ffe9c9 solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #ffe9c9;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #ffa726 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #ffa726 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #ffa726 solid;
|
||||
border-top: 2px #ffa726 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffe9c9;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #ffa726;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #ef6c00;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #ffe9c9 solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #4527a0 solid;
|
||||
border-bottom: 2px #4527a0 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #4527a0;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e3daf2;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #6642d1;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #e3daf2 solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #e3daf2;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #7e57c2 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #7e57c2 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #7e57c2 solid;
|
||||
border-top: 2px #7e57c2 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #e3daf2;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #7e57c2;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #4527a0;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #e3daf2 solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #c62828 solid;
|
||||
border-bottom: 2px #c62828 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #c62828;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #fde6e6;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #de5c5c;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #fde6e6 solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #fde6e6;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #ef5350 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #ef5350 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #ef5350 solid;
|
||||
border-top: 2px #ef5350 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #fde6e6;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #ef5350;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #c62828;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #fde6e6 solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #666666 solid;
|
||||
border-bottom: 2px #666666 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #8c8c8c;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #eeeeee solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #eeeeee;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
border-top: 2px #888888 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #888888;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #666666;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #eeeeee solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #666666 solid;
|
||||
border-bottom: 2px #666666 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #8c8c8c;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #eeeeee solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #eeeeee;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
border-top: 2px #888888 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #888888;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #666666;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #eeeeee solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -27,7 +27,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -27,7 +27,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -27,7 +27,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Fonti */
|
||||
body {
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
color: #505050;
|
||||
background-color: white;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span, label {
|
||||
/* 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 {
|
||||
|
@ -1,14 +1,13 @@
|
||||
/*
|
||||
Tema Otroci 3
|
||||
*/
|
||||
/*$font_family: Open Sans, Arial, Sans-Serif;*/
|
||||
/* Barve */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
font-size: 75%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #b0e8ff url(Otroci/otroci-3-footer.png) left bottom repeat-x;
|
||||
}
|
||||
|
||||
@ -185,7 +184,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
|
@ -1,14 +1,13 @@
|
||||
/*
|
||||
Tema Otroci 4
|
||||
*/
|
||||
/*$font_family: Open Sans, Arial, Sans-Serif;*/
|
||||
/* Barve */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
font-size: 75%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #fff url(Otroci/otroci-4-footer.png) left bottom repeat-x;
|
||||
}
|
||||
|
||||
@ -181,7 +180,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
|
@ -6,13 +6,14 @@
|
||||
/*
|
||||
Osnovna tema ankete - 1ka - brez definiranih barv
|
||||
*/
|
||||
/* Barve */
|
||||
/* Fonti */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 100%;
|
||||
font-family: Montserrat, Arial, Sans-Serif !important;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@ -28,13 +29,13 @@ body.preview, body.testdata {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
border-bottom: 6px #666666 solid;
|
||||
border-bottom: 2px #666666 solid;
|
||||
}
|
||||
#outercontainer #container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
@ -69,12 +70,14 @@ body.preview, body.testdata {
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
font-size: 28px;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
h1.evalvacija {
|
||||
@ -83,7 +86,7 @@ h1.evalvacija {
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
max-height: 56px !important;
|
||||
background: url("../../../public/img/logo/1ka_logo_slo.svg");
|
||||
@ -148,21 +151,28 @@ h1.evalvacija {
|
||||
color: #8c8c8c;
|
||||
}
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro .spremenljivka .naslov,
|
||||
.concl .spremenljivka .naslov {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
border-bottom: 1px #eeeeee solid;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
border-bottom: 1px #E5E5E5 solid;
|
||||
}
|
||||
.spremenljivka .naslov {
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.spremenljivka .naslov .spremenljivka_info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
.spremenljivka .sequence_number {
|
||||
background-color: #eeeeee;
|
||||
@ -201,41 +211,41 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.variable_holder .variabla {
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.variable_holder .variabla:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.variable_holder thead,
|
||||
div.variable_holder tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
div.variable_holder thead td,
|
||||
div.variable_holder tr.table-header td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
table.grid_table thead tr td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table thead tr.middle_row td {
|
||||
border-top: 2px #888888 solid;
|
||||
}
|
||||
table.grid_table tbody tr.table-header td {
|
||||
border-bottom: 2px #888888 solid;
|
||||
border-top: 2px #888888 solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
table.grid_table tbody tr:nth-child(2n) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
table.grid_table td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
|
||||
span.reminder {
|
||||
@ -244,7 +254,7 @@ span.reminder {
|
||||
|
||||
/* 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 {
|
||||
@ -334,7 +344,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Slider */
|
||||
.grupa .spremenljivka .ui-slider-pips .ui-slider-pip {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
}
|
||||
.grupa .spremenljivka .slider.ui-widget-content {
|
||||
/*background-color: $color_light !important;*/
|
||||
@ -359,7 +369,7 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
}
|
||||
.grupa .spremenljivka .sliderText {
|
||||
padding-top: 2px;
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
background-color: #888888;
|
||||
border: 0;
|
||||
}
|
||||
@ -388,21 +398,20 @@ button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.buttons input {
|
||||
cursor: pointer;
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
div.buttons input.next {
|
||||
background-color: #666666;
|
||||
@ -424,12 +433,12 @@ div.buttons input.prev:hover, div.buttons input.prev:focus {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px #eeeeee solid;
|
||||
border-top: 1px #E5E5E5 solid;
|
||||
}
|
||||
#footer_survey p, #footer_survey a, #footer_survey a:visited {
|
||||
color: #505050;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
font-weight: 400;
|
||||
|
@ -46,9 +46,7 @@ body.preview, body.testdata{
|
||||
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
#cookie_alert, #test_alert {
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
#cookie_alert, #test_alert {
|
||||
height: 26px;
|
||||
|
||||
font-size: 13px;
|
||||
@ -457,9 +455,7 @@ div.buttons input.prev:hover {
|
||||
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
#footer_survey {
|
||||
padding: 30px 0;
|
||||
width: 100%;
|
||||
|
||||
|
@ -6,8 +6,6 @@ body {
|
||||
|
||||
color: #231f20;
|
||||
font-size: 100%;
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -6,8 +6,6 @@ body {
|
||||
|
||||
color: #1a4859;
|
||||
font-size: 100%;
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
background-color: #2b6175;
|
||||
}
|
||||
|
@ -6,8 +6,6 @@ body {
|
||||
|
||||
color: #1a4859;
|
||||
font-size: 100%;
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
background: url('MJU/bg.png') top left repeat-x;
|
||||
background-color: #2e6479;
|
||||
|
@ -1,8 +1,6 @@
|
||||
body{
|
||||
padding: 0px;
|
||||
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
font-size: 13px;
|
||||
color: #1a4859;
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
body{
|
||||
padding: 0px;
|
||||
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
font-size: 13px;
|
||||
color: #1a4859;
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
body{
|
||||
padding: 0px;
|
||||
|
||||
font-family: Arial, Verdana, Sans-Serif;
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
font-size: 13px;
|
||||
color: #1a4859;
|
||||
|
||||
|
@ -5053,7 +5053,7 @@ readers do not read off random characters that represent icons */
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-family: Source Sans Pro, sans-serif;
|
||||
font-size: 62.5%;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -214,8 +214,6 @@
|
||||
}
|
||||
|
||||
#preview_switch {
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
||||
@ -280,8 +278,6 @@
|
||||
}
|
||||
|
||||
#preview-holder {
|
||||
font-family: Open Sans, Arial, Sans-Serif !important;
|
||||
|
||||
z-index: 100;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
@ -9,7 +9,7 @@
|
||||
@import "../../../fonts/FontAwesome5/scss/solid.scss";
|
||||
@import "../../../fonts/FontAwesome5/scss/brands.scss";
|
||||
|
||||
$font_family: Montserrat, sans-serif;
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
$fontawesome: "Font Awesome 5 Free";
|
||||
|
||||
$siva-suctom-radio: #c3c3c3;
|
||||
|
@ -10,8 +10,6 @@ span.faicon.empty {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
$font-family: Open Sans, Arial, Sans-Serif;
|
||||
|
||||
//Barve
|
||||
$blue: #1E88E5;
|
||||
$dark-blue: #0059ab;
|
||||
|
@ -25,9 +25,7 @@
|
||||
|
||||
|
||||
/* Warning bar (preview, cookie) */
|
||||
#cookie_alert, #test_alert {
|
||||
font-family: Open Sans, Arial, Sans-Serif;
|
||||
|
||||
#cookie_alert, #test_alert {
|
||||
height: 26px;
|
||||
|
||||
line-height: 25px;
|
||||
|
@ -3,8 +3,15 @@
|
||||
*/
|
||||
|
||||
|
||||
/* Barve */
|
||||
$color_gray: #E5E5E5;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
$color_text: #333333;
|
||||
|
||||
|
||||
/* Fonti */
|
||||
$font_family: Montserrat, Arial, Sans-Serif;
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
|
||||
|
||||
body {
|
||||
@ -30,7 +37,7 @@ body.preview, body.testdata{
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
|
||||
border-bottom: 6px $color_strong solid;
|
||||
border-bottom: 2px $color_strong solid;
|
||||
}
|
||||
|
||||
#container {
|
||||
@ -38,7 +45,7 @@ body.preview, body.testdata{
|
||||
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0px auto 10px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
}
|
||||
|
||||
@ -79,14 +86,16 @@ body.preview, body.testdata{
|
||||
|
||||
/* Header - logo, naslov, progressbar */
|
||||
h1 {
|
||||
margin: 0px auto 30px;
|
||||
padding: 120px 0 50px 0;
|
||||
margin: 0px auto;
|
||||
padding: 114px 0 32px 0;
|
||||
|
||||
font-size: 28px;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
color: $color_title;
|
||||
text-align: center;
|
||||
|
||||
border-bottom: 1px solid $color_light_lighter;
|
||||
border-bottom: 1px solid $color_gray;
|
||||
}
|
||||
h1.evalvacija{
|
||||
margin-bottom: 0;
|
||||
@ -95,7 +104,7 @@ h1.evalvacija{
|
||||
|
||||
#logo {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
left: 0;
|
||||
top: 13px;
|
||||
|
||||
max-height: 56px !important;
|
||||
@ -179,22 +188,34 @@ h1.evalvacija{
|
||||
}
|
||||
|
||||
|
||||
/* Uvod in zakljucek */
|
||||
.intro,
|
||||
.concl{
|
||||
|
||||
.spremenljivka .naslov{
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Spremenljivke */
|
||||
.spremenljivka {
|
||||
margin: 20px 10px 20px 10px;
|
||||
padding: 20px 2px 50px 12px !important;
|
||||
margin: 0;
|
||||
padding: 48px 0 !important;
|
||||
|
||||
border-bottom: 1px $color_light_lighter solid;
|
||||
border-bottom: 1px $color_gray solid;
|
||||
|
||||
.naslov{
|
||||
padding: 5px 0 15px 5px;
|
||||
font-size: 18px;
|
||||
padding: 0 !important;
|
||||
margin: 0 0 24px 0;
|
||||
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
|
||||
.spremenljivka_info{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
padding-top: 7px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -241,16 +262,25 @@ td.variabla,
|
||||
td.question,
|
||||
td.differential,
|
||||
.variabla_sum label{
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.variable_holder {
|
||||
padding: 10px 0 0 0;
|
||||
|
||||
padding: 0 !important;
|
||||
|
||||
.variabla{
|
||||
padding: 0;
|
||||
margin-bottom: 16px;
|
||||
|
||||
&:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
thead,
|
||||
tr.table-header {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
|
||||
td{
|
||||
padding: 10px 5px;
|
||||
@ -260,26 +290,19 @@ div.variable_holder {
|
||||
|
||||
table.grid_table{
|
||||
|
||||
thead tr td{
|
||||
border-bottom: 2px $color_light solid;
|
||||
}
|
||||
thead tr.middle_row td{
|
||||
border-top: 2px $color_light solid;
|
||||
}
|
||||
tbody tr.table-header td{
|
||||
border-bottom: 2px $color_light solid;
|
||||
border-top: 2px $color_light solid;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(2n+1) {
|
||||
background-color: #ffffff;
|
||||
background-color: $color_light_lighter;
|
||||
}
|
||||
tbody tr:nth-child(2n) {
|
||||
background-color: $color_light_lighter;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
td {
|
||||
padding: 10px 10px;
|
||||
padding: 12px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -453,24 +476,24 @@ button.ui-datepicker-trigger{
|
||||
|
||||
/* Gumbi na dnu */
|
||||
div.buttons {
|
||||
padding: 20px 20px 35px;
|
||||
margin: 0 10px;
|
||||
|
||||
padding: 64px 0;
|
||||
margin: 0;
|
||||
|
||||
input {
|
||||
cursor: pointer;
|
||||
|
||||
margin: 8px 10px;
|
||||
/*padding: 7px 11px;*/
|
||||
padding: 10px 20px;
|
||||
padding: 0 32px;
|
||||
height: 40px;
|
||||
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
|
||||
border: 0;
|
||||
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
input.next {
|
||||
@ -500,10 +523,10 @@ div.buttons {
|
||||
|
||||
/* Footer */
|
||||
#footer_survey {
|
||||
padding: 40px;
|
||||
padding: 48px 0 64px 0;
|
||||
|
||||
background-color: #ffffff;
|
||||
border-top: 1px $color_light_lighter solid;
|
||||
border-top: 1px $color_gray solid;
|
||||
|
||||
p, a, a:visited {
|
||||
color: $color_text;
|
||||
|
@ -10,15 +10,10 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 65%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -6,19 +6,14 @@
|
||||
/* Barve */
|
||||
$color_strong: #1e88e5;
|
||||
$color_light: #42A5F5;
|
||||
$color_active: #ffa608;
|
||||
|
||||
$color_light_lighter: lighten($color_light, 32%);
|
||||
$color_active: darken($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: #F1F8FD;
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -10,15 +10,10 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 35%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -10,15 +10,10 @@ $color_active: #ffa608;
|
||||
|
||||
$color_light_lighter: lighten($color_light, 32%);
|
||||
|
||||
|
||||
$color_title: #505050;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
||||
|
@ -10,15 +10,10 @@ $color_active: #ffa608;
|
||||
|
||||
$color_light_lighter: lighten($color_light, 32%);
|
||||
|
||||
|
||||
$color_title: #505050;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
||||
|
@ -10,15 +10,10 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 32%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -10,15 +10,10 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 35%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -10,15 +10,10 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 32%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
@ -10,21 +10,15 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 40%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
||||
|
||||
|
||||
|
||||
/* Popravimo se logo */
|
||||
#logo {
|
||||
background-image: url("../../../public/img/logo/cdi_slo.png");
|
||||
|
@ -10,21 +10,15 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 40%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
||||
|
||||
|
||||
|
||||
/* Popravimo se logo */
|
||||
#logo, #logo.english {
|
||||
background-image: url("../../../public/img/logo/fdv.png");
|
||||
|
@ -10,21 +10,15 @@ $color_active: lighten($color_strong, 15%);
|
||||
|
||||
$color_light_lighter: lighten($color_light, 40%);
|
||||
|
||||
|
||||
$color_title: $color_strong;
|
||||
$color_text: #505050;
|
||||
$color_link: $color_strong;
|
||||
$color_link_hover: $color_active;
|
||||
|
||||
$color_warning: #ffa608;
|
||||
|
||||
|
||||
|
||||
/* Import osnovne postavitve */
|
||||
@import "1ka";
|
||||
|
||||
|
||||
|
||||
/* Popravimo se logo */
|
||||
#logo, #logo.english {
|
||||
background-image: url("../../../public/img/logo/uni.png");
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
/* Fonti */
|
||||
$font_family: Montserrat, Arial, Sans-Serif;
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
|
||||
|
||||
body{
|
||||
|
@ -2,8 +2,7 @@
|
||||
Tema Otroci 3
|
||||
*/
|
||||
|
||||
/*$font_family: Open Sans, Arial, Sans-Serif;*/
|
||||
$font_family: Montserrat, Arial, Sans-Serif;
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
|
||||
/* Barve */
|
||||
$color_text: #333;
|
||||
|
@ -2,8 +2,7 @@
|
||||
Tema Otroci 4
|
||||
*/
|
||||
|
||||
/*$font_family: Open Sans, Arial, Sans-Serif;*/
|
||||
$font_family: Montserrat, Arial, Sans-Serif;
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
|
||||
/* Barve */
|
||||
$color_text: #333;
|
||||
|
Loading…
x
Reference in New Issue
Block a user