blob: 7b3e85d08bbfc52b41fcabcfd2a4eaae54b8f7f1 (
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
|
.huge {
font-size: 140%;
}
.large {
font-size: 125%;
}
@media (min-width: 768px) {
.huge {
font-size: 200%;
}
.huge h1 {
font-size: 200%;
}
}
.gentoo-nav a:link,
.gentoo-nav a:visited {
color: #54487a;
}
.old-docs {
dd {
margin-bottom: .5em;
margin-left: .5em;
font-size: 90%;
}
}
body.nav-align-h2 #content h2:first-of-type {
margin-top: 0;
}
.caption h3 {
margin-top: 5px;
}
.label-aspect {
width: 4em;
display: inline-block;
}
.gentoo-badges img {
max-width: 6em;
min-width: 6em;
}
@media (min-width: 768px) {
.frontpage-table {
width: 100%;
table-layout: fixed;
}
.frontpage-table td {
text-overflow: ellipsis;
max-height: 1.2em;
overflow: hidden;
white-space: nowrap;
}
.frontpage-table-planet-author {
width: 30%;
}
.frontpage-table-package-atom {
width: 30%;
}
.frontpage-table-wiki-title {
width: 70%;
}
}
.get-started-icon .fa,
.contribute-icon .fa {
padding-left: 20px;
}
@media (max-width: 768px) {
.button-bar {
line-height: 3em;
}
}
.site-logo object {
max-height: 58px;
}
|