File: terminal_output.css

package info (click to toggle)
modules 5.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,036 kB
  • sloc: exp: 79,659; sh: 6,142; tcl: 5,900; makefile: 1,492; ansic: 474; python: 265; csh: 202; perl: 47; ruby: 44; lisp: 13
file content (128 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/* Render output example like in a terminal shell session */
.noparse {
    color: #ffffff;
}

.ps {
    font-weight: bold;
    color: #d4d0ab;
}

.sgrb {
    color: #ef2929;
}

.sgra {
    color: #8ae234;
}

.sgrhi {
    font-weight: bold;
}

.sgrer {
    color: #ef2929;
}

.sgrwa {
    color: #fce94f;
}

.sgrin {
    color: #729fcf;
}

.sgrtr {
    color: #aaaaaa;
}

.sgrse {
    color: #aaaaaa;
}

.sgrcm {
    color: #8ae234;
}

.sgrme {
    color: #ad7fa8;
}

.sgrmp {
    color: #729fcf;
}

.sgrdi {
    font-weight: bold;
    color: #729fcf;
}

.sgrali {
    color: #34e2e2;
}

.sgrva {
    color: #fce94f;
}

.sgrsy {
    color: #ad7fa8;
}

.sgrde {
    text-decoration: underline;
}

.sgrh {
    color: #aaaaaa;
}

.sgral {
    background-color: #555753;
}

.sgrl {
    background-color: #d3d7cf;
    color: #555753;
}

.sgrf {
    background-color: #cc0000;
}

.sgrnf {
    background-color: #c4a000;
}

.sgrs {
    background-color: #06989a;
}

.sgrshi {
    background-color: #06989a;
    font-weight: bold;
}

.sgrss {
    background-color: #3465a4;
}

.sgrkl {
    background-color: #688f8f;
}

.sgrvade {
    color: #fce94f;
    text-decoration: underline;
}

.sgrvahi {
    color: #fce94f;
    font-weight: bold;
}

.sgrvadehi {
    color: #fce94f;
    text-decoration: underline;
    font-weight: bold;
}