summaryrefslogtreecommitdiff
path: root/media/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/style.css')
-rw-r--r--media/style.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/media/style.css b/media/style.css
new file mode 100644
index 000000000..fc2a87f1f
--- /dev/null
+++ b/media/style.css
@@ -0,0 +1,54 @@
+body{
+ font-family:Arial, Helvetica, sans-serif;
+ font-size: 11pt;
+ margin:0;
+ color:#61615C;
+ background-image:url(images/ishtar-bg.jpg);
+ background-repeat:no-repeat;
+ background-position:right top;
+}
+
+
+div#header{
+ width:100%;
+ text-align:center;
+ font-size: 0.9em;
+ background-color: #EEE;
+ border-bottom:1px solid #CCC;
+ margin-bottom:10px;
+}
+
+div.form {
+ margin-left:auto;
+ margin-right:auto;
+ padding:1em;
+ display:block;
+ width:500px;
+ background-color: #EEE;
+ border:1px solid #CCC;
+ border-radius:10px;
+ text-align:center;
+}
+
+div.form table{
+ padding:0.2em;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+div.form table th{
+ text-align:left;
+}
+
+.info{
+ margin-left:auto;
+ margin-right:auto;
+ padding:1em;
+ display:block;
+ width:500px;
+}
+
+.info p{
+ padding:0;
+ margin:0.2em;
+}