273 lines
6.4 KiB
SCSS
273 lines
6.4 KiB
SCSS
$first_navigation_text: $gray;
|
||
$comment_number_text: #ffffff;
|
||
$second_navigation_text: $gray;
|
||
$export_dropdown_text: $gray;
|
||
$second_navigation_background: #ffffff;
|
||
|
||
header{
|
||
|
||
#surveyNavigation {
|
||
height: 58px;
|
||
|
||
background-color: $blue;
|
||
|
||
#firstNavigation {
|
||
display: flex;
|
||
|
||
height: 50px;
|
||
width: 100%;
|
||
|
||
padding-top: 10px;
|
||
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
text-align: center;
|
||
|
||
#mojeAnketeLink {
|
||
a {
|
||
color: $white;
|
||
text-decoration: none;
|
||
}
|
||
}
|
||
|
||
ol {
|
||
display: flex;
|
||
|
||
li {
|
||
list-style-image: none;
|
||
list-style-position: outside;
|
||
list-style-type: none;
|
||
|
||
a {
|
||
color: $white;
|
||
text-decoration: none;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
|
||
|
||
|
||
|
||
#quick_comments_link.newCss {
|
||
font-size: 12px;
|
||
margin-top: 3px !important;
|
||
margin-right: 5px !important;
|
||
a {
|
||
margin-right: 0px !important;
|
||
color: $blue !important;
|
||
font-weight: 600;
|
||
&:hover {
|
||
color: $yellow !important;
|
||
}
|
||
span.comments_blue_off {
|
||
margin-top: 4px !important;
|
||
}
|
||
span.comments_orange_off {
|
||
margin-top: 4px !important;
|
||
}
|
||
span.comments_blue_on {
|
||
margin-top: -1px !important;
|
||
}
|
||
span.comments_orange_on {
|
||
margin-top: -1px !important;
|
||
}
|
||
}
|
||
}
|
||
span.sprites.comments_blue_on {
|
||
color: $comment_number_text;
|
||
font-size: 11px;
|
||
font-weight: bold;
|
||
line-height: 12px;
|
||
text-align: center;
|
||
}
|
||
span.sprites.comments_orange_on {
|
||
color: $comment_number_text;
|
||
font-size: 11px;
|
||
font-weight: bold;
|
||
line-height: 12px;
|
||
text-align: center;
|
||
}
|
||
|
||
|
||
#secondNavigation {
|
||
display: block;
|
||
z-index: 1;
|
||
left: 0px;
|
||
right: 0px;
|
||
padding: 8px 20px 0 145px;
|
||
height: 33px;
|
||
border-bottom: 1px solid $blue;
|
||
background-color: $second_navigation_background;
|
||
}
|
||
|
||
ul.secondNavigation {
|
||
display: inline-block;
|
||
float: left;
|
||
width: auto;
|
||
margin-top: 1px !important;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.secondNavigation {
|
||
display: inline-block;
|
||
list-style-image: none;
|
||
list-style-position: outside;
|
||
list-style-type: none;
|
||
padding: 0px;
|
||
width: 100%;
|
||
li {
|
||
display: list-item;
|
||
float: left;
|
||
padding: 0px;
|
||
margin: 0px;
|
||
}
|
||
.blank {
|
||
height: 12px;
|
||
width: 6px;
|
||
}
|
||
.no-img {
|
||
padding: 0px 12px !important;
|
||
background-image: none !important;
|
||
}
|
||
a {
|
||
display: block;
|
||
line-height: 30px;
|
||
font-size: 14px;
|
||
color: $second_navigation_text;
|
||
|
||
&:hover {
|
||
border-bottom: 2px solid $yellow;
|
||
}
|
||
}
|
||
a.active {
|
||
color: $yellow;
|
||
background-color: inherit;
|
||
border-bottom: 2px solid $yellow;
|
||
}
|
||
.side-left {
|
||
padding-left: 10px;
|
||
}
|
||
.side-right {
|
||
padding-right: 12px;
|
||
}
|
||
.space {
|
||
width: 20px;
|
||
height: 19px;
|
||
padding: 0px;
|
||
}
|
||
.single {
|
||
padding: 0px 12px 0px 24px¸;
|
||
&:hover {
|
||
text-shadow: 0px 1px 0px #fff;
|
||
}
|
||
&:active {
|
||
color: $gray;
|
||
}
|
||
}
|
||
}
|
||
|
||
#secondNavigation.library {
|
||
padding-left: 35px;
|
||
a {
|
||
font-size: 14px;
|
||
}
|
||
ul.secondNavigation {
|
||
.space {
|
||
width: 25px;
|
||
}
|
||
}
|
||
}
|
||
|
||
#secondNavigation_links {
|
||
position: relative;
|
||
float: right;
|
||
width: auto;
|
||
margin-top: -7px;
|
||
line-height: 38px;
|
||
z-index: 2;
|
||
text-align: right;
|
||
#hover_export {
|
||
display: none;
|
||
position: absolute;
|
||
z-index: 99999;
|
||
right: 10px;
|
||
top: 39px;
|
||
padding: 5px 0 5px 13px;
|
||
width: 180px;
|
||
text-align: left;
|
||
line-height: normal;
|
||
background-color: $second_navigation_background;
|
||
border: 1px $blue solid;
|
||
-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
||
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
||
-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
||
a {
|
||
display: block;
|
||
padding: 6px 0;
|
||
color: $export_dropdown_text;
|
||
font-size: 14px;
|
||
|
||
transition: 0.2s;
|
||
|
||
&:hover {
|
||
color: $yellow;
|
||
}
|
||
}
|
||
span.hover_export_icon {
|
||
display: inline-block;
|
||
width: 40px;
|
||
}
|
||
}
|
||
}
|
||
|
||
ul.secondNavigationArchive {
|
||
display: inline-block;
|
||
float: left;
|
||
width: auto;
|
||
padding: 0px;
|
||
margin: 0 0 0 10px !important;
|
||
padding-left: 23px;
|
||
padding-top: 0px;
|
||
|
||
font-size: 14px;
|
||
list-style-image: none;
|
||
list-style-position: outside;
|
||
list-style-type: none;
|
||
|
||
border-left: 1px dotted $blue;
|
||
|
||
li {
|
||
display: list-item;
|
||
padding: 0 12px;
|
||
float: left;
|
||
margin: 0px;
|
||
|
||
transition: 0.2s;
|
||
|
||
a {
|
||
color: $second_navigation_text;
|
||
line-height: 31px;
|
||
}
|
||
a.active {
|
||
color: $yellow;
|
||
}
|
||
&:hover {
|
||
border-bottom: 2px solid $yellow;
|
||
}
|
||
}
|
||
li.aactive{
|
||
border-bottom: 2px solid $yellow;
|
||
}
|
||
}
|
||
|
||
|
||
// skrijemo breadcrumbs na desktopu
|
||
div.breadcrumbs {
|
||
display: none;
|
||
}
|
||
|
||
}
|