Updated theme
This commit is contained in:
parent
91966f0775
commit
63b2c42a61
@ -10,11 +10,11 @@
|
|||||||
This library works perfectly with OpenGL but it also ensures interoperability with other third party libraries and SDK. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
|
This library works perfectly with OpenGL but it also ensures interoperability with other third party libraries and SDK. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
|
||||||
|
|
||||||
GLM is written as a platform independent library with no dependence and officially supports the following compilers:
|
GLM is written as a platform independent library with no dependence and officially supports the following compilers:
|
||||||
1. Clang 2.0 and higher
|
- Clang 2.0 and higher
|
||||||
2. CUDA 3.0 and higher
|
- CUDA 3.0 and higher
|
||||||
3. GCC 3.4 and higher
|
- GCC 3.4 and higher
|
||||||
4. LLVM 2.3 through GCC 4.2 front-end and higher
|
- LLVM 2.3 through GCC 4.2 front-end and higher
|
||||||
5. Visual Studio 2005 and higher
|
- Visual Studio 2005 and higher
|
||||||
|
|
||||||
\note The Doxygen-generated documentation will often state that a type or function
|
\note The Doxygen-generated documentation will often state that a type or function
|
||||||
is defined in a namespace that is a child of the \link glm glm \endlink namespace.
|
is defined in a namespace that is a child of the \link glm glm \endlink namespace.
|
||||||
|
180
doc/theme/doxygen.css
vendored
180
doc/theme/doxygen.css
vendored
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
body, table, div, p, dl
|
body, table, div, p, dl
|
||||||
{
|
{
|
||||||
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
font-family: Lucida Grande, Calibri, Verdana;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
@ -32,20 +32,23 @@ p
|
|||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
color:#FF8000;
|
color:#FF8000;
|
||||||
font-family:Century;
|
font-family: Lucida Grande, Cambria, Georgia;
|
||||||
font-size: 150%;
|
font-size: 24px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2
|
h2
|
||||||
{
|
{
|
||||||
color:#FF8000;
|
color:#FF8000;
|
||||||
font-family:Century;
|
font-family: Lucida Grande, Cambria, Georgia;
|
||||||
font-size: 120%;
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family:Century;
|
font-family: Lucida Grande, Cambria, Georgia;
|
||||||
font-size: 100%;
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
@ -125,10 +128,11 @@ a {
|
|||||||
margin:0px;
|
margin:0px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
padding:0px;
|
|
||||||
padding-top:8px;
|
padding-top:8px;
|
||||||
padding-bottom:8px;
|
padding-bottom:8px;
|
||||||
width:1000px;
|
padding-left:32px;
|
||||||
|
padding-right:32px;
|
||||||
|
width:936px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.textblock{
|
div.textblock{
|
||||||
@ -160,11 +164,6 @@ a.qindexHL {
|
|||||||
|
|
||||||
a.el {
|
a.el {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*
|
|
||||||
font-family: Century;
|
|
||||||
font-size: 150%;
|
|
||||||
color:#FF8000;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.elRef {
|
a.elRef {
|
||||||
@ -185,8 +184,8 @@ dl.el {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fragment {
|
.fragment {
|
||||||
font-family: monospace, fixed;
|
font-family: consolas, monospace, fixed;
|
||||||
font-size: 105%;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.fragment {
|
pre.fragment {
|
||||||
@ -196,7 +195,6 @@ pre.fragment {
|
|||||||
margin: 4px 8px 4px 2px;
|
margin: 4px 8px 4px 2px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-size: 9pt;
|
|
||||||
line-height: 125%;
|
line-height: 125%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -352,7 +350,7 @@ input.search {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
td.tiny {
|
td.tiny {
|
||||||
font-size: 75%;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dirtab {
|
.dirtab {
|
||||||
@ -389,6 +387,7 @@ table.memberdecls {
|
|||||||
.mdescLeft, .mdescRight,
|
.mdescLeft, .mdescRight,
|
||||||
.memItemLeft, .memItemRight,
|
.memItemLeft, .memItemRight,
|
||||||
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
||||||
|
font-family: consolas, "courier new", monospace;
|
||||||
background-color: #FFFCF8;
|
background-color: #FFFCF8;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
@ -420,14 +419,13 @@ table.memberdecls {
|
|||||||
/* Styles for detailed member documentation */
|
/* Styles for detailed member documentation */
|
||||||
|
|
||||||
.memtemplate {
|
.memtemplate {
|
||||||
font-size: 80%;
|
color: #000000;
|
||||||
color: #4665A2;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 9px;
|
margin-left: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memnav {
|
.memnav {
|
||||||
background-color: #EBEFF6;
|
background-color: #000000;
|
||||||
border: 0px solid #A3B4D7;
|
border: 0px solid #A3B4D7;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
@ -441,59 +439,61 @@ table.memberdecls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memname {
|
.memname {
|
||||||
white-space: nowrap;
|
font-family: consolas, "courier new", monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 6px;
|
font-size: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memproto {
|
.memproto {
|
||||||
border-top: 0px solid #FF8000;
|
border-top: 0px solid #FF8000;
|
||||||
border-left: 0px solid #FF8000;
|
border-left: 0px solid #FF8000;
|
||||||
border-right: 0px solid #FF8000;
|
border-right: 0px solid #FF8000;
|
||||||
padding: 6px 0px 6px 0px;
|
padding: 6px 0px 6px 0px;
|
||||||
color: #253555;
|
color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||||
/* opera specific markup */
|
/* opera specific markup */
|
||||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
/* firefox specific markup */
|
/* firefox specific markup */
|
||||||
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
||||||
-moz-border-radius-topright: 8px;
|
-moz-border-radius-topright: 8px;
|
||||||
-moz-border-radius-topleft: 8px;
|
-moz-border-radius-topleft: 8px;
|
||||||
/* webkit specific markup */
|
/* webkit specific markup */
|
||||||
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||||
-webkit-border-top-right-radius: 8px;
|
-webkit-border-top-right-radius: 8px;
|
||||||
-webkit-border-top-left-radius: 8px;
|
-webkit-border-top-left-radius: 8px;
|
||||||
/*background-image:url('nav_f.png');*/
|
background-repeat:repeat-x;
|
||||||
background-repeat:repeat-x;
|
background-color: #FFFFFF;
|
||||||
background-color: #FFFFFF;
|
background-image: -moz-linear-gradient(center top, #FFF8F0 0%, #FFFFFF 60%, #FFFFFF 95%, #FFFFFF);
|
||||||
background-image: -moz-linear-gradient(center top, #FFF8F0 0%, #FFFFFF 60%, #FFFFFF 95%, #FFFFFF);
|
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFF8F0), color-stop(0.2,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#FFFFFF), to(#FFFFFF));
|
||||||
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFF8F0), color-stop(0.2,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#FFFFFF), to(#FFFFFF));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.memdoc {
|
.memdoc {
|
||||||
border-bottom: 0px solid #FF8000;
|
/*font-family: Lucida Grande, Calibri, Verdana;*/
|
||||||
border-left: 0px solid #FF8000;
|
border-bottom: 0px solid #FF8000;
|
||||||
border-right: 0px solid #FF8000;
|
border-left: 0px solid #FF8000;
|
||||||
padding: 2px 5px;
|
border-right: 0px solid #FF8000;
|
||||||
background-color: #FFFFFF;
|
padding: 2px 5px;
|
||||||
border-top-width: 0;
|
background-color: #FFFFFF;
|
||||||
/* opera specific markup */
|
border-top-width: 0;
|
||||||
border-bottom-left-radius: 8px;
|
/* opera specific markup */
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
border-bottom-right-radius: 8px;
|
||||||
/* firefox specific markup */
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||||
-moz-border-radius-bottomleft: 8px;
|
/* firefox specific markup */
|
||||||
-moz-border-radius-bottomright: 8px;
|
-moz-border-radius-bottomleft: 8px;
|
||||||
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
-moz-border-radius-bottomright: 8px;
|
||||||
background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #FFF8F0 90%, #FFEEDD);
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
||||||
/* webkit specific markup */
|
background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #FFF8F0 90%, #FFEEDD);
|
||||||
-webkit-border-bottom-left-radius: 8px;
|
/* webkit specific markup */
|
||||||
-webkit-border-bottom-right-radius: 8px;
|
-webkit-border-bottom-left-radius: 8px;
|
||||||
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
-webkit-border-bottom-right-radius: 8px;
|
||||||
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.90,#FFF8F0), to(#FFEEDD));
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||||
|
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.90,#FFF8F0), to(#FFEEDD));
|
||||||
}
|
}
|
||||||
|
|
||||||
.paramkey {
|
.paramkey {
|
||||||
@ -505,7 +505,7 @@ table.memberdecls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.paramname {
|
.paramname {
|
||||||
color: #602020;
|
color: #000000;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.paramname em {
|
.paramname em {
|
||||||
@ -517,7 +517,9 @@ table.memberdecls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.params .paramname, .retval .paramname {
|
.params .paramname, .retval .paramname {
|
||||||
|
font-family: monospace, consolas, "courier new";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 12px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -527,7 +529,6 @@ table.memberdecls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.params .paramdir {
|
.params .paramdir {
|
||||||
font-family: "courier new",courier,monospace;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -541,14 +542,13 @@ table.memberdecls {
|
|||||||
/* for the tree view */
|
/* for the tree view */
|
||||||
|
|
||||||
.ftvtree {
|
.ftvtree {
|
||||||
font-family: sans-serif;
|
/*font-family: Lucida Grande, Calibri, Verdana;*/
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* these are for tree view when used as main index */
|
/* these are for tree view when used as main index */
|
||||||
|
|
||||||
.directory {
|
.directory {
|
||||||
font-size: 9pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
@ -556,7 +556,6 @@ table.memberdecls {
|
|||||||
.directory h3 {
|
.directory h3 {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
font-size: 11pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -605,7 +604,6 @@ proper pixel height of your image.
|
|||||||
.directory-alt h3 {
|
.directory-alt h3 {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
font-size: 11pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.directory-alt > h3 {
|
.directory-alt > h3 {
|
||||||
@ -642,12 +640,12 @@ table.doxtable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.doxtable td, table.doxtable th {
|
table.doxtable td, table.doxtable th {
|
||||||
border: 0px solid #2D4068;
|
border: 0px solid #000000;
|
||||||
padding: 3px 7px 2px;
|
padding: 3px 7px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.doxtable th {
|
table.doxtable th {
|
||||||
background-color: #374F7F;
|
background-color: #000000;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
@ -662,12 +660,10 @@ table.doxtable th {
|
|||||||
/*background-image: url('tab_b.png');*/
|
/*background-image: url('tab_b.png');*/
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath ul
|
.navpath ul
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
|
||||||
background-color: #FFEEDD;
|
background-color: #FFEEDD;
|
||||||
height:30px;
|
height:30px;
|
||||||
line-height:30px;
|
line-height:30px;
|
||||||
@ -710,15 +706,14 @@ table.doxtable th {
|
|||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:right;
|
background-position:right;
|
||||||
color:#FFEEDD;
|
color:#FFEEDD;
|
||||||
font-size: 8pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.summary
|
div.summary
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 8pt;
|
font-size: 12px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
width: 50%;
|
width: 160px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -729,7 +724,6 @@ div.summary a
|
|||||||
|
|
||||||
div.ingroups
|
div.ingroups
|
||||||
{
|
{
|
||||||
font-size: 8pt;
|
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -762,6 +756,13 @@ div.headertitle
|
|||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.title
|
||||||
|
{
|
||||||
|
font-family: Lucida Grande, Cambria, Georgia;
|
||||||
|
font-size: 24px;
|
||||||
|
color: #FF7F00;
|
||||||
|
}
|
||||||
|
|
||||||
dl
|
dl
|
||||||
{
|
{
|
||||||
padding: 0 0 0 10px;
|
padding: 0 0 0 10px;
|
||||||
@ -769,7 +770,7 @@ dl
|
|||||||
|
|
||||||
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
|
||||||
{
|
{
|
||||||
border-color: #FF8000;
|
border-color: #FF7F00;
|
||||||
border-left:4px solid;
|
border-left:4px solid;
|
||||||
padding: 0 0 0 6px;
|
padding: 0 0 0 6px;
|
||||||
}
|
}
|
||||||
@ -823,21 +824,24 @@ dl.bug
|
|||||||
|
|
||||||
#projectname
|
#projectname
|
||||||
{
|
{
|
||||||
font: 300% arial,sans-serif;
|
/*font-family: Lucida Grande, Cambria, Georgia;*/
|
||||||
|
font-size: 24px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectbrief
|
#projectbrief
|
||||||
{
|
{
|
||||||
font: 120% arial,sans-serif;
|
/*font-family: Lucida Grande, Cambria, Georgia;*/
|
||||||
|
font-size: 18px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectnumber
|
#projectnumber
|
||||||
{
|
{
|
||||||
font: 50% arial,sans-serif;
|
/*font-family: Lucida Grande, Cambria, Georgia;*/
|
||||||
|
font-size: 14px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@ -856,6 +860,4 @@ dl.bug
|
|||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
width:1000px;
|
width:1000px;
|
||||||
|
|
||||||
/*background-color:#000000;*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user