summaryrefslogtreecommitdiffstats
path: root/static/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/default.css')
-rw-r--r--static/default.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/static/default.css b/static/default.css
new file mode 100644
index 0000000..12f99d1
--- /dev/null
+++ b/static/default.css
@@ -0,0 +1,63 @@
+body {
+ padding:0px;
+ margin:0px;
+ background-color:gray;
+ font-family: sans; }
+
+.main {
+ width:651px;
+ position:absolute;
+ top:20px;
+ left:50%;
+ margin-left:-335px;
+ background-color:white;
+ padding: 10px;
+ padding-bottom:10px; }
+
+.section {
+ font-size:22px;
+ width:94%;
+ font-weight: bold;
+ margin-right:2%;
+ margin-left: 2%;
+ padding-left: 2%;
+ border-bottom: 1px solid black;
+ margin-top:18px; }
+
+hr {
+ height:1px;
+ border:none;
+ background-color:gray;
+ width:80%; }
+
+p {
+ margin-left: 2%;
+ margin-right: 2%;
+}
+
+.footer {
+ color: gray;
+ font-style:italic;
+ font-size:11px;
+ margin-right:10%;
+ text-align:center;
+ float:right;
+ width:80%; }
+
+.caption {
+ color: black;
+ font-style:italic;
+ font-weight: bold;
+ font-size:13px;
+ width:80%; }
+
+a.imglink {
+ border: none; }
+
+img {
+ border: none; }
+
+.image {
+ float: middle;
+ text-align: center;
+ width: 100%; }