From: Kenneth Reitz Date: Thu, 10 Nov 2011 01:30:03 +0000 (-0800) Subject: massive css improvements X-Git-Tag: v0.8.0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02ea563a063f11c7c0bff1545ecb42402566081d;p=services%2Fpython-requests.git massive css improvements --- diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index 4417265..bf2a266 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; + } }