From c0d4da4fa49d6775fd37f2f9a69bc87234370def Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 14:05:16 -0400 Subject: Installed "schizo" theme and named it "vapor" --- themes/vapor/static/style.css | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 themes/vapor/static/style.css (limited to 'themes/vapor/static/style.css') diff --git a/themes/vapor/static/style.css b/themes/vapor/static/style.css new file mode 100644 index 0000000..2dbd8d2 --- /dev/null +++ b/themes/vapor/static/style.css @@ -0,0 +1,60 @@ +body { + font-family: 'Times New Roman' ; + /*background: #110000 ;*/ + background: #1e1e22; + background-image: url("/images/space2.gif") ; + color: #ccc ; +} + +main { + max-width: 800px ; + margin: auto ; +} + +a { + color: #FFA500; +} + +a:visited { + color: #FF8C00; +} + +a:hover { + color: #FFD700; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; + font-family: 'Courier New' ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} -- cgit v1.2.3