Commit c95f5f86 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

MLAB-158

parent f338551d
...@@ -7,41 +7,45 @@ html(lang="de") ...@@ -7,41 +7,45 @@ html(lang="de")
link(rel="stylesheet", type="text/css", href="https://transfer.hft-stuttgart.de/css/bootstrap/bootstrap.css") link(rel="stylesheet", type="text/css", href="https://transfer.hft-stuttgart.de/css/bootstrap/bootstrap.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous") link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
style. style.
.collapse { .help .card-title > a:before {
display: none; float: right !important;
} content: "-";
.collapse.in { padding-right: 5px;
display: block; }
} .help .card-title > a.collapsed:before {
.collapsing { float: right !important;
position: relative; content: "+";
height: 0; }
overflow: hidden; .help h3 > a {
-webkit-transition-timing-function: ease; color: #8a348b;
-o-transition-timing-function: ease; text-decoration: none;
transition-timing-function: ease; display: block;
-webkit-transition-duration: .35s; }
-o-transition-duration: .35s; .help a {
transition-duration: .35s; display: inline;
-webkit-transition-property: height,visibility; }
-o-transition-property: height,visibility; .help .card > .card-header {
transition-property: height,visibility; color: #fff;
} }
.warning { .card-title {
color: red; margin-bottom: 0.5rem;
font-size: 11px; margin-top: 0.5rem;
} }
#infoicon {
color: #8a348b;
}
body body
include project.html include project.html
// jQuery // jQuery
script(src="https://code.jquery.com/jquery-3.3.1.min.js") script(src="https://code.jquery.com/jquery-3.3.1.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js", integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1", crossorigin="anonymous") script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js", integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1", crossorigin="anonymous")
// Bootstrap // Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// Header // Header
if isUserAuthenticated if isUserAuthenticated
script(src="https://m4lab.hft-stuttgart.de/js/headfootLogout.js") script(src="/js/headfootLogout.js")
else else
script(src="https://m4lab.hft-stuttgart.de/js/headfoot.js") script(src="/js/headfoot.js")
\ No newline at end of file \ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment