summaryrefslogtreecommitdiffstats
path: root/templates/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/css/index.css')
-rw-r--r--templates/css/index.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/templates/css/index.css b/templates/css/index.css
new file mode 100644
index 0000000..01452e6
--- /dev/null
+++ b/templates/css/index.css
@@ -0,0 +1,56 @@
+body
+{
+ background-color: #c9ff96;
+ font-family: Century Gothic, Verdana, Times New Roman, sans-serif;
+}
+#welcome
+{
+ font-size:200%;
+ text-decoration: blink;
+}
+#loginbanner
+{
+ font-size:200%;
+}
+#content
+{
+ width:450px;
+ margin: 0 auto;
+}
+#welcome
+{
+ width:403px;
+ margin: 0 auto;
+}
+#logo
+{
+ width:450px;
+ margin: 0 auto;
+}
+#urls
+{
+ width:366px;
+ margin: 0 auto;
+}
+#upperdiv
+{
+ padding: 50px;
+}
+#loginban
+{
+ width:251px;
+ margin: 0 auto;
+}
+#lowerdiv
+{
+ padding-top: 50px;
+ padding-right: 557px;
+ padding-bottom: 50px;
+ padding-left: 557px;
+ margin: 0 auto;
+}
+#help
+{
+ width:50px;
+ text-align:center;
+}