Guest User

FOR UPDATE BOXES

a guest
Dec 28th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. #updatesbar{
  2. position:absolute;
  3. margin-top:-24px;
  4. margin-left:-8px;
  5. padding:3px;
  6. padding-right:5px;
  7. text-align:right;
  8. width:106px;
  9. height:9px;
  10. background:#f59aaf; /*bar background*/
  11. border:1px solid #000000; /*matching border color with #box border looks best*/
  12. /*delete the following for no rounded edges*/
  13. -webkit-border-top-left-radius: 4px;
  14. -webkit-border-top-right-radius: 4px;
  15. -moz-border-radius-topleft: 4px;
  16. -moz-border-radius-topright: 4px;
  17. border-top-left-radius: 4px;
  18. border-top-right-radius: 4px;
  19. }
  20.  
  21. #updates{
  22. position:fixed;
  23. width:100px;
  24. margin-top:35px;
  25. margin-left:20px;
  26. padding-top:7px;
  27. padding-left:7px;
  28. padding-right:7px;
  29. padding-bottom:4px;
  30. font-family:consolas;
  31. font-size:10px;
  32. line-height:12px;
  33. background-color:#ffffff; /*background hex color code*/
  34. border:1px solid #000000; /*change color code for different colored borders*/
  35. color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
  36. z-index:999;
  37. /*delete the following for no shadows*/
  38. box-shadow:rgba(0,0,0,0.07)7px 7px;
  39. /*delete the following for no rounded edges*/
  40. -webkit-border-bottom-right-radius: 4px;
  41. -webkit-border-bottom-left-radius: 4px;
  42. -moz-border-radius-bottomright: 4px;
  43. -moz-border-radius-bottomleft: 4px;
  44. border-bottom-right-radius: 4px;
  45. border-bottom-left-radius: 4px;
  46. }
  47.  
  48. #guts,#click{
  49. padding:1px;
  50. display:inline-block;
  51. }
  52.  
  53. #click{
  54. margin-bottom:4px;
  55. padding:1px;
  56. text-transform:uppercase;
  57. letter-spacing:1px;
  58. text-align:center;
  59. background:#f4f4f4; /*tab 1 background color*/
  60. border:1px solid #f4f4f4;
  61. padding:1px;
  62. display:block;
  63. -webkit-transition: all 0.1s ease;
  64. -moz-transition: all 0.1s ease;
  65. transition: all 0.1s ease;
  66. /*delete the following for no rounded edges*/
  67. -webkit-border-radius: 4px;
  68. -moz-border-radius: 4px;
  69. border-radius: 4px;
  70. }
  71.  
  72. #click:hover{
  73. cursor:help;
  74. }
  75.  
  76. #click:active{
  77. background:#ffffff; /*color of tab when clicked*/
  78. }
  79.  
  80. #guts{
  81. padding:1px;
  82. display:none;
  83. }
  84.  
  85. #guts2,#click2{
  86. padding:1px;
  87. display:inline-block;
  88. }
  89.  
  90. #click2{
  91. margin-bottom:4px;
  92. padding:1px;
  93. text-transform:uppercase;
  94. letter-spacing:1px;
  95. text-align:center;
  96. background:#f4f4f4; /*tab 2 background color*/
  97. border:1px solid #f4f4f4;
  98. padding:1px;
  99. display:block;
  100. -webkit-transition: all 0.1s ease;
  101. -moz-transition: all 0.1s ease;
  102. transition: all 0.1s ease;
  103. /*delete the following for no rounded edges*/
  104. -webkit-border-radius: 4px;
  105. -moz-border-radius: 4px;
  106. border-radius: 4px;
  107. }
  108.  
  109. #click2:hover{
  110. cursor:help;
  111. }
  112.  
  113. #click2:active{
  114. background:#ffffff; /*color of tab when clicked*/
  115. }
  116.  
  117. #guts2{
  118. padding:1px;
  119. display:none;
  120. }
  121.  
  122. #guts3,#click3{
  123. padding:1px;
  124. display:inline-block;
  125. }
  126.  
  127. #click3{
  128. margin-bottom:4px;
  129. padding:1px;
  130. text-transform:uppercase;
  131. letter-spacing:1px;
  132. text-align:center;
  133. background:#f4f4f4; /*tab 3 background color*/
  134. border:1px solid #f4f4f4;
  135. padding:1px;
  136. display:block;
  137. -webkit-transition: all 0.1s ease;
  138. -moz-transition: all 0.1s ease;
  139. transition: all 0.1s ease;
  140. /*delete the following for no rounded edges*/
  141. -webkit-border-radius: 4px;
  142. -moz-border-radius: 4px;
  143. border-radius: 4px;
  144. }
  145.  
  146. #click3:hover{
  147. cursor:help;
  148. }
  149.  
  150. #click3:active{
  151. background:#ffffff; /*color of tab when clicked*/
  152. }
  153.  
  154. #guts3{
  155. padding:1px;
  156. display:none;
  157. }
  158.  
  159. #guts4,#click4{
  160. padding:1px;
  161. display:inline-block;
  162. }
  163.  
  164. #click4{
  165. margin-bottom:4px;
  166. padding:1px;
  167. text-transform:uppercase;
  168. letter-spacing:1px;
  169. text-align:center;
  170. background:#f4f4f4; /*tab 1 background color*/
  171. border:1px solid #f4f4f4;
  172. padding:1px;
  173. display:block;
  174. -webkit-transition: all 0.1s ease;
  175. -moz-transition: all 0.1s ease;
  176. transition: all 0.1s ease;
  177. /*delete the following for no rounded edges*/
  178. -webkit-border-radius: 4px;
  179. -moz-border-radius: 4px;
  180. border-radius: 4px;
  181. }
  182.  
  183. #click4:hover{
  184. cursor:help;
  185. }
  186.  
  187. #click4:active{
  188. background:#ffffff; /*color of tab when clicked*/
  189. }
  190.  
  191. #guts4{
  192. padding:1px;
  193. display:none;
  194. }
  195.  
  196.  
  197.  
  198. ---------------
  199. before </style>
  200. -----------------------------------------------------------------------------------------
  201. after <body>
  202. ---------------
  203.  
  204.  
  205.  
  206.  
  207. <div id="updates">
  208.  
  209. <!-- delete this part to take off bar and buttons-->
  210. <div id="updatesbar">
  211. <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
  212. <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
  213. <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
  214. </div>
  215. <!--end-->
  216.  
  217. <div id="click">TITLE</div>
  218. <div id="guts">
  219.  
  220. WRITE HERE
  221.  
  222. </div>
  223.  
  224. <div id="click2">TITLE</div>
  225. <div id="guts2">
  226.  
  227. WRITE HERE
  228.  
  229. </div>
  230.  
  231. <div id="click3">TITLE</div>
  232. <div id="guts3">
  233.  
  234. WRITE HERE
  235.  
  236. </div>
  237.  
  238. <div id="click4">TITLE</div>
  239. <div id="guts4">
  240.  
  241. WRITE HERE
  242.  
  243. </div>
  244.  
  245. </div>
Advertisement
Add Comment
Please, Sign In to add comment