|
@@ -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;
|
|
|
}
|
|
|
|
|
|
}
|