[BACK]Return to man-console.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-console.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-console.css */

/* block */

body {
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
    background-color: black;
    color: white;
    margin: 0px;
}

h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
    text-align: center;
    margin-top: 4ex;
    margin-bottom: 4ex;
}

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

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

ul {
    margin-left: 3em;
}

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

h2, h3 {
    font-size: medium;
    font-weight: normal;
    margin-bottom: 0px;
    color: yellow;
}

h2 {
    text-transform: uppercase;
}

th {
    font-weight: normal;
}

p, pre, dl {
    margin-left: 3em;
}

dd p, pre, dl {
    margin-top: 0px;
}

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

p {
    margin-top: 0px;
}

p.center {
    text-align: center;
}

/* inline */

a {
    text-decoration: none;
}

em, var, dfn {
    font-style: normal;
    text-decoration: underline;
    color: white;
}

code, strong {
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
    font-weight: normal;
    color: yellow;
}

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;
}