SHOW:
|
|
- or go back to the newest paste.
1 | $ cat .mozilla/firefox/<your profile>/chrome/userContent.css | |
2 | @-moz-document domain("forums.gentoo.org") | |
3 | { | |
4 | th | |
5 | { | |
6 | font-size: 1.5rem !important; | |
7 | } | |
8 | th.thHead | |
9 | { | |
10 | font-size: 1.5rem !important; | |
11 | } | |
12 | td.catHead | |
13 | { | |
14 | font-size: 1.5rem !important; | |
15 | } | |
16 | .maintitle | |
17 | { | |
18 | font-size: 3rem !important; | |
19 | } | |
20 | h1 | |
21 | { | |
22 | font-size: 3rem !important; | |
23 | } | |
24 | h2 | |
25 | { | |
26 | font-size: 3rem !important; | |
27 | } | |
28 | .gen | |
29 | { | |
30 | font-size: 2rem !important; | |
31 | } | |
32 | .genmed | |
33 | { | |
34 | font-size: 1.1rem !important; | |
35 | } | |
36 | .gensmall | |
37 | { | |
38 | font-size: 1rem !important | |
39 | } | |
40 | .mainmenu | |
41 | { | |
42 | font-size: 1.5rem !important; | |
43 | } | |
44 | .cattitle | |
45 | { | |
46 | font-size: 1.5rem !important; | |
47 | } | |
48 | .forumlink | |
49 | { | |
50 | font-size: 1.2rem !important; | |
51 | } | |
52 | .nav | |
53 | { | |
54 | font-size: 1.5rem !important; | |
55 | } | |
56 | .topictitle | |
57 | { | |
58 | font-size: 1.2rem !important; | |
59 | } | |
60 | .name | |
61 | { | |
62 | font-size: 1.2rem !important; | |
63 | } | |
64 | .postdetails | |
65 | { | |
66 | - | font-size: 1rem !important; |
66 | + | |
67 | } | |
68 | .createdetails | |
69 | { | |
70 | - | font-size: 1rem !important; |
70 | + | |
71 | } | |
72 | .postbody | |
73 | { | |
74 | - | font-size: 1rem !important; |
74 | + | |
75 | } | |
76 | .code | |
77 | { | |
78 | font-size: 1.1rem !important; | |
79 | } | |
80 | .quote | |
81 | { | |
82 | font-size: 1.1rem !important; | |
83 | } | |
84 | .copyright | |
85 | { | |
86 | - | font-size: 1rem !important; |
86 | + | |
87 | } | |
88 | input.button | |
89 | { | |
90 | - | font-size: 1rem !important; |
90 | + | |
91 | } | |
92 | .searchlink | |
93 | { | |
94 | font-size: 0.75em; | |
95 | } | |
96 | .menu | |
97 | { | |
98 | font-size: 0.75em; | |
99 | } | |
100 | .forumline td .code | |
101 | { | |
102 | background-color: lightyellow !important; | |
103 | } | |
104 | .forumline img | |
105 | { | |
106 | transform: scale(1.2, 1.2); | |
107 | } | |
108 | .forumline a > img | |
109 | { | |
110 | transform: scale(1, 1.5); | |
111 | } | |
112 | } |