git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			494 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			494 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
/*****************************************************************************
 | 
						|
 ** Name:        wxwidgets.css
 | 
						|
 ** Purpose:     The wxWidgets documentation CSS; a customized version of
 | 
						|
 **              the standard Doxygen CSS
 | 
						|
 ** Author:      Doxygen team
 | 
						|
 ** RCS-ID:      $Id$
 | 
						|
 ** Licence:     wxWindows license
 | 
						|
 *****************************************************************************/
 | 
						|
 | 
						|
 | 
						|
/*
 | 
						|
  Doxygen classic styles
 | 
						|
  ======================
 | 
						|
*/
 | 
						|
 | 
						|
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
 | 
						|
	font-family: Geneva, Arial, Helvetica, sans-serif;
 | 
						|
}
 | 
						|
BODY,TD {
 | 
						|
	font-size: 90%;
 | 
						|
}
 | 
						|
H1 {
 | 
						|
	text-align: center;
 | 
						|
	font-size: 160%;
 | 
						|
	border-top: 1em;
 | 
						|
}
 | 
						|
H2 {
 | 
						|
	font-size: 120%;
 | 
						|
    padding-top: 1em;
 | 
						|
    border-top: 3px solid #AAA;
 | 
						|
}
 | 
						|
H3 {
 | 
						|
	font-size: 100%;
 | 
						|
}
 | 
						|
CAPTION {
 | 
						|
	font-weight: bold
 | 
						|
}
 | 
						|
DIV.qindex {
 | 
						|
	width: 100%;
 | 
						|
	background-color: #e8eef2;
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
	text-align: center;
 | 
						|
	margin: 2px;
 | 
						|
	padding: 2px;
 | 
						|
	line-height: 140%;
 | 
						|
}
 | 
						|
DIV.navpath {
 | 
						|
	width: 100%;
 | 
						|
	background-color: #e8eef2;
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
	text-align: center;
 | 
						|
	margin: 2px;
 | 
						|
	padding: 2px;
 | 
						|
	line-height: 140%;
 | 
						|
}
 | 
						|
DIV.navtab {
 | 
						|
	background-color: #e8eef2;
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
	text-align: center;
 | 
						|
	margin: 2px;
 | 
						|
	margin-right: 15px;
 | 
						|
	padding: 2px;
 | 
						|
}
 | 
						|
TD.navtab {
 | 
						|
	font-size: 70%;
 | 
						|
}
 | 
						|
A.qindex {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: bold;
 | 
						|
	color: #1A419D;
 | 
						|
}
 | 
						|
A.qindex:visited {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: bold;
 | 
						|
	color: #1A419D
 | 
						|
}
 | 
						|
A.qindex:hover {
 | 
						|
	text-decoration: none;
 | 
						|
	background-color: #ddddff;
 | 
						|
}
 | 
						|
A.qindexHL {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: bold;
 | 
						|
	background-color: #6666cc;
 | 
						|
	color: #ffffff;
 | 
						|
	border: 1px double #9295C2;
 | 
						|
}
 | 
						|
A.qindexHL:hover {
 | 
						|
	text-decoration: none;
 | 
						|
	background-color: #6666cc;
 | 
						|
	color: #ffffff;
 | 
						|
}
 | 
						|
A.qindexHL:visited {
 | 
						|
	text-decoration: none;
 | 
						|
	background-color: #6666cc;
 | 
						|
	color: #ffffff
 | 
						|
}
 | 
						|
A.el {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: bold
 | 
						|
}
 | 
						|
A.elRef {
 | 
						|
	font-weight: bold
 | 
						|
}
 | 
						|
A.code:link {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: normal;
 | 
						|
	color: #0000FF
 | 
						|
}
 | 
						|
A.code:visited {
 | 
						|
	text-decoration: none;
 | 
						|
	font-weight: normal;
 | 
						|
	color: #0000FF
 | 
						|
}
 | 
						|
A.codeRef:link {
 | 
						|
	font-weight: normal;
 | 
						|
	color: #0000FF
 | 
						|
}
 | 
						|
A.codeRef:visited {
 | 
						|
	font-weight: normal;
 | 
						|
	color: #0000FF
 | 
						|
}
 | 
						|
A:hover {
 | 
						|
	text-decoration: none;
 | 
						|
	background-color: #f2f2ff
 | 
						|
}
 | 
						|
DL.el {
 | 
						|
	margin-left: -1cm
 | 
						|
}
 | 
						|
.fragment {
 | 
						|
	font-family: monospace, fixed;
 | 
						|
	font-size: 95%;
 | 
						|
}
 | 
						|
PRE.fragment {
 | 
						|
	border: 1px solid #CCCCCC;
 | 
						|
	background-color: #f5f5f5;
 | 
						|
	margin: 4px 8px 4px 2px;
 | 
						|
	padding: 4px 6px;
 | 
						|
}
 | 
						|
DIV.ah {
 | 
						|
	background-color: black;
 | 
						|
	font-weight: bold;
 | 
						|
	color: #ffffff;
 | 
						|
	margin-bottom: 3px;
 | 
						|
	margin-top: 3px
 | 
						|
}
 | 
						|
 | 
						|
DIV.groupHeader {
 | 
						|
	margin-left: 16px;
 | 
						|
	margin-top: 12px;
 | 
						|
	margin-bottom: 6px;
 | 
						|
	font-weight: bold;
 | 
						|
}
 | 
						|
DIV.groupText {
 | 
						|
	margin-left: 16px;
 | 
						|
	font-style: italic;
 | 
						|
	font-size: 90%
 | 
						|
}
 | 
						|
BODY {
 | 
						|
	background: white;
 | 
						|
	color: black;
 | 
						|
	margin-right: 20px;
 | 
						|
	margin-left: 20px;
 | 
						|
}
 | 
						|
TD.indexkey {
 | 
						|
	background-color: #e8eef2;
 | 
						|
	font-weight: bold;
 | 
						|
	padding: 2px 10px;
 | 
						|
	margin: 2px 0px;
 | 
						|
	border: 1px solid #CCCCCC;
 | 
						|
}
 | 
						|
TD.indexvalue {
 | 
						|
	background-color: #e8eef2;
 | 
						|
	font-style: italic;
 | 
						|
	padding: 2px 10px;
 | 
						|
	margin: 2px 0px;
 | 
						|
	border: 1px solid #CCCCCC;
 | 
						|
}
 | 
						|
TR.memlist {
 | 
						|
	background-color: #f0f0f0;
 | 
						|
}
 | 
						|
P.formulaDsp {
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
IMG.formulaDsp {
 | 
						|
}
 | 
						|
IMG.formulaInl {
 | 
						|
	vertical-align: middle;
 | 
						|
}
 | 
						|
SPAN.keyword       { color: #008000 }
 | 
						|
SPAN.keywordtype   { color: #604020 }
 | 
						|
SPAN.keywordflow   { color: #e08000 }
 | 
						|
SPAN.comment       { color: #800000 }
 | 
						|
SPAN.preprocessor  { color: #806020 }
 | 
						|
SPAN.stringliteral { color: #002080 }
 | 
						|
SPAN.charliteral   { color: #008080 }
 | 
						|
SPAN.vhdldigit     { color: #ff00ff }
 | 
						|
SPAN.vhdlchar      { color: #000000 }
 | 
						|
SPAN.vhdlkeyword   { color: #700070 }
 | 
						|
SPAN.vhdllogic     { color: #ff0000 }
 | 
						|
 | 
						|
/* Doxygen Member Description Style 1.5.7 */
 | 
						|
 | 
						|
.mdescLeft, .mdescRight,
 | 
						|
.memItemLeft, .memItemRight,
 | 
						|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
 | 
						|
	background-color: #FAFAFA;
 | 
						|
	border: none;
 | 
						|
	margin: 4px;
 | 
						|
	padding: 1px 0 0 8px;
 | 
						|
}
 | 
						|
 | 
						|
.mdescLeft, .mdescRight {
 | 
						|
	padding: 0px 8px 4px 8px;
 | 
						|
	color: #555;
 | 
						|
}
 | 
						|
 | 
						|
.memItemLeft, .memItemRight, .memTemplParams {
 | 
						|
	border-top: 1px solid #ccc;
 | 
						|
}
 | 
						|
 | 
						|
.memTemplParams {
 | 
						|
	color: #606060;
 | 
						|
}
 | 
						|
 | 
						|
/*******************************************/
 | 
						|
 | 
						|
TD.tiny {
 | 
						|
	font-size: 75%;
 | 
						|
}
 | 
						|
a {
 | 
						|
	color: #1A41A8;
 | 
						|
}
 | 
						|
a:visited {
 | 
						|
	color: #2A3798;
 | 
						|
}
 | 
						|
.dirtab {
 | 
						|
	padding: 4px;
 | 
						|
	border-collapse: collapse;
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
}
 | 
						|
TH.dirtab {
 | 
						|
	background: #e8eef2;
 | 
						|
	font-weight: bold;
 | 
						|
}
 | 
						|
HR {
 | 
						|
/*
 | 
						|
	height: 3px;
 | 
						|
	margin-top: 1.5em;
 | 
						|
	margin-bottom: 1.5em;
 | 
						|
*/
 | 
						|
	height: 0px;
 | 
						|
	margin: 0;
 | 
						|
	border: 0px;
 | 
						|
}
 | 
						|
 | 
						|
/* Style for detailed member documentation */
 | 
						|
 | 
						|
.memtemplate {
 | 
						|
	font-size: 80%;
 | 
						|
	color: #606060;
 | 
						|
	font-weight: normal;
 | 
						|
	margin-left: 3px;
 | 
						|
}
 | 
						|
 | 
						|
.memnav {
 | 
						|
	background-color: #e8eef2;
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
	text-align: center;
 | 
						|
	margin: 2px;
 | 
						|
	margin-right: 15px;
 | 
						|
	padding: 2px;
 | 
						|
}
 | 
						|
 | 
						|
.memitem {
 | 
						|
	padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
.memname {
 | 
						|
	white-space: nowrap;
 | 
						|
	font-weight: bold;
 | 
						|
	padding: 2px 2px;
 | 
						|
}
 | 
						|
 | 
						|
.memproto, .memdoc {
 | 
						|
	border: 1px solid #84b0c7;
 | 
						|
}
 | 
						|
 | 
						|
.memproto {
 | 
						|
	padding: 0;
 | 
						|
	background-color: #d5e1e8;
 | 
						|
	font-weight: bold;
 | 
						|
	-webkit-border-top-left-radius: 8px;
 | 
						|
	-webkit-border-top-right-radius: 8px;
 | 
						|
	-moz-border-radius-topleft: 8px;
 | 
						|
	-moz-border-radius-topright: 8px;
 | 
						|
}
 | 
						|
 | 
						|
.memdoc {
 | 
						|
	padding: 5px 8px;
 | 
						|
	background-color: #eef3f5;
 | 
						|
	border-top-width: 0;
 | 
						|
	-webkit-border-bottom-left-radius: 8px;
 | 
						|
	-webkit-border-bottom-right-radius: 8px;
 | 
						|
	-moz-border-radius-bottomleft: 8px;
 | 
						|
	-moz-border-radius-bottomright: 8px;
 | 
						|
}
 | 
						|
 | 
						|
.memdoc p, .memdoc dl, .memdoc ul {
 | 
						|
	margin: 6px 0;
 | 
						|
}
 | 
						|
 | 
						|
.paramkey {
 | 
						|
	text-align: right;
 | 
						|
}
 | 
						|
.paramtype {
 | 
						|
	white-space: nowrap;
 | 
						|
}
 | 
						|
.paramname {
 | 
						|
	color: #602020;
 | 
						|
	white-space: nowrap;
 | 
						|
}
 | 
						|
.paramname em {
 | 
						|
	font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
/* End Styling for detailed member documentation */
 | 
						|
 | 
						|
/* for the tree view */
 | 
						|
 | 
						|
.ftvtree {
 | 
						|
	font-family: sans-serif;
 | 
						|
	margin:0.5em;
 | 
						|
}
 | 
						|
.directory {
 | 
						|
	font-size: 9pt;
 | 
						|
	font-weight: bold;
 | 
						|
}
 | 
						|
.directory h3 {
 | 
						|
	margin: 0px;
 | 
						|
	margin-top: 1em;
 | 
						|
	font-size: 11pt;
 | 
						|
}
 | 
						|
.directory > h3 {
 | 
						|
	margin-top: 0;
 | 
						|
}
 | 
						|
.directory p {
 | 
						|
	margin: 0px;
 | 
						|
	white-space: nowrap;
 | 
						|
}
 | 
						|
.directory div {
 | 
						|
	display: none;
 | 
						|
	margin: 0px;
 | 
						|
}
 | 
						|
.directory img {
 | 
						|
	vertical-align: -30%;
 | 
						|
}
 | 
						|
 | 
						|
/* these are for tree view when not used as main index */
 | 
						|
 | 
						|
.directory-alt {
 | 
						|
	font-size: 100%;
 | 
						|
	font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
.directory-alt h3 {
 | 
						|
	margin: 0px;
 | 
						|
	margin-top: 1em;
 | 
						|
	font-size: 11pt;
 | 
						|
}
 | 
						|
 | 
						|
.directory-alt > h3 {
 | 
						|
	margin-top: 0;
 | 
						|
}
 | 
						|
 | 
						|
.directory-alt p {
 | 
						|
	margin: 0px;
 | 
						|
	white-space: nowrap;
 | 
						|
}
 | 
						|
 | 
						|
.directory-alt div {
 | 
						|
	display: none;
 | 
						|
	margin: 0px;
 | 
						|
}
 | 
						|
 | 
						|
.directory-alt img {
 | 
						|
	vertical-align: -30%;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/*
 | 
						|
  wxWidgets docs specific styles
 | 
						|
  ==============================
 | 
						|
*/
 | 
						|
 | 
						|
H2 > A.anchor {
 | 
						|
	text-decoration: none;
 | 
						|
	background-color: none;
 | 
						|
	color: black;
 | 
						|
}
 | 
						|
 | 
						|
H3 > A.anchor {
 | 
						|
    text-decoration: none;
 | 
						|
    background-color: none;
 | 
						|
    color: black;
 | 
						|
}
 | 
						|
 | 
						|
H4 > A.anchor {
 | 
						|
    text-decoration: none;
 | 
						|
    background-color: none;
 | 
						|
    color: black;
 | 
						|
}
 | 
						|
 | 
						|
IMG {
 | 
						|
    margin: 20px;
 | 
						|
}
 | 
						|
 | 
						|
IMG.logo {
 | 
						|
	float: right;
 | 
						|
	margin: 20px;
 | 
						|
}
 | 
						|
 | 
						|
IMG.appearance {
 | 
						|
	margin: 20px;
 | 
						|
}
 | 
						|
 | 
						|
.dynheader IMG {
 | 
						|
    margin: 0px;
 | 
						|
}
 | 
						|
 | 
						|
TABLE.appearance {
 | 
						|
	width: 100%;
 | 
						|
	text-align: center;
 | 
						|
	font-style: italic;
 | 
						|
	font-size: 90%;
 | 
						|
	/*font-weight: bold;*/
 | 
						|
}
 | 
						|
 | 
						|
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;
 | 
						|
}
 | 
						|
 | 
						|
/* Doxygen defaults the top navigation tabs to a small, bold font,
 | 
						|
   so we reset it here to a larger, normal font. */
 | 
						|
DIV.navigation A SPAN {
 | 
						|
	font-size: 100%;
 | 
						|
	font-weight: normal;
 | 
						|
}
 | 
						|
 | 
						|
LI {
 | 
						|
	line-height: 115%;
 | 
						|
}
 | 
						|
 | 
						|
CODE {
 | 
						|
    font-size: 110%;
 | 
						|
    color: #444444;
 | 
						|
}
 |