diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml index 893bb1fcd..dc9f6b4ad 100644 --- a/docs/docs/main_menu.xml +++ b/docs/docs/main_menu.xml @@ -532,7 +532,7 @@
Current Release - Version: + Version: Release Notes release_notes.html @@ -546,7 +546,9 @@ - Download dlib +
Download dlib
+
ver.
+
http://dlib.net/files/dlib-.tar.bz2
diff --git a/docs/docs/stylesheet.xsl b/docs/docs/stylesheet.xsl index 9cfac71a1..73e21c550 100644 --- a/docs/docs/stylesheet.xsl +++ b/docs/docs/stylesheet.xsl @@ -315,26 +315,48 @@ function BigToggle(node) color: green; } #download_button { - font-weight: bold; - margin-left: auto; - margin-right: auto; - background-color: #e1ddda; - font-size: 14pt; - padding: 7px; - -moz-box-shadow: 2px 2px 9px #777777; - -webkit-box-shadow: 2px 2px 9px #777777; - box-shadow: 2px 2px 9px #777777; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; + font: 200 16px source-sans-pro, sans-serif; + text-align: center; + padding-left: 1.5em; + padding-right: 1.5em; + -webkit-font-smoothing: antialiased; + background-color: #2098f5; + border-color: #0a7cd4; + color: #fff; + + padding: 0.7em 1em 0.8em; + + -moz-box-shadow: 2px 2px 9px #777777; + -webkit-box-shadow: 2px 2px 9px #777777; + box-shadow: 1px 1px 5px #777777; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + + transition: 320ms; + display: inline-block; } #download_button:hover { text-decoration: none; -moz-box-shadow: 1px 1px 9px #77a777; -webkit-box-shadow: 1px 1px 9px #77a777; - box-shadow: 1px 1px 9px #77a777; - color: #007777; + box-shadow: 1px 1px 5px #77a777; + color: #ffffff; + background-color: #0a7cd4; } + + div { + display:block; + } + + #dlib_version { + color: #fff; + display: block; + font-size: 0.8em; + font-weight: 400; + margin: 0; + } +