mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-12 05:56:46 +00:00
move to hugo
This commit is contained in:
69
static/style.css
Normal file
69
static/style.css
Normal file
@@ -0,0 +1,69 @@
|
||||
body {
|
||||
background: #151515 ;
|
||||
color: #ccc ;
|
||||
max-width: 850px ;
|
||||
margin: auto ;
|
||||
padding: 0 16px ;
|
||||
margin-bottom: 500px ;
|
||||
font-family: sans-serif ;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightblue ;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: gray ;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: tomato ;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 600px ;
|
||||
width: 100% ;
|
||||
margin: auto ;
|
||||
display: block ;
|
||||
}
|
||||
|
||||
code {
|
||||
overflow-wrap: break-word ;
|
||||
color: lime ;
|
||||
}
|
||||
|
||||
.taglist {
|
||||
text-align: center ;
|
||||
margin-bottom: 2em ;
|
||||
margin-top: 2em ;
|
||||
}
|
||||
|
||||
img[alt="BTC Logo"],
|
||||
img[alt="XMR Logo"] {
|
||||
max-width: 1em ;
|
||||
max-height: 1em ;
|
||||
display: inline ;
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href] {
|
||||
text-decoration: none ;
|
||||
color: black ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 55em) {
|
||||
#artlist { column-count: 2 ;}
|
||||
}
|
||||
|
||||
@media (min-width: 100em) {
|
||||
#artlist { column-count: 3 ;}
|
||||
}
|
||||
Reference in New Issue
Block a user