forked from apache/axis-axis1-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaxis.css
More file actions
60 lines (47 loc) · 761 Bytes
/
axis.css
File metadata and controls
60 lines (47 loc) · 761 Bytes
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
.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
}