2021-03-10 17:02:35 +00:00
|
|
|
body {
|
2021-03-17 16:22:56 +00:00
|
|
|
background: #151515 ;
|
|
|
|
color: white ;
|
2021-03-10 17:02:35 +00:00
|
|
|
max-width: 800px ;
|
|
|
|
margin: auto ;
|
2021-03-10 22:56:14 +00:00
|
|
|
padding: 0 16px ;
|
2021-03-10 17:02:35 +00:00
|
|
|
margin-bottom: 500px ;
|
2021-03-16 22:55:50 +00:00
|
|
|
font-family: sans-serif ;
|
2021-03-10 17:02:35 +00:00
|
|
|
}
|
|
|
|
|
2021-03-17 16:22:56 +00:00
|
|
|
a {
|
|
|
|
color: lightblue ;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: gray ;
|
|
|
|
}
|
|
|
|
|
2021-03-10 17:02:35 +00:00
|
|
|
h1 {
|
|
|
|
text-align: center ;
|
|
|
|
}
|
|
|
|
|
2021-03-17 16:22:56 +00:00
|
|
|
h2 {
|
|
|
|
color: tomato ;
|
|
|
|
}
|
|
|
|
|
2021-03-10 17:02:35 +00:00
|
|
|
footer {
|
|
|
|
text-align: center ;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 600px ;
|
2021-03-12 16:57:51 +00:00
|
|
|
width: 100% ;
|
2021-03-10 17:02:35 +00:00
|
|
|
margin: auto ;
|
|
|
|
display: block ;
|
|
|
|
}
|
2021-03-10 20:27:39 +00:00
|
|
|
|
2021-03-14 21:10:17 +00:00
|
|
|
code {
|
|
|
|
overflow-wrap: break-word ;
|
|
|
|
color: lime ;
|
|
|
|
}
|
|
|
|
|
2021-03-16 04:38:54 +00:00
|
|
|
img[alt="BTC logo"],
|
|
|
|
img[alt="XMR Logo"] {
|
2021-03-14 21:10:17 +00:00
|
|
|
max-width: 1em ;
|
|
|
|
max-height: 1em ;
|
|
|
|
display: inline ;
|
|
|
|
}
|
|
|
|
|
2021-03-17 16:22:56 +00:00
|
|
|
@media (prefers-color-scheme: light) {
|
2021-03-10 20:27:39 +00:00
|
|
|
body {
|
2021-03-17 16:22:56 +00:00
|
|
|
background: white ;
|
|
|
|
color: black ;
|
2021-03-10 20:27:39 +00:00
|
|
|
}
|
|
|
|
a {
|
2021-03-17 16:22:56 +00:00
|
|
|
color: blue ;
|
2021-03-10 20:27:39 +00:00
|
|
|
}
|
|
|
|
a:visited {
|
2021-03-17 16:22:56 +00:00
|
|
|
color: purple ;
|
2021-03-10 20:27:39 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2021-03-17 16:22:56 +00:00
|
|
|
color: inherit ;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
color: forestgreen ;
|
2021-03-10 20:27:39 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-11 10:49:58 +00:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
a[href] {
|
|
|
|
text-decoration: none ;
|
|
|
|
color: black ;
|
|
|
|
}
|
|
|
|
}
|
2021-03-15 12:57:49 +00:00
|
|
|
|
|
|
|
@media (min-width: 55em) {
|
|
|
|
#artlist { column-count: 2 ;}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 100em) {
|
|
|
|
#artlist { column-count: 3 ;}
|
|
|
|
}
|