Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>React<span class="text-ros">OS</span> {{< reactos-version >}}</h1>
</div>

<div class="text-center">
<a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="ros-button">Download Boot CD</div></a>
<a id="bootcd" class="buttons" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Boot CD</div></a>
<p>Alternatively, you can download <a id="livecd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/ReactOS/0.4.15/ReactOS-{{< reactos-download-version >}}-x86-live.zip/download">LiveCD</a></p>
</div>

Expand All @@ -30,7 +30,7 @@ <h2>Additional downloads</h2>

<h2>Nightly builds</h2>
<p>If you wish to download the bleeding edge versions of ReactOS, then nightly builds may just be your cup of tea. However, they do come with a catch; you're more likely to encounter regressions at the cost of new features. These are built on every commit made to the GitHub master branch and run through extensive tests on the Testman.</p>
<a href="/getbuilds"><div class="ros-button ros-button-sm">Get nightly builds</div></a>
<a id="nightly" class="buttons" href="/getbuilds"><div class="btn btn-primary">Get nightly builds</div></a>
<br>
<br>
<div class="modal fade" id="bootcdModal" role="dialog" tabindex="-1">
Expand Down
24 changes: 24 additions & 0 deletions themes/reactos/static/css/style.blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,30 @@ address {
margin: 5px;
}

#bootcd .btn-primary {
background-color: #507489 !important;
border-color: #507489 !important;
font-size: 35px !important;
padding: 10px 20px !important;
}

#bootcd .btn-primary:hover {
background-color: #6f92a7 !important;
border-color: #6f92a7 !important;
}

#nightly .btn-primary {
background-color: #507489 !important;
border-color: #507489 !important;
font-size: 30px !important;
padding: 5px 15px !important;
}

#nightly .btn-primary:hover {
background-color: #6f92a7 !important;
border-color: #6f92a7 !important;
}

#jirafeed {
list-style: none;
padding: 0;
Expand Down