Another abandoned server code base... this is kind of an ancestor of taskrambler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

54 lines
988 B

/* Style for design issues documents */
body {
font-family: serif;
background: #eeffee;
color: black;
margin: 2em 8% 2em 10%; /* T R B L */
}
table {
background: #f3fff3; /* paler same axis */
}
th { background: white;
text-align: left;}
h1, h2, h3 {
font-family: sans-serif;
margin: 1em 0 0.5em -5%;
}
h1 { font-size: 150% }
h2 { font-size: 120% }
h3 { font-size: 100%; font-style: italic;}
h4 { }
P { margin: 0 0 1em 0 ; /* top right bottom left */
/* text-indent: 2em ; first-line indent - nope not this style. */
/* line-height: 2.0; only for double-space */
/* font-size: 12pt; */ /* use user's default */
}
.note { color: #485 }
blockquote {
font-style: italic;
font-family: sanserif;
}
.abstract {
font-style: italic;
font-family: serif;
margin: 0.5em 3em 0.5em 3em;
}
.number {font-family: monospace;}
.detail {font-size: 80%; }
.axiom { margin: 1em; border: thin; background-color: white }
/* ends */