|
@@ -39,14 +39,18 @@
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
|
|
|
-
|
|
|
+
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
+ <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
- <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
|
|
|
<link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
|
|
|
</head>
|
|
|
<style>
|
|
|
+
|
|
|
body {
|
|
|
font-family: 'Oswald', sans-serif;
|
|
|
font-family: 'Quicksand', sans-serif;
|
|
@@ -58,17 +62,62 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
.bg-half-170 {
|
|
|
padding:0px;
|
|
|
}
|
|
|
-#topnav {
|
|
|
- background-color: #1E0A46;
|
|
|
+.bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
|
|
|
+ background-color: #141639c4 !important;
|
|
|
+ color: white!important;
|
|
|
+ border-radius:0px !important;
|
|
|
+}
|
|
|
+.nav-pills .nav-link{
|
|
|
+ color: white !important;
|
|
|
}
|
|
|
-#topnav .navigation-menu > li > a {
|
|
|
- color:white !important;
|
|
|
+.nav-pills {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ background:none;
|
|
|
}
|
|
|
-#topnav .navigation-menu {
|
|
|
- display: initial;
|
|
|
+.logo {
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 24px;
|
|
|
+ margin-right: 0px;
|
|
|
+ padding: 0 0 6px;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ line-height: 68px;
|
|
|
}
|
|
|
-#topnav.nav-sticky{
|
|
|
- background-color: #1E0A46;
|
|
|
+.change_pass_btn {
|
|
|
+ margin-top: 0;
|
|
|
+ color: #ffff;
|
|
|
+ border: 1px solid #9f9fa169;
|
|
|
+ border-radius: 50%;
|
|
|
+ padding: 8px 8px;
|
|
|
+ margin-right: 0;
|
|
|
+ background: #16183f69;
|
|
|
+ font-size: 15px!important;
|
|
|
+}
|
|
|
+.icon_bar {
|
|
|
+ width: fit-content;
|
|
|
+ overflow: auto;
|
|
|
+ border-radius: 0.25rem;
|
|
|
+ padding: 2px 4px;
|
|
|
+ margin: 0 auto;
|
|
|
+ border: 0.5px solid #d8e2e7;
|
|
|
+}
|
|
|
+.icon_bar a {
|
|
|
+ text-align: center;
|
|
|
+ padding: 0;
|
|
|
+ color: #818084;
|
|
|
+ font-size: 16px;
|
|
|
+ margin: 0 3px;
|
|
|
+ border-bottom: none;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
+.label_badge_radius {
|
|
|
+ color: #2e1153;
|
|
|
+ border-radius: 20px;
|
|
|
+ padding: 1px 10px;
|
|
|
+ font-size: 10px;
|
|
|
+ line-height: 1.3;
|
|
|
+ letter-spacing: .2px;
|
|
|
+ font-weight: 600;
|
|
|
+ /* background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); */
|
|
|
}
|
|
|
.form-control:focus {
|
|
|
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
|
|
@@ -100,16 +149,6 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
border: 1px solid #d8e2e7;
|
|
|
font-size: 11px;
|
|
|
}
|
|
|
-.label_badge_radius {
|
|
|
- color: #2e1153;
|
|
|
- border-radius: 20px;
|
|
|
- padding: 1px 10px;
|
|
|
- font-size: 11px;
|
|
|
- line-height: 1.3;
|
|
|
- letter-spacing: .2px;
|
|
|
- font-weight: 600;
|
|
|
- background: rgb(255, 255, 255);
|
|
|
-}
|
|
|
.body ul {
|
|
|
list-style-type: none;
|
|
|
padding-left: 0;
|
|
@@ -328,16 +367,6 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
border-style: dashed;
|
|
|
border-width: 0;
|
|
|
}
|
|
|
-.change_pass_btn {
|
|
|
- margin-top: 0;
|
|
|
- color: #2e1153;
|
|
|
- border: 1px solid #dedbf1;
|
|
|
- border-radius: 50%;
|
|
|
- padding: 5px 6px;
|
|
|
- margin-right: 0;
|
|
|
- background: #dedbf1;
|
|
|
- font-size: 15px!important;
|
|
|
-}
|
|
|
.navbar {
|
|
|
display: inline-block;
|
|
|
}
|
|
@@ -347,7 +376,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
border: 1px solid #ff7f00!important;
|
|
|
}
|
|
|
.card {
|
|
|
- background-color: inherit;
|
|
|
+ border: none;
|
|
|
}
|
|
|
.education{
|
|
|
padding: 10px 16px;
|
|
@@ -462,23 +491,6 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
border-bottom-left-radius: 0;
|
|
|
background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
|
|
|
}
|
|
|
-.icon_bar {
|
|
|
- width: fit-content;
|
|
|
- overflow: auto;
|
|
|
- border-radius: 0.25rem;
|
|
|
- padding: 2px 4px;
|
|
|
- margin: 0 auto;
|
|
|
- border: 0.5px solid #d8e2e7;
|
|
|
-}
|
|
|
-.icon_bar a {
|
|
|
- text-align: center;
|
|
|
- padding: 0;
|
|
|
- color: #818084;
|
|
|
- font-size: 16px;
|
|
|
- margin: 0 3px;
|
|
|
- border-bottom: none;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
element.style {
|
|
|
border-bottom: 0.5px dashed #e3e8ec;
|
|
|
padding-bottom: 10px;
|
|
@@ -552,7 +564,7 @@ element.style {
|
|
|
border-radius: 12px !important;
|
|
|
}
|
|
|
.profile_top_part_info {
|
|
|
- background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#ebe8ff 80%,#eceaf7 100%);
|
|
|
+ background: white;
|
|
|
border-bottom: 1px solid #dedbf1;
|
|
|
padding: 15px;
|
|
|
}
|
|
@@ -759,49 +771,60 @@ element.style {
|
|
|
<div class="col-lg-12">
|
|
|
<nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
|
|
|
<div class="navbar-container d-flex content">
|
|
|
- <div class="col-md-10">
|
|
|
+ <div class="col-md-11" style="width: 88.7%;">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<ul class="nav navbar-nav mr-auto header_left">
|
|
|
<li class="nav-item d-flex">
|
|
|
- <a href="" class="navbar-brand router-link-exact-active router-link-active">
|
|
|
- <img src="web/images/logo.png" style="max-width: 130px; height: 35px;">
|
|
|
- </a>
|
|
|
- <div style="align-self: center;">
|
|
|
- <span style="font-weight: 600; font-size: 18px;">DEMO</span>
|
|
|
+ <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
|
|
|
+ <a class="logo" href="index.html">
|
|
|
+ <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-md-2" style="display:flex;">
|
|
|
- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-5">
|
|
|
+ <div class="col-md-1" style="display:flex;">
|
|
|
+ <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="">
|
|
|
<i class="fa fa-bell change_pass_btn"></i>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
+ </ul>
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="">
|
|
|
- <i class="fa fa-cog change_pass_btn"></i>
|
|
|
+ <i class="fa fa-shopping-bag change_pass_btn"></i>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
+ </ul>
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="">
|
|
|
- <i class="fa fa-sign-out change_pass_btn"></i>
|
|
|
+
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
+ <ul class="nav navbar-nav align-items-center ml-auto header_right">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="">
|
|
|
<h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
|
|
|
</a>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
+ </ul>
|
|
|
+ <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
+ <li class="nav-item dropdown dropdown-notification">
|
|
|
+ <a href="{{ url('teacher-logout') }}"
|
|
|
+ onclick="event.preventDefault();
|
|
|
+ document.getElementById('logout-form').submit();">
|
|
|
+ <i class="fa fa-sign-out change_pass_btn"></i>
|
|
|
+ </a>
|
|
|
+ <form id="logout-form" action="{{ url('teacher-logout') }}" method="POST" class="d-none">
|
|
|
+ @csrf
|
|
|
+ </form>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</nav>
|