Tweak some CSS, etc.

This commit is contained in:
Robin Dunn
2016-05-24 15:59:41 -07:00
parent 40461eece5
commit b8f32de5ea
4 changed files with 20 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ table.contentstable p.biglink {
}
a.biglink {
font-size: 1.3em;
font-size: 1.2em;
}
span.linkdescr {

View File

@@ -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;
}

View File

@@ -21,7 +21,7 @@
<table class="contentstable" align="center" style="margin-left: 25px">
<tr>
<td width="50%" valign="top">
<p class="biglink"><a class="biglink" href="{{ pathto("wx.1moduleindex") }}">Core wx Classes</a><br/>
<p class="biglink"><a class="biglink" href="{{ pathto("wx.1moduleindex") }}">wx Core</a><br/>
<span class="linkdescr">The classes which appear in the main wx namespace</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("wx.adv.1moduleindex") }}">wx.adv</a><br/>