- prekrivanje jezika v menuju z lupo
- search form v navigaciji na ospredje in transparentno ozadje - skritje administratorskega menuja v stranskemu menuju - modal individualno svetovanje
This commit is contained in:
parent
e9ea666c8e
commit
9710c34506
@ -8,7 +8,7 @@
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<h3 class="modra center">INDIVIDUALNO SVETOVANJE</h3>
|
<h3 class="modra center">INDIVIDUALNO SVETOVANJE</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>';
|
</div>
|
||||||
|
|
||||||
<div class="w-clearfix center">
|
<div class="w-clearfix center">
|
||||||
<div class="col _4-4-12-12">
|
<div class="col _4-4-12-12">
|
||||||
@ -19,19 +19,19 @@
|
|||||||
<div class="flexrow center">
|
<div class="flexrow center">
|
||||||
<div class="flexcol _3c-center">
|
<div class="flexcol _3c-center">
|
||||||
<a href="https://www.go-tel.si/instrukcije/1KA" target="_blank" title="Uporaba 1KA">
|
<a href="https://www.go-tel.si/instrukcije/1KA" target="_blank" title="Uporaba 1KA">
|
||||||
<i class="fas fa-cog fa-3x"></i>
|
<img src="/tema1ka/svg/gear-solid.svg"/>
|
||||||
<div class="w-clearfix"><b>UPORABA 1KA</b></div>
|
<div class="w-clearfix"><b>UPORABA 1KA</b></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexcol _3c-center">
|
<div class="flexcol _3c-center">
|
||||||
<a href="https://www.go-tel.si/instrukcije/statistika" target="_blank" title="Statistika">
|
<a href="https://www.go-tel.si/instrukcije/statistika" target="_blank" title="Statistika">
|
||||||
<i class="fas fa-chart-line fa-3x"></i>
|
<img src="/tema1ka/svg/chart-line-solid.svg"/>
|
||||||
<div class="w-clearfix"><b>STATISTIKA</b></div>
|
<div class="w-clearfix"><b>STATISTIKA</b></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexcol _3c-center">
|
<div class="flexcol _3c-center">
|
||||||
<a href="https://www.1ka.si/d/sl/cenik/ostale-storitve" target="_blank" title="Metodologija">
|
<a href="https://www.1ka.si/d/sl/cenik/ostale-storitve" target="_blank" title="Metodologija">
|
||||||
<i class="fas fa-sync fa-3x"></i>
|
<img src="/tema1ka/svg/arrows-rotate-solid.svg"/>
|
||||||
<div class="w-clearfix "><b>METODOLOGIJA</b></div>
|
<div class="w-clearfix "><b>METODOLOGIJA</b></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1994,11 +1994,11 @@ p {
|
|||||||
top: 0%;
|
top: 0%;
|
||||||
right: 0%;
|
right: 0%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
z-index: 140;
|
z-index: 150;
|
||||||
display: none;
|
display: none;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
padding-top: 76px;
|
padding-top: 76px;
|
||||||
background-color: #fff;
|
background-color: transparent;
|
||||||
box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.33);
|
box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.33);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#block-languageswitcher ul {
|
#block-languageswitcher {
|
||||||
list-style: none;
|
margin-right: 40px;
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: bold;
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -198,7 +198,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul{
|
ul:not(.contextual-links){
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -488,5 +488,55 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#modal-individualno-svetovanje{
|
||||||
|
h3 {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 25px;
|
||||||
|
font-weight: 700;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modra {
|
||||||
|
color: #1e88e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexrow {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexcol {
|
||||||
|
padding: 20px;
|
||||||
|
-webkit-box-flex: 0;
|
||||||
|
-webkit-flex: 0 33.333%;
|
||||||
|
-ms-flex: 0 33.333%;
|
||||||
|
flex: 0 33.333%;
|
||||||
|
flex-basis: 33.333%;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #1e88e5;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: .1s;
|
||||||
|
|
||||||
|
img{
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M464 16c-17.67 0-32 14.31-32 32v74.09C392.1 66.52 327.4 32 256 32C161.5 32 78.59 92.34 49.58 182.2c-5.438 16.81 3.797 34.88 20.61 40.28c16.89 5.5 34.88-3.812 40.3-20.59C130.9 138.5 189.4 96 256 96c50.5 0 96.26 24.55 124.4 64H336c-17.67 0-32 14.31-32 32s14.33 32 32 32h128c17.67 0 32-14.31 32-32V48C496 30.31 481.7 16 464 16zM441.8 289.6c-16.92-5.438-34.88 3.812-40.3 20.59C381.1 373.5 322.6 416 256 416c-50.5 0-96.25-24.55-124.4-64H176c17.67 0 32-14.31 32-32s-14.33-32-32-32h-128c-17.67 0-32 14.31-32 32v144c0 17.69 14.33 32 32 32s32-14.31 32-32v-74.09C119.9 445.5 184.6 480 255.1 480c94.45 0 177.4-60.34 206.4-150.2C467.9 313 458.6 294.1 441.8 289.6z" style="fill: #1e88e5"/></svg>
|
After Width: | Height: | Size: 921 B |
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M64 400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32C49.67 32 64 46.33 64 64V400zM342.6 278.6C330.1 291.1 309.9 291.1 297.4 278.6L240 221.3L150.6 310.6C138.1 323.1 117.9 323.1 105.4 310.6C92.88 298.1 92.88 277.9 105.4 265.4L217.4 153.4C229.9 140.9 250.1 140.9 262.6 153.4L320 210.7L425.4 105.4C437.9 92.88 458.1 92.88 470.6 105.4C483.1 117.9 483.1 138.1 470.6 150.6L342.6 278.6z" style="fill: #1e88e5"/></svg>
|
After Width: | Height: | Size: 742 B |
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z" style="fill: #1e88e5"/></svg>
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
x
Reference in New Issue
Block a user