summaryrefslogtreecommitdiffstats
path: root/media/css
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:19:45 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:19:45 +0100
commit09a1539aefcf693cc95630d7adcb2a840c8128c8 (patch)
treeeed7a7ae08719ff9b35e47ce9ba3411376408aa5 /media/css
parent84d92115f3d666d419faf047d9400bd0214de014 (diff)
downloadtroggle-09a1539aefcf693cc95630d7adcb2a840c8128c8.tar.gz
troggle-09a1539aefcf693cc95630d7adcb2a840c8128c8.tar.bz2
troggle-09a1539aefcf693cc95630d7adcb2a840c8128c8.zip
[svn] Interface improvements. Code will need some cleaning up.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8331 by cucc @ 5/8/2009 8:16 PM
Diffstat (limited to 'media/css')
-rw-r--r--media/css/main3.css64
1 files changed, 35 insertions, 29 deletions
diff --git a/media/css/main3.css b/media/css/main3.css
index e0b3c4e..467de9d 100644
--- a/media/css/main3.css
+++ b/media/css/main3.css
@@ -29,20 +29,6 @@ ul
list-style: none;
}
-div#footer
-{
- position: fixed;
- bottom: 0;
- clear:both;
- background-color:#999;
- color:red;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
-}
-
-
-
div.logbookentry
{
text-align:left;
@@ -149,7 +135,7 @@ div.centre img { vertical-align: middle; }
h1 { text-align: center; font-size: 210%; display: inline;}
h2 { color: #009900; }
-h3 { color: #2c105e; text-align:left; border-bottom:thin solid black; margin-bottom:1em; margin-top:1em }
+h3 { color: #000 text-align:left; border-bottom:thin solid black; margin-bottom:1em; margin-top:1em; font-weight:bold}
h4 { color: #0d664c; }
h4.navbar {line-height: 0px;}
img.onright, div.onright { vertical-align: top; float: right;
@@ -267,9 +253,6 @@ div.figure p {
img.thumbnail {
width: 100%;
}
-br.clearfloat {
- clear:both;
-}
#error {
color: red;
@@ -299,19 +282,22 @@ div#editLinks {
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
+}
+div#editLinks a{
+ color:#FFF;
}
div#content {
margin-top: 50px;
- margin-left: 100px;
- margin-right: 100px;
- padding: 10px;
-
+ margin-left: 120px;
+ margin-right: 120px;
+ padding: 5em;
+ background:#CCC;
}
-img#banner {
+.footer {
position:fixed;
width:100%;
bottom:0;
@@ -319,7 +305,7 @@ img#banner {
}
body {
- background-color:#CCC;
+ background-color:#000;
padding-bottom:100px;
}
@@ -331,22 +317,24 @@ h1 {
}
-#rightMargin {
+.rightMargin {
position:absolute;
z-index:-2;
- width:100px;
+ width:130px;
right:0px;
top:0px;
clip: rect(auto,auto,auto,auto);
+ background:#000;
}
-#leftMargin {
+.leftMargin {
position:absolute;
z-index:-2;
- width:100px;
+ width:130px;
top:0px;
left:0px;
clip: rect(auto,100px,auto,auto,);
+ background:#000;
}
#footerLinks{
@@ -355,6 +343,24 @@ h1 {
bottom:0;
left:0;
width:100%;
- background-color:#333
+ background-color:#000;
+ color:#999
+}
+
+#footerLinks a{
+ color:#FFF
+}
+
+/*.fadeIn {
+ display: none;
+}*/
+
+#timeMachine {
+ width:auto;
+ right:0;
+ left:auto;
}
+#col1 {
+ width:60%
+} \ No newline at end of file