Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. <style type='text/css'>
  2. body
  3. {
  4.   font-family: 'Meiryo UI', sans-serif;
  5.   font-size: 14pt;
  6.  
  7.   color: #FFFFFF;
  8.   background: #212121;
  9.  
  10.   white-space: pre-wrap;
  11.   text-align: left;
  12.   margin-top: 10px;
  13.   margin-bottom: 20px;
  14.   margin-left: 10px;
  15.   margin-right: 10px;
  16.  
  17.  
  18. }
  19.  
  20. rt
  21. {
  22.   color: #FFFFFF;
  23. }
  24.  
  25. a:link
  26. {
  27.   text-decoration: none;
  28.   color: #FFFFFF;
  29. }
  30.  
  31. a:visited
  32. {
  33.   text-decoration: none;
  34.   color: #FFFFFF;
  35. }
  36.  
  37. a:hover
  38. {
  39.   text-decoration: none;
  40.   color: #FFFFFF;
  41. }
  42.  
  43. a:active
  44. {
  45.   text-decoration: none;
  46.   color: #FFFFFF;
  47. }
  48.  
  49. a.nav:link
  50. {
  51.   text-decoration: underline;
  52.   color: #FFFFFF;
  53. }
  54.  
  55. a.nav:visited
  56. {
  57.   text-decoration: underline;
  58.   color: #FFFFFF;
  59. }
  60.  
  61. a.nav:hover
  62. {
  63.   text-decoration: underline;
  64.   color: #FFFFFF;
  65. }
  66.  
  67. a.nav:active
  68. {
  69.   text-decoration: underline;
  70.   color: #FFFFFF;
  71. }
  72.  
  73. img
  74. {
  75.     max-height: 90%;
  76.     max-width: 90%;
  77. }
  78. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement