diff --git a/TODO.rst b/TODO.rst index f3844177..8f71608d 100644 --- a/TODO.rst +++ b/TODO.rst @@ -134,7 +134,7 @@ to be untangled: directive? Or maybe because of using the fullname in the doc title. Figure it out and fix it. - * Something happened to the link color. I didn't particularly like the old + * [fixed] Something happened to the link color. I didn't particularly like the old one, but it changing for no reason is a little worrisome. diff --git a/docs/sphinx/_static/css/basic.css b/docs/sphinx/_static/css/basic.css index 842f8243..e435c178 100644 --- a/docs/sphinx/_static/css/basic.css +++ b/docs/sphinx/_static/css/basic.css @@ -123,7 +123,7 @@ table.contentstable p.biglink { } a.biglink { - font-size: 1.3em; + font-size: 1.2em; } span.linkdescr { diff --git a/docs/sphinx/_static/css/phoenix.css b/docs/sphinx/_static/css/phoenix.css index 1005a046..f452f49e 100644 --- a/docs/sphinx/_static/css/phoenix.css +++ b/docs/sphinx/_static/css/phoenix.css @@ -89,6 +89,7 @@ div.body h4 { body { background-color: rgb(230,230,230); + font-size: 0.95em; } div.headerimage { @@ -126,7 +127,7 @@ div.related { background-image: url('../images/sphinxdocs/navigation.png'); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; - font-size: 1em; + font-size: 90%; position: fixed; line-height: normal; position: fixed; @@ -167,12 +168,15 @@ div.related ul li#searchbox.right { float: right; margin-right: 5px; margin-top: 7px; + font-size: 90%; } + div.related ul li a { margin: 0; padding: 0 5px 0 5px; line-height: normal; color: #EE9816; + font-size: 90%; } div.related ul li.reltitle { @@ -203,6 +207,18 @@ div.sphinxsidebar a { color: #355f7c; } +div.section a { + color: #ca7900; + font-weight: bold; + font-style: normal; + font-size: 0.95em; + letter-spacing: 0.01em; +} + +div.section a:hover { + color: #2491cf; +} + div.sphinxsidebar ul.want-points { list-style: disc; } diff --git a/docs/sphinx/_templates/main.html b/docs/sphinx/_templates/main.html index 8e68897a..b4495608 100644 --- a/docs/sphinx/_templates/main.html +++ b/docs/sphinx/_templates/main.html @@ -21,7 +21,7 @@
|
- wx Core |