diff --git a/css/styles.css b/css/styles.css index c508024..0bd2770 100755 --- a/css/styles.css +++ b/css/styles.css @@ -1185,6 +1185,93 @@ header { z-index: 10; } +#modal_scriptinfo { + left: 50%; + margin: -250px 0 0 -32%; + opacity: 0; + position: absolute; + top: -50%; + visibility: hidden; + width: 65%; + box-shadow: 0 3px 7px rgba(0,0,0,.25); + box-sizing: border-box; + transition: all .4s ease-in-out; + -moz-transition: all .4s ease-in-out; + -webkit-transition: all .4s ease-in-out +} + +#modal_scriptinfo:target { + opacity: 1; + top: 450px; + visibility: visible; +} + +#modal_scriptinfo .header, #modal_scriptinfo .footer { + #border-bottom: 1px solid lightgrey; + border-radius: 5px 5px 0 0; +} + +#modal_scriptinfo .footer { + border: none; + border-top: 1px solid lightgrey; + border-radius: 0 0 5px 5px +} + +#modal_scriptinfo h1 { + #color: black; + color: white; + margin-top: 0; +} + +#modal_scriptinfo p { + #color: black; + color: white; + font-size: 14px; +} + +#modal_scriptinfo ul { + #color: black; + color: white; + font-size: 14px; +} + +#modal_scriptinfo a { + color: white; + font-size: 14px; +} + +#modal_scriptinfo a:hover { + #color: #4CAF50; /* Green */ +} + +#modal_scriptinfo .copy a:hover { + color: #4CAF50; /* Green */ +} + +#modal_scriptinfo .copy a { + color: white; + font-size: 15px; +} + +#modal_scriptinfo .btn { float: right } + +#modal_scriptinfo .copy, #modal_scriptinfo .header, #modal_scriptinfo .footer { + padding: 20px; +} + +#modal_scriptinfo .copy { background: #282828 } + +#modal_scriptinfo .overlay { + background-color: #000; + background: rgba(0,0,0,.8); + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10; +} + @media screen and (max-width: 1000px){ diff --git a/documentation.html b/documentation.html index 9c062ae..ba61def 100644 --- a/documentation.html +++ b/documentation.html @@ -252,8 +252,8 @@ A packaged version of this guide, for offline use, is available
- -

BAT File 34 KiB [ SHA256 Sum ]
Version 2019-12-14

+ +

BAT File 34 KiB [ SHA256 Sum ]
Version 2020-03-06

@@ -299,8 +299,8 @@ Run option 3: User Permissions, which will open the
- -

SH File 14 KiB [ SHA256 Sum ]
Version 2020-01-18

+ +

SH File 14 KiB [ SHA256 Sum ]
Version 2020-03-06

@@ -452,8 +452,8 @@ Windows" from their
- -

SH File 192 Bytes [ SHA256 ]

+ +

SH File 192 Bytes [ SHA256 ]
Version 2020-03-06

@@ -536,6 +536,9 @@ Windows" from their This marks the end of the AME guide, if you have any questions or concerns please place a message in the group chat, otherwise enjoy using your ameliorated Windows 10 install.

+
+
+ diff --git a/faq.html b/faq.html index e1e293d..3bbed8a 100755 --- a/faq.html +++ b/faq.html @@ -56,15 +56,15 @@
  • Configuring AME For Stable And Secure Operation -
  • -
      +
      1. Windows Update And Security Concerns
      2. The Case For Our Method -
      3. +
      +
    1. How do I enable the built-in SSH/SFTP server?
    2. diff --git a/index.html b/index.html index f9ed4f5..7a0127e 100755 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

      Windows 10 Ameliorated

      -

      Windows 10 AME aims at delivering a stable, non-intrusive yet fully functional build of Windows 10 to anyone, who requires the Windows operating system natively. Spyware systems, which are abundant in Windows 10 by default, have not been disabled using group policy, registry entries or various other workarounds – they have been entirely removed and deleted from the system, on an executable level [ read more ]

      +

      Windows 10 Minus The Spyware + Added Stability and Security

      @@ -80,8 +80,7 @@
      -

      Build-time 2-3 hours [ Read First ]
      For those who want full control and customization

      +

      Build-time 2-3 hours [ Read First ]
      For those who want full control and customization

      @@ -139,6 +138,26 @@ By downloading any of these images, you agree to Microsoft’s + +