Repository: incubator-systemml Updated Branches: refs/heads/branch-0.12 09c635629 -> 399988336
[SYSTEMML-1206][SYSTEMML-1207][SYSTEMML-1210] Logo, favicon, trademark for docs Update project documentation logo to new logo from main website. Update favicon.png to new favicon.png from main website. Add trademark symbol to SystemML in header. Modify styles, mostly for header. Closes #365. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/56b9944a Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/56b9944a Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/56b9944a Branch: refs/heads/branch-0.12 Commit: 56b9944a6a1cb92b7d8124a1b8afbd75f8214845 Parents: 09c6356 Author: Deron Eriksson <[email protected]> Authored: Thu Jan 26 17:02:42 2017 -0800 Committer: Deron Eriksson <[email protected]> Committed: Tue Feb 7 18:07:16 2017 -0800 ---------------------------------------------------------------------- docs/_layouts/global.html | 2 +- docs/css/main.css | 21 +++++++++++++++------ docs/img/favicon.png | Bin 2774 -> 461 bytes docs/img/systemml-logo.png | Bin 40071 -> 982 bytes 4 files changed, 16 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/_layouts/global.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index f7cb969..1aa5296 100644 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -28,7 +28,7 @@ <img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/> </div> <div class="navbar-brand brand projecttitle"> - <a href="index.html">Apache SystemML (incubating)</a><br/> + <a href="index.html">Apache SystemML<sup id="trademark">â¢</sup> (incubating)</a><br/> <span class="version">{{site.SYSTEMML_VERSION}}</span> </div> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/css/main.css ---------------------------------------------------------------------- diff --git a/docs/css/main.css b/docs/css/main.css index 27bfe0d..661d9e6 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -5,6 +5,7 @@ /* Overall */ body { padding-top: 51px !important; + -moz-osx-font-smoothing: grayscale; } body #content { @@ -38,25 +39,27 @@ a:hover code { /* Branding */ .brand { - font-weight: bold !important; + font-weight: normal !important; padding-top: 0px; padding-bottom: 0px; max-width: 75%; } img.logo { - height: 100%; - margin-right: 0.2em; + height: 31px; + width: 32px; + margin-right: 10px; display: none; + margin-top: 10px; + margin-left: 10px; } /* Navigation Bar */ .navbar { - background-color: #152935; + background-color: rgba(0, 0, 0, 0.9); } .navbar .container { - background-color: #152935; background-image: none; } @@ -79,7 +82,7 @@ img.logo { } .navbar .projecttitle { - margin-top: 10px; + margin-top: 7px; height: 40px; white-space: nowrap; } @@ -196,6 +199,12 @@ a { color: #0c8672; } +#trademark { + font-size: 0.5em; + font-weight: 300; + vertical-align: middle; +} + /* Media queries */ @media only screen and (max-device-width: 768px) and (orientation : landscape) { /* landscape mobile */ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/img/favicon.png ---------------------------------------------------------------------- diff --git a/docs/img/favicon.png b/docs/img/favicon.png index 2388972..c5311b9 100644 Binary files a/docs/img/favicon.png and b/docs/img/favicon.png differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/img/systemml-logo.png ---------------------------------------------------------------------- diff --git a/docs/img/systemml-logo.png b/docs/img/systemml-logo.png index 87ae161..85e07bf 100644 Binary files a/docs/img/systemml-logo.png and b/docs/img/systemml-logo.png differ
