Note: You are currently browsing the development documentation. The current release may work differently.
+Note: You are currently browsing the development documentation. The current release may work differently.
Available versions:-
diff --git a/components/engine/docs/theme/docker/static/css/main.css b/components/engine/docs/theme/docker/static/css/main.css
index 25a4b52754..bc47c549a9 100755
--- a/components/engine/docs/theme/docker/static/css/main.css
+++ b/components/engine/docs/theme/docker/static/css/main.css
@@ -205,20 +205,54 @@ body {
}
.social .twitter,
.social .github,
-.social .googleplus {
- background: url("https://www.docker.io/static/img/footer-links.png") no-repeat transparent;
+.social .googleplus,
+.social .facebook,
+.social .slideshare,
+.social .linkedin,
+.social .flickr,
+.social .youtube,
+.social .reddit {
+ background: url("../img/social/docker_social_logos.png") no-repeat transparent;
display: inline-block;
- height: 35px;
+ height: 32px;
overflow: hidden;
text-indent: 9999px;
- width: 35px;
- margin-right: 10px;
+ width: 32px;
+ margin-right: 5px;
+}
+.social :hover {
+ -webkit-transform: rotate(-10deg);
+ -moz-transform: rotate(-10deg);
+ -o-transform: rotate(-10deg);
+ -ms-transform: rotate(-10deg);
+ transform: rotate(-10deg);
}
.social .twitter {
- background-position: 0px 2px;
+ background-position: -160px 0px;
+}
+.social .reddit {
+ background-position: -256px 0px;
}
.social .github {
- background-position: -59px 2px;
+ background-position: -64px 0px;
+}
+.social .googleplus {
+ background-position: -96px 0px;
+}
+.social .facebook {
+ background-position: 0px 0px;
+}
+.social .slideshare {
+ background-position: -128px 0px;
+}
+.social .youtube {
+ background-position: -192px 0px;
+}
+.social .flickr {
+ background-position: -32px 0px;
+}
+.social .linkedin {
+ background-position: -224px 0px;
}
form table th {
vertical-align: top;
@@ -370,7 +404,7 @@ div.alert.alert-block {
}
.version-flyer .version-note {
font-size: 16px;
- color: red;
+ color: black;
}
/* =====================================
Styles for
diff --git a/components/engine/docs/theme/docker/static/css/main.less b/components/engine/docs/theme/docker/static/css/main.less
index a5bdf036c6..164da0497b 100644
--- a/components/engine/docs/theme/docker/static/css/main.less
+++ b/components/engine/docs/theme/docker/static/css/main.less
@@ -337,24 +337,64 @@ body {
margin-top: 15px;
}
-.social .twitter, .social .github, .social .googleplus {
- background: url("https://www.docker.io/static/img/footer-links.png") no-repeat transparent;
- display: inline-block;
- height: 35px;
- overflow: hidden;
- text-indent: 9999px;
- width: 35px;
- margin-right: 10px;
+.social {
+ .twitter, .github, .googleplus, .facebook, .slideshare, .linkedin, .flickr, .youtube, .reddit {
+ background: url("../img/social/docker_social_logos.png") no-repeat transparent;
+ display: inline-block;
+ height: 32px;
+ overflow: hidden;
+ text-indent: 9999px;
+ width: 32px;
+ margin-right: 5px;
+ }
+}
+
+.social :hover {
+ -webkit-transform: rotate(-10deg);
+ -moz-transform: rotate(-10deg);
+ -o-transform: rotate(-10deg);
+ -ms-transform: rotate(-10deg);
+ transform: rotate(-10deg);
}
.social .twitter {
- background-position: 0px 2px;
+ background-position: -160px 0px;
+}
+
+.social .reddit {
+ background-position: -256px 0px;
}
.social .github {
- background-position: -59px 2px;
+ background-position: -64px 0px;
}
+.social .googleplus {
+ background-position: -96px 0px;
+}
+
+.social .facebook {
+ background-position: -0px 0px;
+}
+
+.social .slideshare {
+ background-position: -128px 0px;
+}
+
+.social .youtube {
+ background-position: -192px 0px;
+}
+
+.social .flickr {
+ background-position: -32px 0px;
+}
+
+.social .linkedin {
+ background-position: -224px 0px;
+}
+
+
+
// Styles on the forms
// ----------------------------------
@@ -562,7 +602,7 @@ div.alert.alert-block {
.version-note {
font-size: 16px;
- color: red;
+ color: black;
}
}
diff --git a/components/engine/docs/theme/docker/static/img/footer-links.png b/components/engine/docs/theme/docker/static/img/footer-links.png
deleted file mode 100644
index 4bef964214..0000000000
Binary files a/components/engine/docs/theme/docker/static/img/footer-links.png and /dev/null differ
diff --git a/components/engine/docs/theme/docker/static/img/social/docker_social_logos.png b/components/engine/docs/theme/docker/static/img/social/docker_social_logos.png
new file mode 100644
index 0000000000..5bde456365
Binary files /dev/null and b/components/engine/docs/theme/docker/static/img/social/docker_social_logos.png differ