aboutsummaryrefslogtreecommitdiff
blob: f6786a280a53cb012ebd91834282c5fb4a7a2e85 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.huge {
  font-size: 140%;
}

.large {
  font-size: 125%;
}

@media (min-width: 768px) {
  .huge {
    font-size: 200%;
  }

  .huge h1 {
    font-size: 200%;
  }
}

::selection {
  background: #dddaec ;
}
::-moz-selection {
  background: #dddaec ;
}

.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;
}

.herd-desc-col {
  width: 10em;
}

.herd-maint-col {
  width: 50%;
}

@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 {
  overflow: hidden;
}

.use-flag {
  width: 25%;
}

.use-desc {
  width: 75%;
}

.external-link {
  color: #979797;
}

.stick-top {
  margin-top: 0;
}

.stick-bottom {
  margin-bottom: 0;
}