Initial Commit
This commit is contained in:
108
static/css/lure.css
Normal file
108
static/css/lure.css
Normal file
@@ -0,0 +1,108 @@
|
||||
:root {
|
||||
--primary: #0060A8;
|
||||
--primary-hover: #026EBF;
|
||||
--secondary: #0EAAAA;
|
||||
--secondary-hover: #13b4b4;
|
||||
--font-size: 16px;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.justify-space-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.close {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
nav:not([aria-label="breadcrumb"]) {
|
||||
/* Workaround for horizontal overflow due to justify-content */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Add some spacing between the navbar items and the edge of the page */
|
||||
nav:not([aria-label="breadcrumb"]) ul {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
nav:not([aria-label="breadcrumb"]) a {
|
||||
color: #dddedf;
|
||||
}
|
||||
|
||||
nav:not([aria-label="breadcrumb"]) a.active {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
nav:not([aria-label="breadcrumb"]) a:hover:not(.active) {
|
||||
color: var(--primary-hover);
|
||||
}
|
||||
|
||||
/* Keep the footer at the bottom */
|
||||
body > main {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* Make the footer smaller */
|
||||
body > footer {
|
||||
--block-spacing-vertical: 2rem;
|
||||
}
|
||||
|
||||
/* Make card header and footer smaller */
|
||||
article > header, article > footer {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* Make the bottom margin on card headers smaller */
|
||||
article > header {
|
||||
margin-bottom: calc(var(--block-spacing-vertical) / 2);
|
||||
}
|
||||
|
||||
/* Make the top margin on card footers smaller */
|
||||
article > footer {
|
||||
margin-top: calc(var(--block-spacing-vertical) / 2);
|
||||
}
|
||||
|
||||
/* Fix the icon height to 100px to make cards uniform */
|
||||
article > img.icon {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
th {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
td {
|
||||
word-break: break-word;
|
||||
cursor: text;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
pre code {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.marginless {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[role="link"], a {
|
||||
--color: var(--secondary);
|
||||
}
|
||||
5
static/css/pico.min.css
vendored
Normal file
5
static/css/pico.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/css/pico.min.css.map
Normal file
1
static/css/pico.min.css.map
Normal file
File diff suppressed because one or more lines are too long
1
static/icons/badge-logo.base64
Normal file
1
static/icons/badge-logo.base64
Normal file
@@ -0,0 +1 @@
|
||||
data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNklEQVQ4jX3T32vXdRTH8cf5fL+zITLsJrroh3Rjd0VpfDPaXLMpDIbNgoTIiG6kLnPUP1AMU7qqC1G86Yfg1Km52Tf7zso5tnDRRVBBjrEugm7Km32/2+f99mIlrm297s7hvJ6cwzmHuzXb2ObX8bqfrm6+kxub6HTh+qjhyU3WULEiChtRU8ZlN77d/E/uIVmvFKM+mVoFiVXIn6/WNGNUM36zEIctxjm3Ki9rxnHNmLAYPV7f3lq7A9jaNSnplj2Az5RxVlv+XHYQU0qvrj/CXGOnm+M83vmDFM/IMSvbo/SFtnxS0hL6wPszVe/N3AX44+tBoSF5zcw37Sp5QNaDX4QJi/GKMAiO3tigMKx0ZBnw11eDijwknFPGGRUjGFLJhyRPKuOmcAwJp1TyKZH7hd8Lrfo7CkPCackB8rDQi3nhCDpFXjYXDijjJWGvwiH3FEereFA4rWK/7GNhF+YVupWxQ+E8xhT5uKXifmFA4V1vP/EBVJX5TUUU7u1J5hr3LZtzl6V4UeQhEZdU7dNfW3BiuhB53lvbzq99B3ONEc14Tiued6vyp1bULcQWzRizGC8YqC38d+sr15gdwwYpRrXlDkkXfpTtUsaIT6fa/x/wcPdFKfZjk+Syttyhd8djUvTJOpVGnJhuXx8AW7vOSHbLqpIrrlx71N7al5J9sp1KF3z0/R3f6l/4V5PfPaUVdc34Wyue1ff0rJPT/ZY84o3tH67rW6HxazX1ibpL1zvWK7kNwWfQQO79fcgAAAAASUVORK5CYII=
|
||||
BIN
static/icons/favicon.ico
Normal file
BIN
static/icons/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 644 B |
65
static/icons/lure-no-text.svg
Normal file
65
static/icons/lure-no-text.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 17 KiB |
72
static/icons/lure-text-white.svg
Normal file
72
static/icons/lure-text-white.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
104
static/icons/lure-text.svg
Normal file
104
static/icons/lure-text.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user