summaryrefslogtreecommitdiff
path: root/docs/_static/haiku.css
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-01-18 15:04:33 -0800
committerLance Stout <lancestout@gmail.com>2012-01-18 15:04:33 -0800
commit72e1ab47fc393176cb99ddaeaad1098e88472417 (patch)
tree6c94fde4f91e6668ab713c5d6200f07bc110690a /docs/_static/haiku.css
parent1e01903072927917cf5c64ceb7bb1aac3770ea5c (diff)
parent3575084640fb5f17d70d6d691faf6fdd2f090ee7 (diff)
downloadslixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.gz
slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.bz2
slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.xz
slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.zip
Merge branch 'docs' into develop
Conflicts: docs/_static/haiku.css docs/_static/header.png docs/conf.py docs/getting_started/muc.rst docs/index.rst examples/muc.py
Diffstat (limited to 'docs/_static/haiku.css')
-rw-r--r--docs/_static/haiku.css35
1 files changed, 30 insertions, 5 deletions
diff --git a/docs/_static/haiku.css b/docs/_static/haiku.css
index 615ed47b..3d8ee6a7 100644
--- a/docs/_static/haiku.css
+++ b/docs/_static/haiku.css
@@ -59,9 +59,10 @@ body {
margin: auto;
padding: 0px;
font-family: "Helvetica Neueu", Helvetica, sans-serif;
- min-width: 59em;
+ min-width: 30em;
max-width: 70em;
color: #444;
+ text-align: center;
}
div.footer {
@@ -124,21 +125,25 @@ a.headerlink:hover {
/* basic text elements */
div.content {
+ margin: auto;
margin-top: 20px;
- margin-left: 40px;
- margin-right: 40px;
margin-bottom: 50px;
font-size: 0.9em;
+ width: 700px;
+ text-align: left;
}
/* heading and navigation */
div.header {
position: relative;
+ margin: auto;
margin-top: 125px;
height: 85px;
padding: 0 40px;
font-family: "Yanone Kaffeesatz";
+ text-align: left;
+ width: 750px;
}
div.header h1 {
font-size: 2.6em;
@@ -185,12 +190,12 @@ div.topnav {
z-index: 0;
}
div.topnav p {
+ margin: auto;
margin-top: 0;
- margin-left: 40px;
- margin-right: 40px;
margin-bottom: 0px;
text-align: right;
font-size: 0.8em;
+ width: 750px;
}
div.bottomnav {
background: #eeeeee;
@@ -404,3 +409,23 @@ div.viewcode-block:target {
padding: 0 12px;
}
+#from_andyet {
+ -webkit-box-shadow: #CCC 0px 0px 3px;
+ background: rgba(255, 255, 255, 1);
+ bottom: 0px;
+ right: 17px;
+ padding: 3px 10px;
+ position: fixed;
+}
+
+#from_andyet h2 {
+ background-image: url("images/from_&yet.png");
+ background-repeat: no-repeat;
+ height: 29px;
+ line-height: 0;
+ text-indent: -9999em;
+ width: 79px;
+ margin-top: 0;
+ margin: 0px;
+ padding: 0px;
+}