summaryrefslogtreecommitdiff
path: root/doc/source/_static/tweaks.css
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-08-05 01:31:20 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-08-05 01:31:20 -0400
commitb5001e4b213ef92f31e418203f7e7deeb5e305c0 (patch)
tree61fcabe28d4e759a9f00c4371f2016935c07d608 /doc/source/_static/tweaks.css
parent75e8490e54bf442b36534ea9c8b53c203b6a9938 (diff)
downloadpython-openstackclient-b5001e4b213ef92f31e418203f7e7deeb5e305c0.tar.gz
Use oslosphinx to generate documentation
Rather than host different and possibly out of date versions of static and theme files, use oslosphinx to generate the docs. Change-Id: I7eadc8e40aa10cc26cfd6aece6efa5d13fee70b0
Diffstat (limited to 'doc/source/_static/tweaks.css')
-rw-r--r--doc/source/_static/tweaks.css94
1 files changed, 0 insertions, 94 deletions
diff --git a/doc/source/_static/tweaks.css b/doc/source/_static/tweaks.css
deleted file mode 100644
index 3f3fb3f0..00000000
--- a/doc/source/_static/tweaks.css
+++ /dev/null
@@ -1,94 +0,0 @@
-body {
- background: #fff url(../_static/header_bg.jpg) top left no-repeat;
-}
-
-#header {
- width: 950px;
- margin: 0 auto;
- height: 102px;
-}
-
-#header h1#logo {
- background: url(../_static/openstack_logo.png) top left no-repeat;
- display: block;
- float: left;
- text-indent: -9999px;
- width: 175px;
- height: 55px;
-}
-
-#navigation {
- background: url(../_static/header-line.gif) repeat-x 0 bottom;
- display: block;
- float: left;
- margin: 27px 0 0 25px;
- padding: 0;
-}
-
-#navigation li{
- float: left;
- display: block;
- margin-right: 25px;
-}
-
-#navigation li a {
- display: block;
- font-weight: normal;
- text-decoration: none;
- background-position: 50% 0;
- padding: 20px 0 5px;
- color: #353535;
- font-size: 14px;
-}
-
-#navigation li a.current, #navigation li a.section {
- border-bottom: 3px solid #cf2f19;
- color: #cf2f19;
-}
-
-div.related {
- background-color: #cde2f8;
- border: 1px solid #b0d3f8;
-}
-
-div.related a {
- color: #4078ba;
- text-shadow: none;
-}
-
-div.sphinxsidebarwrapper {
- padding-top: 0;
-}
-
-pre {
- color: #555;
-}
-
-div.documentwrapper h1, div.documentwrapper h2, div.documentwrapper h3, div.documentwrapper h4, div.documentwrapper h5, div.documentwrapper h6 {
- font-family: 'PT Sans', sans-serif !important;
- color: #264D69;
- border-bottom: 1px dotted #C5E2EA;
- padding: 0;
- background: none;
- padding-bottom: 5px;
-}
-
-div.documentwrapper h3 {
- color: #CF2F19;
-}
-
-a.headerlink {
- color: #fff !important;
- margin-left: 5px;
- background: #CF2F19 !important;
-}
-
-div.body {
- margin-top: -25px;
- margin-left: 230px;
-}
-
-div.document {
- width: 960px;
- margin: 0 auto;
-} \ No newline at end of file