forked from 0x776b7364/misc-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforums.hardwarezone.com.sg.stylish.css
More file actions
97 lines (74 loc) · 2.74 KB
/
forums.hardwarezone.com.sg.stylish.css
File metadata and controls
97 lines (74 loc) · 2.74 KB
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
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.hardwarezone.com.sg") {
/* toolbar at the top */
#floating-toolbar,
/* whitespace behind floating-toolbar */
.clear,
/* iframe preventing clicking on breadcrumbs */
#floating-toolbar + iframe,
/* HWZ logo + ad */
#masthead,
/* nondescript black bar below masthead */
#header,
/* ads on the RHS */
#right-ads,
/* facebook stuff next to subforum/thread title */
#hwz-facebook-page-like,
/* Qoo10 nonsense */
#hwz_qoo10_widget,
/* ad between "Sub-Forums" and "Threads in Forum" */
#outbrain_widget_0,
/* announcement threads */
.hwz-announcement,
/* "View All Announcements" */
#aTrCell_,
/* hides Display Options + Moderators in subforum view; does nothing in thread view */
#forum > form: nth-of-type(2) > table,
/* hides Forum Advisory in subforum view; side effect of hiding Post Reply button in thread view */
#forum > table: nth-of-type(4),
/* hides thread icon legends in subforum view; hides forum advisory in thread view */
#forum > table: nth-of-type(5),
/* hides Posting Rules + Forum Jump in subforum view; hides table id="ajax_post_errors" in thread view (..?) */
#forum > table: nth-of-type(6),
/* does nothing in subforum view; hides Posting Rules + Forum Jump in thread view */
#forum > table: nth-of-type(7),
/* FB and Twitter share buttons in thread view */
.hwz-social-container,
/* Sponsored Links, located above footer */
#sponsored-links,
/* crowdynews */
.hwz_crowdynews_container,
/* gigantic HWZ footer */
#footer,
/* vBulletin footer */
#vbfooter,
/* Gimme widget */
#gimmie-widget-bar
{
display: none;
}
/* DEPRECATED: ad between Posting Rules and bottom feed
div[align="center"][style="width:730px; clear:both;"],
/* DEPRECATED: bottom feed + ad
div[style="width:960px; height:300px; margin:20px auto; padding:10px 0; border:1px solid #ccc; border-width:1px 0;"], */
/* let webpage occupy whole width of screen */
#canvas.fixed {
width: auto !important;
}
/* highlight amazon referral link */
a[href*=".amazon."][href*="%2D19"],
a[href*=".amazon."][href*="%2D20"],
a[href*=".amazon."][href*="%2D21"],
a[href*=".amazon."][href*="%2D22"],
a[href*=".amazon."][href*="%2D23"],
a[href*=".amazon."][href*="-19"],
a[href*=".amazon."][href*="-20"],
a[href*=".amazon."][href*="-21"],
a[href*=".amazon."][href*="-22"],
a[href*=".amazon."][href*="-23"],
a[href*=".amazon."][href*="tag="] {
color: yellow !important;
font-weight: bold !important;
background: salmon !important;
}
}