~ubuntu-branches/ubuntu/raring/geany/raring-proposed

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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
:Author: Enrico Troeger
:Contact: enrico(dot)troeger(at)uvena(dot)de
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for Geany's documentation based on a version of John Gabriele.
*/

@media screen {

	body {
		background-color: #f2f2f2;
		color: #404040;
		margin-left: 0.4em;
		width: 60em;
		font-size: 90%;
	}

	a {
		color: #990000;
	}

	a:visited {
		color: #7E558E;
	}

	a:hover {
		text-decoration: none;
	}

	h1 {
		border-top: 1px dotted;
		margin-top: 2em;
	}

	h1, h2, h3 {
		font-family: sans-serif;
		color: #5D0606;
	}

	h1.title {
	  text-align: left }

	h2 {
		margin-top: 30px;
	}

	h2.subtitle {
	  text-align: left }

	h3 {
		padding-left: 3px;
	}

	blockquote, pre {
		border: 1px solid;
		padding: 0.4em;
	}

	blockquote {
		font-family: sans-serif;
		background-color: #DBEDD5;
		border: 1px dotted;
		border-left: 4px solid;
		border-color: #9FD98C;
	}

	pre {
		background-color: #ECDFCE;
		border: 1px dotted;
		border-left: 4px solid;
		border-color: #D9BE9A;
	}

	tt, pre, code {
		color: #6D4212;
	}

	table {
		border: 1px solid #D9BE9A;
	}

	th {
		background-color: #ECDFCE;
		border: 1px dotted #D9BE9A;
	}

	td {
		border: 1px dotted #D9BE9A;
	}

	.docinfo-name {
		color: #5D0606;
	}

	p.admonition-title {
		color: #990000;
		font-weight: bold;
	}

	div.note {
		margin: 1em 3em;
		padding: 0em;
	}

	dt {
		font-style: italic;
	}

}

@media print {

}