~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to docs/xref/stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Javadoc style sheet */
 
2
/* Define colors, fonts and other style attributes here to override the defaults  */
 
3
body { 
 
4
        background-color: #fff;
 
5
        font-family: Arial, Helvetica, sans-serif;
 
6
}
 
7
 
 
8
a:link {
 
9
 color: #00f;
 
10
}
 
11
a:visited {
 
12
 color: #00a;
 
13
}
 
14
 
 
15
a:active, a:hover {
 
16
 color: #f30 !important;
 
17
}
 
18
 
 
19
ul, li  {
 
20
        list-style-type:none ;
 
21
        margin:0;
 
22
        padding:0;
 
23
}
 
24
 
 
25
table td{
 
26
        padding: 3px;
 
27
        border: 1px solid #000;
 
28
}
 
29
table{
 
30
        width:100%;
 
31
        border: 1px solid #000;
 
32
        border-collapse: collapse;
 
33
}
 
34
 
 
35
div.overview {
 
36
        background-color:#ddd;
 
37
        padding: 4px 4px 4px 0;
 
38
}
 
39
div.overview li, div.framenoframe li {
 
40
        display: inline;
 
41
}
 
42
div.framenoframe {
 
43
        text-align: center;
 
44
        font-size: x-small;
 
45
}
 
46
div.framenoframe li {
 
47
        margin: 0 3px 0 3px;
 
48
}
 
49
div.overview li {
 
50
        margin:3px 3px 0 3px;
 
51
        padding: 4px;
 
52
}
 
53
li.selected {
 
54
        background-color:#888;
 
55
        color: #fff;
 
56
        font-weight: bold;
 
57
}
 
58
 
 
59
table.summary {
 
60
        margin-bottom: 20px;
 
61
}
 
62
table.summary td, table.summary th {
 
63
        font-weight: bold;
 
64
        text-align: left;
 
65
        padding: 3px;
 
66
}
 
67
table.summary th{
 
68
        background-color:#036;
 
69
        color: #fff;
 
70
}
 
71
table.summary td{
 
72
        background-color:#eee;
 
73
        border: 1px solid black;
 
74
}
 
75
 
 
76
em {
 
77
        color: #A00;
 
78
}
 
79
em.comment {
 
80
        color: #390;
 
81
}
 
82
.string {
 
83
        color: #009;
 
84
}
 
85
div#footer {
 
86
        text-align:center;
 
87
}
 
88
#overview {
 
89
        padding:2px;
 
90
}
 
91
            
 
92
            
 
93
hr {
 
94
        height: 1px;
 
95
        color: #000;
 
96
}