Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,36 @@
#footer {
p {
margin: 0;
padding: 0 1em;
font-size: 1em;
}
a:hover span.tooltip {
padding: 10px;
color: $tooltip-color;
height: auto;
width: auto;
left: 0;
bottom: 0;
background: $tooltip-background;
z-index: 99;
font-family: monospace;
text-align: left;
border-top: 1px solid $tooltip-color;
border-right: 1px solid $tooltip-color;
border-radius: 0 2em 0 0;
}
}
span.credit {
font-size: 1em;
font-weight: normal;
}
span.tooltip {
position: absolute;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}