2021-03-10 12:02:35 -05:00
|
|
|
body {
|
2021-03-17 12:22:56 -04:00
|
|
|
background: #151515 ;
|
2021-05-08 20:05:45 +01:00
|
|
|
color: #ccc ;
|
2022-04-14 15:58:07 -04:00
|
|
|
max-width: 850px ;
|
2021-03-10 12:02:35 -05:00
|
|
|
margin: auto ;
|
2021-03-10 23:56:14 +01:00
|
|
|
padding: 0 16px ;
|
2021-03-10 12:02:35 -05:00
|
|
|
margin-bottom: 500px ;
|
2022-04-15 16:04:01 -04:00
|
|
|
scrollbar-color: gray #151515;
|
2021-03-10 12:02:35 -05:00
|
|
|
}
|
|
|
|
|
2022-04-15 16:04:01 -04:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: .66vw;
|
|
|
|
background-color: #151515;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: gray;
|
|
|
|
border-radius: 5px;
|
|
|
|
}font-family: sans-serif ;
|
|
|
|
|
2021-03-23 08:35:25 -04:00
|
|
|
a {
|
|
|
|
color: lightblue ;
|
2021-03-17 12:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2021-03-23 08:35:25 -04:00
|
|
|
color: gray ;
|
2021-03-10 12:02:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center ;
|
|
|
|
}
|
|
|
|
|
2021-03-17 12:22:56 -04:00
|
|
|
h2 {
|
|
|
|
color: tomato ;
|
|
|
|
}
|
|
|
|
|
2021-03-10 12:02:35 -05:00
|
|
|
footer {
|
|
|
|
text-align: center ;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 600px ;
|
2021-03-12 11:57:51 -05:00
|
|
|
width: 100% ;
|
2021-03-10 12:02:35 -05:00
|
|
|
margin: auto ;
|
|
|
|
display: block ;
|
|
|
|
}
|
2021-03-10 15:27:39 -05:00
|
|
|
|
2021-03-14 17:10:17 -04:00
|
|
|
code {
|
|
|
|
overflow-wrap: break-word ;
|
|
|
|
color: lime ;
|
|
|
|
}
|
|
|
|
|
2022-04-14 15:58:07 -04:00
|
|
|
.taglist {
|
|
|
|
text-align: center ;
|
|
|
|
margin-bottom: 2em ;
|
|
|
|
margin-top: 2em ;
|
|
|
|
}
|
|
|
|
|
|
|
|
img[alt="BTC Logo"],
|
2022-04-15 13:59:09 -04:00
|
|
|
img[alt="ETH Logo"],
|
2021-03-15 21:38:54 -07:00
|
|
|
img[alt="XMR Logo"] {
|
2021-03-14 17:10:17 -04:00
|
|
|
max-width: 1em ;
|
|
|
|
max-height: 1em ;
|
|
|
|
display: inline ;
|
|
|
|
}
|
|
|
|
|
2021-03-11 10:49:58 +00:00
|
|
|
@media print {
|
|
|
|
a[href] {
|
|
|
|
text-decoration: none ;
|
|
|
|
color: black ;
|
|
|
|
}
|
|
|
|
}
|
2021-03-15 08:57:49 -04:00
|
|
|
|
|
|
|
@media (min-width: 55em) {
|
|
|
|
#artlist { column-count: 2 ;}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 100em) {
|
|
|
|
#artlist { column-count: 3 ;}
|
|
|
|
}
|