-
Notifications
You must be signed in to change notification settings - Fork 21
/
style.css
56 lines (48 loc) · 830 Bytes
/
style.css
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
body{
margin-left:5%;
margin-right:5%;
}
h1,h2,h3,h4 {
font-family: sans-serif;
width:95%;
margin-left:1em;
margin-right:1em;
}
div {
font-family: sans-serif;
width:95%;
margin-left:1em;
margin-right:1em;
font-size:1em;
}
#header {
font-size:2em;
font-weight:bold;
text-align:center;
}
.vis-critique {
background:#E6E6E6;
padding:5px;
margin:10px;
border-radius:15px;
}
.project{
background:#ADD6FF;
padding:10px;
margin:10px;
border-radius:15px;
}
iframe {
/* border: 1px solid #333333;
border-radius:10px;
padding:5px;
background:white;
*/}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
text-align:justify;
}