Advertisement
dylaenobriens

Updates Tab #2 Part #1

Aug 30th, 2013
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. /*BLACK CODING SCROLL DOWN FOR WHITE*/
  2.  
  3. #updates,#updatestab
  4. {
  5. letter-spacing:2px;
  6. font-size:17px;
  7. width:140px;
  8. text-transform:uppercase;
  9. font-family:calibri;
  10. left:0px;
  11. position:fixed;
  12. top:0px;
  13. padding:5px;
  14. text-align:center;
  15. background-color:#1a1a1a;
  16. color:#fff;
  17. }
  18. #updates
  19. {
  20. text-transform:none;
  21. font-size:11px;
  22. width:140px;
  23. position:fixed;
  24. top:27px;
  25. padding:5px;
  26. display:none;
  27. }
  28.  
  29. #cooltitles {
  30. font-size:10px;
  31. font-family:times new roman;
  32. padding:3px;
  33. background-color:white;
  34. color:#1a1a1a;
  35. }
  36.  
  37. /*WHITE VERSION*/
  38.  
  39. #updates,#updatestab
  40. {
  41. letter-spacing:2px;
  42. font-size:17px;
  43. width:100px;
  44. text-transform:uppercase;
  45. font-family:calibri;
  46. left:0px;
  47. position:fixed;
  48. top:0px;
  49. padding:5px;
  50. text-align:center;
  51. background-color:#fff;
  52. color:#9a9a9a;
  53. border:1px dotted #bbb8b8;
  54. }
  55. #updates
  56. {
  57. background-color:#fff;
  58. color:#9a9a9a;
  59. border:1px dotted #bbb8b8;
  60. text-transform:none;
  61. font-size:10px;
  62. width:100px;
  63. position:fixed;
  64. top:27px;
  65. padding:5px;
  66. display:none;
  67. }
  68.  
  69. #cooltitles {
  70. font-size:10px;
  71. font-family:calibri;
  72. padding:3px;
  73. background-color:#bbb8b8;
  74. color:#fff;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement