summaryrefslogtreecommitdiff
path: root/themes/elenq/static/css/elenq-pelican.css
blob: ffa92fa4b7188b72d75fdc204eb19fa2c5fb605b (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* PELICAN SPECIFIC*/
/*****************************************************************************/
.entry-content{
  margin-top: 1rem;
}

.entry-content table{
  margin-left: auto;
  margin-right: auto;
}

ol, ul {
  font-size: 1.7rem;
  list-style-position: outside;
  margin-left:  3rem;
  margin-right: 3rem;
}
li{
  padding-left: 1ex;
}

#post-list{
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
#post-list li{
  padding-left: 0;
}

.footer-logo{
  width:  120px;
  margin-top: 0;
}
.post-info{
  margin-bottom: 3rem;
}

.hentry p{ /* Reduce margin in the news section*/
  margin-bottom: 1ex;
}

.published{
  font-style: italic
}

@media (min-width: 800px){ /*more than a tablet*/
  .hentry header{
    width: 100%;
    min-width: 100%;
    display: inline-flex;
    flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .published{
    font-style: normal;
  }
}

/* Typography pelican
 */
.hentry .entry-content h1{ font-size: 2.2rem; }
.hentry .entry-content h2{ font-size: 2.0rem; }
.hentry .entry-content h3{ font-size: 1.8rem; }
.hentry .entry-content h4{ font-size: 1.6rem; }
.hentry .entry-content h5{ font-size: 1.4rem; }
.hentry .entry-content h6{ font-size: 1.2rem; }



h1.main-title {
  font-size: 4.5rem; line-height: 1;  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif;
}
h1 span.subtitle{
  font-size: 2.5rem;
}
h2.entry-title{
  font-size: 3.0rem; line-height: 1.2;
}