summaryrefslogtreecommitdiff
path: root/themes/vapor/static/style.css
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-02 14:05:16 -0400
committerSkiz <skiznet@aol.com>2024-09-02 14:05:16 -0400
commitc0d4da4fa49d6775fd37f2f9a69bc87234370def (patch)
treed2f3a9a522ea86d87558ec7f75a2be009cae5ad5 /themes/vapor/static/style.css
parente1e30d98328f77f2b3bf404a884b52af814f21e8 (diff)
Installed "schizo" theme and named it "vapor"
Diffstat (limited to 'themes/vapor/static/style.css')
-rw-r--r--themes/vapor/static/style.css60
1 files changed, 60 insertions, 0 deletions
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% ;
+}