File: Guide_Utilisateur.css

package info (click to toggle)
openboard 1.7.3%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 57,404 kB
  • sloc: cpp: 76,443; javascript: 10,089; xml: 234; ansic: 38; makefile: 23; sh: 8
file content (41 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
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
body{
	background-color: rgba(255,255,255,0.6);
}
h1{
	font-size: 250%;
	text-align: center;
	text-decoration: underline;
}
h2{
	margin-top: 40px;
}
h4{
	margin-top: 20px;
	margin-bottom: 0px;
}
img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p{
	text-align: justify;
}
li{
	text-align: justify;
}
.droite{
	float: right;
	font-size: 80%;
	font-style: italic;
	margin: 5px;
}
.gauche{
	float: left;
	font-size: 80%;
	font-style: italic;
}
#Sommaire{
	margin-top: 100px;
	margin-bottom: 100px;
}