From 882aac61fe145da641b19c3bedd6a212e45ad7f5 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 6 Oct 2022 20:10:07 -0700 Subject: init --- style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..d568577 --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +body{ + margin: 0px; +} +.background { + background-image: url("background.jpg"); + width: 100%; + min-height: 100%; +} +.contentpane { + margin: auto; + width: 100%; + max-width: 1000px; + min-height: 100%; + background-color: #0a0a1de3; +} +h1 { + text-align: center; + font-family: Georgia, serif; + color: white; + padding: 50px 0px 15px 0px; +} +p { + text-align: left; + text-indent: 25px; + font-family: Georgia, serif; + color: white; + padding: 15px 50px 15px 50px; +} +a { + color: white; +} +a.pagelink { + font-size: 125%; + padding: 15px 50px 15px 80px; + display: block; +} +a.backbutton { + font-size: 75%; + padding: 0px; + text-decoration: overline; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2