Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/media/css/nojs.css
blob: c99008dbd10a9f31205d4015fd74ff1c9684e54f (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
#aux-nav p.context {
    display: block;
    float: right;
    padding-top: 0.7em;
    padding-right: 1em;
    position: absolute;
    top: 5px;
    right: 0;
}

#aux-nav > ul.change {
    margin-top: 2.5em;
    background: none;
}

#aux-nav > ul {
    float: none;
    background: none;
    position: static;
    line-height: 1.4em;
    border: none;
}

.addtagform.hidden {
    position:relative;
    top:0;
}

/* Odd selectors here to make sure we take precedence. */
#aux-nav > ul.account li,
#aux-nav > ul:not(.account) li {
    background: none;
    display: inline;
    margin-left: 1em;
}

#aux-nav > ul ul {
    display: inline;
    position: static;
    border: none;
}

#aux-nav > ul li ul li {
    background: none;
    display: inline;
    padding: 0;
}

#aux-nav > ul li ul li.firefox a,
#aux-nav > ul li ul li.mobile a,
#aux-nav > ul li ul li.thunderbird a,
#aux-nav > ul li ul li.seamonkey a,
#aux-nav > ul li ul li.sunbird a {
    background: none;
    display: inline;
}

#aux-nav > ul a.controller:link,
#aux-nav > ul a.controller:visited,
#aux-nav > ul a.controller:focus,
#aux-nav > ul a.controller:hover,
#aux-nav > ul a.controller:active {
    cursor: default;
    color: #333333;
    text-decoration: none;
    display: inline;
    background: none;
    padding: 0;
}

#aux-nav > ul li ul li a {
    display: inline;
}

#aux-nav > ul.change li ul li a {
    padding: 0;
}

.stats {
    margin: -4.8em 1em 0 0;
}

.section-teaser .featured-inner {
    padding-bottom: 0;
}

.section-teaser .teaser-header {
    display: none;
}

.toggle-help,
.toggle-info {
    display: none;
}

.install-beta {
    display: block;
}

.search-form form {
    position: relative;
}

#search-query .query-label {
    display: none;
}

#advanced-search {
    position: relative;
}

.install-button .button.platform {
    display: inherit;
}

form.go button {
    display: inherit;
}

.flag-review, .delete-review {
    display: none;
}