File: easymock.css

package info (click to toggle)
easymock 2.4%2Bds1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,048 kB
  • sloc: java: 9,222; sh: 64; xml: 56; makefile: 43
file content (55 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (3)
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
body {
        font-family:Arial,Helvetica,sans-serif; 
        font-size:11pt;
        color:#000000;
        background-color:#ffffff;
        text-align:left;
}

.bodywidth { 
        width:750px;
}

h1, h2, h3, .contentbar {
        padding:3px;
}


h1, h2, h3 {
        font-weight:bold;
}

h1 { 
        font-size:24pt;
        text-align:center;
}

h2, h3, .contentbar {
        color:#000000;
        background-color:#ccccff;
        border:none;
}

h2 {
        font-size:14pt; 
}

h3 {
        font-size:10pt;
}

img {
        border:0;
}

ul {
        list-style-type:square;
}

pre {
        color:#000000;
        background-color:#cccccc;
        font-family:monospace;
        font-size:8pt;
        padding:3px;
}