mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
tyyli.css: try to look like Blue Screen Of Death
This commit is contained in:
parent
b6cf403821
commit
2436e1e7fd
27
tyyli.css
27
tyyli.css
@ -1,20 +1,35 @@
|
|||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
color: #000080;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
text-align: center
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: lightblue;
|
color: #FFFFFF;
|
||||||
background-color: black;
|
background-color: #000080;
|
||||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||||
text-align: justify
|
text-align: justify
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
background-color: black;
|
background-color: #C3C3C3;
|
||||||
font-family: Courier, "Courier New";
|
font-family: Courier, "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: red
|
color: #00FF00
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: pink
|
color: #C0FFC0
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
text-align: center
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user