summaryrefslogtreecommitdiff
path: root/website/static/base/css/news.css
blob: f0383e2e196706641e098413af533711870f7435 (plain)
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
/*
    Public domain 2016 Ludovic Courtès <ludo@gnu.org>.
    All rights waived.
*/

@import url("article.css");

.example {
    border-style: none;
    border-radius: 0.3em;
    background-color: #F2EFE4;
    border-width: thin;
    color: black;
    font-size: 0.9em;
    padding: 10px;
    text-align: left;
    font-family: fixed-width;
}

.post-about {
    color: #4D4D4D;
    font-size: 0.9em;
}

.post-body {
    text-align: justify;
}

p {
    hyphens: auto;
}

.inline-image {
    display: block;
    margin: auto;
    padding: 20px;
}

@media screen and (min-width: 1024px) {
    .inline-image {
	float: right;
	margin-left: 20px;
	padding: 0px;
    }
}