-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTYLE.py
56 lines (50 loc) · 1.58 KB
/
STYLE.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#VISUALISATIONS FOR all sites
html_header="""
<head>
<title>PControlDB</title>
<meta charset="utf-8">
<meta name="keywords" content="🏨 Hotel System Recommender>
<meta name="description" content="project control dashboard">
<meta name="author" content="Mohamed Dhmine">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<h1 style="font-size:300%; color:#4065ff; font-family:Georgia"> 🏨 Hotel System Recommender <br>
<h2 style="color:#4a35ff; font-family:Georgia"> </h3> <br>
<hr style= " display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1.5px;"></h1>
"""
html_card_header1="""
<div class="card">
<div class="card-body" style="border-radius: 10px 10px 0px 0px; background: #eef9ea; padding-top: 5px; width: 350px;
height: 50px;">
<h3 class="card-title" style="background-color:#eef9ea; color:#008080; font-family:Georgia; text-align: center; padding: 0px 0;"> Last Output </h3>
</div>
</div>
"""
html_card_footer1="""
<div class="card">
<div class="card-body" style="border-radius: 0px 0px 10px 10px; background: #eef9ea; padding-top: 1rem;; width: 350px;
height: 50px;">
<p class="card-title" style="background-color:#eef9ea; color:#008080; font-family:Georgia; text-align: center; padding: 0px 0;"></p>
</div>
</div>
"""
html_line="""
<br>
<br>
<br>
<br>
<hr style= " display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1.5px;">
<p style="color:Gainsboro; text-align: right;">By: mohamed.dhmine@gmail.com</p>
"""