From 8b666819296e1109a3a9d92175ef507b46700e85 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 14:09:43 +1300 Subject: Much-needed facelift for the docs. --- doc-src/02-docstyle.css | 137 ------------------------------------------------ 1 file changed, 137 deletions(-) delete mode 100644 doc-src/02-docstyle.css (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css deleted file mode 100644 index 4eb0c101..00000000 --- a/doc-src/02-docstyle.css +++ /dev/null @@ -1,137 +0,0 @@ - -a { - color: #3F8ED8; - text-decoration: none; -} - - -#hd.doc { - -x-system-font:none; - font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif; - color: #444444; - margin: 0; - margin-bottom: 1em; -} - -#hd.doc h1 { - letter-spacing: 3px; - font-size: 2.5em; - margin: 0.3em 0; - font-weight: normal; -} - -#nav { - float: right; -} - - -#bd { - font: 16px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; - line-height: 1.5; - color: #444444; -} - -#bd h1, #bd h2, #bd h3 { - font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif; - font-weight: normal; - color: #181818; -} - -#bd h1 { - font-size: 1.9em; - border-bottom: 2px solid #ff7033; - margin-top: 5px; - margin-bottom: 5px; -} - -#bd h2 { - font-size: 1.4em; - border-bottom: 1px solid #cccccc; - margin-top: 5px; - margin-bottom: 5px; -} - - -#bd h3 { - margin-bottom: 0px; -} - -#bd p { - margin: 1em 0; - margin-top: 0.5em; -} - -/* Keyboard shortcuts */ -#bd em { - font-weight: bold; - color: #00A700; - font-style: normal; -} - -#ft.doc { - color: #aaa; - border-top: 1px solid #aaa; - clear: both; - margin-top: 2em; - font-size: 0.8em; - letter-spacing: 0.5px; -} - -.faq .question { - font-size: 1.1em; - font-weight: bold; -} - -pre { - font-size: 0.9em; - line-height: 1.4; - padding: 10px; - background-color: #dddddd; - margin: 1em 0; -} - -.terminal { - color: #c0c0c0; - font-size: 1em; - background: #000000; -} - -.docindex { - font-size: 1.3em; - line-height: 1.3; - margin-top: 0.1em; - margin-bottom: 0; - margin-left: 0px; -} - -.docindex li { - list-style-position: inside; - margin-left: 0; -} - -.docindex ul { - margin-left: 2em; - margin-top: 0.1em; - margin-bottom: 0.1em; -} - -li a { - text-decoration: none; -} - -.highlight { - font-size: 14px; -} -.example_legend{ - line-height: 1; - font-size: 12px; -} -.example pre { - margin: 0; -} - -.kvtable th { - text-align: left; - white-space: nowrap; -} - -- cgit v1.2.3 From e93b343ac4917979f912afe5a2f0bbc8be0b28d7 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 16:35:52 +1300 Subject: Docs and Readme - Don't keep a full duplicate readme just for pypi. Pypi really needs to learn to read markdown. - Style and content adjustments --- doc-src/02-docstyle.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc-src/02-docstyle.css (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css new file mode 100644 index 00000000..ad2235e7 --- /dev/null +++ b/doc-src/02-docstyle.css @@ -0,0 +1,5 @@ +.terminal { + color: #c0c0c0; + font-size: 1em; + background: #000000; +} -- cgit v1.2.3 From 7b3d3dc85e9618f4b16f2c81a37429ebdaf5ebf2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 2 Jan 2013 14:02:41 +1300 Subject: Documentation, setup.py updates, styling. --- doc-src/02-docstyle.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index ad2235e7..855899f6 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -3,3 +3,7 @@ font-size: 1em; background: #000000; } + +pre { + color: #333; +} -- cgit v1.2.3 From f5e49ef598f46257cc783e52ef4223a3461f1d84 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 3 Jan 2013 17:26:59 +1300 Subject: First draft of "How mitmproxy works", a complete guide to the mechanics of the proxy process --- doc-src/02-docstyle.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc-src/02-docstyle.css') diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index 855899f6..ed83708a 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -4,6 +4,13 @@ background: #000000; } + pre { + margin-top: 10px; color: #333; } + + +.tablenum { + font-weight: bold; +} -- cgit v1.2.3