78226dacc2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
113 lines
1.9 KiB
CSS
113 lines
1.9 KiB
CSS
/* wxWidgets Custom Styles */
|
|
|
|
#projectlogo {
|
|
text-align: left;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#projectnumber {
|
|
font: 120% Tahoma, Arial, sans-serif;
|
|
text-align: right;
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #002D88;
|
|
font-weight: normal;
|
|
margin-top: 1em;
|
|
margin-bottom: 0.5em;
|
|
padding-top: 8px;
|
|
padding-bottom: 4px;
|
|
width: 100%;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 150%;
|
|
border-bottom: 1px solid #3276FF;
|
|
}
|
|
h2 {
|
|
font-size: 135%;
|
|
margin-top: 0.75em;
|
|
}
|
|
h3 {
|
|
font-size: 120%;
|
|
margin-top: 0.5em;
|
|
}
|
|
h4 {
|
|
font-size: 100%;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
img.logo {
|
|
float: right;
|
|
margin: 20px;
|
|
}
|
|
|
|
div.appearance {
|
|
margin: 1em 0em;
|
|
}
|
|
div.appearance table {
|
|
margin: 0.5em 0em;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
div.appearance img {
|
|
margin: 0.5em;
|
|
}
|
|
div.appearance .caption {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-size: 90%;
|
|
}
|
|
|
|
td.green { color: green; }
|
|
td.orange { color: #ff8000; }
|
|
td.red { color: red; }
|
|
|
|
span.literal {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
font-family: monospace, fixed;
|
|
}
|
|
|
|
/* we make all the following <span> tags render the text just like
|
|
the standard Doxygen @remarks, @see tags do, to obtain a uniform
|
|
look and feel */
|
|
span.itemdef, span.lib, span.category, span.stdobj, span.styles,
|
|
span.events, span.flags, span.appearance, span.impl, span.avail {
|
|
font-weight: bold;
|
|
line-height: 130%;
|
|
}
|
|
|
|
span.style, span.event, span.flag {
|
|
font-weight: bold;
|
|
color: #880000;
|
|
}
|
|
|
|
div.styleDesc, div.eventDesc, div.flagDesc {
|
|
margin-left: 3%;
|
|
margin-bottom: 1ex;
|
|
}
|
|
|
|
div.eventHandler {
|
|
margin: 1em;
|
|
text-indent: 3%;
|
|
}
|
|
|
|
div.eventHandler span {
|
|
padding: 5px;
|
|
background-color: #eeeeee;
|
|
font-family: monospace, fixed;
|
|
}
|
|
|
|
code {
|
|
font-size: 110%;
|
|
color: #444444;
|
|
}
|
|
|
|
hr.footer {
|
|
margin-top: 2em;
|
|
}
|
|
address.footer {
|
|
margin: 0.75em;
|
|
} |