Redesign - dodane vse stare ikone (potrebno pocistiti), dokoncan footer

This commit is contained in:
pero1203 2021-12-08 10:26:08 +01:00
parent 0eb1e48ae4
commit 3810f24a15
17 changed files with 2804 additions and 139 deletions

View File

@ -1983,17 +1983,26 @@ class SurveyAdmin
// Custom footer
if(AppSettings::getInstance()->getSetting('app_settings-footer_custom') !== false){
echo '<div class="footer_line">';
echo AppSettings::getInstance()->getSetting('app_settings-footer_text');
echo '</div>';
}
// Default footer
else{
// First left line - links
echo '<div class="footer_line">';
echo $lang['srv_footer_links'];
if(isAAI())
echo '<span class="footer_item"><a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/pogosta-vprasanja-o-arnes-aai-prijavi-uporabi-orodja-1ka" target="_blank">'.$lang['aa4'].'</a></span>';
echo '</div>';
if(isAAI()){
echo ' | <a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/pogosta-vprasanja-o-arnes-aai-prijavi-uporabi-orodja-1ka" target="_blank">'.$lang['aa4'].'</a>';
}
echo '<br />';
// Second left line - version...
echo '<div class="footer_line">';
// Verzijo izpišemo samo za admine
if ($admin_type == 0) {
@ -2001,19 +2010,21 @@ class SurveyAdmin
// Verzija 1ka
$sqlVersion = sisplet_query("SELECT value FROM misc WHERE what='version'", "obj");
if (!empty($sqlVersion)) {
echo $lang['srv_footer_1ka_version'].': ' . $sqlVersion->value . ' | ';
echo '<span class="footer_item">'.$lang['srv_footer_1ka_version'].': ' . $sqlVersion->value . '</span>';
}
// Verzija Drupal
if ($site_frontend == 'drupal') {
$sqlDrupal = sisplet_query("SELECT value FROM misc WHERE what='drupal version'", "obj");
if (!empty($sqlDrupal)) {
echo 'Drupal: ' . $sqlDrupal->value . ' | ';
echo '<span class="footer_item">Drupal: ' . $sqlDrupal->value . '</span>';
}
}
}
echo 'Copyright (©) 2002-'.date('Y').' '.$lang['srv_footer_copyright'];
echo '<span class="footer_item">Copyright (©) 2002-'.date('Y').' '.$lang['srv_footer_copyright'].'</span>';
echo '</div>';
}
echo '</div>';

View File

@ -5030,10 +5030,10 @@ $lang = array (
'srv_svetovanje_uporaba' => "Uporaba 1KA",
'srv_svetovanje_statistika' => "Statistika",
'srv_svetovanje_metodologija' => "Metodologija",
'srv_footer_links' => "<a href=\"https://www.1ka.si/d/sl/o-1ka/splosen-opis\" target=\"_blank\">O 1KA</a>
| <a href=\"https://www.1ka.si/d/sl/pomoc\" target=\"_blank\">Pomoč</a>
| <a href=\"https://www.1ka.si/d/sl/o-1ka/pogoji-uporabe-1ka\" target=\"_blank\">Pogoji uporabe</a>
| <a href=\"https://www.1ka.si/d/sl/cenik/zasebni-paketi\" target=\"_blank\">Cenik</a>",
'srv_footer_links' => "<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/sl/o-1ka/splosen-opis\" target=\"_blank\">O 1KA</a></span>
<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/sl/pomoc\" target=\"_blank\">Pomoč</a></span>
<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/sl/o-1ka/pogoji-uporabe-1ka\" target=\"_blank\">Pogoji uporabe</a></span>
<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/sl/cenik/zasebni-paketi\" target=\"_blank\">Cenik</a></span>",
'srv_footer_1ka_version' => "1KA verzija",
'srv_footer_drupal_version' => "Drupal",
'srv_footer_copyright' => "UL FDV, CDI",

View File

@ -5001,10 +5001,10 @@ $lang = array (
'srv_svetovanje_uporaba' => "Using 1KA",
'srv_svetovanje_statistika' => "Statistics",
'srv_svetovanje_metodologija' => "Methodology",
'srv_footer_links' => "<a href=\"https://www.1ka.si/d/en/about/general-description\" target=\"_blank\">About 1KA</a>
| <a href=\"https://www.1ka.si/d/en/help\" target=\"_blank\">Help</a>
| <a href=\"https://www.1ka.si/d/en/about/terms-of-use\" target=\"_blank\">Terms of use</a>
| <a href=\"https://www.1ka.si/d/en/price-list/private-packages\" target=\"_blank\">Pricelist</a>",
'srv_footer_links' => "<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/en/about/general-description\" target=\"_blank\">About 1KA</a></span>
<span class=\"footer_item\"><span class=\"footer_item\"><a href=\"https://www.1ka.si/d/en/help\" target=\"_blank\">Help</a></span>
<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/en/about/terms-of-use\" target=\"_blank\">Terms of use</a></span>
<span class=\"footer_item\"><a href=\"https://www.1ka.si/d/en/price-list/private-packages\" target=\"_blank\">Pricelist</a></span>",
'srv_footer_1ka_version' => "1KA version",
'srv_footer_drupal_version' => "Drupal",
'srv_footer_copyright' => "UL FDV, CDI",

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,6 @@
@import "typography";
@import "layout";
@import "animations";
@import "icons";
@import "icons/icons";
@import "links";
@import "basic_classes";

View File

@ -1,116 +0,0 @@
span.faicon,
a.faicon{
font-family: $fontawesome;
color: inherit;
display: inline-block;
font-weight: $heavy;
&.empty {
font-weight: $regular;
}
&.link-right {
margin-right: 10px;
}
&.link-left {
margin-left: 8px;
}
//VELIKOSTI
&.large {
font-size: 32px !important;
}
&.medium {
font-size: 24px !important;
}
&.normal {
font-size: 16px !important;
}
&.small {
font-size: 10px !important;
}
//BARVE
&.yellow {
color: $yellow;
}
&.blue {
color: $blue;
}
//STACKING
&.fa-stack {
height: 1em;
line-height: 1em;
width: 1em;
}
}
// Ključavnica
span.faicon.lock_open::before{
content: "\f3c1";
}
span.faicon.lock_close::before{
content: "\f023";
}
// Zvone (notification)
span.faicon.bell::before{
content: "\f0f3";
}
span.faicon.bell_slash::before{
content: "\f1f6";
}
// Izbris (delete)
span.faicon.trash::before{
content: "\f2ed";
}
// Kopiranje
span.faicon.copy::before{
content: "\f0c5";
}
// Plus, minus, krogi
span.faicon.circle::before{
content: "\f111";
}
span.faicon.plus::before{
content: "\f067";
}
span.faicon.plus_circle::before{
content: "\f055";
}
span.faicon.minus_circle::before{
content: "\f056";
}
// Koledar
span.faicon.calendar_icon::before{
content: "\f073";
}
//Wrapper (za ikone desno ob elementih)
div.icon_holder {
display: flex;
flex-direction: row;
box-sizing: border-box;
align-items: center;
span.faicon,
a.faicon{
margin-left: 12px;
}
}

View File

@ -0,0 +1,62 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 10-Okt-2018
Author : Peter Hrvatin
*/
/* Analiza */
span.faicon.an_sigma::before {
font-family: $font_family;
font-weight: 700;
content: "Σ";
vertical-align: middle;
}
span.faicon.an_sigmax::before {
font-family: $font_family;
font-weight: 700;
content: "Σ*";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_freq::before {
font-family: $font_family;
font-weight: 700;
font-style: italic;
content: "f";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_freqx::before {
font-family: $font_family;
font-weight: 700;
font-style: italic;
content: "f*";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_stat::before {
font-family: $font_family;
font-weight: 700;
font-style: italic;
content: "s";
vertical-align: middle;
margin-left: 3px;
}
span.faicon.an_chart_bar::before {
font-size: 14px;
font-weight: 700;
/*content: "\f080";*/
content: "\f200";
margin-left: 3px;
}

View File

@ -0,0 +1,132 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 8-Okt-2018
Author : Peter Hrvatin
*/
/* Izvozi */
// PDF
span.faicon.pdf::before{
font-size: 16px;
font-weight: 400;
content: "\f1c1";
color: #ed1c24;
}
span.faicon.pdf.black{
color: $gray !important;
&:hover{
color: #ed1c24 !important;
}
}
a:hover span.faicon.pdf.black{
color: #ed1c24 !important;
}
span.faicon.pdf.black::before{
color: inherit !important;
}
// XLS
span.faicon.xls::before{
font-size: 16px;
font-weight: 400;
content: "\f1c3";
color: #008000;
}
span.faicon.xls.black{
color: $gray !important;
&:hover{
color: #008000 !important;
}
}
a:hover span.faicon.xls.black{
color: #008000 !important;
}
span.faicon.xls.black::before{
color: inherit !important;
}
// RTF
span.faicon.rtf::before{
font-size: 16px;
font-weight: 400;
content: "\f1c2";
color: #0f3ea8;
}
span.faicon.rtf.black{
color: $gray !important;
&:hover{
color: #0f3ea8 !important;
}
}
a:hover span.faicon.rtf.black{
color: #0f3ea8 !important;
}
span.faicon.rtf.black::before{
color: inherit !important;
}
// PPT
span.faicon.ppt::before{
font-size: 16px;
font-weight: 400;
content: "\f1c4";
color: #fa4913;
}
span.faicon.ppt.black{
color: $gray !important;
&:hover{
color: #fa4913 !important;
}
}
a:hover span.faicon.ppt.black{
color: #fa4913 !important;
}
span.faicon.ppt.black::before{
color: inherit !important;
}
// XML
span.faicon.xml::before{
font-size: 16px;
font-weight: 400;
content: "\f1c9";
color: #00a000;
}
span.faicon.xml.black{
color: $gray !important;
&:hover{
color: #00a000 !important;
}
}
a:hover span.faicon.xml.black{
color: #00a000 !important;
}
span.faicon.xml.black::before{
color: inherit !important;
}
// Arhiv
span.faicon.arhiv::before{
font-size: 16px;
content: "\f187";
}
span.faicon.arhiv_mail::before{
font-size: 16px;
font-weight: 400;
content: "\f14d";
}

View File

@ -0,0 +1,62 @@
span.faicon,
a.faicon{
font-family: $fontawesome;
color: inherit;
display: inline-block;
font-weight: $heavy;
&.empty {
font-weight: $regular;
}
&.link-right {
margin-right: 10px;
}
&.link-left {
margin-left: 8px;
}
//VELIKOSTI
&.large {
font-size: 32px !important;
}
&.medium {
font-size: 24px !important;
}
&.normal {
font-size: 16px !important;
}
&.small {
font-size: 10px !important;
}
//BARVE
&.yellow {
color: $yellow;
}
&.blue {
color: $blue;
}
//STACKING
&.fa-stack {
height: 1em;
line-height: 1em;
width: 1em;
}
}
@import "radio";
@import "standard";
@import "modules";
@import "toolbox";
@import "question_edit";
@import "library";
@import "export";
@import "analiza";
@import "invitation";

View File

@ -0,0 +1,44 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 10-Okt-2018
Author : Peter Hrvatin
*/
/* Invitation table */
span.faicon.inv_sent_0::before {
font-size: 14px;
content: "\f2b6";
font-weight: 400;
}
span.faicon.inv_sent_1::before {
font-size: 14px;
content: "\f0e0";
}
span.faicon.inv_responded_0::before {
font-size: 14px;
font-weight: 400;
content: "\f005";
}
span.faicon.inv_responded_1::before {
font-size: 14px;
font-weight: 700;
content: "\f005";
}
span.faicon.inv_unsubscribed_0::before {
font-size: 14px;
font-weight: 400;
content: "\f111";
}
span.faicon.inv_unsubscribed_1::before {
font-size: 14px;
font-weight: 700;
content: "\f111";
color: $red;
}

View File

@ -0,0 +1,41 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 7-Okt-2018
Author : Peter Hrvatin
*/
/* Knjiznica */
span.faicon.mapca.anketa::before{
font-size: 16px;
font-weight: 400;
content: "\f022";
}
span.faicon.table::before{
font-size: 16px;
content: "\f00b";
}
span.faicon.other_vprasanja::before{
font-size: 16px;
content: "\f0ca" !important;
}
span.faicon.osnovna_vprasanja::before{
font-size: 16px;
content: "\f0ca";
}
span.faicon.mapca.if::before{
font-family: $font_family;
font-weight: 500;
font-size: 16px;
content: "IF";
}
span.faicon.mapca.b::before{
font-family: $font_family;
font-weight: 500;
font-size: 16px;
content: "B";
}

View File

@ -0,0 +1,125 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
/* NAPREDNI MODULI */
span.module_icon{
padding: 0 6px;
color: white;
font-weight: 700;
font-size: 16px;
background-color: transparent;
border: 1px $white solid;
}
span.module_icon.maza::before{
content: "MAZA";
}
span.module_icon.wpn::before{
content: "WPN";
}
span.module_icon.panel::before{
content: "Panel";
}
span.module_icon.telephone::before{
content: "TEL";
}
span.module_icon.slideshow::before{
content: "SS";
}
span.module_icon.evalvation::before{
content: "EVAL";
}
span.module_icon.vnos::before{
content: "V";
}
span.module_icon.social::before{
content: "SN";
}
span.module_icon.quiz::before{
content: "Q";
}
span.module_icon.voting::before{
content: "VOTE";
}
span.module_icon.advanced_paradata::before{
content: "AP";
}
span.module_icon.chat::before{
content: "C";
}
span.module_icon.degrees_1ka::before{
content: "360";
}
span.module_icon.mju::before{
content: "H";
}
span.module_icon.sa-hierarhija::before{
content: "SA";
}
span.module_icon.degrees::before{
content: "360";
}
span.module_icon.borza::before{
content: "Borza";
}
span.module_icon.evoli::before{
content: "Evoli";
}
span.module_icon.evoli_teammeter::before{
content: "Evoli TM";
}
span.module_icon.evoli_quality_climate::before{
content: "Evoli QC";
}
span.module_icon.evoli_teamship_meter::before{
content: "Evoli TSM";
}
span.module_icon.evoli_organizational_employeeship_meter::before{
content: "Evoli OEM";
}
span.module_icon.evoli_employmeter::before{
content: "Evoli EM";
}
span.module_icon.excell_matrix::before{
content: "EM";
}
span.module_icon.mfdps::before{
content: "MFDPS";
}
span.module_icon.mju::before{
content: "MJU";
}
span.module_icon.gdpr{
color: $gray;
background-color: $blue;
border: 1px $white solid;
&:hover{
color: $white;
}
}
span.module_icon.gdpr.active{
color: white;
background-color: $blue;
border: 1px $white solid;
&:hover{
color: white;
border: 1px $white solid;
}
}
span.module_icon.gdpr::before{
content: "GDPR";
}

View File

@ -0,0 +1,119 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
/* question editing icons */
a.faicon{
color: $blue !important;
&:hover{
color: $dark-blue !important;
}
}
span.faicon.edit-vprasanje{
line-height: 25px;
&:before{
font-size: 18px;
content: "\f031";
}
}
a.faicon.edit::before{
font-size: 16px;
content: "\f304";
}
a.faicon.addif::before{
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 900;
content: "IF";
}
a.faicon.copy::before{
font-size: 18px;
font-weight: 400;
content: "\f0c5";
}
a.faicon.copycond::before{
font-size: 18px;
content: "\f0c5";
}
a.faicon.preview::before{
@include icon_preview_before();
}
a.faicon.preview::after{
@include icon_preview_after();
}
a.faicon.arhiv::before{
font-size: 18px;
content: "\f044";
}
a.faicon.delete::before{
font-size: 18px;
font-weight: 400;
content: "\f2ed";
}
a.faicon.hide::before{
font-size: 18px;
font-weight: 400;
content: "\f06e";
}
a.faicon.unhide_icon::before{
font-size: 18px;
font-weight: 400;
content: "\f070";
}
/* Urejanje vrednosti inline */
.variabla span.inline.faicon::before{
color: $blue;
}
.variabla span.inline.faicon:hover::before{
color: $dark-blue;
}
.variabla span.inline.faicon.edit2::before{
font-size: 14px;
content: "\f304";
}
.variabla span.inline.faicon.odg_hidden::before{
font-size: 14px;
content: "\f05e";
}
.variabla span.inline.faicon.odg_hidden.show-hidden::before{
color: $red;
}
.variabla span.inline.faicon.odg_hidden.show-disable::before{
color: $yellow;
}
.variabla span.inline.faicon.odg_if_not::before{
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: 900;
content: "IF*";
}
.variabla span.inline.faicon.odg_if_follow::before{
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: 900;
content: "IF🠞";
}
.variabla span.inline.faicon.correct::before{
font-size: 14px;
font-weight: 900;
content: "\f00c";
}
.variabla span.inline.faicon.move_updown::before{
font-size: 16px;
color: $dark-blue;
content: "\f338";
}

View File

@ -0,0 +1,102 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
.enka-custom-radio{
&::before {
letter-spacing: 10px;
color: $gray;
}
&.star::before {
content: fa-content($fa-var-star);
}
&.thumb::before {
content: fa-content($fa-var-thumbs-up);
}
&.smiley::before {
content: fa-content($fa-var-smile);
}
&.heart::before {
content: fa-content($fa-var-heart);
}
&.flag::before {
content: fa-content($fa-var-flag);
}
&.user::before {
content: fa-content($fa-var-user);
}
}
/* visual analog scale - radio buttons */
.enka-vizualna-skala {
&::before {
font-family: $fontawesome;
font-size: 20px;
letter-spacing: 10px;
color: $gray;
}
// D;
&.siv-61::before,
&.siv-71::before{
content: fa-content($fa-var-sad-tear);
}
// D:
&.siv-41::before,
&.siv-51::before,
&.siv-62::before,
&.siv-72::before {
content: fa-content($fa-var-frown-open);
}
// :(
&.siv-21::before,
&.siv-31::before,
&.siv-42::before,
&.siv-52::before,
&.siv-63::before,
&.siv-73::before {
content: fa-content($fa-var-frown);
}
// :|
&.siv-32::before,
&.siv-53::before,
&.siv-74::before{
content: fa-content($fa-var-meh);
}
// :)
&.siv-22::before,
&.siv-33::before,
&.siv-43::before,
&.siv-54::before,
&.siv-64::before,
&.siv-75::before {
content: fa-content($fa-var-smile);
}
// :D
&.siv-44::before,
&.siv-55::before,
&.siv-65::before,
&.siv-76::before {
content: fa-content($fa-var-grin);
}
// ;D
&.siv-66::before,
&.siv-77::before{
content: fa-content($fa-var-laugh-wink);
}
}

View File

@ -0,0 +1,612 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
/* icons */
span.faicon.plus::before{
content: "\f067";
}
span.faicon.minus::before{
content: "\f068";
}
span.faicon.close::before{
font-size: 18px;
font-weight: 400;
content: "\f057";
}
span.faicon.dropdown_blue::before{
font-size: 16px;
content: "\f13a";
}
span.faicon.dropup_blue::before{
font-size: 16px;
content: "\f139";
}
span.faicon.arrow_back::before{
font-weight: 600;
font-size: 16px;
content: "\f137";
}
span.faicon.add::before{
font-size: 18px;
content: "\f055";
}
span.faicon.remove::before{
font-size: 18px;
content: "\f056";
}
span.faicon.delete::before{
font-size: 18px;
font-weight: 400;
content: "\f2ed";
}
span.faicon.anketa_delete::before{
font-size: 24px;
font-weight: 400;
content: "\f2ed";
}
span.faicon.copy::before{
font-size: 18px;
content: "\f0c5";
font-weight: 400;
}
span.faicon.anketa_copy::before{
font-size: 24px;
content: "\f0c5";
font-weight: 400;
}
span.faicon.export::before{
font-size: 24px;
content: "\f56e";
}
/*span.faicon.import::before{
font-size: 24px;
content: "\f56f";
}*/
span.faicon.import{
width: 32px;
}
span.faicon.import::before{
font-size: 24px;
font-weight: 400;
content: "\f1c2";
}
span.faicon.import::after{
font-size: 14px;
content: "\f061";
display: inline-block;
}
span.faicon.library::before{
font-size: 24px;
content: "\f518";
}
span.faicon.folder::before{
font-size: 22px;
content: "\f07b";
vertical-align: middle;
}
span.faicon.after.sort_down_arrow::after{
content: "\f0d7";
margin-left: 5px;
}
span.faicon.after.sort_up_arrow::after{
content: "\f0d8";
margin-left: 5px;
}
span.faicon.info::before{
font-size: 28px;
content: "\f05a";
vertical-align: middle;
}
span.faicon.pagination_left::before{
margin: 0 1px 0 1px;
content: "\f104";
}
span.faicon.pagination_right::before{
margin: 0 0 0 1px;
content: "\f105";
}
span.faicon.edit::before{
font-size: 16px;
content: "\f304";
}
span.faicon.refresh::before{
font-size: 18px;
content: "\f2f1";
}
span.faicon.filter::before{
font-size: 18px;
content: "\f0b0";
}
span.faicon.star::before,
span.faicon.star_off::before{
font-size: 14px;
font-weight: 400;
content: "\f005";
}
span.faicon.star_on::before{
font-size: 14px;
font-weight: 700;
content: "\f005";
}
span.faicon.search::before{
font-size: 20px;
content: "\f002";
}
span.faicon.help2::before{
font-size: 20px;
content: "\f059";
}
span.faicon.user::before{
font-size: 18px;
content: "\f007";
}
span.faicon.logout::before{
font-size: 20px;
content: "\f2f5";
}
span.faicon.monitor::before{
font-size: 18px;
content: "\f108";
}
span.faicon.users::before{
font-size: 18px;
content: "\f500";
}
span.faicon.lock_open::before{
font-size: 18px;
content: "\f3c1";
}
span.faicon.lock_close::before{
font-size: 18px;
content: "\f023";
}
span.faicon.bottom_saving::before{
font-size: 24px;
font-weight: 400;
content: "\f0c7";
}
span.faicon.bottom_publish::before{
font-size: 24px;
content: "\f093";
}
span.faicon.bottom_preview{
width: 20px;
}
span.faicon.bottom_preview::before{
font-size: 24px;
font-weight: 400;
content: "\f15b";
}
span.faicon.bottom_preview::after{
font-size: 14px;
content: "\f002";
display: inline-block;
margin-left: -70%;
}
span.faicon.bottom_test::before{
font-size: 24px;
content: "\f492";
}
span.faicon.language::before{
font-size: 24px;
content: "\f0ac";
}
span.faicon.mobile_off::before{
font-size: 24px;
content: "\f3cd";
}
span.faicon.mobile_off::after{
font-size: 24px;
content: "\f715";
margin-left: -23px;
}
span.faicon.comments::before{
font-size: 24px;
content: "\f27a";
}
span.faicon.comments_num::before{
font-size: 24px;
content: "\f27a";
}
span.faicon.comments_num {
strong {
color: white;
font-family: $font_family;
margin-top: -2px;
}
}
@mixin icon_link(){
content: "\f0c1";
}
span.faicon.data_link::before{
font-size: 20px;
@include icon_link();
}
span.faicon.data_link_small::before{
font-size: 16px;
@include icon_link();
}
@mixin icon_print(){
content: "\f02f";
}
span.faicon.print::before{
font-size: 24px;
@include icon_print();
}
span.faicon.print_small::before{
font-size: 16px;
@include icon_print();
}
@mixin icon_preview_before(){
font-size: 18px;
font-weight: 400;
content: "\f15b";
}
@mixin icon_preview_after(){
content: "\f002";
display: inline-block;
font-size: 11px;
margin-left: -50%;
}
span.faicon.preview{
width: 18px;
}
span.faicon.preview::before{
@include icon_preview_before();
}
span.faicon.preview::after{
@include icon_preview_after();
}
span.faicon.palette::before{
font-size: 18px;
content: "\f53f";
}
span.faicon.inline_comment::before{
font-size: 14px;
font-weight: 400;
content: "\f075";
}
span.faicon.inline_double_comment::before{
font-size: 14px;
font-weight: 400;
content: "\f086";
}
span.faicon.comments_creport::before{
font-size: 16px;
content: "\f086";
}
span.faicon.compress::before{
font-size: 15px;
content: "\f066";
}
span.faicon.expand::before{
font-size: 15px;
content: "\f065";
}
span.faicon.hashtag::before{
font-size: 15px;
content: "\f292";
}
span.faicon.bug::before{
font-size: 15px;
content: "\f188";
}
span.faicon.paragraph::before{
font-size: 15px;
content: "\f1dd";
}
span.faicon.replace::before{
font-size: 15px;
content: "\f362";
}
span.faicon.plus_square::before{
font-size: 15px;
font-weight: 400;
content: "\f0fe";
}
span.faicon.minus_square::before{
font-size: 15px;
font-weight: 400;
content: "\f146";
}
span.faicon.delete_circle::before{
font-size: 14px;
content: "\f056";
}
span.faicon.quick_view::before{
font-size: 15px;
font-weight: 400;
content: "\f06e";
}
span.faicon.edit_square::before{
font-size: 15px;
content: "\f044";
}
span.faicon.test::before{
font-size: 15px;
content: "\f492";
}
@mixin icon_if_add() {
font-size: 12px;
font-family: $font_family;
font-weight: 400;
&:before{
background-color: $blue;
font-weight: 500;
padding: 2px 4px;
color: white;
content: "IF";
}
&:hover{
&:before{
background-color: $dark-blue;
}
}
}
a.faicon.if_add{
@include icon_if_add();
}
span.faicon.if_add{
@include icon_if_add();
}
span.faicon.text_file::before{
font-size: 24px;
font-weight: 400;
content: "\f15c";
}
span.faicon.text_file_small {
height: 20px;
vertical-align: middle;
&:before{
font-size: 18px;
font-weight: 400;
content: "\f15c";
}
}
span.faicon.warning::before{
font-size: 16px;
content: "\f071";
}
span.faicon.users_small::before{
font-size: 16px;
content: "\f0c0";
}
span.faicon.popup_0::before{
font-size: 14px;
content: "\f065";
color: $blue;
}
span.faicon.popup_1::before{
font-size: 14px;
content: "\f065";
color: $dark-blue;
}
span.faicon.flat_0::before{
font-size: 14px;
content: "\f03c";
color: $dark-blue;
}
span.faicon.flat_1::before{
font-size: 14px;
content: "\f03c";
color: $blue;
}
span.basic-icon.spss::before{
content: "Σ";
line-height: 26px;
vertical-align: bottom;
font-size: 30px !important;
font-weight: bold;
}
span.faicon.external_link::before{
font-size: 14px;
font-weight: 600;
content: "\f35d";
}
span.faicon.cog_large::before{
font-size: 34px;
font-weight: 600;
content: "\f013";
}
span.faicon.chart_large::before{
font-size: 34px;
font-weight: 600;
content: "\f201";
}
span.faicon.reload_large::before{
font-size: 34px;
font-weight: 600;
content: "\f021";
}
/* CALENDAR */
span.faicon.calendar_icon::before,
button.ui-datepicker-trigger::before{
font-family: $fontawesome;
font-weight: 400;
font-size: 16px;
content: "\f073";
}
/* ARROWS */
span.faicon.arrow_up::before{
font-size: 14px;
content: "\f062";
color: $gray;
}
span.faicon.arrow2_r::before{
font-size: 14px;
content: "\f054";
}
span.faicon.arrow2_l::before{
font-size: 14px;
content: "\f053";
}
span.faicon.arrow2_d::before{
font-size: 14px;
content: "\f078";
}
span.faicon.arrow2_u::before{
font-size: 14px;
content: "\f077";
}
span.faicon.arrow_large2_r::before{
font-size: 35px;
content: "\f054";
}
span.faicon.arrow_large2_l::before{
font-size: 35px;
content: "\f053";
}
span.faicon.arrow_verylarge2_r::before{
font-size: 40px;
content: "\f054";
}
span.faicon.arrow_verylarge2_l::before{
font-size: 40px;
content: "\f053";
}
span.faicon.sort_descending::before{
font-size: 14px;
content: "\f0d7";
}
span.faicon.sort_ascending::before{
font-size: 14px;
content: "\f0d8";
}
/* Plus/minus sqare */
span.folder_plusminus {
text-indent: 0px !important;
font-style: normal !important;
}
span.faicon.plus_orange::before{
font-size: 12px;
font-weight: 400;
content: "\f0fe";
}
span.faicon.minus_orange::before{
font-size: 12px;
font-weight: 400;
content: "\f146";
}
/* Spinner */
span.faicon.spinner::before{
font-size: 18px;
content: "\f110";
}
/* Bars - mobile menu */
span.faicon.bars::before{
font-size: 26px;
content: "\f0c9";
}
// Ključavnica
span.faicon.lock_open::before{
content: "\f3c1";
}
span.faicon.lock_close::before{
content: "\f023";
}
// Zvone (notification)
span.faicon.bell::before{
content: "\f0f3";
}
span.faicon.bell_slash::before{
content: "\f1f6";
}
// Izbris (delete)
span.faicon.trash::before{
content: "\f2ed";
}
// Kopiranje
span.faicon.copy::before{
content: "\f0c5";
}
// Plus, minus, krogi
span.faicon.circle::before{
content: "\f111";
}
span.faicon.plus::before{
content: "\f067";
}
span.faicon.plus_circle::before{
content: "\f055";
}
span.faicon.minus_circle::before{
content: "\f056";
}
// Koledar
span.faicon.calendar_icon::before{
content: "\f073";
}
//Wrapper (za ikone desno ob elementih)
div.icon_holder {
display: flex;
flex-direction: row;
box-sizing: border-box;
align-items: center;
span.faicon,
a.faicon{
margin-left: 12px;
}
}

View File

@ -0,0 +1,75 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
/* Toolbox na levi strani */
span.faicon.wheel_32::before{
content: "\f013";
font-size: 20px;
}
span.faicon.radio_32::before{
content: "\f192";
font-weight: 400;
font-size: 18px;
}
span.faicon.check_32::before{
content: "\f14a";
font-weight: 400;
font-size: 18px;
}
span.faicon.matrix_32::before{
content: "\f192 \f192\A\f192 \f192";
white-space: pre;
font-weight: 400;
font-size: 12px;
}
span.faicon.abc_32::before{
content: "ABC";
font-family: $font_family;
font-size: 16px;
}
span.faicon.number_32::before{
content: "123";
font-family: $font_family;
font-size: 16px;
}
span.faicon.nagovor::before{
content: "T";
font-size: 18px;
}
span.faicon.plus_32::before{
content: "\f055";
font-size: 18px;
}
span.faicon.if_32::before{
content: "IF";
font-family: $font_family;
font-size: 16px;
}
span.faicon.block_32::before{
content: "B";
font-family: $font_family;
font-size: 16px;
}
span.faicon.loop_32::before{
content: "L";
font-family: $font_family;
font-size: 15px;
}

View File

@ -1,5 +1,58 @@
footer{
height: 120px;
footer#srv_footer{
display: flex;
justify-content: space-between;
box-sizing: border-box;
background-color: #eee;
}
width: 100%;
height: 80px;
padding: 16px 40px;
margin-top: 40px;
font-size: 14px;
line-height: 16px;
color: $black;
background-color: $white;
border-top: 1px solid $gray;
a{
text-decoration: none;
}
.footer_left{
display: flex;
flex-direction: column;
.footer_line{
display: flex;
&:first-child{
margin-bottom: 15px;
}
.footer_item{
padding: 0 8px;
border-left: 1px $gray solid;
&:first-child{
padding-left: 0;
border-left: none;
}
}
}
}
.footer_right{
text-align: left;
span.faicon.inline_comment:before{
font-size: 14px !important;
margin-right: 3px;
}
span.faicon.external_link:before{
font-size: 14px !important;
margin-right: 3px;
}
}
}