File: style.css

package info (click to toggle)
libapache-mod-jk 1%3A1.2.18-3etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,008 kB
  • ctags: 2,664
  • sloc: ansic: 20,014; sh: 8,661; xml: 7,304; perl: 617; makefile: 321; awk: 59
file content (57 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (6)
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
div.screen {
    margin: 10px 0px 10px 20px;
    font-size: smaller;
    color: #ffffff; 
}
div.example {
    background-color: #e5ecf3;
    color: #000;
    padding: 0.5em;
    margin: 1em 2em 1em 1em;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    font-style: normal;
    font-size: smaller;
}
em.screen {
    font-weight: normal;
    font-style: normal;
    color: #c0c0c0;
}
p.screen {
    background-color: #000000;
    border-style: none;
    color: #c0c0c0;
    margin-left: 10px;
    margin-right: 0px;
    text-align: left;         
}
b.screen {
    font-weight: normal;
    font-style: normal;
    color: #c0c0c0;
}   
code.screen {
    background-color: #000000;
    border-style: none;
    color: #c0c0c0;
    margin-left: 10px;
    margin-right: 0px;
    text-align: left; 
}
b.code {
    font-weight: normal;
    font-style: normal;
    color: #023264;
}
p.todo {
    background-color: #ffffff;
    border-style: none;
    color: #000000;
    margin-left: 20px;
    margin-right: 10px;
    text-align: justify;
    font-size: smaller;
}