Update GitHub Octocat Mark PNG with new branding, adjust position
authorjordanmccullough <jordan@github.com>
Mon, 30 Sep 2013 15:43:43 +0000 (09:43 -0600)
committerjordanmccullough <jordan@github.com>
Mon, 30 Sep 2013 15:43:43 +0000 (09:43 -0600)
Replaced classic Octocat Mark with new "small" variant Octocat
Mark for GitHub slide deck theme. Logo now appears in upper right
for better alignment and avoids overlap of any slide deck content.

presentations/dependencies/themes/github/backgrounds/blacktocat-2.png [deleted file]
presentations/dependencies/themes/github/backgrounds/github-mark.png [new file with mode: 0644]
presentations/dependencies/themes/github/css/overrides.scss
presentations/dependencies/themes/github/css/theme.css

diff --git a/presentations/dependencies/themes/github/backgrounds/blacktocat-2.png b/presentations/dependencies/themes/github/backgrounds/blacktocat-2.png
deleted file mode 100644 (file)
index 76fd7b2..0000000
Binary files a/presentations/dependencies/themes/github/backgrounds/blacktocat-2.png and /dev/null differ
diff --git a/presentations/dependencies/themes/github/backgrounds/github-mark.png b/presentations/dependencies/themes/github/backgrounds/github-mark.png
new file mode 100644 (file)
index 0000000..fbd3327
Binary files /dev/null and b/presentations/dependencies/themes/github/backgrounds/github-mark.png differ
index 79bbedf..e867082 100644 (file)
@@ -45,14 +45,14 @@ img{
 /* Background Watermark */
 body::before{
        content: "";
-  -webkit-mask-box-image: url(../backgrounds/blacktocat-2.png) 100% 100% 0 0;
+  -webkit-mask-box-image: url(../backgrounds/github-mark.png) 100% 100% 0 0;
   background: $brand-linkBlue;
   position: absolute;
   opacity: .08;
   height: 30%;
-  width: 10%;
-  left: 0;
-  top: 0;
+  width: 7%;
+  left: 91%;
+  top: 2%;
 }
 
 /* Authorship/Info footer*/
index 9e73f9b..3faa0f5 100644 (file)
@@ -37,14 +37,14 @@ img {
 /* Background Watermark */
 body::before {
   content: "";
-  -webkit-mask-box-image: url(../backgrounds/blacktocat-2.png) 100% 100% 0 0;
+  -webkit-mask-box-image: url(../backgrounds/github-mark.png) 100% 100% 0 0;
   background: #4183c4;
   position: absolute;
   opacity: .08;
   height: 30%;
-  width: 10%;
-  left: 0;
-  top: 0; }
+  width: 7%;
+  left: 91%;
+  top: 2%; }
 
 /* Authorship/Info footer*/
 body::after {