diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:33:29 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:33:29 +0100 |
commit | 8d13864181dc7ed9baa61e8c91fac52aac10dbe8 (patch) | |
tree | e918dd7eeb01ee562ccd06611bb58d5e97c88eb1 /media | |
parent | 4fe4f8e5789d091f6834d0ecd387a374cacc3dbe (diff) | |
download | troggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.tar.gz troggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.tar.bz2 troggle-8d13864181dc7ed9baa61e8c91fac52aac10dbe8.zip |
[svn] julian's quick makework and index page
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
Diffstat (limited to 'media')
-rw-r--r-- | media/css/main2.css | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/media/css/main2.css b/media/css/main2.css index e0023ea..d54baa1 100644 --- a/media/css/main2.css +++ b/media/css/main2.css @@ -2,19 +2,39 @@ .centre { text-align: center; }
.plus2pt { font-size: 160%; }
-body, td, center, ul, p, input {
+body, td, center, ul, p, input
+{
color: rgb(0, 0, 0);
font-family: sans-serif;
}
-body {
+
+body
+{
background-color: #FFFFFF;
font: 100% Verdana, Arial, Helvetica, sans-serif;
- background: #666666;
- margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
+ Zbackground: #666666;
+ margin: 0;
padding: 0;
- text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
+ text-align: center;
color: #000000;
}
+
+div#content
+{
+ border: thin black dotted;
+ margin: 50px;
+}
+
+div#footer
+{
+ background-color:black;
+ color:white;
+ text-align:center;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+
#expoHeader {
width:100%;
position:relative;
@@ -123,11 +143,8 @@ position: absolute; top: 0;
right: 0;
}
-div.footer {
-position: fixed;
-bottom: 2px;
-left: 2px;
-}
+
+
div.main {
margin-bottom: 3em;
}
|