Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,7 @@ BODY,TD {
|
|||||||
H1 {
|
H1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
border-top: 1em;
|
border-top: 1em;
|
||||||
}
|
}
|
||||||
H2 {
|
H2 {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
@@ -52,25 +52,25 @@ DIV.navpath {
|
|||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
DIV.navtab {
|
DIV.navtab {
|
||||||
background-color: #e8eef2;
|
background-color: #e8eef2;
|
||||||
border: 1px solid #84b0c7;
|
border: 1px solid #84b0c7;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
TD.navtab {
|
TD.navtab {
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
}
|
}
|
||||||
A.qindex {
|
A.qindex {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #1A419D;
|
color: #1A419D;
|
||||||
}
|
}
|
||||||
A.qindex:visited {
|
A.qindex:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #1A419D
|
color: #1A419D
|
||||||
}
|
}
|
||||||
A.qindex:hover {
|
A.qindex:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -126,8 +126,8 @@ DL.el {
|
|||||||
margin-left: -1cm
|
margin-left: -1cm
|
||||||
}
|
}
|
||||||
.fragment {
|
.fragment {
|
||||||
font-family: monospace, fixed;
|
font-family: monospace, fixed;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
PRE.fragment {
|
PRE.fragment {
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
@@ -150,10 +150,10 @@ DIV.ah {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DIV.groupHeader {
|
DIV.groupHeader {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
DIV.groupText {
|
DIV.groupText {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
@@ -217,7 +217,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
|
|
||||||
.mdescLeft {
|
.mdescLeft {
|
||||||
padding: 0px 8px 4px 8px;
|
padding: 0px 8px 4px 8px;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
border-top: 1px none #E0E0E0;
|
border-top: 1px none #E0E0E0;
|
||||||
@@ -227,8 +227,8 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
.mdescRight {
|
.mdescRight {
|
||||||
padding: 0px 8px 4px 8px;
|
padding: 0px 8px 4px 8px;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
border-top: 1px none #E0E0E0;
|
border-top: 1px none #E0E0E0;
|
||||||
@@ -253,7 +253,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memItemRight {
|
.memItemRight {
|
||||||
padding: 1px 8px 0px 8px;
|
padding: 1px 8px 0px 8px;
|
||||||
@@ -271,7 +271,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplItemLeft {
|
.memTemplItemLeft {
|
||||||
padding: 1px 0px 0px 8px;
|
padding: 1px 0px 0px 8px;
|
||||||
@@ -289,7 +289,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplItemRight {
|
.memTemplItemRight {
|
||||||
padding: 1px 8px 0px 8px;
|
padding: 1px 8px 0px 8px;
|
||||||
@@ -307,7 +307,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplParams {
|
.memTemplParams {
|
||||||
padding: 1px 0px 0px 8px;
|
padding: 1px 0px 0px 8px;
|
||||||
@@ -326,7 +326,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.search {
|
.search {
|
||||||
color: #003399;
|
color: #003399;
|
||||||
@@ -455,43 +455,47 @@ HR {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
IMG.logo {
|
IMG.logo {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
IMG.appearance {
|
IMG.appearance {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
TABLE.appearance {
|
TABLE.appearance {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
SPAN.literal {
|
SPAN.literal {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: monospace, fixed;
|
font-family: monospace, fixed;
|
||||||
color: #008800;
|
color: #008800;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* we make all the following <span> tags render the text just like
|
/* we make all the following <span> tags render the text just like
|
||||||
the standard Doxygen @remarks, @see tags do, to obtain a uniform
|
the standard Doxygen @remarks, @see tags do, to obtain a uniform
|
||||||
look and feel */
|
look and feel */
|
||||||
SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail {
|
SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
SPAN.style, SPAN.event {
|
SPAN.style, SPAN.event {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #880000;
|
color: #880000;
|
||||||
}
|
}
|
||||||
|
|
||||||
A[HREF="modules.html"] SPAN:before {
|
A[HREF="modules.html"] SPAN:before {
|
||||||
content: "Categories / ";
|
content: "Categories / ";
|
||||||
|
}
|
||||||
|
|
||||||
|
DIV.navigation A SPAN {
|
||||||
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user