- finetune doc css.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1152 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/5/head
aramis_acg 2012-02-03 17:27:39 +00:00
parent fd293547c4
commit c8c9d6cec8
1 changed files with 445 additions and 442 deletions

View File

@ -1,442 +1,445 @@
body, table, div, p, dl { body, table, div, p, dl {
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 12px; font-size: 12px;
} }
/* @group Heading Levels */ /* @group Heading Levels */
h1 { h1 {
text-align: center; text-align: center;
font-size: 150%; font-size: 160%;
color: black; color: black;
} }
h2 { h2 {
font-size: 120%; font-size: 140%;
} font-weight: bold;
}
h3 {
font-size: 100%; h3 {
} font-size: 120%;
font-weight: bold;
/* @end */ }
caption { /* @end */
font-weight: bold;
} caption {
font-weight: bold;
div.qindex, div.navtab{ }
background-color: #e8eef2;
border: 1px solid #84b0c7; div.qindex, div.navtab{
text-align: center; background-color: #e8eef2;
margin: 2px; border: 1px solid #84b0c7;
padding: 2px; text-align: center;
} margin: 2px;
padding: 2px;
div.qindex, div.navpath { }
width: 100%;
line-height: 140%; div.qindex, div.navpath {
} width: 100%;
line-height: 140%;
div.navtab { }
margin-right: 15px;
} div.navtab {
margin-right: 15px;
/* @group Link Styling */ }
a { /* @group Link Styling */
color: #153788;
font-weight: normal; a {
text-decoration: none; color: #153788;
} font-weight: normal;
text-decoration: none;
.contents a:visited { }
color: #1b77c5;
} .contents a:visited {
color: #1b77c5;
a:hover { }
text-decoration: underline;
} a:hover {
text-decoration: underline;
a.qindex { }
font-weight: bold;
} a.qindex {
font-weight: bold;
a.qindexHL { }
font-weight: bold;
background-color: #6666cc; a.qindexHL {
color: #ffffff; font-weight: bold;
border: 1px double #9295C2; background-color: #6666cc;
} color: #ffffff;
border: 1px double #9295C2;
.contents a.qindexHL:visited { }
color: #ffffff;
} .contents a.qindexHL:visited {
color: #ffffff;
a.el { }
font-weight: bold;
} a.el {
font-weight: bold;
a.elRef { }
}
a.elRef {
a.code { }
}
a.code {
a.codeRef { }
}
a.codeRef {
/* @end */ }
dl.el { /* @end */
margin-left: -1cm;
} dl.el {
margin-left: -1cm;
.fragment { }
font-family: monospace, fixed;
font-size: 105%; .fragment {
} font-family: monospace, fixed;
font-size: 105%;
pre.fragment { }
border: 1px solid #CCCCCC;
background-color: #f5f5f5; pre.fragment {
padding: 4px 6px; border: 1px solid #CCCCCC;
margin: 4px 8px 4px 2px; background-color: #f5f5f5;
} padding: 4px 6px;
margin: 4px 8px 4px 2px;
div.ah { }
background-color: black;
font-weight: bold; div.ah {
color: #ffffff; background-color: black;
margin-bottom: 3px; font-weight: bold;
margin-top: 3px color: #ffffff;
} margin-bottom: 3px;
margin-top: 3px
div.groupHeader { }
margin-left: 16px;
margin-top: 12px; div.groupHeader {
margin-bottom: 6px; margin-left: 16px;
font-weight: bold; margin-top: 12px;
} margin-bottom: 6px;
font-weight: bold;
div.groupText { }
margin-left: 16px;
font-style: italic; div.groupText {
} margin-left: 16px;
font-style: italic;
body { }
background: white;
color: #333333; body {
margin-right: 20px; background: white;
margin-left: 20px; color: #252525;
} margin-right: 20px;
margin-left: 20px;
td.indexkey { margin: 20px;
background-color: #e8eef2; }
font-weight: bold;
border: 1px solid #CCCCCC; td.indexkey {
margin: 2px 0px 2px 0; background-color: #e8eef2;
padding: 2px 10px; font-weight: bold;
} border: 1px solid #CCCCCC;
margin: 2px 0px 2px 0;
td.indexvalue { padding: 2px 10px;
background-color: #e8eef2; }
border: 1px solid #CCCCCC;
padding: 2px 10px; td.indexvalue {
margin: 2px 0px; background-color: #e8eef2;
} border: 1px solid #CCCCCC;
padding: 2px 10px;
tr.memlist { margin: 2px 0px;
background-color: #f0f0f0; }
}
tr.memlist {
p.formulaDsp { background-color: #f0f0f0;
text-align: center; }
}
p.formulaDsp {
img.formulaDsp { text-align: center;
}
}
img.formulaDsp {
img.formulaInl {
vertical-align: middle; }
}
img.formulaInl {
/* @group Code Colorization */ vertical-align: middle;
}
span.keyword {
color: #008000 /* @group Code Colorization */
}
span.keyword {
span.keywordtype { color: #008000
color: #604020 }
}
span.keywordtype {
span.keywordflow { color: #604020
color: #e08000 }
}
span.keywordflow {
span.comment { color: #e08000
color: #800000 }
}
span.comment {
span.preprocessor { color: #800000
color: #806020 }
}
span.preprocessor {
span.stringliteral { color: #806020
color: #002080 }
}
span.stringliteral {
span.charliteral { color: #002080
color: #008080 }
}
span.charliteral {
span.vhdldigit { color: #008080
color: #ff00ff }
}
span.vhdldigit {
span.vhdlchar { color: #ff00ff
color: #000000 }
}
span.vhdlchar {
span.vhdlkeyword { color: #000000
color: #700070 }
}
span.vhdlkeyword {
span.vhdllogic { color: #700070
color: #ff0000 }
}
span.vhdllogic {
/* @end */ color: #ff0000
}
.search {
color: #003399; /* @end */
font-weight: bold;
} .search {
color: #003399;
form.search { font-weight: bold;
margin-bottom: 0px; }
margin-top: 0px;
} form.search {
margin-bottom: 0px;
input.search { margin-top: 0px;
font-size: 75%; }
color: #000080;
font-weight: normal; input.search {
background-color: #e8eef2; font-size: 75%;
} color: #000080;
font-weight: normal;
td.tiny { background-color: #e8eef2;
font-size: 75%; }
}
td.tiny {
.dirtab { font-size: 75%;
padding: 4px; }
border-collapse: collapse;
border: 1px solid #84b0c7; .dirtab {
} padding: 4px;
border-collapse: collapse;
th.dirtab { border: 1px solid #84b0c7;
background: #e8eef2; }
font-weight: bold;
} th.dirtab {
background: #e8eef2;
hr { font-weight: bold;
height: 0; }
border: none;
border-top: 1px solid #666; hr {
} height: 0;
border: none;
/* @group Member Descriptions */ border-top: 1px solid #666;
}
.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight, /* @group Member Descriptions */
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
background-color: #FAFAFA; .mdescLeft, .mdescRight,
border: none; .memItemLeft, .memItemRight,
margin: 4px; .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
padding: 1px 0 0 8px; background-color: #FAFAFA;
} border: none;
margin: 4px;
.mdescLeft, .mdescRight { padding: 1px 0 0 8px;
padding: 0px 8px 4px 8px; }
color: #555;
} .mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
.memItemLeft, .memItemRight, .memTemplParams { color: #555;
border-top: 1px solid #ccc; }
}
.memItemLeft, .memItemRight, .memTemplParams {
.memTemplParams { border-top: 1px solid #ccc;
color: #606060; }
}
.memTemplParams {
/* @end */ color: #606060;
}
/* @group Member Details */
/* @end */
/* Styles for detailed member documentation */
/* @group Member Details */
.memtemplate {
font-size: 80%; /* Styles for detailed member documentation */
color: #606060;
font-weight: normal; .memtemplate {
margin-left: 3px; font-size: 80%;
} color: #606060;
font-weight: normal;
.memnav { margin-left: 3px;
background-color: #e8eef2; }
border: 1px solid #84b0c7;
text-align: center; .memnav {
margin: 2px; background-color: #e8eef2;
margin-right: 15px; border: 1px solid #84b0c7;
padding: 2px; text-align: center;
} margin: 2px;
margin-right: 15px;
.memitem { padding: 2px;
padding: 0; }
}
.memitem {
.memname { padding: 0;
white-space: nowrap; }
font-weight: bold;
} .memname {
white-space: nowrap;
.memproto, .memdoc { font-weight: bold;
border: 1px solid #84b0c7; }
}
.memproto, .memdoc {
.memproto { border: 1px solid #84b0c7;
padding: 0; }
background-color: #d5e1e8;
font-weight: bold; .memproto {
-webkit-border-top-left-radius: 8px; padding: 0;
-webkit-border-top-right-radius: 8px; background-color: #d5e1e8;
-moz-border-radius-topleft: 8px; font-weight: bold;
-moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px;
} -webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
.memdoc { -moz-border-radius-topright: 8px;
padding: 2px 5px; }
background-color: #eef3f5;
border-top-width: 0; .memdoc {
-webkit-border-bottom-left-radius: 8px; padding: 2px 5px;
-webkit-border-bottom-right-radius: 8px; background-color: #eef3f5;
-moz-border-radius-bottomleft: 8px; border-top-width: 0;
-moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px;
} -webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
.paramkey { -moz-border-radius-bottomright: 8px;
text-align: right; }
}
.paramkey {
.paramtype { text-align: right;
white-space: nowrap; }
}
.paramtype {
.paramname { white-space: nowrap;
color: #602020; }
white-space: nowrap;
} .paramname {
.paramname em { color: #602020;
font-style: normal; white-space: nowrap;
} }
.paramname em {
/* @end */ font-style: normal;
}
/* @group Directory (tree) */
/* @end */
/* for the tree view */
/* @group Directory (tree) */
.ftvtree {
font-family: sans-serif; /* for the tree view */
margin: 0.5em;
} .ftvtree {
font-family: sans-serif;
/* these are for tree view when used as main index */ margin: 0.5em;
}
.directory {
font-size: 9pt; /* these are for tree view when used as main index */
font-weight: bold;
} .directory {
font-size: 9pt;
.directory h3 { font-weight: bold;
margin: 0px; }
margin-top: 1em;
font-size: 11pt; .directory h3 {
} margin: 0px;
margin-top: 1em;
/* font-size: 11pt;
The following two styles can be used to replace the root node title }
with an image of your choice. Simply uncomment the next two styles,
specify the name of your image and be sure to set 'height' to the /*
proper pixel height of your image. The following two styles can be used to replace the root node title
*/ with an image of your choice. Simply uncomment the next two styles,
specify the name of your image and be sure to set 'height' to the
/* proper pixel height of your image.
.directory h3.swap { */
height: 61px;
background-repeat: no-repeat; /*
background-image: url("yourimage.gif"); .directory h3.swap {
} height: 61px;
.directory h3.swap span { background-repeat: no-repeat;
display: none; background-image: url("yourimage.gif");
} }
*/ .directory h3.swap span {
display: none;
.directory > h3 { }
margin-top: 0; */
}
.directory > h3 {
.directory p { margin-top: 0;
margin: 0px; }
white-space: nowrap;
} .directory p {
margin: 0px;
.directory div { white-space: nowrap;
display: none; }
margin: 0px;
} .directory div {
display: none;
.directory img { margin: 0px;
vertical-align: -30%; }
}
.directory img {
/* these are for tree view when not used as main index */ vertical-align: -30%;
}
.directory-alt {
font-size: 100%; /* these are for tree view when not used as main index */
font-weight: bold;
} .directory-alt {
font-size: 100%;
.directory-alt h3 { font-weight: bold;
margin: 0px; }
margin-top: 1em;
font-size: 11pt; .directory-alt h3 {
} margin: 0px;
margin-top: 1em;
.directory-alt > h3 { font-size: 11pt;
margin-top: 0; }
}
.directory-alt > h3 {
.directory-alt p { margin-top: 0;
margin: 0px; }
white-space: nowrap;
} .directory-alt p {
margin: 0px;
.directory-alt div { white-space: nowrap;
display: none; }
margin: 0px;
} .directory-alt div {
display: none;
.directory-alt img { margin: 0px;
vertical-align: -30%; }
}
.directory-alt img {
/* @end */ vertical-align: -30%;
}
address {
font-style: normal; /* @end */
color: #333;
} address {
font-style: normal;
color: #333;
}