Advertisement
Psychism

reverse

Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. /*
  2. Credits:
  3. Layout/Theme Made By: Joanna
  4. Chatango: Jo
  5. Theme: Reverse
  6. Date: 10/21/14
  7. DO NOT REMOVE CREDITS AND/OR COPY LAYOUT/THEME
  8. Copyright: Creative Commons Attribution-NonCommercial 3.0 Unported License
  9. Best Viewed On Google Chrome.
  10. */
  11.  
  12.  
  13. logo_div, .fpix_header, .topad, .fpix_asl_table, .profile_text, .nc_profile, #left_container, #profilephoto, #flash_close_butt, #start_chat_but, .uppermenu, #buyers_ad, #flashcontent, .bottombar, .byline, .top-links {
  14. visibility: hidden !important;
  15. display: none !important;
  16. }
  17.  
  18. body, #layer {
  19. background-color: #000000;
  20. background-image: url('http://i1316.photobucket.com/albums/t618/JoJoTheAsian/QYYF9BI_zps688047e6.gif');
  21. background-repeat: repeat;
  22. }
  23.  
  24. #layer {
  25. position:absolute;
  26. top: 0px;
  27. left: 0px;
  28. width: 100%;
  29. height: 100%;
  30. overflow: auto;
  31. }
  32.  
  33. #container {
  34. position: absolute;
  35. top: 50%;
  36. left: 50%;
  37. margin-top: -145px;
  38. margin-left: -200px;
  39. height: 290px;
  40. width: 400px;
  41. word-wrap: break-word;
  42. }
  43.  
  44. #me {
  45. position: absolute;
  46. bottom: 0px;
  47. right: 0px;
  48. height: 250px;
  49. width: 400px;
  50. padding: 5px;
  51. border-radius: 10px;
  52. background-color: #FFFFFF;
  53. box-shadow: 10px 15px 5px 5px #333;
  54. }
  55.  
  56. .text {
  57. position: absolute;
  58. top: 75px;
  59. left: 20px;
  60. height: 175px;
  61. width: 375px;
  62. color: #000000;
  63. font: 10px Arial;
  64. overflow: auto;
  65. }
  66.  
  67. h1 {
  68. position: absolute;
  69. top: -35px;
  70. right: 40px;
  71. height: 20px;
  72. letter-spacing: 5px;
  73. padding: 10px;
  74. color: #333333;
  75. font: 35px 'Allura', cursive;
  76. text-shadow: 2px 0px 0px #CCCCCC;
  77. text-align: left;
  78. }
  79.  
  80. h2 {
  81. position: fixed;
  82. width: 385px;
  83. height: 20px;
  84. background-color: #FFFFFF;
  85. font: 25px Lobster;
  86. padding: 10px;
  87. color: #666666;
  88. text-align: right;
  89. border-bottom: dashed;
  90. }
  91.  
  92. a:link, a:active, a:visited {
  93. color: #CCCCCC;
  94. letter-spacing: 1px;
  95. text-decoration: none;
  96. -webkit-transition: all 0.6s ease-out;
  97. -moz-transition: all 0.6s ease-out;
  98. }
  99.  
  100. a:hover {
  101. text-shadow:2px 0px 0px #acacac, -2px 0px 0px #FFFFFF;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. width: 3px;
  106. height: 3px;
  107. padding: 3px;
  108. }
  109.  
  110. ::-webkit-scrollbar-track {
  111. background-color: #999999;
  112. }
  113.  
  114. ::-webkit-scrollbar-thumb {
  115. height: 3px;
  116. width: 3px;
  117. background-color: #666666;
  118. }
  119.  
  120. ::-webkit-scrollbar-track-piece {
  121. height: 3px;
  122. width: 3px;
  123. }
  124.  
  125. ::selection {
  126. background: #fff;
  127. color: #CCCCCC;
  128. }
  129.  
  130. ::-moz-selection {
  131. background: #fff;
  132. color: #CCCCCC;
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement