Advertisement
Guest User

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

a guest
Jul 10th, 2023
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat .mozilla/firefox/<user profile>/chrome/userContent.css
  2. @-moz-document domain("forums.gentoo.org")
  3. {
  4.   th
  5.   {
  6.     font-size: 1.3rem !important;
  7.   }
  8.   th.thHead
  9.   {
  10.     font-size: 1.3rem !important;
  11.   }
  12.   td.catHead
  13.   {
  14.     font-size: 1.3rem !important;
  15.   }
  16.   .mainoption
  17.   {
  18.     font-size: 1rem !important;
  19.   }
  20.   .maintitle
  21.   {
  22.     font-size: 2rem !important;
  23.   }
  24.   h1
  25.   {
  26.     font-size: 2rem !important;
  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: 1rem !important
  43.   }
  44.   .mainmenu
  45.   {
  46.     font-size: 1.3rem !important;
  47.   }
  48.   .cattitle
  49.   {
  50.     font-size: 1.3rem !important;
  51.   }
  52.   .forumlink
  53.   {
  54.     font-size: 1.2rem !important;
  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.9rem !important;
  95.   }
  96.   input.post
  97.   {
  98.     font-size: 1rem !important;
  99.   }
  100.   select
  101.   {
  102.     font-size: 0.9rem !important;
  103.   }
  104.   textarea.post
  105.   {
  106.     font-size: 1.1rem !important;
  107.   }
  108.   .searchlink
  109.   {
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement