Commit a3747b2f by Gabriel Falcão

more doc css

parent cf1b104e
...@@ -30,7 +30,7 @@ help: ...@@ -30,7 +30,7 @@ help:
clean: clean:
-rm -rf $(BUILDDIR)/* -rm -rf $(BUILDDIR)/*
html: html: clean
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo @echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
......
...@@ -7,15 +7,22 @@ body { font:14px Helvetica, arial, sans-serif; color:black} ...@@ -7,15 +7,22 @@ body { font:14px Helvetica, arial, sans-serif; color:black}
#ft { color:#C5D88A; font-size:90%; padding-bottom: 2em} #ft { color:#C5D88A; font-size:90%; padding-bottom: 2em}
pre { pre {
font-size:small; background:#333; border-width:1px 0; margin: 1em 0; padding: .3em .4em; overflow: hidden; line-height: 1.3em; color: #CCC; font-family: Monaco, monospace;
-moz-border-radius:3px 3px 3px 3px; font-size: 12px;
-webkit-border-radius:3px 3px 3px 3px; background:#333;
border-radius:3px 3px 3px 3px; border-width:1px 0;
float:left; margin: 1em 0;
padding: .3em .4em;
overflow: hidden;
line-height: 1.3em;
color: #CCC;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:1em; padding:1em;
width:35em;
} }
/*** links ***/ /*** links ***/
a {text-decoration: none} a {text-decoration: none}
a img {border: none} a img {border: none}
...@@ -47,11 +54,11 @@ div.nav { margin: 0; font-size: 11px; text-align: right; color: #487858} ...@@ -47,11 +54,11 @@ div.nav { margin: 0; font-size: 11px; text-align: right; color: #487858}
/*** content ***/ /*** content ***/
#yui-main { #yui-main {
-moz-border-radius:3px 3px 3px 3px; -moz-border-radius:3px;
-moz-box-shadow:0 0 9px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
-webkit-border-radius:3px 3px 3px 3px; -webkit-border-radius:3px;
-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
border-radius:3px 3px 3px 3px; border-radius:3px;
box-shadow:0 0 9px rgba(0, 0, 0, 0.5); box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
background:none repeat scroll 0 0 #F0F7F0; background:none repeat scroll 0 0 #F0F7F0;
} }
...@@ -111,21 +118,20 @@ table.docutils { border-collapse:collapse} ...@@ -111,21 +118,20 @@ table.docutils { border-collapse:collapse}
.literal { color:#234f32} .literal { color:#234f32}
#sidebar .literal { color:#487858; background:transparent; font-size:11px} #sidebar .literal { color:#487858; background:transparent; font-size:11px}
h4 .literal { color: #234f32; font-size: 13px} h4 .literal { color: #234f32; font-size: 13px}
pre { font-size:small; background:#222; border:1px solid #444; border-width:1px 0; margin: 1em 0; padding: .3em .4em; overflow: hidden; line-height: 1.3em; color: #FFF}
dt .literal, table .literal { background:none} dt .literal, table .literal { background:none}
#bd a.reference { text-decoration: none} #bd a.reference { text-decoration: none}
#bd a.reference tt.literal { border-bottom: 1px #234f32 dotted} #bd a.reference tt.literal { border-bottom: 1px #234f32 dotted}
/*** notes & admonitions ***/ /*** notes & admonitions ***/
.note, .admonition { .note, .admonition {
padding:.8em 1em .8em; margin: 1em 0; background-color: #E8FFE8; padding:.8em 1em .8em; margin: 1em 0; background-color: #E8FFE8;
-moz-border-radius:3px 3px 3px 3px; -moz-border-radius:3px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-border-radius:3px 3px 3px 3px; -webkit-border-radius:3px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
border-radius:3px 3px 3px 3px; border-radius:3px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
float:left;
} }
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important} .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important}
.admonition .last { margin-bottom:0 !important} .admonition .last { margin-bottom:0 !important}
...@@ -153,7 +159,7 @@ div#contents ul li { margin-bottom: 0} ...@@ -153,7 +159,7 @@ div#contents ul li { margin-bottom: 0}
div#contents ul ul li { margin-top: 0.3em} div#contents ul ul li { margin-top: 0.3em}
/*** IE hacks ***/ /*** IE hacks ***/
* pre { width: 100%; font-family: Monaco, monospace; font-size: 12px; * pre {
} }
.footer { .footer {
color: white; color: white;
......
...@@ -3,18 +3,17 @@ ...@@ -3,18 +3,17 @@
#index div.section dt { font-weight: normal; } #index div.section dt { font-weight: normal; }
#index #s-nutshell { float: right; width: 35em; background: #E5F8AA; padding: 1em; margin: 2em 0 2em 2em; #index #s-nutshell { float: right; width: 35em; background: #E5F8AA; padding: 1em; margin: 2em 0 2em 2em;
-moz-border-radius:3px 3px 3px 3px; border-radius:3px 3px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
-moz-border-radius:3px 3px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-border-radius:3px 3px 3px 3px; -webkit-border-radius:3px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
border-radius:3px 3px 3px 3px; overflow:visible;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
background:none repeat scroll 0 0 #F0F7F0; background:none repeat scroll 0 0 #F0F7F0;
float:right; float:right;
margin:2em 0 2em 2em; margin:2em 0 2em 2em;
padding:1em; padding:1em;
width:35em;
} }
#index #s-nutshell a {color: #386848} #index #s-nutshell a {color: #386848}
#index #s-nutshell h1 {color: #333} #index #s-nutshell h1 {color: #333}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment