ActionList: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<div class="container-fluid"> | <div class="container-fluid"> | ||
Line 228: | Line 140: | ||
</div> | </div> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css"> | |||
<!-- Latest compiled and minified JavaScript --> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"> | |||
<style> | |||
#error { | |||
display: none; | |||
} | |||
#actions { | |||
margin-top: 40px | |||
} | |||
/* | |||
.year-container { | |||
padding-top: 80px | |||
}*/ | |||
.year-container h1 { | |||
padding-top: 50px; | |||
padding-bottom: 10px; | |||
font-size: 50px | |||
} | |||
.nav-link { | |||
color: white; | |||
} | |||
#legend { | |||
position: absolute; | |||
top: 73px; | |||
right: 15px; | |||
background-color: #ffffff! important; | |||
padding: 10px; | |||
padding-right: 15px; | |||
padding-left: 30px; | |||
z-index: 10000; | |||
} | |||
#legend span { | |||
font-size: 15px; | |||
} | |||
.field-bg-1 { | |||
/*background-color: #008568;*/ | |||
background-color: #007ECA; | |||
} | |||
.field-bg-2 { | |||
/*background-color: #364B44;*/ | |||
background-color: #53BD9D; | |||
} | |||
.field-bg-3 { | |||
/*background-color: #99B0A7;*/ | |||
background-color: #93A0FF; | |||
} | |||
.field-bg-4 { | |||
/*background-color: #5EB0EE;*/ | |||
background-color: #003EAD; | |||
} | |||
.field-border-1 { | |||
/*background-color: #008568;*/ | |||
border-color: #007ECA; | |||
} | |||
.field-border-2 { | |||
/*background-color: #364B44;*/ | |||
border-color: #53BD9D; | |||
} | |||
.field-border-3 { | |||
/*background-color: #99B0A7;*/ | |||
border-color: #93A0FF; | |||
} | |||
.field-border-4 { | |||
/*background-color: #5EB0EE;*/ | |||
border-color: #003EAD; | |||
color: #000000; | |||
} | |||
.badge { | |||
color: white; | |||
} | |||
a.nav-link:hover, a.nav-link:visited { | |||
color: white; | |||
text-decoration: underline; | |||
} | |||
button.new-progress:hover { | |||
background-color: white; | |||
color: black !important; | |||
} | |||
</style> | |||
</html> | </html> |
Revision as of 21:39, 2 November 2022