File: commands.css

package info (click to toggle)
deal 3.1.9-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: ansic: 5,224; cpp: 4,186; tcl: 3,125; makefile: 203; javascript: 21; sh: 10
file content (62 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (7)
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
pre.example {
  padding: 1em;
  white-space: pre;
}

.tcl {
  color: #000066;
  background: #DDEEFF;
  font-size: smaller;
  border: 2px ridge;
  padding: 1em;
  width: 90%;
}

.programmer {
  color: #006600;
  background: #EEFFDD;
}

.tcl, .programmer {
  font-size: smaller;
  padding: 1em;
  width: 90%;
  border: 2px ridge;
  margin: 0 0 1em 0;
}

#indexbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  overflow: auto;
}

.index {
  font-size: smaller;
  padding: 10px;
  margin: 0px;
  background: #CCCCDD;
}

.index ul {
  margin-left: 1em;
  padding-left: 1em;
}

#commandsbox {
   position: absolute;
   top: 0;
   left: 250px;
}

.commands {
   padding: 10px;
   background: #EEEEFF;
}

span.nobr {
  white-space: pre;
}