36 lines
1.2 KiB
HTML
Executable File
36 lines
1.2 KiB
HTML
Executable File
[viewBag]
|
|
==
|
|
<!--Favicon-->
|
|
<link rel="shortcut icon" href="{{'assets/favicon.ico'|theme}}" type="image/x-icon">
|
|
<link rel="icon" href="{{'assets/favicon.ico'|theme}}" type="image/x-icon">
|
|
|
|
<!-- Bootstrap -->
|
|
<link rel="stylesheet" href="{{'assets/css/bootstrap.min.css'|theme}}">
|
|
<!-- Template styles-->
|
|
<link rel="stylesheet" href="{{'assets/css/style.css'|theme}}">
|
|
<!-- Responsive styles-->
|
|
<link rel="stylesheet" href="{{'assets/css/responsive.css'|theme}}">
|
|
<!-- FontAwesome -->
|
|
<link rel="stylesheet" href="{{'assets/css/font-awesome.min.css'|theme}}">
|
|
<!-- Animation -->
|
|
<link rel="stylesheet" href="{{'assets/css/animate.css'|theme}}">
|
|
<!-- Owl Carousel -->
|
|
<link rel="stylesheet" href="{{'assets/css/owl.carousel.min.css'|theme}}">
|
|
<link rel="stylesheet" href="{{'assets/css/owl.theme.default.min.css'|theme}}">
|
|
<!-- Colorbox -->
|
|
<link rel="stylesheet" href="{{'assets/css/colorbox.css'|theme}}">
|
|
|
|
<style>
|
|
ul.navbar-nav > li:hover > a:after, ul.navbar-nav > li.active > a:after {
|
|
font-family: FontAwesome;
|
|
position: absolute;
|
|
clear: both;
|
|
content: "" !important;
|
|
text-align: center;
|
|
display: block;
|
|
line-height: 0;
|
|
font-size: 14px;
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
}
|
|
</style> |