Allow vertical centering of smaller ascii's with 'V'
This commit is contained in:
parent
adf666baaf
commit
baa8a45ea8
7 changed files with 18 additions and 17 deletions
17
sahli.css
17
sahli.css
|
|
@ -32,17 +32,8 @@ body {
|
|||
}
|
||||
|
||||
h6 {
|
||||
position: fixed;
|
||||
top: 1ex;
|
||||
left: 1ex;
|
||||
border: 1px green ridge;
|
||||
padding: .125em 1em;
|
||||
color: black;
|
||||
background-color: green;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
display: none;
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.help {
|
||||
|
|
@ -131,6 +122,10 @@ p.infobox {
|
|||
margin: .25ex;
|
||||
}
|
||||
|
||||
.ty50 {
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.bigtext {
|
||||
background-color: lightsteelblue;
|
||||
border: 1px outset steelblue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue