tyyli.css: try to look like Blue Screen Of Death

This commit is contained in:
Mikaela Suomalainen 2013-01-25 15:20:17 +02:00
parent b6cf403821
commit 2436e1e7fd

View File

@ -1,20 +1,35 @@
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000080;
background-color: #FFFFFF;
text-align: center
}
body {
color: lightblue;
background-color: black;
color: #FFFFFF;
background-color: #000080;
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
text-align: justify
}
pre {
color: white;
background-color: black;
color: #FFFFFF;
background-color: #C3C3C3;
font-family: Courier, "Courier New";
}
a:link {
color: red
color: #00FF00
}
a:visited {
color: pink
color: #C0FFC0
}
img {
text-align: center
}