-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
79 lines (62 loc) · 1.08 KB
/
custom.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
img.floatphoto {
float: left;
width: 150px;
height: auto;
margin-right: 10pt;
margin-bottom: 10pt;
}
/* Override some settings from the basic template */
p, ul, li {
line-height: 1.15em;
}
#header {
background: url('images/lif-horizontal-blanc.png') 10pt center no-repeat;
}
body {
color: #333;
}
#page-wrapper {
background: url('images/fond-10.jpg') no-repeat center center fixed;
background-size: cover;
}
#main {
background: transparent;
}
#main .container {
border-style: solid;
border-width: 1px;
border-radius: 10px;
box-shadow: 20px 20px grey;
background: rgba(255, 255, 255, 0.5);
padding: 20px;
}
.post-summary h2 {
margin-bottom: 4pt;
}
.post-summary h2 a {
text-decoration: none;
}
.postimage {
margin-bottom: 10pt;
}
.noscalepostimage img {
/* Don't scale these images */
}
.postimage img {
width: 100%;
height: 100%;
}
.postinfo {
margin-top: 4pt;
}
/* Inside page's body, reset CSS properties to sane values */
#main {
letter-spacing: -0.5px;
}
#main h1 {
font-size: 28pt;
margin-bottom: 10pt;
}
#main ul, #main ol {
margin: 12pt;
}