Advertisement
Guest User

geki's Firefox userContent.css for Gentoo Forums #2

a guest
Jul 10th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: 1.1rem !important;
  67.   }
  68.   .createdetails
  69.   {
  70.     font-size: 1.1rem !important;
  71.   }
  72.   .postbody
  73.   {
  74.     font-size: 1.1rem !important;
  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: 1.1rem !important;
  87.   }
  88.   input.button
  89.   {
  90.     font-size: 1.1rem !important;
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement