Updated website theme

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 17e87c1476
commit 449c639404
  1. 36
      doc/common/style.css
  2. 12
      doc/src/data.xml
  3. 6
      doc/src/news.xsl

@ -1,5 +1,7 @@
body body
{ {
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
font-size: 12px;
background-color:#000000; background-color:#000000;
margin:0px; margin:0px;
padding:0px; padding:0px;
@ -26,14 +28,8 @@ table.principale
border-style:none; border-style:none;
border-width:0px; border-width:0px;
border-spacing:0px; border-spacing:0px;
margin-top: 0px; margin: 0px;
margin-bottom: 0px; padding: 0px;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
width:100%; width:100%;
} }
@ -43,14 +39,8 @@ tr.principale
border-style:none; border-style:none;
border-width:0px; border-width:0px;
border-spacing:0px; border-spacing:0px;
margin-top: 0px; margin: 0px;
margin-bottom: 0px; padding: 0px;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
} }
div.title1 div.title1
@ -78,8 +68,9 @@ div.title3
border-width:1px; border-width:1px;
} }
div.title4 h3
{ {
font-family:Century;
text-align:left; text-align:left;
font-size:16px; font-size:16px;
font-weight:bolder; font-weight:bolder;
@ -97,14 +88,15 @@ div.title-date
div.menu1 div.menu1
{ {
text-align:center; text-align:center;
font-size:16px; font-size:12px;
font-weight:bolder; font-weight:bolder;
padding:16px;
} }
div.menu2 div.menu2
{ {
text-align:center; text-align:center;
font-size:16px; font-size:12px;
} }
div.news-separator div.news-separator
@ -138,12 +130,6 @@ div.paragraph
text-align:justify; text-align:justify;
} }
div.block
{
padding-right: 16px;
padding-left: 16px;
}
div.include div.include
{ {
color:#0000FF; color:#0000FF;

@ -2839,10 +2839,10 @@
</menu-group> </menu-group>
<menu-group name="Documentation"> <menu-group name="Documentation">
<menu-entry name="GLM Manual" href="./glm-manual.pdf" /> <menu-entry name="GLM Manual" href="./glm-0.9.1.pdf" />
<menu-entry name="GLM API" href="./html/index.html" /> <menu-entry name="GLM API" href="./html-0.9.1/index.html" />
<menu-entry name="Code samples" href="./code.html" /> <menu-entry name="Code samples" href="./code.html" />
<menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.00.8.clean.pdf" /> <menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf" />
<menu-entry name="OpenGL.org Toolkits forum" href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&amp;Board=10&amp;page=1" /> <menu-entry name="OpenGL.org Toolkits forum" href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&amp;Board=10&amp;page=1" />
<!--menu-entry name="Usage" href="./usage.html" /--> <!--menu-entry name="Usage" href="./usage.html" /-->
</menu-group> </menu-group>
@ -2856,10 +2856,10 @@
</menu-group> </menu-group>
<menu-link> <menu-link>
<menu-pic name="G-Truc" image="./common/g-truc.jpg" href="http://www.g-truc.net" /> <menu-pic name="G-Truc" image="./common/g-truc.png" href="http://www.g-truc.net" />
<menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
<menu-pic name="OpenGL" image="./common/opengl.jpg" href="http://www.opengl.org" /> <menu-pic name="OpenGL" image="./common/opengl.jpg" href="http://www.opengl.org" />
</menu-link> <menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
</menu-link>
</menu> </menu>
</glm> </glm>

@ -56,9 +56,9 @@
<div class="title-date"> <div class="title-date">
<xsl:value-of select="./@date" /> <xsl:value-of select="./@date" />
</div> </div>
<div class="title4"> <h3>
<xsl:value-of select="./@title" /> <xsl:value-of select="./@title" />
</div> </h3>
<div> <div>
<xsl:if test="./paragraph"> <xsl:if test="./paragraph">
<xsl:apply-templates select="./paragraph" /> <xsl:apply-templates select="./paragraph" />

Loading…
Cancel
Save