2022-04-14 20:07:48 +00:00
|
|
|
body {
|
2022-08-10 19:40:57 +00:00
|
|
|
font-family: 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
|
|
|
}
|
|
|
|
|
2022-07-11 20:33:24 +00:00
|
|
|
/* For TAGLIST.HTML */
|
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 */
|
2022-07-11 20:33:24 +00:00
|
|
|
#nextprev {
|
|
|
|
/* The container for both the previous and next articles. */
|
|
|
|
}
|
2022-07-11 19:24:29 +00:00
|
|
|
#prevart {
|
|
|
|
float: left ;
|
|
|
|
text-align: left ;
|
|
|
|
}
|
|
|
|
#nextart {
|
|
|
|
float: right ;
|
|
|
|
text-align: right ;
|
|
|
|
}
|
|
|
|
#nextart,#prevart {
|
|
|
|
max-width: 33% ;
|
|
|
|
}
|