Added advance menu option

This commit is contained in:
David Maisonave
2024-11-01 15:07:47 -04:00
parent be8e632699
commit 504814b43c
9 changed files with 2291 additions and 171 deletions

View File

@@ -33,4 +33,35 @@
margin: 1em;
}
/* Dashed border */
hr.dashed {
border-top: 3px dashed #bbb;
}
/* Dotted border */
hr.dotted {
border-top: 3px dotted #bbb;
}
/* Solid border */
hr.solid {
border-top: 3px solid #bbb;
}
/* Rounded border */
hr.rounded {
border-top: 8px solid #bbb;
border-radius: 5px;
}
h3.under_construction {
color:red;
background-color:yellow;
}
h3.submenu {
color:Tomato;
background-color:rgba(100, 100, 100);
}
/*# sourceMappingURL=DupFileManager.css.map */