diff --git a/icon.ico b/icon.ico index 568cbaf..a281a64 100644 Binary files a/icon.ico and b/icon.ico differ diff --git a/index.html b/index.html index de4b993..8fbf759 100644 --- a/index.html +++ b/index.html @@ -16,28 +16,20 @@
-

Setting the right load order for your mods is a crucial step to enjoying a stable modded game. LOOT can help with that, by providing automated load order sorting that's simple to use and fully customisable. + + +

Setting the right load order for your mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.

While sorting, LOOT checks for load order errors such as incompatibilities and missing requirements, and notifies you of any issues that it detects. It also provides thousands of plugin-specific messages such as usage notes and bug warnings, to help keep your game healthy. -

Over a million people worldwide use LOOT. It's free and open-source, so why not join them? +

Loot is currently in beta testing. It's generally stable, but shouldn't yet be used for anything other than testing purposes, just in case. -

Downloads

- -

BOSS Version 3.0.0 Beta

-

Last release of BOSS v3 before its name change to LOOT. Future releases will use the name LOOT. Note that beta releases are still in development and may contain bugs. As such, they are only recommended for those who are happy to provide feedback. Requires Microsoft Visual C++ 2013 Redistributable Package (x86). -

+Download Loot Beta +

Note: LOOT is the spiritual successor to BOSS. Although developed by BOSS team members and initially planned for release as BOSSv3, it is a complete redesign, and operates in a very different way to BOSS. In addition, re-branding has not yet been completed, so the current beta release still refers to itself as BOSSv3.

diff --git a/style.css b/style.css index 711193f..c0d7ff4 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ a { text-decoration:none; + color: #69aaff; } a:hover { text-decoration: underline; @@ -15,7 +16,7 @@ body { border-bottom: #ccc solid 1px; } img { - height: 128px; + height: 128px; width: 128px; display: inline-block; float:left; @@ -43,8 +44,22 @@ h2 { transition:background 0.2s; } #header a:hover, #footer a:hover { - background: #eee; + background: #69aaff; text-decoration:none; + color:white; } #footer small { display:block; color: #ccc;} -code {background:white; white-space:pre; display:block; margin:1.5em; margin-top:0; overflow-x:auto; box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 3px;font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;font-size: 14px;border-radius: 2px;} \ No newline at end of file +code {background:white; white-space:pre; display:block; margin:1.5em; margin-top:0; overflow-x:auto; box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 3px;font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;font-size: 14px;border-radius: 2px;} +#bigbutton { + display:table; + padding: 0.5em 1em; + font-size: 24pt; + text-align:center; + color:white; + background: #69aaff; + margin: 1em auto; +} +#bigbutton:hover { + text-decoration:none; + background: #ffbe69; +} \ No newline at end of file