ActionList: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
(34 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html | <html> | ||
<div class="container-fluid"> | <div class="container-fluid"> | ||
Line 178: | Line 89: | ||
<ul class="nav nav-pills"> | <ul class="nav nav-pills"> | ||
<li class="nav-item" style="display: none" id="nav-item-year2020"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2020"> | ||
<a class="nav-link" href="#year2020" >2020</a> | <a class="nav-link" href="#year2020" >2020</a> | ||
</li> | </li> | ||
<li class="nav-item" style="display: none" id="nav-item-year2021"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2021"> | ||
<a class="nav-link" href="#year2021" >2021</a> | <a class="nav-link" href="#year2021" >2021</a> | ||
</li> | </li> | ||
<li class="nav-item" style="display: none" id="nav-item-year2022"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2022"> | ||
<a class="nav-link" href="#year2022" >2022</a> | <a class="nav-link" href="#year2022" >2022</a> | ||
</li> | </li> | ||
<li class="nav-item" style="display: none" id="nav-item-year2023"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2023"> | ||
<a class="nav-link" href="#year2023" >2023</a> | <a class="nav-link" href="#year2023" >2023</a> | ||
</li> | </li> | ||
<li class="nav-item" style="display: none" id="nav-item-year2024"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2024"> | ||
<a class="nav-link" href="#year2024" >2024</a> | <a class="nav-link" href="#year2024" >2024</a> | ||
</li> | </li> | ||
<li class="nav-item" style="display: none" id="nav-item-year2025"> | <li class="nav-item year-link" style="display: none" id="nav-item-year2025"> | ||
<a class="nav-link" href="#year2025" >2025</a> | <a class="nav-link" href="#year2025" >2025</a> | ||
</li> | </li> | ||
Line 229: | Line 140: | ||
</div> | </div> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | |||
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> --> | |||
<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 --> | |||
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script> --> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"> | |||
<script src="https://164-92-142-113.nip.io/index.php?title=MediaWiki:AcrionList.js&action=raw&ctype=text/javascript"></script> | |||
<!-- Latest compiled and minified JavaScript --> | |||
<script> | |||
</script> | |||
<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; | |||
} | |||
.mw-empty-elt {display:none;} | |||
#mw-content-text > div > div > div.row.sticky-top > div {padding: 0} | |||
</style> | |||
</html> | </html> |
Latest revision as of 06:49, 28 November 2022