1
0
Fork 0
tildesite/archivio/legacy/000/showcase/css/m150.css

51 lines
583 B
CSS

html {
background-color: #0e0f66;
font-family: sans-serif;
max-width: 70ch;
margin: auto;
}
body {
padding: 1em;
color: white;
border: 1px solid teal;
box-shadow: 5px 5px darkcyan;
}
h1, h2, h3 {
color: #deb9a3;
}
a {
color: cyan;
}
a:visited {
color: lightblue;
}
a:hover {
background-color: teal;
color: white;
}
img {
max-width: 100%;
}
#statuscafe {
border-top: 1px solid teal;
border-bottom: 1px solid teal;
margin: 1em 0;
padding: 1em 0;
}
.backlinks {
border: 1px solid #dc5784;
padding: 8px;
}
.backlinks h2 {
display: inline;
font-size: 1em;
}