Advertisement
acerome

tanner's profile code

Nov 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .panel{
  2. overflow:hidden;
  3. }
  4.  
  5. #gaia_header:after {
  6. content: 'Coded by: Ty Trance';
  7. color: #CCC;
  8. position: fixed;
  9. left: 40%;
  10. bottom: 0%;
  11. overflow:hidden;
  12. font-size:15px;
  13. font-weight:bold;
  14. }
  15.  
  16. #gaia_header #header_left img {
  17. top: 0;
  18. vertical-align: middle;
  19. }
  20. #header_left img {
  21. display: inline !important;
  22. }
  23. #gaia_header a{
  24. line-height: 30px;
  25. transition: .2s all;
  26. font-size:20px;
  27. }
  28. #gaia_header a:hover {
  29. opacity: .3;
  30. text-decoration: none;
  31. }
  32. #header_left img {
  33. width: 0px;
  34. padding: 0 45px 0 0;
  35. background: url(http://i.imgur.com/wtwGGOm.png) bottom left no-repeat;
  36. }
  37. #gaia_header ul{
  38. color:transparent !important;
  39. }
  40. #header_left a:hover{
  41. color:#650178 !important;
  42. }
  43. #header_right a:hover{
  44. color:#c50000 !important;
  45. }
  46. #gaia_header, #header_left,#header_right{
  47. background: rgba(0,0,0,0)!important;
  48. text-transform: uppercase;
  49. font-size: 20px !important;
  50. }
  51. html,body{
  52. background:url('http://svgshare.com/i/3E3.svg') fixed;
  53. }
  54.  
  55. #id_wishlist div:hover{
  56. background:#0033ff;
  57. transition: 1s all;
  58. }
  59. .custom_panel img:hover{
  60. background:#0033ff;
  61. transition: 1s all;
  62. }
  63. #id_equipment div:hover{
  64. background:#650178;
  65. transition: 1s all;
  66. }
  67. .media_panel object{
  68. width: 100%;
  69. max-width:600px;
  70. height: 388px;
  71. }
  72. .panel{
  73. font-size: 100%;
  74. }
  75.  
  76. #id_equipment img, .item img, #column_2 > .custom_panel img {
  77. height: 50px;
  78. width: 50px;
  79. }
  80. #column_1:before,#column_3:before {
  81. bottom: 10px;
  82. }
  83. #column_1:before,#column_2:before,#column_3:before {
  84. content: '';
  85. height: 50px;
  86. width: 50px;
  87. background: no-repeat center center/auto 60px #000;
  88. position: fixed;
  89. transition: 1s all;
  90. background-size: auto;
  91. }
  92. #column_1:before {
  93. left: 10px;
  94. background-image:url(http://discordedharmony.com/upload/upload/5a0f862c3adc85.49768233.svg);
  95. border: 3px solid #650178;
  96. }
  97. #column_1:hover:before {
  98. left: -100px;
  99. }
  100. #column_2:before {
  101. left: 48%;
  102. background-image:url(http://svgshare.com/i/3Cq.svg);
  103. border: 3px solid #0033ff;
  104. top: 30px;
  105. }
  106. #column_2:hover:before {
  107. top: -100px;
  108. }
  109. #column_3:hover:before {
  110. right: -100px;
  111. }
  112. #column_3:before {
  113. right: 10px;
  114. background-image: url(http://discordedharmony.com/upload/upload/5a0f8661363dc3.12975590.svg);
  115. border: 3px solid #c50000;
  116. }
  117.  
  118. #column_1{
  119. left:-625px;
  120. }
  121. #column_1:hover{
  122. left:0px;
  123. }
  124. #column_1, #column_3{
  125. height: calc(100% - 40px);
  126. top: 0px !important;
  127. width: 90%;
  128. max-width:600px;
  129. }
  130. #column_1,#column_2,#column_3{
  131. float:none;
  132. position: fixed;
  133. margin: 0;
  134. background: rgba(0,0,0,.5);
  135. border: solid transparent;
  136. border-width: 30px 10px 10px 10px;
  137. overflow-y: auto;
  138. transition: 1s all;
  139. }
  140. #column_2:hover{
  141. top:0px;
  142. }
  143. #column_2{
  144. top: -650px;
  145. width: 100%;
  146. height: calc(80%);
  147. margin-left: -9px;
  148. max-height: 650px;
  149. }
  150. #column_3:hover{
  151. right:0%;
  152. }
  153. #column_3{
  154. right:-625px;
  155. }
  156. .panel h2{
  157. padding: 5px;
  158. margin: -5px -5px 5px -5px;
  159. font-size: 100%;
  160.  
  161. }
  162. #column_1 .panel h2{
  163. text-align:center;
  164. background: #650178;
  165. }
  166. #column_2 .panel h2{
  167. text-align:center;
  168. background: #0033ff;
  169. }
  170. #column_3 .panel h2{
  171. text-align:center;
  172. background: #c50000;
  173. }
  174. .panel {
  175. background: transparent;
  176. color: #fff;
  177. }
  178.  
  179. html::-webkit-scrollbar-track,.panel::-webkit-scrollbar-track,#column_1::-webkit-scrollbar-track,#column_2::-webkit-scrollbar-track,#column_3::-webkit-scrollbar-track
  180. {
  181. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  182. border-radius: 10px;
  183. background-color: rgba(0,0,0,0.6);
  184. }
  185. html::-webkit-scrollbar,.panel::-webkit-scrollbar, #column_1::-webkit-scrollbar,#column_2::-webkit-scrollbar,#column_3::-webkit-scrollbar
  186. {
  187. width: 12px;
  188. background-color: rgba(0,0,0,0.7);
  189. }
  190.  
  191. html::-webkit-scrollbar-thumb,.panel::-webkit-scrollbar-thumb,#column_1::-webkit-scrollbar-thumb,#column_2::-webkit-scrollbar-thumb,#column_3::-webkit-scrollbar-thumb
  192. {
  193. border-radius: 10px;
  194. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  195. background-color: #555;
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement