summaryrefslogtreecommitdiff
path: root/design/contenu.css
blob: 0b7dc4886e9a7ba48e875cab8e95a1f45db11d8f (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
section p {
    text-indent: 10%;
}
section p:nth-of-type(2) {
    margin-top: 2.5%;
    padding-left: 6%;
    text-indent: 5%;
    font-size: 0.65em;
    color: #944040;
}
section p:first-of-type {
    margin-top: 2.5%;
    padding-left: 6%;
    text-indent: 5%;
    font-size: 0.65em;
    color: #944040;
}
article
{
  margin-right: 2%;
  margin-left: 3%;
  text-indent: 3%;
  float: left;
  width: 83%;
  background: #FFF;
  padding-right:0%;
  padding-left:0%;
  padding: 1.6em 1.6em;
}

@media only screen and (min-width: 768px) {
  article {
    float: none;
    margin-right: 7%;
    margin-left: 390px;
    width: auto;

    font-size:1.3em;
    padding-right:5%;
    padding-left:5%;

    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-color: #eaeaea !important;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
    section p:first-of-type {
        margin-top: 2.5%;
        padding-left: 6%;
        text-indent: 5%;
        font-size: 0.65em;
        color: #944040;
    }
}

.miniature
{
    float:left;
    width:100px;
    height:100px;
}