Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. .tagcloud {
  2. z-index: 100 !important;
  3. background-color: #e7f5f7;
  4. padding: 25px;
  5. height: 500px;
  6. width: 100%;
  7. -webkit-border-radius: 30px;
  8. -moz-border-radius: 30px;
  9. border-radius: 30px;
  10. overflow: hidden;
  11. }
  12.  
  13. .tagcloud a {
  14. text-decoration: none;
  15. padding: 5px;
  16. }
  17.  
  18. .linkLevel-1 {
  19. font-size: 10pt;
  20. color: #cacaca;
  21. }
  22.  
  23. .linkLevel-2 {
  24. font-size: 11pt;
  25. color: #a8a8a8;
  26. }
  27.  
  28. .linkLevel-3 {
  29. font-size: 13pt;
  30. color: gray;
  31. }
  32.  
  33. .linkLevel-4 {
  34. font-size: 15pt;
  35. color: black;
  36. }
  37.  
  38. .linkLevel-5 {
  39. font-size: 18pt;
  40. color: black;
  41. }
  42.  
  43. .linkLevel-6 {
  44. font-size: 20pt;
  45. color: black;
  46. }
  47.  
  48. .linkLevel-7 {
  49. font-size: 22pt;
  50. color: black;
  51. }
  52.  
  53. .linkLevel-8 {
  54. font-size: 24pt;
  55. color: black;
  56. }
  57.  
  58. .linkLevel-9 {
  59. font-size: 26pt;
  60. color: black;
  61. }
  62.  
  63. .linkLevel-10 {
  64. font-size: 30pt;
  65. font-weight: bold;
  66. color: #ff0000;
  67. text-shadow: 8px 4px 11px #800000;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement