summaryrefslogtreecommitdiff
path: root/docs/_themes
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-11-09 17:30:03 -0800
committerKenneth Reitz <me@kennethreitz.com>2011-11-09 17:30:03 -0800
commit02ea563a063f11c7c0bff1545ecb42402566081d (patch)
tree2254664d6c2c0e7d7d2ac1b7c6535f377bdc51f0 /docs/_themes
parent341ac9fe8a9112ba8d263528e0dc26c84263f908 (diff)
downloadpython-requests-02ea563a063f11c7c0bff1545ecb42402566081d.tar.gz
massive css improvements
Diffstat (limited to 'docs/_themes')
-rw-r--r--docs/_themes/kr/static/flasky.css_t92
1 files changed, 91 insertions, 1 deletions
diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t
index 44172654..bf2a2664 100644
--- a/docs/_themes/kr/static/flasky.css_t
+++ b/docs/_themes/kr/static/flasky.css_t
@@ -387,7 +387,7 @@ a:hover tt {
}
-@media screen and (max-width: 800px) {
+@media screen and (max-width: 870px) {
div.sphinxsidebar {
display: none;
@@ -436,6 +436,96 @@ a:hover tt {
display: none;
}
+
+
+}
+
+
+
+@media screen and (max-width: 875px) {
+
+ body {
+ margin: 0;
+ padding: 20px 30px;
+ }
+
+ div.documentwrapper {
+ float: none;
+ background: white;
+ }
+
+ div.sphinxsidebar {
+ display: block;
+ float: none;
+ width: 102.5%;
+ margin: 50px -30px -20px -30px;
+ padding: 10px 20px;
+ background: #333;
+ color: white;
+ }
+
+ div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
+ div.sphinxsidebar h3 a {
+ color: white;
+ }
+
+ div.sphinxsidebar a {
+ color: #aaa;
+ }
+
+ div.sphinxsidebar p.logo {
+ display: none;
+ }
+
+ div.document {
+ width: 100%;
+ margin: 0;
+ }
+
+ div.related {
+ display: block;
+ margin: 0;
+ padding: 10px 0 20px 0;
+ }
+
+ div.related ul,
+ div.related ul li {
+ margin: 0;
+ padding: 0;
+ }
+
+ div.footer {
+ display: none;
+ }
+
+ div.bodywrapper {
+ margin: 0;
+ }
+
+ div.body {
+ min-height: 0;
+ padding: 0;
+ }
+
+ .rtd_doc_footer {
+ display: none;
+ }
+
+ .document {
+ width: auto;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .github {
+ display: none;
+ }
}