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 ;
|
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
|
|
|
}
|
2022-07-11 19:24:29 +00:00
|
|
|
|
|
|
|
/* For NEXTPREV.HTML */
|
|
|
|
#prevart {
|
|
|
|
float: left ;
|
|
|
|
text-align: left ;
|
|
|
|
}
|
|
|
|
#nextart {
|
|
|
|
float: right ;
|
|
|
|
text-align: right ;
|
|
|
|
}
|
|
|
|
#nextart,#prevart {
|
|
|
|
max-width: 33% ;
|
|
|
|
}
|