summaryrefslogtreecommitdiffstats
path: root/util/hugo/static/css/coreboot.css
blob: 5d6c6839fa106cb6673d4a43ae0accd61e03fe4a (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
aside.copyright {
    padding-top: 30px;
    color: rgba(0,0,0,0.3);
}

.article h3, .article h4 { color:#3f51b5; }
.article h4 { font-style: normal; }


.article dl {
}

.article dl > dt {
    margin-top: 1.5em;
    display: block;

    font-style: italic;
}

.article dl > dd {
    margin-left: 1.5em;
    margin-bottom: 10px;
}

.article dl > dd > p {
    margin-top: 1em;
}

.article dl > dd > p:first-child {
    margin-top: 0px;
}

.article code {
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.05);
    padding: 0px 4px;
    margin: 1px;
    color: inherit !important;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.article .admonition code {
    background: hsla(0,0%,100%,.3);
}

.article pre > code {
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.article .admonition pre > code {
    background: none;
}

.article li p {
    display: block;
    margin-top: 0.5em;
}

.article ul>li ul>li:before {
    content: "∙";
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

.article .admonition {
    font-weight: 600;
}

.article .admonition-title {
    font-weight: 400;
}

.coreboot-download {
    width: 50%;
}