Advertisement
extasisthemes

(2) Updates Tab 1

Jun 10th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. /** [start] an updates tab by extasisthemes // please don't delete this part **/
  2.  
  3. #updates {
  4. left:20px; /** adjust the px to change the margin from the left of the updates tab **/
  5. position:fixed;
  6. top:20px; /** adjust the px to change the margin from the top of the updates tab **/
  7. width:150px;
  8. word-break:break-word;
  9. z-index:1;
  10. }
  11.  
  12. .updates {
  13. margin-bottom:10px;
  14. }
  15.  
  16. .updates-icon {
  17. color:{color:Updates Content};
  18. font-family:'Karla', sans-serif;
  19. font-size:12px;
  20. font-style:normal;
  21. font-weight:normal;
  22. letter-spacing:0px;
  23. position:fixed;
  24. text-align:center;
  25. text-decoration:none;
  26. text-transform:uppercase;
  27. }
  28.  
  29. .updates-holder {
  30. border-left:1px solid {color:Updates Border};
  31. margin-left:29px;
  32. padding-left:20px;
  33. }
  34.  
  35. .updates-title {
  36. color:{color:Updates Title};
  37. font-family:'Karla', sans-serif;
  38. font-size:12px;
  39. font-style:normal;
  40. font-weight:normal;
  41. letter-spacing:0px;
  42. text-align:left;
  43. text-decoration:none;
  44. text-transform:none;
  45. }
  46.  
  47. .updates-title:hover {
  48. cursor:help;
  49. }
  50.  
  51. .updates-content {
  52. color:{color:Updates Content};
  53. font-family:'Karla', sans-serif;
  54. font-size:12px;
  55. font-style:normal;
  56. font-weight:normal;
  57. letter-spacing:0px;
  58. margin-top:5px;
  59. text-align:justify;
  60. text-decoration:none;
  61. text-transform:none;
  62. }
  63.  
  64. .updates-content a {
  65. border-bottom:1px solid {color:Updates Border};
  66. color:{color:Updates Link};
  67. -webkit-transition: all 0.5s ease;
  68. -moz-transition: all 0.5s ease;
  69. -o-transition: all 0.5s ease;
  70. }
  71.  
  72. .updates-content a:hover {
  73. color:{color:Updates Hover};
  74. }
  75.  
  76. .search-title {
  77. color:{color:Updates Title};
  78. font-family:'Karla', sans-serif;
  79. font-size:12px;
  80. font-style:normal;
  81. font-weight:normal;
  82. letter-spacing:0px;
  83. text-align:left;
  84. text-decoration:none;
  85. text-transform:none;
  86. }
  87.  
  88. .search input {
  89. background:transparent;
  90. border:none;
  91. color:{color:Updates Content};
  92. font-family:'Karla', sans-serif;
  93. font-size:12px;
  94. font-style:normal;
  95. font-weight:normal;
  96. letter-spacing:0px;
  97. margin-top:5px;
  98. text-decoration:none;
  99. text-align:justify;
  100. text-transform:none;
  101. width:100%;
  102. }
  103.  
  104. /** [end] an updates tab by extasisthemes // please don't delete this part **/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement