[BACK]Return to man-sans.css CVS log [TXT][DIR] Up to [Development] / projects / ogl-sample / main / doc / gles / xml

File: [Development] / projects / ogl-sample / main / doc / gles / xml / man-sans.css (download)

Revision 1.1, Wed Oct 8 06:06:19 2003 UTC (14 years ago) by ljp
Branch: MAIN
CVS Tags: HEAD


OpenGL ES 1.0 and EGL 1.0 reference manual and man pages (written by
Claude Knaus, based on OpenGL SI man pages).

/* man-sans.css */

/* block */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background-color: white;
    color: black;
}

h1 {
    text-align: center;
    margin-top: 2ex;
    margin-bottom: 2ex;
}

div.left {
    float: left;
    width: 45%;
}

div.right {
    float: right;
    width: 45%;
}

ul li {
    list-style-type: none;
}

dd p {
    margin-top: 0px;
}

pre {
    font-family: "Courier New", Courier, monotype;
    font-size: medium;
}

p.center {
    text-align: center;
}

/* inline */

a {
    text-decoration: none;
}

var {
    font-family: "Courier New", Courier, monotype;
    font-size: medium;
    font-style: italic;
}

dfn {
    font-style: italic;
}

code {
    font-family: "Courier New", Courier, monotype;
    font-size: medium;
}

div.footer {
    margin-top: 3ex;
    padding-top: 1.5ex;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    clear: both;
}

div.footer p {
    font-size: smaller;
    margin-top: 0ex;
    margin-bottom: 0ex;
}

/* discouraged */

b, i {
   color: red;
}