diff options
author | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
commit | 907746289386da6b6342752a0628742905a59a69 (patch) | |
tree | 8e5a438392ddace01694734a3420877e42da79e1 /media | |
parent | 7158a79a347d99fb1f8e94e034f2d79e08ad9172 (diff) | |
download | troggle-907746289386da6b6342752a0628742905a59a69.tar.gz troggle-907746289386da6b6342752a0628742905a59a69.tar.bz2 troggle-907746289386da6b6342752a0628742905a59a69.zip |
[svn] now with ability to make new svx file
Diffstat (limited to 'media')
-rw-r--r-- | media/CodeMirror-0.62/css/survexcolors.css | 1 | ||||
-rw-r--r-- | media/css/main3.css | 27 |
2 files changed, 20 insertions, 8 deletions
diff --git a/media/CodeMirror-0.62/css/survexcolors.css b/media/CodeMirror-0.62/css/survexcolors.css index 85deca0..d54a198 100644 --- a/media/CodeMirror-0.62/css/survexcolors.css +++ b/media/CodeMirror-0.62/css/survexcolors.css @@ -6,6 +6,7 @@ color: black; } + pre.code, .editbox { color: #666666; } diff --git a/media/css/main3.css b/media/css/main3.css index f3a53ff..7a6704f 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -205,7 +205,10 @@ a.redtext:link { }
-
+td.survexnewfile
+{
+ background-color:#f99;
+}
.behind {
@@ -233,13 +236,13 @@ img.thumbnail { }
div#header {
- position:absolute;
+ Dposition:absolute;
left:100px;
right:100px;
top:0;
margin-left:auto;
margin-right:auto;
- height:50px;
+ Dheight:50px;
background-image: url( ../204plan.gif);
border-bottom:thin solid #000;
font-family: Arial, Helvetica, sans-serif;
@@ -248,7 +251,7 @@ div#header { div#editLinks {
- position:absolute;
+ Zposition:absolute;
background: #999;
bottom:0px;
right:0px;
@@ -263,7 +266,7 @@ div#editLinks a{ }
div#content {
- margin-top: 50px;
+ Zmargin-top: 50px;
Zmargin-left: 120px;
Zmargin-right: 120px;
padding-top: 10px;
@@ -273,10 +276,15 @@ div#content { background:#CCC;
}
+.toolbarlinks
+{
+ padding:0;
+}
.footer {
Dposition:fixed;
- width:100%;
+ visibility:none;
+ width:100%;
bottom:0;
left:0;
}
@@ -357,9 +365,12 @@ div.codeframebit border:thin black solid;
background-color: #ffffdf;
}
-CodeMirror-line-numbers
+.CodeMirror-line-numbers
{
- background-color: #bbb;
+ background-color: #bbb;
+ font-family: monospace;
+ font-size: 10pt;
+ padding: .4em;
}
div#difflistajax
{
|