c2117ee86d
goodies, both Java 2D and LWJGL/JME 3D. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
53 lines
1.4 KiB
CSS
53 lines
1.4 KiB
CSS
/* Javadoc style sheet */
|
|
|
|
/* Page background color */
|
|
body {
|
|
background-color: #FFFFFF;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
pre {
|
|
font-family: Courier New, monospace
|
|
}
|
|
|
|
code {
|
|
font-family: Courier New, monospace
|
|
}
|
|
|
|
/* Headings */
|
|
h1 { font-size: 145% }
|
|
|
|
/* Table colors */
|
|
.TableHeadingColor { background: #CCCCFF } /* Dark mauve */
|
|
.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
|
|
.TableRowColor { background: #FFFFFF } /* White */
|
|
|
|
/* Font used in left-hand frame lists */
|
|
.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
|
|
.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
|
|
.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
|
|
|
|
/* Navigation bar fonts and colors */
|
|
.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
|
|
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
|
|
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
|
|
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
|
|
|
|
.NavBarCell2 {
|
|
font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;
|
|
}
|
|
.NavBarCell3 {
|
|
font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;
|
|
}
|
|
|
|
.example {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
border: 1px solid black;
|
|
background-color: #FFFF99
|
|
}
|