From e152d2f2d1e257b1ec51adb3640e350207fda77d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 11 Jul 2007 05:35:39 -0400 Subject: skeletal start, basic recovery of lost progress --- static/default.css | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 static/default.css (limited to 'static/default.css') 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%; } -- cgit v1.2.3