lugo/static/style.css

42 lines
447 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 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 ;
2022-07-11 15:31:08 +00:00
clear: both ;
2022-07-11 15:06:43 +00:00
}
.taglist {
text-align: center ;
2022-07-11 15:31:08 +00:00
clear: both ;
2022-07-11 15:06:43 +00:00
}
/* For NEXTPREV.HTML */
#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}