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 83 84
|
/* based on a style sheet from www.bluerobot.com/web/layouts */
body {
background-color:white;
}
h1 {
margin:5px 0px 5px 0px;
padding:0px;
font-size:28px;
line-height:28px;
font-weight:900;
}
h2 {
color:white;
background-color:#666699;
padding:0px 5px;
}
p {
margin:0px 0px 16px 0px;
padding:0px;
}
pre { font-family: "courier new", courier; font-size: 8pt;
margin-left: 2%; margin-right: 2%;
padding-top: .5em; padding-bottom: .5em; padding-right: .5em; padding-left: .5em;
border-color: black; border-width: 2; border-style: solid
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
#Content {
margin:0px 50px 50px 170px;
padding:10px;
}
.developers dt { font-size:120%; font-weight: bold; margin-top: 1em }
.developers dd { margin-top: 0; margin-left: 0 }
.story-list dt { margin: 1em 0 0 2em; font-weight: bold }
.story-list dd { margin-left: 2em; margin-top: 0 }
.sourceforge { text-align: right;
position: absolute;
top:0;
right: 70px;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;
right:0px;
}
/* Again, "be nice to Opera 5". */
body>.sourceforge {right:0px;}
}
td.news { border-color: white; background-color: #ccc; padding:0px 2px 2px 2px }
td.summaries { padding: 2px 2px 2px 2px }
#Menu {
position:absolute;
top:120px;
left:10px;
width:172px;
padding:10px;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
background-color:#ccc;
line-height:17px;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;
width:150px;
}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
#Menu a {
color:#669;
text-decoration:none;
font-weight:600;
}
#Menu a:hover {background-color:#eee;}
|