2013-06-27 01:45:05 +02:00
|
|
|
@import "prefixer";
|
2013-06-26 07:42:44 +02:00
|
|
|
|
|
|
|
#main-menu-region {
|
2013-04-21 08:25:24 +02:00
|
|
|
i:before {
|
2013-06-26 07:42:44 +02:00
|
|
|
font-size : 35px;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-07-01 08:26:33 +02:00
|
|
|
|
2013-04-21 08:25:24 +02:00
|
|
|
i {
|
2013-06-26 07:42:44 +02:00
|
|
|
width : 40px;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-04-23 06:55:08 +02:00
|
|
|
}
|
|
|
|
|
2013-08-06 04:29:34 +02:00
|
|
|
.backdrop #nav-region {
|
|
|
|
background-color : #000000;
|
|
|
|
.opacity(0.85);
|
2013-07-01 08:26:33 +02:00
|
|
|
}
|
2013-04-23 06:55:08 +02:00
|
|
|
|
2013-08-06 04:29:34 +02:00
|
|
|
#nav-region li a:hover, #in-sub-nav li a.active {
|
|
|
|
background-color : #555555;
|
|
|
|
text-decoration : none;
|
2013-04-23 06:55:08 +02:00
|
|
|
}
|
2013-06-07 07:15:07 +02:00
|
|
|
|
2013-08-02 03:02:55 +02:00
|
|
|
#nav-region {
|
2013-08-06 04:29:34 +02:00
|
|
|
|
2013-06-26 07:42:44 +02:00
|
|
|
margin-bottom : 80px;
|
2013-08-06 04:29:34 +02:00
|
|
|
height : 120px;
|
2013-07-07 00:46:11 +02:00
|
|
|
|
|
|
|
.span12 {
|
|
|
|
margin-left : 0px;
|
|
|
|
}
|
|
|
|
|
2013-08-06 04:29:34 +02:00
|
|
|
|
2013-07-07 00:46:11 +02:00
|
|
|
.logo {
|
|
|
|
margin-top : 25px;
|
|
|
|
vertical-align : middle;
|
|
|
|
height : 70px;
|
|
|
|
width : 70px;
|
|
|
|
}
|
2013-08-02 03:02:55 +02:00
|
|
|
|
|
|
|
ul {
|
|
|
|
text-align : center;
|
|
|
|
margin-bottom : 10px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
list-style-type : none;
|
|
|
|
display : inline-block;
|
|
|
|
a {
|
2013-08-06 04:29:34 +02:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
|
2013-08-02 03:02:55 +02:00
|
|
|
display : block;
|
|
|
|
border-radius : 6px;
|
|
|
|
padding : 15px 10px 5px;
|
|
|
|
min-height : 56px;
|
|
|
|
min-width : 64px;
|
|
|
|
margin : 20px 10px 10px;
|
2013-08-06 04:29:34 +02:00
|
|
|
color : #b9b9b9;
|
2013-08-02 03:02:55 +02:00
|
|
|
font-weight : 100;
|
|
|
|
}
|
|
|
|
span.label.pull-right {
|
|
|
|
position : relative;
|
|
|
|
top : 24px;
|
|
|
|
right : 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|