mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Style tweaks for the docs
This commit is contained in:
@@ -124,11 +124,6 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li {
|
||||
text-align: justify;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
div.body h1,
|
||||
div.body h2,
|
||||
div.body h3,
|
||||
|
||||
@@ -12,7 +12,8 @@ img {
|
||||
*/
|
||||
|
||||
div.body p, div.body dd, div.body li {
|
||||
line-height: 125%;
|
||||
line-height: 120%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul.simple {
|
||||
@@ -89,7 +90,7 @@ div.body h4 {
|
||||
|
||||
body {
|
||||
background-color: rgb(230,230,230);
|
||||
font-size: 0.95em;
|
||||
font-size: 0.90em;
|
||||
}
|
||||
|
||||
div.headerimage {
|
||||
@@ -219,10 +220,10 @@ div.sphinxsidebar a {
|
||||
|
||||
div.section a {
|
||||
color: #ca7900;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 0.95em;
|
||||
letter-spacing: 0.01em;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div.section a:hover {
|
||||
@@ -365,7 +366,7 @@ div.admonition p {
|
||||
div.admonition {
|
||||
background-color: #98F5FF;
|
||||
border: 1px solid #00B2EE;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/todo.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -379,7 +380,7 @@ div.admonition {
|
||||
div.seealso {
|
||||
background-color: #ffc;
|
||||
border: 1px solid #ff6;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/seealso.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -393,7 +394,7 @@ div.seealso {
|
||||
div.warning {
|
||||
background-color: #ffe4e4;
|
||||
border: 1px solid #f66;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/warning.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -407,7 +408,7 @@ div.warning {
|
||||
div.todo {
|
||||
background-color: #ccccff;
|
||||
border: 1px solid #cc99ff;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/todo.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -421,7 +422,7 @@ div.todo {
|
||||
div.caution {
|
||||
background-color: #ccffff;
|
||||
border: 1px solid #99ccff;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.caution tt {
|
||||
@@ -431,7 +432,7 @@ div.caution {
|
||||
div.important {
|
||||
background-color: #ffcc33;
|
||||
border: 1px solid #ff9900;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.important tt {
|
||||
@@ -441,7 +442,7 @@ div.important {
|
||||
div.tip {
|
||||
background-color: #ccff33;
|
||||
border: 1px solid #33cc33;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tip tt {
|
||||
@@ -452,7 +453,7 @@ div.tip {
|
||||
div.note {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/info.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -466,7 +467,7 @@ div.note {
|
||||
div.availability {
|
||||
background-color: #e8f7c4;
|
||||
border: 1px solid #adff2f;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
background-image: url('../images/sphinxdocs/available.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 5px;
|
||||
@@ -516,7 +517,7 @@ table.footnote td, table.footnote th {
|
||||
|
||||
pre {
|
||||
font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Trebuchet MS', monospace;
|
||||
font-size: 0.95em;
|
||||
font-size: 0.90em;
|
||||
letter-spacing: 0.015em;
|
||||
padding: 0.5em;
|
||||
border: 1px solid #ccc;
|
||||
@@ -551,12 +552,9 @@ dt:hover > a.headerlink {
|
||||
a em {
|
||||
color: #CA7900;
|
||||
background-color: transparent;
|
||||
font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Trebuchet MS', monospace;
|
||||
font-weight: bold;
|
||||
font: italic 0.95em 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Trebuchet MS', monospace;
|
||||
border: 0;
|
||||
letter-spacing: 0.01em;
|
||||
font-style: normal;
|
||||
font-size: 0.95em;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user