BandThemes

updates tab 1:2

Jul 25th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. <!--paste the following in the orange bit after <style type="text/css"> , after you have done so, delete this bit of text-->
  2. #updatesbar{
  3. position:absolute;
  4. margin-top:-25px;
  5. margin-left:-9px;
  6. padding:3px;
  7. padding-right:5px;
  8. text-align:right;
  9. width:107px;
  10. height:13px;
  11. background:#000; /*bar background*/
  12. border-left:1px solid #ccc;
  13. border-right:1px solid #9f9f9f;
  14.  
  15. }
  16.  
  17. #updates{
  18. position:fixed;
  19. width:100px;
  20. top:100px;
  21. right:100px;
  22. padding-top:7px;
  23. padding-left:7px;
  24. padding-right:7px;
  25. padding-bottom:4px;
  26. font-family:consolas;
  27. font-size:10px;
  28. line-height:12px;
  29. background-color:#d8d8d8; /*background hex color code*/
  30. border-left:1px solid #ccc;
  31. border-right:1px solid #9f9f9f;
  32. border-bottom:1px solid #9f9f9f;
  33.  
  34. color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
  35. z-index:999;
  36.  
  37. }
  38.  
  39. #guts,#click{
  40. padding:1px;
  41. display:inline-block;
  42. }
  43.  
  44. #click{
  45. margin-bottom:4px;
  46. padding:1px;
  47. text-transform:uppercase;
  48. letter-spacing:1px;
  49. text-align:center;
  50. background:#d8d8d8; /*tab 1 background color*/
  51. border-right:1px #9f9f9f solid;
  52. border-bottom:1px #9f9f9f solid;
  53. border-left:1px #fff solid;
  54. border-top:1px #fff solid;
  55. padding:1px;
  56. display:block;
  57. -webkit-transition: all 0.1s ease;
  58. -moz-transition: all 0.1s ease;
  59. transition: all 0.1s ease;
  60.  
  61. }
  62.  
  63. #click:hover{
  64. cursor:context-menu;
  65. }
  66.  
  67. #click:active{
  68. border-right:1px #fff solid;
  69. border-bottom:1px #fff solid;
  70. border-left:1px #9f9f9f solid;
  71. border-top:1px #9f9f9f solid;
  72. }
  73.  
  74. #guts{
  75. padding:1px;
  76. display:none;
  77. }
  78.  
  79. #guts2,#click2{
  80. padding:1px;
  81. display:inline-block;
  82. }
  83.  
  84. #click2{
  85. margin-bottom:4px;
  86. padding:1px;
  87. text-transform:uppercase;
  88. letter-spacing:1px;
  89. text-align:center;
  90. background:#d8d8d8; /*tab 2 background color*/
  91. border:1px solid #f4f4f4;
  92. padding:1px;
  93. display:block;
  94. -webkit-transition: all 0.1s ease;
  95. -moz-transition: all 0.1s ease;
  96. transition: all 0.1s ease;
  97. border-right:1px #9f9f9f solid;
  98. border-bottom:1px #9f9f9f solid;
  99. border-left:1px #fff solid;
  100. border-top:1px #fff solid;
  101. }
  102.  
  103. #click2:hover{
  104. cursor:context-menu;
  105. }
  106.  
  107. #click2:active{
  108. border-right:1px #fff solid;
  109. border-bottom:1px #fff solid;
  110. border-left:1px #9f9f9f solid;
  111. border-top:1px #9f9f9f solid;
  112. }
  113.  
  114. #guts2{
  115. padding:1px;
  116. display:none;
  117. }
  118.  
  119. #guts3,#click3{
  120. padding:1px;
  121. display:inline-block;
  122. }
  123.  
  124. #click3{
  125. margin-bottom:4px;
  126. padding:1px;
  127. text-transform:uppercase;
  128. letter-spacing:1px;
  129. text-align:center;
  130. background:#d8d8d8; /*tab 3 background color*/
  131. border:1px solid #f4f4f4;
  132. padding:1px;
  133. display:block;
  134. -webkit-transition: all 0.1s ease;
  135. -moz-transition: all 0.1s ease;
  136. transition: all 0.1s ease;
  137. border-right:1px #9f9f9f solid;
  138. border-bottom:1px #9f9f9f solid;
  139. border-left:1px #fff solid;
  140. border-top:1px #fff solid;
  141. }
  142.  
  143. #click3:hover{
  144. cursor:context-menu;
  145. }
  146.  
  147. #click3:active{
  148. border-right:1px #fff solid;
  149. border-bottom:1px #fff solid;
  150. border-left:1px #9f9f9f solid;
  151. border-top:1px #9f9f9f solid;
  152. }
  153.  
  154. #guts3{
  155. padding:1px;
  156. display:none;
  157. }
Advertisement
Add Comment
Please, Sign In to add comment