-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeer-advocate.css
172 lines (155 loc) · 2.92 KB
/
beer-advocate.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
.onlineMarker {
display: none;
}
.titleBar h1 {
font-size: 14px;
}
.uix_mainSidebar {
display: none;
}
.message .newIndicator {
background-color: #333;
}
.audentio_postPagination {
display: none;
}
/* Hide IPA Fest sticky */
#thread-605542 {
display: none;
}
/* Remove pointless UI */
/* Hide breadcrumb arrows*/
#content .breadBoxTop .breadcrumb .crust .arrow {
display: none;
}
/* Hide "Home" breadcrumb*/
#content .breadBoxTop .breadcrumb .homeCrumb {
display: none;
}
/* Hide Quick Navigation button */
#content .jumpMenuTrigger {
display: none;
}
/* Hide main logo*/
#logoBlock,
#logo_small,
.activeSmallLogo #logo_small {
display: none;
}
/* Hide Events menu item */
#navigation .navTabs .Events {
display: none;
}
/* Hide Magazine menu item */
#navigation .navTabs .Magazine {
display: none;
}
/* Hide Store menu item */
#navigation .navTabs .Store {
display: none;
}
/* Hide Subscribe menu item */
#navigation .navTabs .Subscribe {
display: none;
}
/* Hide own small avatar */
#userBar .avatar {
display: none;
}
/* Hide footer */
.bigFooter,
.footer,
.footerLegal {
display: none;
}
/* Hide ad bar */
.funbox {
display: none;
}
/* */
.membersOnline .followedOnline + .minorHeading + ol {
display: none;
}
/* Hide Online indicator*/
.messageList .message .messageUserBlock div.avatarHolder .onlineMarker {
display: none;
}
/* Hide Verified Trader banner*/
.messageList .userBanner {
display: none;
}
.nodeList .nodeIcon,
.staffOnline,
.threadList {
display: none;
}
/* Hide notifications for Events advertisements*/
#navigation .navTabs .Events .navLink .itemCount {
display: none;
}
/* Simplify design and increase legibility*/
#content .breadBoxTop .topCtrl .callToAction span,
#content .breadcrumb,
#content .nodeList .categoryStrip,
#content .pageContent,
.messageList .bbCodeQuote,
.messageList .bbCodeQuote .attribution,
.messageList .bbCodeQuote .quoteContainer,
.messageList .likesSummary,
.messageList .message,
.messageList .message .messageMeta .control,
.messageList .message .messageUserInfo,
.messageList .message .messageUserInfo .userText,
.sidebar .section .secondaryContent {
background-color: transparent;
border: 0;
border-radius: 0;
color: #333;
}
/* Push content to top */
#content .pageContent {
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
}
body {
background-color: #fff;
color: #333;
}
#navigation {
margin: 0;
}
#navigation .navTabs {
background-color: transparent;
border-radius: 0;
}
#navigation .navTabs .navTab .navLink {
color: #333;
}
#userBar {
margin: 0;
}
#userBar .navTabs {
background-color: transparent;
}
#userBar .navTabs .navLink {
color: #333;
}
#content,
#content .breadBoxTop {
margin: 0;
}
#content .breadBoxTop .topCtrl {
line-height: 1;
}
#content .nodeList .categoryStrip {
padding: 0;
}
.messageList .message .messageUserBlock div.avatarHolder {
padding: 0;
text-align: left;
}
.messageList .message .messageUserBlock .avatar img {
max-width: 15px;
}