Tämän dokumentin värimäärityksiä on muutettu seuraavalla CSS:llä:
body {
background-image: url("tausta2.jpg");
background-repeat: no-repeat;
background-color: #627478;
background-attachment: fixed;
background-position: 25% 70%;
color: white;
}
p {
background-color: transparent;
color: white;
}
h1 {
background-color: black;
background-image: url("tausta.jpg");
background-color: silver;
background-attachment: scroll;
color: black;
}
code {
background-color: silver;
background-attachment: scroll;
color: black;
background-image: url("tausta.jpg");
}