File: style.css

package info (click to toggle)
rickshaw 1.5.1.dfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,864 kB
  • sloc: javascript: 15,281; makefile: 97; perl: 59
file content (82 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (5)
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
body {
	width: 780px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #282828;
	line-height: 135%;
}
a {
	text-decoration: none;
	color: steelblue;
}
a:hover {
	color: lightblue;
}
h1 {
	margin: 1em 0 1em 0;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	margin: 1.4em 0 1em 0;
	color: black;
}
.tutorial-chart {
	margin-left: 1%;
	vertical-align: top;
	margin-top: 1em;
}
code {
	background-color: #f0f0f0;
	padding: 2px;
}
section.example {
	border: 1px solid #e4e4e4;
}

pre.prettyprint {
	border: none;
	border-top: 1px solid #e8e8e8;
	background: #f0f0f0;
	padding: 14px 14px;
	margin: 0;
	white-space: pre-wrap;
}
section iframe {
	width: 580px;
	height: 270px;
	border: none;
	margin: 0 auto 12px auto;
	display: block;
}
section header {
	border-bottom: 1px solid #e8e8e8;
	color: #b0b0b0;
	margin: 0 0 16px 0;
}
section header a:hover {
	color: steelblue;
}
section header a {
	color: #d0d0d0;
	text-decoration: none;
	margin: 6px 10px 0 0;
}
section header h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
	position: relative;
	padding: 6px 0 0 8px;
	pointer-events: none;
}
section header a {
	float: right;
}
.linenums {
	color: #d0d0d0;
}
#example_06 iframe,
#example_07 iframe {
	width: 750px;
}