diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-11 23:56:47 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-11 23:56:47 +0100 |
commit | 12cf3a6d534e5038b5d78b11a03cef2b81f5f852 (patch) | |
tree | 30d6f4e0891ae28750ca9dd97c74432c17683384 /media/css | |
parent | b80168c099b5805dfc9c1fee576d00cabc31e2d2 (diff) | |
download | troggle-12cf3a6d534e5038b5d78b11a03cef2b81f5f852.tar.gz troggle-12cf3a6d534e5038b5d78b11a03cef2b81f5f852.tar.bz2 troggle-12cf3a6d534e5038b5d78b11a03cef2b81f5f852.zip |
tunnelfiles scheme added
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/main3.css | 67 |
1 files changed, 56 insertions, 11 deletions
diff --git a/media/css/main3.css b/media/css/main3.css index 4652486..990afc7 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -33,6 +33,60 @@ div.logbookentry p margin:10px;
}
+div#content {
+ Zmargin-top: 50px;
+ Zmargin-left: 120px;
+ Zmargin-right: 120px;
+ padding-top: 10px;
+ padding-left: 5em;
+ padding-right: 5em;
+ padding-bottom:5em;
+ Zbackground:#CCC;
+ background-color:#f9f9f9;
+}
+
+table.expeditionpersonlist th
+{
+ padding:0 0 0 0;
+}
+
+table.expeditionpersonlist td.persondayactivity
+{
+ width:4em;
+ font-size:70%;
+ padding:0 0 0 0;
+}
+table.expeditionpersonlist td.persondayactivity-nothing
+{
+ background-color:#bbb;
+}
+
+table.expeditionpersonlist a
+{
+ text-decoration:none;
+ color:#009;
+}
+table.expeditionpersonlist a:visited
+{
+ color:#509;
+}
+
+table.expeditionpersonlist a.dayindexlog-1
+{ background-color: #440; color: white; }
+table.expeditionpersonlist a.dayindexlog-2
+{ background-color: #9fa; }
+table.expeditionpersonlist a.dayindexsurvex-1
+{ background-color: #000; color: #55f; }
+table.expeditionpersonlist a.dayindexsurvex-2
+{ background-color: #6ff; }
+
+table.expeditionpersonlist a:hover
+{
+ color:white;
+ background-color:#e00;
+}
+
+
div#content div#col2
{
@@ -95,7 +149,7 @@ p.indent #currentLocation {
float:right;
- background:#999;
+ Zbackground:#999;
line-height: 80%;
font-variant: small-caps;
margin: 0px;
@@ -259,22 +313,13 @@ div#editLinks { filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
+ text-align:right;
}
div#editLinks a{
color:#FFF;
}
-div#content {
- Zmargin-top: 50px;
- Zmargin-left: 120px;
- Zmargin-right: 120px;
- padding-top: 10px;
- padding-left: 5em;
- padding-right: 5em;
- padding-bottom:5em;
- background:#CCC;
-}
.toolbarlinks
{
|