all repos — h3rald @ 189874834318f374f79fd819afb1890ed906df25

The sources of https://h3rald.com

assets/styles/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
 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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119

body {
  font-family: 'Bunday Sans Light', sans-serif;
  -moz-font-feature-settings: "liga", "pnum", "frac", "zero";
  -webkit-font-feature-settings: "liga", "pnum", "frac", "zero";
  -ms-font-feature-settings: "liga", "pnum", "frac", "zero";
  font-feature-settings: "liga", "pnum", "frac", "zero";
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures contextual;
}
b, strong, h1, h2, h3, h4, h5, h6, .subtitle, .panel-title {
  font-family: 'Bunday Sans Regular', sans-serif;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;  
}

.subtitle {
  font-size: 1.75rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.featured .subtitle {
  font-size: 1.25rem;  
}

p {
  line-height: 2rem;
  margin-bottom: 0.2rem;
}

ol, ul {
  margin: 1rem 0 1rem 1rem;
  padding: 0;
}

ol li, ul li {
    margin-top: 0.2rem;
}

main.container {
  padding-left: 2.5rem;  
  padding-right: 2.5rem;  
}

article {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

footer {
  font-size: 80%
}

.navbar {
  padding-top: 1.5rem;
}

.navbar .btn {
  font-size: 1.7rem;
}

.navbar-right {
  margin-left: -1rem;
}

.contact-list ul {
  list-style: none;
}
.contact-list li {
  display: inline;
  margin-right: 1rem;
}

.featured .panel-header {
  text-align: right;
  font-style: italic;
  padding: 0.2rem;
}

.v-spacer {
  height: 1.5rem;  
}

.chips {
  line-height: 2.8rem;  
}

.chip {
  height: 2rem;  
}

.avatar.avatar-xs {
  font-size: .9rem;  
}

.date {
  font-style: italic;
  text-align: right;
}