Browse Source

Updated for 20H2

master
Alex Taylor 3 years ago
parent
commit
d7ece33f32
2 changed files with 24 additions and 15 deletions
  1. +18
    -11
      css/styles.css
  2. +6
    -4
      index.html

+ 18
- 11
css/styles.css View File

@ -185,15 +185,20 @@ div.top-small-icons-background {
}
div.topnav-wrapper {
#z-index: 10;
#position: fixed;
#display: block;
#top: 0;
z-index: 10;
position: fixed;
visibility: visible;
display: block;
top: 0;
left: 0;
#margin-left: auto;
#margin-right: auto;
#width: 100%;
#height: 55px;
#background-color: #262626;
#margin-right: auto;
padding: 0px;
width: 100%;
height: 55px;
#background-color: #262626;
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(5px);
#box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@ -230,12 +235,13 @@ div.nav-wrapper {
position: relative;
}
ul.topnav {
ul.topnav {
margin-top: 9px;
display: block;
list-style-type: none;
margin-left:auto;
margin-right:auto;
margin-top:30px;
# margin-top:30px;
margin-bottom:0;
padding: 0;
#overflow: hidden;
@ -264,7 +270,8 @@ ul.topnav li a {
# text-align: center;
padding: 7px 5px;
text-decoration: none;
margin-left: 30px;
margin-left: 30px;
padding-bottom: 15px;
}
ul.topnav li a:hover {


+ 6
- 4
index.html View File

@ -48,7 +48,7 @@
</div>
<div class="topnav-reverse">
<li><a class="active" href="index.html">GET</a></li>
<li><a href="https://wiki.ameliorated.info/doku.php?id=documentation_2004" target="_blank">DOC</a></li>
<li><a href="https://wiki.ameliorated.info/doku.php?id=documentation_20H2" target="_blank">DOC</a></li>
<li><a href="https://wiki.ameliorated.info/doku.php?id=faq" target="_blank">FAQ</a></li>
</div>
</ul>
@ -74,7 +74,7 @@
</div>
<div class="clear"></div>
</div>
<p class="download_subtext_index" id="download_subtext_index">ISO File 4.5 GiB [ <a id="" style="color: #4CAF50;text-decoration: none; font-size:10px;" href="#modal_buildinfo">Build Info</a> ]<br>Community vetted builds for your
<p class="download_subtext_index" id="download_subtext_index">ISO File 5.13 GiB [ <a id="" style="color: #4CAF50;text-decoration: none; font-size:10px;" href="#modal_buildinfo">Build Info</a> ]<br>Community vetted builds for your
convenience</p>
</center>
</div>
@ -84,7 +84,7 @@
<div id="minimal_button" class="download-prompt-wrapper-2" style="width: 200px;">
<center>
<div class="download_button" id="download_button_index">
<div class="tooltip"><a class="button_left" style="padding-left: 25px; border-radius: 12px 12px 12px 12px; cursor: pointer;" id="direct" href="https://wiki.ameliorated.info/doku.php?id=documentation_2004" target="_blank"><img style="position: relative; bottom: 0px; right: 8px;" src="img/book.png"width="12px">Build Yourself</a>
<div class="tooltip"><a class="button_left" style="padding-left: 25px; border-radius: 12px 12px 12px 12px; cursor: pointer;" id="direct" href="https://wiki.ameliorated.info/doku.php?id=documentation_20H2" target="_blank"><img style="position: relative; bottom: 0px; right: 8px;" src="img/book.png"width="12px">Build Yourself</a>
<!-- <span class="tooltiptext" style="position: absolute; left: 84px; margin-bottom: 15px; font-size: 12px;">Apply via AME documentation</span> -->
</div>
@ -112,7 +112,9 @@ By downloading any of these images, you agree to Microsoft&#8217;s <a href="http
<div id="modal_buildinfo">
<div class="modal-content">
<div class="header">
<div class="header">
<h2>This build is based on Windows 10 20H2</h2>
<p><b>Highlights:</b></p>
<ul>


Loading…
Cancel
Save