Advertisement
Guest User

Untitled

a guest
Jan 15th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. @-moz-document domain("xoxohth.com") {
  2.     table[width="500"] {
  3.         width: 750px !important;
  4.     }
  5.     table[width="700"] {
  6.         width: 900px !important;
  7.     }
  8.     font[size="1"] {
  9.         font-size: 10pt !important;
  10.     }
  11.     font[face="Times New Roman"] {
  12.         font-size: 14pt !important;
  13.     }
  14.     font[size="1"][face="MS Sans Serif"] {
  15.         font-family: Arial, sans-serif !important;
  16.         font-size: 12pt !important;
  17.         line-height: 18pt !important;
  18.     }
  19. }
  20.  
  21. @-moz-document domain("autoadmit.com") {
  22.     table[width="500"] {
  23.         width: 750px !important;
  24.     }
  25.     table[width="700"] {
  26.         width: 900px !important;
  27.     }
  28.     font[size="1"] {
  29.         font-size: 10pt !important;
  30.     }
  31.     font[face="Times New Roman"] {
  32.         font-size: 14pt !important;
  33.     }
  34.     font[size="1"][face="MS Sans Serif"] {
  35.         font-family: Arial, sans-serif !important;
  36.         font-size: 12pt !important;
  37.         line-height: 18pt !important;
  38.     }
  39. }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement