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

57 lines
925 B
CSS
Raw Normal View History

2020-06-24 08:08:28 +00:00
body {
background-image: url(old/chip.jpg);
cursor: url(old/cursor.gif), auto;
justify-content: flex-start;
}
2021-03-10 17:30:32 +00:00
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;
}
2020-06-24 08:08:28 +00:00
a:hover {
cursor: url(old/cursor-over.gif), auto;
}
2021-03-10 17:30:32 +00:00
.header-navigation {
background-color: cyan;
color: black;
2020-06-24 08:08:28 +00:00
}
2021-03-10 17:30:32 +00:00
.header-navigation> nav ul {
2020-06-24 08:08:28 +00:00
padding-left: 2em;
list-style-image: url(old/bullet.gif);
}
2021-03-10 17:30:32 +00:00
body main {
background-color: green;
2020-06-24 08:08:28 +00:00
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%;
2021-03-10 17:30:32 +00:00
color: orange;
2020-06-24 08:08:28 +00:00
}
pre {
background-color: blue;
}
2020-06-24 13:53:18 +00:00
blockquote, .screenshots, code{
2021-03-10 17:30:32 +00:00
background: darkgreen;
2020-06-24 08:08:28 +00:00
border-left: #0000cc 6px solid;
}
a {
color: blue;
text-decoration: underline;
}