chris-website/public/static/style/old.css

57 lines
925 B
CSS

body {
background-image: url(old/chip.jpg);
cursor: url(old/cursor.gif), auto;
justify-content: flex-start;
}
header {
border-bottom: solid 40px;
border-image: url(old/flames.gif) 0 0 200 0 round round;
}
footer {
border-top: solid 40px;
border-image: url(old/flames.gif) 200 0 0 round round;
}
a:hover {
cursor: url(old/cursor-over.gif), auto;
}
.header-navigation {
background-color: cyan;
color: black;
}
.header-navigation> nav ul {
padding-left: 2em;
list-style-image: url(old/bullet.gif);
}
body main {
background-color: green;
color: white;
border-image: url(old/skull-border.gif) 33% / 2em round;
/*border-left-width: 10px !important;
border-right-width: 10px !important;*/
}
.title {
width: 100%;
color: orange;
}
pre {
background-color: blue;
}
blockquote, .screenshots, code{
background: darkgreen;
border-left: #0000cc 6px solid;
}
a {
color: blue;
text-decoration: underline;
}