mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Fixed the namespace and class icon issue and updated the Doxygen file.
This commit is contained in:
parent
274b9331f0
commit
8b7ac65aa3
2402
doc/doxyfile.in
2402
doc/doxyfile.in
File diff suppressed because it is too large
Load Diff
415
doc/doxygen.css
415
doc/doxygen.css
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
/* @group Heading Levels */
|
/* @group Heading Levels */
|
||||||
|
|
||||||
div.contents .textblock h1
|
div.contents .textblock h1 {
|
||||||
{
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -69,8 +68,7 @@ h3.version {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.qindex
|
div.qindex {
|
||||||
{
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -108,15 +106,13 @@ dl.el {
|
|||||||
margin-left: -1cm;
|
margin-left: -1cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.el
|
a.el {
|
||||||
{
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #577E25;
|
color: #577E25;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.el:hover
|
a.el:hover {
|
||||||
{
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -136,7 +132,7 @@ pre.fragment {
|
|||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
.border-radius(5px);
|
border-radius(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fragment {
|
div.fragment {
|
||||||
@ -154,7 +150,7 @@ div.fragment {
|
|||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
.border-radius(5px);
|
border-radius(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.line {
|
div.line {
|
||||||
@ -169,6 +165,7 @@ div.line {
|
|||||||
padding-left: 53px;
|
padding-left: 53px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.lineno {
|
span.lineno {
|
||||||
@ -643,13 +640,11 @@ address {
|
|||||||
color: #2A3D61;
|
color: #2A3D61;
|
||||||
}
|
}
|
||||||
|
|
||||||
table table
|
table table {
|
||||||
{
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memitem table table
|
.memitem table table {
|
||||||
{
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -728,13 +723,11 @@ table.fieldtable {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath
|
.navpath {
|
||||||
{
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath ul
|
.navpath ul {
|
||||||
{
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height:30px;
|
height:30px;
|
||||||
line-height:30px;
|
line-height:30px;
|
||||||
@ -745,8 +738,7 @@ table.fieldtable {
|
|||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath li
|
.navpath li {
|
||||||
{
|
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
float:left;
|
float:left;
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
@ -754,8 +746,7 @@ table.fieldtable {
|
|||||||
color:#364D7C;
|
color:#364D7C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath li.navelem a
|
.navpath li.navelem a {
|
||||||
{
|
|
||||||
height:32px;
|
height:32px;
|
||||||
display:block;
|
display:block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -766,13 +757,11 @@ table.fieldtable {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath li.navelem a:hover
|
.navpath li.navelem a:hover {
|
||||||
{
|
|
||||||
color:#6884BD;
|
color:#6884BD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath li.footer
|
.navpath li.footer {
|
||||||
{
|
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
float:right;
|
float:right;
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
@ -785,109 +774,91 @@ table.fieldtable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.summary
|
div.summary {
|
||||||
{
|
|
||||||
float: right;
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
width: 50%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.summary a
|
div.summary a {
|
||||||
{
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #577E25;
|
color: #577E25;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.summary a:hover
|
div.summary a:hover {
|
||||||
{
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ingroups
|
div.ingroups {
|
||||||
{
|
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ingroups a
|
div.ingroups a {
|
||||||
{
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header
|
div.header {
|
||||||
{
|
|
||||||
width: 950px;
|
width: 950px;
|
||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
border-bottom: 1px solid #999;
|
border-bottom: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl
|
dl {
|
||||||
{
|
|
||||||
padding: 0 0 0 10px;
|
padding: 0 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
|
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
|
||||||
dl.section
|
dl.section {
|
||||||
{
|
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.note
|
dl.note {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #D0C000;
|
border-color: #D0C000;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.warning, dl.attention
|
dl.warning, dl.attention {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #FF0000;
|
border-color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.pre, dl.post, dl.invariant
|
dl.pre, dl.post, dl.invariant {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #00D000;
|
border-color: #00D000;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.deprecated
|
dl.deprecated {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #505050;
|
border-color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.todo
|
dl.todo {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #00C0E0;
|
border-color: #00C0E0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.test
|
dl.test {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
border-color: #3030E0;
|
border-color: #3030E0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.bug
|
dl.bug {
|
||||||
{
|
|
||||||
margin-left:-7px;
|
margin-left:-7px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
@ -899,69 +870,58 @@ dl.section dd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#projectlogo
|
#projectlogo {
|
||||||
{
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectlogo img
|
#projectlogo img {
|
||||||
{
|
|
||||||
border: 0px none;
|
border: 0px none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectname
|
#projectname {
|
||||||
{
|
|
||||||
font: 300% Tahoma, Arial,sans-serif;
|
font: 300% Tahoma, Arial,sans-serif;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 2px 0px;
|
padding: 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectbrief
|
#projectbrief {
|
||||||
{
|
|
||||||
font: 120% Tahoma, Arial,sans-serif;
|
font: 120% Tahoma, Arial,sans-serif;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectnumber
|
#projectnumber {
|
||||||
{
|
|
||||||
font: 50% Tahoma, Arial,sans-serif;
|
font: 50% Tahoma, Arial,sans-serif;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titlearea
|
#titlearea {
|
||||||
{
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 1px solid #5373B4;
|
border-bottom: 1px solid #5373B4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image
|
.image {
|
||||||
{
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dotgraph
|
.dotgraph {
|
||||||
{
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mscgraph
|
.mscgraph {
|
||||||
{
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption
|
.caption {
|
||||||
{
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.zoom
|
div.zoom {
|
||||||
{
|
|
||||||
border: 1px solid #90A5CE;
|
border: 1px solid #90A5CE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1054,8 +1014,7 @@ tr.heading h2 {
|
|||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print
|
@media print {
|
||||||
{
|
|
||||||
#top { display: none; }
|
#top { display: none; }
|
||||||
#side-nav { display: none; }
|
#side-nav { display: none; }
|
||||||
#nav-path { display: none; }
|
#nav-path { display: none; }
|
||||||
@ -1063,8 +1022,8 @@ tr.heading h2 {
|
|||||||
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
|
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
|
||||||
.summary { display: none; }
|
.summary { display: none; }
|
||||||
.memitem { page-break-inside: avoid; }
|
.memitem { page-break-inside: avoid; }
|
||||||
#doc-content
|
|
||||||
{
|
#doc-content {
|
||||||
margin-left:0 !important;
|
margin-left:0 !important;
|
||||||
height:auto !important;
|
height:auto !important;
|
||||||
width:auto !important;
|
width:auto !important;
|
||||||
@ -1105,8 +1064,7 @@ tr.heading h2 {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navrow1
|
#navrow1 {
|
||||||
{
|
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
@ -1131,16 +1089,14 @@ tr.heading h2 {
|
|||||||
|
|
||||||
|
|
||||||
/* SFML css */
|
/* SFML css */
|
||||||
body
|
body {
|
||||||
{
|
|
||||||
font-family: 'Ubuntu', 'Arial', sans-serif;
|
font-family: 'Ubuntu', 'Arial', sans-serif;
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 2em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner-container
|
#banner-container {
|
||||||
{
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
border-top: 2px solid #999;
|
border-top: 2px solid #999;
|
||||||
@ -1148,8 +1104,7 @@ body
|
|||||||
background-color: rgb(140, 200, 65);
|
background-color: rgb(140, 200, 65);
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner
|
#banner {
|
||||||
{
|
|
||||||
width: 950px;
|
width: 950px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
line-height: 54px;
|
line-height: 54px;
|
||||||
@ -1157,8 +1112,7 @@ body
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner #sfml
|
#banner #sfml {
|
||||||
{
|
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
@ -1167,16 +1121,14 @@ body
|
|||||||
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
|
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer-container
|
#footer-container {
|
||||||
{
|
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer
|
#footer {
|
||||||
{
|
|
||||||
width: 950px;
|
width: 950px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1184,27 +1136,23 @@ body
|
|||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a
|
#footer a {
|
||||||
{
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgb(70, 100, 30);
|
color: rgb(70, 100, 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a:hover
|
#footer a:hover {
|
||||||
{
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents, #content
|
div.contents, #content {
|
||||||
{
|
|
||||||
width: 950px;
|
width: 950px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents h1
|
div.contents h1 {
|
||||||
{
|
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
@ -1214,8 +1162,7 @@ div.contents h1
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents h2
|
div.contents h2 {
|
||||||
{
|
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
@ -1223,38 +1170,32 @@ div.contents h2
|
|||||||
border-bottom: 1px solid #999;
|
border-bottom: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents h3
|
div.contents h3 {
|
||||||
{
|
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents p
|
div.contents p {
|
||||||
{
|
|
||||||
color: #333;
|
color: #333;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents a, #content a
|
div.contents a, #content a {
|
||||||
{
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgb(70, 100, 30);
|
color: rgb(70, 100, 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents a:hover, #content a:hover
|
div.contents a:hover, #content a:hover {
|
||||||
{
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents code
|
div.contents code {
|
||||||
{
|
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents pre code
|
div.contents pre code {
|
||||||
{
|
|
||||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
@ -1262,17 +1203,241 @@ div.contents pre code
|
|||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents ul
|
div.contents ul {
|
||||||
{
|
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
margin: 0 0 0 1.5em;
|
margin: 0 0 0 1.5em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents ul li
|
div.contents ul li {
|
||||||
{
|
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0 0 0.3em 0;
|
margin: 0 0 0.3em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
font-family: Arial, Helvetica;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 12px;
|
||||||
|
height: 14px;
|
||||||
|
width: 16px;
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #8cc445;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icona {
|
||||||
|
width: 24px;
|
||||||
|
height: 22px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfopen {
|
||||||
|
width: 24px;
|
||||||
|
height: 18px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
background-image:url('ftv2folderopen.png');
|
||||||
|
background-position: 0px -4px;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
vertical-align:top;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfclosed {
|
||||||
|
width: 24px;
|
||||||
|
height: 18px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
background-image:url('ftv2folderclosed.png');
|
||||||
|
background-position: 0px -4px;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
vertical-align:top;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icondoc {
|
||||||
|
width: 24px;
|
||||||
|
height: 18px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
background-image:url('ftv2doc.png');
|
||||||
|
background-position: 0px -4px;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
vertical-align:top;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* tooltip related style info */
|
||||||
|
|
||||||
|
.ttc {
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip {
|
||||||
|
cursor: default;
|
||||||
|
white-space: nowrap;
|
||||||
|
background-color: white;
|
||||||
|
border: 1px solid gray;
|
||||||
|
border-radius: 4px 4px 4px 4px;
|
||||||
|
box-shadow: 1px 1px 7px gray;
|
||||||
|
display: none;
|
||||||
|
font-size: smaller;
|
||||||
|
max-width: 80%;
|
||||||
|
opacity: 0.9;
|
||||||
|
padding: 1ex 1em 1em;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2147483647;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip div.ttdoc {
|
||||||
|
color: grey;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip div.ttname a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip div.ttname {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip div.ttdeci {
|
||||||
|
color: #006318;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip div {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
font: 12px/16px Roboto,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip:before, #powerTip:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.n:after, #powerTip.n:before,
|
||||||
|
#powerTip.s:after, #powerTip.s:before,
|
||||||
|
#powerTip.w:after, #powerTip.w:before,
|
||||||
|
#powerTip.e:after, #powerTip.e:before,
|
||||||
|
#powerTip.ne:after, #powerTip.ne:before,
|
||||||
|
#powerTip.se:after, #powerTip.se:before,
|
||||||
|
#powerTip.nw:after, #powerTip.nw:before,
|
||||||
|
#powerTip.sw:after, #powerTip.sw:before {
|
||||||
|
border: solid transparent;
|
||||||
|
content: " ";
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.n:after, #powerTip.s:after,
|
||||||
|
#powerTip.w:after, #powerTip.e:after,
|
||||||
|
#powerTip.nw:after, #powerTip.ne:after,
|
||||||
|
#powerTip.sw:after, #powerTip.se:after {
|
||||||
|
border-color: rgba(255, 255, 255, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.n:before, #powerTip.s:before,
|
||||||
|
#powerTip.w:before, #powerTip.e:before,
|
||||||
|
#powerTip.nw:before, #powerTip.ne:before,
|
||||||
|
#powerTip.sw:before, #powerTip.se:before {
|
||||||
|
border-color: rgba(128, 128, 128, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.n:after, #powerTip.n:before,
|
||||||
|
#powerTip.ne:after, #powerTip.ne:before,
|
||||||
|
#powerTip.nw:after, #powerTip.nw:before {
|
||||||
|
top: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
|
||||||
|
border-top-color: #ffffff;
|
||||||
|
border-width: 10px;
|
||||||
|
margin: 0px -10px;
|
||||||
|
}
|
||||||
|
#powerTip.n:before {
|
||||||
|
border-top-color: #808080;
|
||||||
|
border-width: 11px;
|
||||||
|
margin: 0px -11px;
|
||||||
|
}
|
||||||
|
#powerTip.n:after, #powerTip.n:before {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.nw:after, #powerTip.nw:before {
|
||||||
|
right: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.ne:after, #powerTip.ne:before {
|
||||||
|
left: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.s:after, #powerTip.s:before,
|
||||||
|
#powerTip.se:after, #powerTip.se:before,
|
||||||
|
#powerTip.sw:after, #powerTip.sw:before {
|
||||||
|
bottom: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
|
||||||
|
border-bottom-color: #ffffff;
|
||||||
|
border-width: 10px;
|
||||||
|
margin: 0px -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
|
||||||
|
border-bottom-color: #808080;
|
||||||
|
border-width: 11px;
|
||||||
|
margin: 0px -11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.s:after, #powerTip.s:before {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.sw:after, #powerTip.sw:before {
|
||||||
|
right: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.se:after, #powerTip.se:before {
|
||||||
|
left: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.e:after, #powerTip.e:before {
|
||||||
|
left: 100%;
|
||||||
|
}
|
||||||
|
#powerTip.e:after {
|
||||||
|
border-left-color: #ffffff;
|
||||||
|
border-width: 10px;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
#powerTip.e:before {
|
||||||
|
border-left-color: #808080;
|
||||||
|
border-width: 11px;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#powerTip.w:after, #powerTip.w:before {
|
||||||
|
right: 100%;
|
||||||
|
}
|
||||||
|
#powerTip.w:after {
|
||||||
|
border-right-color: #ffffff;
|
||||||
|
border-width: 10px;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
#powerTip.w:before {
|
||||||
|
border-right-color: #808080;
|
||||||
|
border-width: 11px;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -11px;
|
||||||
|
}
|
@ -1,7 +1,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer-container">
|
<div id="footer-container">
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Copyright © Laurent Gomila ::
|
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
|
||||||
|
Copyright © Laurent Gomila ::
|
||||||
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
|
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@ -2,9 +2,12 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>SFML - Simple and Fast Multimedia Library</title>
|
<title>SFML - Simple and Fast Multimedia Library</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
||||||
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
|
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="banner-container">
|
<div id="banner-container">
|
Loading…
Reference in New Issue
Block a user