Dasboard
This commit is contained in:
141
static/style.css
141
static/style.css
@ -1,93 +1,84 @@
|
|||||||
body
|
body {
|
||||||
{
|
background-color: black;
|
||||||
background-color: #1d1919;
|
|
||||||
font-size: 150%;
|
|
||||||
font-family: "Asap","Calibri", "Arial";
|
|
||||||
color: #fff1f1;
|
|
||||||
animation-name: HG;
|
|
||||||
animation-duration: 20s;
|
|
||||||
animation-iteration-count: infinite
|
|
||||||
}
|
|
||||||
|
|
||||||
.cs
|
|
||||||
{
|
|
||||||
|
|
||||||
position: absolute;
|
|
||||||
top: 38%;
|
|
||||||
left:12%;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 75%;
|
|
||||||
/*border: 3px solid red;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cs h1, .cs h2, .cs form
|
nav ul {
|
||||||
{
|
list-style-type: none;
|
||||||
display: flex;
|
margin: 0;
|
||||||
text-align: center;
|
padding: 0;
|
||||||
|
width: 200px;
|
||||||
|
background-color: #333;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li.start a {
|
||||||
|
border-top: 3px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li a {
|
||||||
|
display: block;
|
||||||
|
color: white;
|
||||||
|
padding: 12px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li a:hover {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cs1 {
|
||||||
|
margin-left: 220px;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cs {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 200%;
|
flex-direction: column;
|
||||||
/*border: 3px solid green;*/
|
margin-left: 220px;
|
||||||
}
|
padding: 20px;
|
||||||
h1
|
|
||||||
{
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
font-family: "Asap","Calibri","Arial";
|
|
||||||
font-size: 300%;
|
|
||||||
color: #e7dbdb;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2
|
|
||||||
{
|
.container {
|
||||||
font-size: 100%;
|
display: flex;
|
||||||
position: sticky;
|
flex-direction: column;
|
||||||
bottom: 0;
|
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
/* Reihen */
|
||||||
{
|
.row {
|
||||||
line-height: 150%;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
.box {
|
||||||
{
|
width: 200px;
|
||||||
font-style: italic;
|
height: 200px;
|
||||||
text-decoration: none;
|
border: 2px solid red;
|
||||||
font-weight: bolder;
|
margin: 5px;
|
||||||
color: #adadad
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
|
||||||
{
|
.cs1 h1 {
|
||||||
color: #9e9393;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.notification-icon {
|
||||||
{
|
position: fixed;
|
||||||
color: #726868;
|
top: 10px;
|
||||||
font-size: 105%;
|
right: 10px;
|
||||||
transition: font-size 100ms ease-in;
|
width:50px;
|
||||||
}
|
|
||||||
|
|
||||||
a, img
|
|
||||||
{
|
|
||||||
transition: 100ms ease-out
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img
|
|
||||||
{
|
|
||||||
width: 30%;
|
|
||||||
height: auto
|
|
||||||
}
|
|
||||||
|
|
||||||
img:hover
|
|
||||||
{
|
|
||||||
width: 32%;
|
|
||||||
height: auto;
|
|
||||||
opacity: 75%;
|
|
||||||
transition: 100ms ease-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@ -1,17 +1,47 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<title> DUALHUB👀</title>
|
<title>DUALHUB👀</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="shortcut icon" type="image/x-icon" href="benachrichtigung.png">
|
||||||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
||||||
|
</head>
|
||||||
|
<!--<link rel="shortcut icon" type="image/x-icon" href="temp.png">-->
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Theorie</a></li>
|
||||||
|
<li><a href="#">Praxis</a></li>
|
||||||
|
<li class="start"><a href="#">Start</a></li>
|
||||||
|
<li><a href="#">Kursübersicht</a></li>
|
||||||
|
<li><a href="#">aktueller Notenschnitt</a></li>
|
||||||
|
<li><a href="#">Stundenplan</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
<img src="benachrichtigung.png" alt="Benachrichtigung" class="notification-icon">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="temp.png">
|
<main class="content-section">
|
||||||
<body>
|
<div class="cs1">
|
||||||
|
<h1> Willkommen USER</h1>
|
||||||
|
</div>
|
||||||
<div class="cs">
|
<div class="cs">
|
||||||
<h1>{{message}}</h1>
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="box"></div>
|
||||||
|
<div class="box"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="box"></div>
|
||||||
|
<div class="box"></div>
|
||||||
|
<div class="box"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user