File: stylesheet.css

package info (click to toggle)
commons-httpclient 3.1-11%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 19,344 kB
  • ctags: 68,956
  • sloc: java: 30,282; xml: 855; makefile: 15
file content (96 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (20)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults  */
body { 
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
 color: #00f;
}
a:visited {
 color: #00a;
}

a:active, a:hover {
 color: #f30 !important;
}

ul, li	{
	list-style-type:none ;
	margin:0;
	padding:0;
}

table td{
	padding: 3px;
	border: 1px solid #000;
}
table{
	width:100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

div.overview {
	background-color:#ddd;
	padding: 4px 4px 4px 0;
}
div.overview li, div.framenoframe li {
	display: inline;
}
div.framenoframe {
	text-align: center;
	font-size: x-small;
}
div.framenoframe li {
	margin: 0 3px 0 3px;
}
div.overview li {
	margin:3px 3px 0 3px;
	padding: 4px;
}
li.selected {
	background-color:#888;
	color: #fff;
	font-weight: bold;
}

table.summary {
	margin-bottom: 20px;
}
table.summary td, table.summary th {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
table.summary th{
	background-color:#036;
	color: #fff;
}
table.summary td{
	background-color:#eee;
	border: 1px solid black;
}

em {
	color: #A00;
}
em.comment {
	color: #390;
}
.string {
	color: #009;
}
div#footer {
	text-align:center;
}
#overview {
	padding:2px;
}
            
            
hr {
	height: 1px;
	color: #000;
}