1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
body {
background-image: url(graphics/idealbg.jpg)
}
A:link {
color: #663300;
}
A:visited {
color: #990000 ;
}
A:hover {
color: white ;
background: #336699
}
A:active {
color: #000099
}
A.image:hover {
background: transparent ;
}
div.header {
text-align: center
}
span.alert {
color: red ;
background: transparent
}
span.code {
font-family: Courier, monospace ;
white-space: nowrap ;
}
pre.example {
padding: 1em;
background: #CCCCCC;
white-space: pre;
}
div.codesample, pre.codesample {
width: 0 ;
font-family: Courier, monospace;
font-size: small ;
white-space: pre ;
margin-left: 10% ;
padding-bottom: 1em;
padding-top: 1em;
margin-top: 0.25in ;
margin-bottom: 0.25in ;
border-top: thin groove ;
line-height: 120%;
border-bottom: thin groove
}
div.back {
margin-left: 5% ;
margin-right: 5% ;
text-align: right
}
div.toplevel,table.toplevel {
width:90% ;
margin-left: 5%;
margin-right: 5%;
}
span.reference {
font-style: italic ;
}
div#versionWarning {
font-weight: bold;
color: red;
display: none;
}
|