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">
|
||||
<title>Haven Post Office layout</title>
|
||||
<style>
|
||||
h1, h2 {text-align: center; }
|
||||
table {border-collapse: collapse; }
|
||||
td {border: 1px solid black; text-align: center;white-space:nowrap;}
|
||||
h1,
|
||||
h2 {
|
||||
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_occupied {background: red; }
|
||||
.pb_none {background: white; }
|
||||
|
||||
.coords {font-size: x-small; }
|
||||
.pb_empty {
|
||||
background: green;
|
||||
font-style: italic;
|
||||
}
|
||||
.pb_occupied {
|
||||
background: red;
|
||||
}
|
||||
.pb_none {
|
||||
background: white;
|
||||
}
|
||||
.coords {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
@ -1,3 +1,4 @@
|
||||
matplotlib~=3.7.1
|
||||
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