forked from Ravise/misc-scripts
postbox - Updated requirements.txt - html minifier
This commit is contained in:
parent
31324db80f
commit
40830f080f
@ -4,15 +4,39 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Haven Post Office layout</title>
|
<title>Haven Post Office layout</title>
|
||||||
<style>
|
<style>
|
||||||
h1, h2 {text-align: center; }
|
h1,
|
||||||
table {border-collapse: collapse; }
|
h2 {
|
||||||
td {border: 1px solid black; text-align: center;white-space:nowrap;}
|
text-align: center;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
text-align: center;
|
||||||
|
white-space:nowrap;
|
||||||
|
border: 0px solid black;
|
||||||
|
border-width: 0px 1px;
|
||||||
|
}
|
||||||
|
tr:nth-of-type(2n) td {
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
}
|
||||||
|
tr:first-of-type td {
|
||||||
|
border-top: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
.pb_empty {background: green; font-style: italic;}
|
.pb_empty {
|
||||||
.pb_occupied {background: red; }
|
background: green;
|
||||||
.pb_none {background: white; }
|
font-style: italic;
|
||||||
|
}
|
||||||
.coords {font-size: x-small; }
|
.pb_occupied {
|
||||||
|
background: red;
|
||||||
|
}
|
||||||
|
.pb_none {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
.coords {
|
||||||
|
font-size: x-small;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
matplotlib~=3.7.1
|
matplotlib~=3.7.1
|
||||||
Jinja2~=3.1.2
|
Jinja2~=3.1.2
|
||||||
beautifulsoup4~=4.12.2
|
beautifulsoup4~=4.12.2
|
||||||
|
html_minifier~=0.0.4
|
Loading…
Reference in New Issue
Block a user