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