File: axis.css

package info (click to toggle)
axis 1.4-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 51,864 kB
  • sloc: java: 129,119; xml: 10,573; jsp: 983; sh: 84; cs: 36; makefile: 26
file content (60 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (10)
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
.example { 
    background:#ccccff 
}

.xml {
    background:#eeeeee 
}

.java {
    background:#eeeeee 
}

body { 
    background-color:#FFFFFF; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    margin-left: 40px;
    color:#000000
}

h2 {
    text-decoration: underline; 
    background-color: #DCE1FF; 
    background-position: left; 
    margin-left: -30px}
    
h3 {
    margin-left: -10px
}

h1 {
    margin-left: -30px
}

.note { 
    font-weight:bold;  
}

.head { 
    font-weight:bold; 
    font-size: 240%; 
    text-align: center; 
}

td {
    font-size:10pt;
}

td.section { 
    background-color: #82ADF6; 
    font-size: 180%; 
    text-align: center; 
    font-weight: bold; 
}

small.red { 
    color: red 
}