lugo/static/style.css

34 lines
460 B
CSS
Raw Normal View History

2022-04-14 20:07:48 +00:00
body {
font-style: sans-serif ;
2022-07-11 15:06:43 +00:00
background: #110000 ;
color: #ccc ;
2022-04-14 20:07:48 +00:00
}
main {
max-width: 800px ;
margin: auto ;
}
2022-07-11 15:06:43 +00:00
/* If images are placed in text areas, assume they are font-sized icons. */
p img, li img, h1 img, h2 img, h3 img, h4 img, dt img, td img {
2022-07-11 13:15:28 +00:00
max-height: 1em ;
max-width: 1em ;
vertical-align: middle ;
2022-04-14 20:07:48 +00:00
}
2022-07-11 13:15:28 +00:00
img {
max-width: 100% ;
2022-04-14 20:07:48 +00:00
}
2022-07-11 13:15:28 +00:00
header h1 {
2022-04-14 20:07:48 +00:00
text-align: center ;
}
2022-07-11 15:06:43 +00:00
footer {
text-align: center ;
}
.taglist {
text-align: center ;
}