File: style.css

package info (click to toggle)
seed-webkit2 4.0.0%2B20161014%2B6c77960%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,760 kB
  • sloc: ansic: 25,104; makefile: 1,023; xml: 206; python: 173; sh: 46
file content (83 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
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
body
{
	font-size: 10pt;
	font-family: "Helvetica" "sans-serif";
	text-align: justify;
}

#header
{
	text-align: right;
	font-size: 18pt;
	width: 100%;
	border-bottom: 1px solid #aaa;
	
}

#subheader
{
	text-align: right;
	font-size: 12pt;
	width: 100%;
}

div.section
{
	font-size: 16pt;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div.subsection
{
	font-size: 12pt;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
}



p
{
	margin-left: 10px;
	text-indent: 0em;
}

pre
{
	margin-left: 30px;
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #eee;
}

div.filename
{
    margin-left: 25px;
    font-weight: bold;
    width: 70%;
    border-bottom: 1px solid #ccc;
}

code
{
    font-weight: bold;
}

namespace
{
    color:#ef2929;
}

type
{
    color:#73d216;
}

member
{
    color:#729fcf;
}