beautification
This commit is contained in:
parent
4c6d16238a
commit
d5c502b760
2 changed files with 58 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article p{
|
.article p {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
@ -32,18 +32,71 @@
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
header a {
|
||||||
|
display: inline-block;
|
||||||
|
height: 5em;
|
||||||
|
line-height: 5em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
background-color: gold;
|
||||||
|
padding: 0px 1em;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: 0px 0px 3px #c4c4c4;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul {
|
||||||
|
list-style: none outside none;
|
||||||
|
}
|
||||||
|
|
||||||
|
header li {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.header ul {
|
.header ul {
|
||||||
list-style: none outside none;
|
list-style: none outside none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header li {
|
.header li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header a {
|
||||||
|
display: inline-block;
|
||||||
|
height: 5em;
|
||||||
|
line-height: 5em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
background-color: aliceblue;
|
||||||
|
padding: 0px 1em;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: 0px 0px 3px #c4c4c4;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer span {
|
footer span {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
border-top: 1px solid black;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
margin-top: 1em;
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
height: 5em;
|
||||||
|
line-height: 5em;
|
||||||
|
background-color: aliceblue;
|
||||||
|
padding: 0px 1em;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: 0px 0px 3px #c4c4c4;
|
||||||
|
}
|
||||||
|
|
||||||
table, td, th {
|
table, td, th {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-spacing: 0.5rem;
|
border-spacing: 0.5rem;
|
||||||
|
|
|
@ -10,6 +10,10 @@ $doctype 5
|
||||||
|
|
||||||
<h3>Wähle deinen Artikel, #{userIdent user}
|
<h3>Wähle deinen Artikel, #{userIdent user}
|
||||||
|
|
||||||
|
$if null beverages
|
||||||
|
<h1>
|
||||||
|
!!!MATEKALYPSE!!!
|
||||||
|
|
||||||
$forall (Entity bId bev) <- beverages
|
$forall (Entity bId bev) <- beverages
|
||||||
<article .article>
|
<article .article>
|
||||||
<a href=@{BuyR uId bId}>
|
<a href=@{BuyR uId bId}>
|
||||||
|
|
Loading…
Reference in a new issue