Projet

Général

Profil

Télécharger (1,93 ko) Statistiques
| Branche: | Révision:

root / larpe / tags / release-1.1.1 / doc / en / default.css @ d03cb81c

1
body {
2
	font-family: sans-serif;
3
}
4

    
5

    
6
h1 a, h2 a, h3 a, h4 a {
7
	text-decoration: inherit;
8
	color: inherit;
9
}
10

    
11
pre.literal-block {
12
	background: #eee;
13
	border: 1px inset black;
14
	padding: 2px;
15
	margin: auto 10px;
16
	overflow: auto;
17
}
18

    
19
h1.title {
20
	text-align: center;
21
	background: #eef;
22
	border: 1px solid #aaf;
23
	letter-spacing: 1px;
24
}
25

    
26
div.section {
27
	margin-bottom: 2em;
28
}
29

    
30
div.section h1 {
31
	padding: 0 15px;
32
	background: #eef;
33
	border: 1px solid #aaf;
34
}
35

    
36
div.section h2 {
37
	padding: 0 15px;
38
	background: #eef;
39
	border: 1px solid #aaf;
40
}
41

    
42
div.document {
43
	margin-top: 1em;
44
	border-top: 1px solid #aaf;
45
	border-bottom: 1px solid #aaf;
46
}
47

    
48
div.section p,
49
div.section ul {
50
	text-align: justify;
51
}
52

    
53
div.contents {
54
	float: right;
55
	border: 1px solid black;
56
	margin: 1em;
57
	background: #eef;
58
	max-width: 33%;
59
}
60

    
61
div#building-liberty-services-with-lasso div#table-of-contents {
62
	max-width: inherit;
63
	float: none;
64
	background: white url(lasso.png) bottom right no-repeat;
65
}
66

    
67
div.contents ul {
68
	padding-left: 1em;
69
	list-style: none;
70
}
71

    
72
div.contents li {
73
	padding-bottom: 2px;
74
}
75

    
76
div.contents p {
77
	background: #ddf;
78
	text-align: center;
79
	border-bottom: 1px solid black;
80
	margin: 0;
81
}
82

    
83
th.docinfo-name {
84
	text-align: right;
85
	padding-right: 0.5em;
86
}
87

    
88
dd {
89
	margin-bottom: 1ex;
90
}
91

    
92
table.table {
93
	margin: 1ex 0;
94
	border-spacing: 0px;
95
}
96

    
97

    
98
table.table th {
99
	padding: 0px 1ex;
100
	background: #eef;
101
	font-weight: normal;
102
}
103

    
104

    
105
table.table td {
106
	padding: 0 0.5ex;
107
}
108

    
109
div.note, div.warning {
110
	padding: 0.3ex;
111
	padding-left: 60px;
112
	min-height: 50px;
113
	margin: 1ex 1em;
114
}
115

    
116
div.note {
117
	background: #ffa url(note.png) top left no-repeat;
118
	border: 1px solid #fd8;
119
}
120

    
121
div.warning {
122
	background: #ffd url(warning.png) top left no-repeat;
123
}
124

    
125
p.admonition-title {
126
	font-weight: bold;
127
	display: inline;
128
	display: none;
129
	padding-right: 1em;
130
}
131

    
132
div.figure {
133
	margin: 0 auto;
134
	width: 70%;
135
	min-width: 800px;
136
	text-align: center;
137
}
138

    
139
div.figure p.caption {
140
	font-style: italic;
141
	margin: 1ex 0 2em 0;
142
	text-align: center;
143
}
(3-3/5)