Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. /* User-chosen Profile Theme */
  2.  
  3. .panel{padding: 15px;}
  4. .panel h2{margin:-5px -5px 10px -5px;padding:5px 6px;background:#aaa;text-align:left;text-transform:uppercase;font-weight:bold;color:#fff;font-size:10px;}
  5. html { background: url(https://i.imgur.com/ahUK8ia.png) repeat; }
  6. body { background: url(https://i.imgur.com/ahUK8ia.png) no-repeat; }
  7. .panel h2{background:#9DACC1;color:#fff;}
  8. .panel{background:#fff;color:#000;}
  9. a{color:#D37B14;}
  10. #header a{color:#D37B14;}
  11.  
  12. /* User-specified Theme Background */
  13. html,body{background:url(https://i.imgur.com/ahUK8ia.png) }
  14.  
  15. /* User-specified Theme Override CSS */
  16.  
  17. /* Gaia Header */
  18. #gaia_header{
  19. background: rgba(0,0,0,.7) !important;
  20. border-bottom: 1px solid black;
  21. box-shadow: inset 0 0 10px black, 0 0 2px black;;}
  22.  
  23. #gaia_header ul{background: transparent !important;}
  24.  
  25. #gaia_header, #gaia_header ul{
  26. font-family: Arial;
  27. text-transform: uppercase;
  28. font-size: 10px !important;}
  29.  
  30. #gaia_header a{
  31. font-weight: lighter;
  32. color: white !important;
  33. transition: .5s all;}
  34.  
  35. #gaia_header a:hover{
  36. opacity: .5 !important;
  37. text-decoration: none;}
  38.  
  39. #header_left:after{
  40. content: '| Please do not XD unironically ';}
  41.  
  42. #header_left img {width:0px; height: 0px; padding: 0px 45px 24px 0px; background: url('http://i.imgur.com/F8CJ3AG.png') bottom no-repeat;}
  43.  
  44. /* Columns */
  45. #columns{
  46. top: 0px;
  47. left: 0px;
  48. height: 100% !important;
  49. width: 100% !important;}
  50.  
  51. /* Panels */
  52. .panel{
  53. padding: 0 10px 0 10px;
  54. overflow: hidden;
  55. position: fixed;
  56. font-family: Arial;
  57. background: rgba(0,0,0,.7);
  58. box-shadow: inset 0 0 10px black;
  59. border: 1px solid black;
  60. color: white;}
  61.  
  62. .panel:hover h2{background: rgba(0,0,0,.7);}
  63.  
  64. .panel h2{
  65. position: fixed;
  66. height: 13px;
  67. width: 110px;
  68. padding: 5px;
  69. border: 1px solid black;
  70. background: rgba(0,0,0,.7);
  71. box-shadow: inset 0 0 10px black, 0 0 2px black;;
  72. font-weight: lighter;
  73. text-align: center;
  74. z-index: 10;
  75. margin: 0px;
  76. visibility: visible !important;}
  77.  
  78. .panel a{
  79. color: white;
  80. opacity: .5;
  81. transition: .5s all;}
  82.  
  83. .panel a:hover{
  84. opacity: 1;
  85. text-decoration: none;}
  86.  
  87. /* Top Right */
  88. #id_wishlist h2{top: 30px; right: 10px;}
  89. #id_gifts h2{top: 30px; right: 135px;}
  90. #id_journal h2{top: 30px; right: 260px;}
  91. #id_signature h2{top: 30px; right: 385px;}
  92.  
  93. #id_wishlist, #id_gifts, #id_journal, #id_signature{
  94. border: 0px solid black;
  95. top: 57px;
  96. right: 10px;
  97. width: 475px;
  98. height: 0px;
  99. padding: 0 10px 0 10px;
  100. transition: .5s all;}
  101.  
  102. #id_wishlist:hover, #id_gifts:hover, #id_journal:hover, #id_signature:hover{
  103. border: 1px solid black;
  104. padding: 10px;
  105. height: 250px;
  106. overflow-y: auto;}
  107.  
  108. /* Bottom Right */
  109. #id_guilds h2{bottom: 10px; right: 10px;}
  110. #id_badges h2{bottom: 10px; right: 135px;}
  111. #id_aquarium h2{bottom: 10px; right: 260px;}
  112. #id_house h2{bottom: 10px; right: 385px;}
  113. #id_mycar h2{bottom: 10px; right: 510px;}
  114.  
  115. #id_guilds, #id_badges, #id_aquarium, #id_house, #id_mycar{
  116. border: 0px solid black;
  117. bottom: 27px;
  118. right: 10px;
  119. width: 600px;
  120. height: 0px;
  121. padding: 0 10px 0 10px;
  122. transition: .5s all;}
  123.  
  124. #id_guilds:hover, #id_badges:hover, #id_aquarium:hover, #id_house:hover, #id_mycar:hover{
  125. border: 1px solid black;
  126. padding: 10px;
  127. height: 250px;
  128. overflow-y: auto;}
  129.  
  130. /* Bottom Left */
  131. #id_comments h2{bottom: 10px; left: 10px;}
  132. #id_footprints h2{bottom: 10px; left: 135px;}
  133. #id_friends h2{bottom: 10px; left: 260px;}
  134. #id_interests h2{bottom: 10px; left: 385px;}
  135.  
  136. #id_comments, #id_footprints, #id_friends, #id_interests{
  137. border: 0px solid black;
  138. bottom: 27px;
  139. left: 10px;
  140. width: 475px;
  141. height: 0px;
  142. padding: 0 10px 0 10px;
  143. transition: .5s all;}
  144.  
  145. #id_comments:hover, #id_footprints:hover, #id_friends:hover, #id_interests:hover{
  146. border: 1px solid black;
  147. padding: 10px;
  148. height: 250px;
  149. overflow-y: auto;}
  150.  
  151. /* Top Left */
  152. #id_details h2, #id_contact h2{display: none;}
  153.  
  154. #id_about h2{top: 30px; left: 270px;}
  155. #id_store h2{top: 30px; left: 395px;}
  156. .custom_panel h2{top: 30px; left: 520px;}
  157.  
  158. #id_forum h2{top: 114px; left: 145px;}
  159.  
  160. #id_forum{
  161. border: 0px solid black;
  162. top: 141px;
  163. left: 145px;
  164. width: 100px !important;
  165. height: 0px !important;
  166. padding: 0 10px 0 10px;
  167. transition: .5s all;
  168. font-weight: lighter !important;}
  169.  
  170. #id_forum:hover{
  171. border: 1px solid black;
  172. padding: 10px;
  173. height: 80px !important;}
  174.  
  175. #id_details{
  176. top: 30px;
  177. left: 10px;
  178. width: 110px;
  179. height: 240px;
  180. padding: 10px 10px 0px 10px;
  181. box-shadow: 0 0 2px black;}
  182.  
  183. #id_details p{margin-bottom: 2px;}
  184.  
  185. #id_contact{
  186. top: 30px;
  187. left: 145px;
  188. padding: 0px;
  189. width: 110px;
  190. height: 60px;
  191. background: transparent;
  192. border: none;
  193. box-shadow: none;}
  194.  
  195. #id_contact ul li span,
  196. #id_contact ul li a{
  197. opacity: 1 !important;
  198. height: 13px !important;
  199. width: 110px !important;
  200. padding: 5px;
  201. border: 1px solid black;
  202. background: rgba(0,0,0,.7);
  203. box-shadow: inset 0 0 10px black, 0 0 2px black;;
  204. font-weight: lighter;
  205. text-align: center;
  206. z-index: 10;
  207. margin: 0px;
  208. color: white;
  209. position: fixed;
  210. text-transform: uppercase;}
  211.  
  212. #id_contact ul li:nth-child(1) span,
  213. #id_contact ul li:nth-child(1) a{
  214. top: 30px;}
  215.  
  216. #id_contact ul li:nth-child(2) span,
  217. #id_contact ul li:nth-child(2) a{
  218. top: 58px;}
  219.  
  220. #id_contact ul li:nth-child(3) span,
  221. #id_contact ul li:nth-child(3) a{
  222. top: 86px;}
  223.  
  224. #id_contact ul li span:hover,
  225. #id_contact ul li a:hover{background: rgba(0,0,0,.7);}
  226.  
  227. #id_about, #id_store, .custom_panel{
  228. border: 0px solid black;
  229. top: 57px;
  230. left: 270px;
  231. width: 350px !important;
  232. height: 0px !important;
  233. padding: 0 10px 0 10px;
  234. transition: .5s all;}
  235.  
  236. #id_about:hover, #id_store:hover, .custom_panel:hover{
  237. border: 1px solid black;
  238. padding: 10px;
  239. height: 250px !important;
  240. overflow-y: auto;}
  241.  
  242. #id_equipment h2{left: 10px; top: 285px; width: 120px;}
  243.  
  244. #id_equipment{
  245. border: 0px solid black;
  246. top: 312px;
  247. left: 10px;
  248. width: 110px !important;
  249. height: 0px !important;
  250. padding: 0 10px 0 10px;
  251. transition: .5s all;}
  252.  
  253. #id_equipment:hover{
  254. border: 1px solid black;
  255. padding: 10px;
  256. height: 100px !important;
  257. overflow-y: auto;}
  258.  
  259. /* Avatar Drop-Down Menu */
  260. .forum_userstatus{
  261. position: absolute;
  262. left: 5px;
  263. bottom: -5px;
  264. height: 15px;
  265. background: rgba(255,255,255,.1);
  266. border: 1px solid black;
  267. box-shadow: inset 0 0 5px black;}
  268.  
  269. .online, .offline{
  270. background: transparent !important;
  271. padding-top: 2px !important;
  272. padding-left: 10px !important;
  273. text-align: center !important;
  274. color: white !important;
  275. text-transform: uppercase;
  276. letter-spacing: 1px;
  277. font-size: 10px !important;}
  278.  
  279. #id_details .statuslinks{background: url(http://dl2.glitter-graphics.net/pub/3182/3182312fq3jotqn96.gif) no-repeat right center;}
  280.  
  281. #avatar_menu{
  282. background: rgba(0,0,0,.7);
  283. box-shadow: inset 0 0 10px black;
  284. border: 1px solid black;}
  285.  
  286. #avatar_menu a{
  287. text-align: center;
  288. font-family: Arial;
  289. color: white;
  290. font-size: 8px;
  291. text-transform: uppercase;
  292. letter-spacing: 0px;
  293. transition: .5s all;}
  294.  
  295. #avatar_menu a:hover{
  296. background: rgba(255,255,255,.2);
  297. letter-spacing: 1px;}
  298.  
  299. .menu_seperator{background: black !important;}
  300. }
  301.  
  302. /* Misc */
  303. #id_wishlist .item, #id_equipment .item{display: inline-block; float: none;}
  304.  
  305. #id_wishlist, #id_equipment{text-align: center;}
  306.  
  307. #alerts_banner, #find_friends_banner, .premium_sparkle, #avatar_menu+div+div, noscript+script+script+noscript+div[style*='display']~div {display:none;}
  308.  
  309. #id_mycar object, #id_aquarium object, #id_house object{display: none !important;}
  310. #id_mycar:hover object, #id_aquarium:hover object, #id_house:hover object{display: block !important;}
  311.  
  312. #gaia_header {display:block !important; position:relative !important; top:0px !important; left:0px !important; width:100% !important; height:25px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important;}
  313. #header_left {display:block !important; position:relative !important; top:0px !important; float:left !important; width:49% !important; height:25px !important; line-height:24px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important; text-align:left !important;}
  314. #header_right {display:block !important; position:relative !important; top:0px !important; right:0px !important; width:49% !important; height:25px !important; line-height:24px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important; text-align:right !important;}
  315. #header_left img {display:inline !important;}
  316. #header_left ul {display:inline !important;}
  317. #header_right ul {display:inline !important;}
  318. #header_left li {display:inline !important;}
  319. #header_right li {display:inline !important;}
  320. #header_left a {display:inline !important;}
  321. #header_right a {display:inline !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement