Guest User

Untitled

a guest
Jul 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. /* ///////////////////////////////////
  2. ///// LINKS
  3. /////////////////////////////////// */
  4.  
  5. a:link, a:active, a:visited {
  6. font-family:Verdana,Arial,Helvetica,Geneva;
  7. color:#000;
  8. font-size:11px;
  9. font-weight:normal;
  10. text-decoration:none;
  11. }
  12. a:hover {text-decoration:underline;}
  13.  
  14.  
  15. a.link:link, a.link:active, a.link:visited {
  16. font-family:Verdana,Arial,Helvetica,Geneva;
  17. color:#000;
  18. font-size:11px;
  19. font-weight:normal;
  20. text-decoration:none;
  21. }
  22. a.link:hover {text-decoration:underline;}
  23.  
  24.  
  25. a.headline:link, a.headline:active, a.headline:visited {
  26. font-family:Verdana,Arial,Helvetica,Geneva;
  27. color:#1c4d87;
  28. font-size:14px;
  29. font-weight:bold;
  30. text-decoration:none;
  31. }
  32. a.headline:hover {text-decoration:underline;}
  33.  
  34.  
  35. a.blueongrey:link, a.blueongrey:active, a.blueongrey:visited {
  36. font-family:Verdana,Arial,Helvetica,Geneva;
  37. color:#1c4d87;
  38. font-size:11px;
  39. font-weight:normal;
  40. text-decoration:none;
  41. }
  42. a.blueongrey:hover {text-decoration:underline;}
  43.  
  44.  
  45. a.blueongrey_small:link, a.blueongrey_small:active, a.blueongrey_small:visited {
  46. font-family:Verdana,Arial,Helvetica,Geneva;
  47. color:#20456a;
  48. font-size:10px;
  49. font-weight:normal;
  50. text-decoration:none;
  51. }
  52. a.blueongrey_small:hover {text-decoration:underline;}
  53.  
  54.  
  55. a.blue_dark:link, a.blue_dark:active, a.blue_dark:visited {
  56. font-family:Verdana,Arial,Helvetica,Geneva;
  57. color:#20456a;
  58. font-size:11px;
  59. font-weight:normal;
  60. text-decoration:none;
  61. }
  62. a.blue_dark:hover {text-decoration:underline;}
  63.  
  64.  
  65. a.bluebig:link, a.bluebig:active, a.bluebig:visited {
  66. font-family:Verdana,Arial,Helvetica,Geneva;
  67. color:#20456a;
  68. font-size:12px;
  69. font-weight:bold;
  70. text-decoration:none;
  71. }
  72. a.bluebig:hover {text-decoration:underline;}
  73.  
  74.  
  75. a.white:link, a.white:active, a.white:visited {
  76. font-family:Verdana,Arial,Helvetica,Geneva;
  77. color:#fff;
  78. font-size:11px;
  79. font-weight:normal;
  80. text-decoration:none;
  81. }
  82. a.white:hover {text-decoration:underline;}
  83.  
  84.  
  85. a.lightblue:link, a.lightblue:active, a.lightblue:visited, a.lightblue:hover {color:#008ee8;}
  86.  
  87. a.redbig:link, a.redbig:active, a.redbig:visited, a.redbig:hover {color:#c30000;}
  88.  
  89.  
  90. a.forum_footer:link, a.forum_footer:active, a.forum_footer:visited {
  91. font-family:Verdana,Arial,Helvetica,Geneva;
  92. color:#56b0e8;
  93. font-size:10px;
  94. font-weight:normal;
  95. text-decoration:none;
  96. }
  97. a.forum_footer:hover {text-decoration:underline;}
  98.  
  99.  
  100. a.footer:link, a.footer:active, a.footer:visited {
  101. font-family:Verdana,Arial,Helvetica,Geneva;
  102. color:#214163;
  103. font-size:11px;
  104. font-weight:normal;
  105. text-decoration:none;
  106. }
  107. a.footer:hover{text-decoration:underline;}
  108.  
  109.  
  110. a.normal:link, a.normal:active, a.normal:visited, a.normal:hover {font-weight:normal;}
  111.  
  112. a.bold:link, a.bold:active, a.bold:visited, a.bold:hover {font-weight:bold;}
  113.  
  114. a.fs10:link, a.fs10:active, a.fs10:visited, a.fs10:hover {font-size:10px;}
  115.  
  116. a.fs11:link, a.fs11:active, a.fs11:visited, a.fs11:hover {font-size:11px;}
Add Comment
Please, Sign In to add comment