File: default.css

package info (click to toggle)
ebug-http 0.31-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 348 kB
  • ctags: 343
  • sloc: perl: 1,957; makefile: 6
file content (62 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body {
        margin: 0px;
        background-color: white;
        font-family: sans-serif;
        color: black;
}
form {
  margin: 0;
  padding: 0;
}
#body {
        margin: 10px 240px 0px 10px;
        padding: 0px;
}
#pad {
        position: absolute;
        top: 30px;
        right: 0px;
        width: 200px;

        padding-right: 10px;
        padding-bottom: 0px;
        background-color: #ffffff;
}
#version {
        text-align: center;
        font-size: small;
        clear: both;

        margin-top: 10px;
        padding: 5px 0px 5px 0px;
        color: #aaaaaa;
}
#code {
  font-family: monospace;
  background: #eeeedd;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: #ccc;
  padding: 10px 10px 10px 10px;
}
#eval {
  font-family: monospace;
  background: #ddeeee;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: #ccc;
  padding: 5px 5px 5px 5px;
}
#icon_bar { background: #ffca7e }
#icon_graphic { text-align: center }
#icon_text { text-align: center; font-size: small; }
#current_line { background: #ffca7e; }
.line_number { color: #aaaaaa; }
.comment  { color: #228B22; }
.symbol  { color: #00688B; }
.word { color: #8B008B; font-weight:bold; }
.structure { color: #000000; }
.number { color: #B452CD; }
.single  { color: #CD5555;}
.double  { color: #CD5555;}