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
|
h1,h2,h3 {
color: #111144;
background-image: url(../images/greypinstripe.png);
border-top-style: solid;
border-top-width: 1
}
.footer {
color: #111144;
background-image: url(../images/greypinstripe.png);
text-align: center;
border-bottom-style: solid;
border-bottom-width: 1
}
th {
color: #111144;
background-image: url(../images/greypinstripe.png);
text-align: center;
}
.introduction {
margin-left: 60;
margin-right: 60;
color: #555555;
}
.technical {
margin-left: 60;
margin-right: 60;
color: #557755;
}
p {
margin-left: 10;
margin-right: 10;
}
ul {
margin-left: 30;
}
pre {
background-color: #ffffcc;
margin-left: 60;
}
blockquote {
margin-left: 90;
}
body {
background-color: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica;
}
a:link {
color: #3333e0;
text-decoration: none;
}
a:visited {
color: #1111aa;
text-decoration: none;
}
a:active {
color: #111133;
text-decoration: none;
}
|