mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Tweak some CSS, etc.
This commit is contained in:
@@ -123,7 +123,7 @@ table.contentstable p.biglink {
|
||||
}
|
||||
|
||||
a.biglink {
|
||||
font-size: 1.3em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
span.linkdescr {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user