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,40 @@
/* debug */
#debug {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: $debug-background;
div {
display: none;
padding: 3px 0.5em 2px;
}
p {
margin: 0.5em 0;
}
&:hover {
height: auto;
padding: 2px 1em;
z-index: 100;
div {
display: block;
}
}
}
.debug {
color: $debug-color;
background: $debug-background;
padding: 3px 0.5em 2px;
}
input[type=submit].delete.debug,
a.delete.debug {
border-color: $debug-border;
&:hover {
background: $debug-background;
color: $debug-color;
border-color: $debug-border;
}
}