summaryrefslogtreecommitdiff
path: root/shared/css
diff options
context:
space:
mode:
Diffstat (limited to 'shared/css')
-rw-r--r--shared/css/documentation.css94
1 files changed, 58 insertions, 36 deletions
diff --git a/shared/css/documentation.css b/shared/css/documentation.css
index 9f46f17..2b8cf50 100644
--- a/shared/css/documentation.css
+++ b/shared/css/documentation.css
@@ -303,7 +303,7 @@ div.sidebar-module ul ul li span {
#footer-wrapper {
border-top: solid 1px #ddd;
background-color: #222;
- padding: 1em 0;
+ padding: 2em 0;
color: #eee;
margin-top: -88px;
}
@@ -314,56 +314,78 @@ div.sidebar-module ul ul li span {
overflow: hidden;
margin: 0 auto;
width: 920px;
-
+ position: relative;
}
-#footer p {
- margin: 0;
+#footer a {
+ color:#fff;
+ text-decoration:none;
}
-
-#footer .rackspace {
- line-height: 1.5em;
- padding: 1.1em 1em 1em 65px;
- color: #666;
- background: url(/shared/images/rackspace_logo.png) 1.2em 50% no-repeat #f1f1f1;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
+#footer a:hover {
+ text-decoration:underline;
}
-
-.rackspace a,
-.rackspace a:active,
-.rackspace a:hover {
- color: #333;
+#footer h2.logo {
+ margin:0 20px 0 0;
+ float:left;
}
-
-#bottom-nav {
- padding-top: 0.7em;
- position: relative;
- float: left;
- display: block;
+#footer h2.logo a {
+ float:left;
+ width:120px;
+ height:53px;
+ text-indent:-9999px;
+ text-decoration:none;
}
-
-#footer .nav,
-#footer .nav li {
+#footer ul.github-nav {
+ display:inline-block;
+ margin:14px 0 0 0;
+ padding-bottom:5px;
+ font-size:14px;
+ border-bottom:2px solid #303030;
+}
+#footer ul.github-nav li {
+ list-style-type:none;
+ float:left;
margin:0;
+ padding:0 5px;
+ line-height:1;
+ border-left:1px solid #666;
+}
+#footer ul.github-nav li:first-child {
+ padding-left:0;
+ border-left:none;
+}
+#footer p.copyline {
+ margin:3px 0 0 0;
+ font-size:14px;
+}
+#footer p.rackspace {
+ margin:0;
+ width:230px;
+ padding:10px 10px 10px 56px;
+ font-size:12px;
+ color:#666;
+ background:url(/shared/images/rackspace_logo.png) 10px 50% no-repeat #f1f1f1;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+}
+#footer p.rackspace a {
+ text-decoration:underline;
+ color:#333;
}
-#footer .nav li {
- display: inline;
- line-height: 2em;
- padding-right: 3px;
+#footer h2.logo a {
+ background:url(/shared/images/footer_logo.png) no-repeat;
}
-#footer .nav li + li {
- border-left: 2px solid #666;
- padding-left: 5px;
+#footer div.left-col {
+ position: relative;
+ float: left;
}
-#bottom-notice {
- width: 310px;
- display: block;
+#footer div.right-col {
position: relative;
float: right;
+ line-height: 1.4em;
}
/* end */