alyxandria

GOLDEN GODDESS [ CSS ]

May 23rd, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. body {
  2. background-color: rgb(255, 255, 255);
  3. background-image: url();
  4. background-size: cover;
  5. }
  6.  
  7. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  8.  
  9. body, html { width: 100%; height: 100%; outline: 0px solid rgba(0, 0, 0, .3);
  10. outline-offset: -10px; }
  11.  
  12. #xg_body {
  13. left: auto;
  14. position: fixed;
  15. margin-top: 0px;
  16. }
  17.  
  18. div#xg_ad_below_header, div#xg_ad_below_footer {
  19. display: none!important;
  20. }
  21.  
  22. /* ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ᴛᴏᴜᴄʜ ᴛʜɪs */
  23.  
  24. body:after {
  25. content:"hk";
  26. font-family: georgia;
  27. font-size: 13px;
  28. letter-spacing: 2px;
  29. color: #6E6E6E!important;
  30. text-transform: uppercase;
  31. left: 40px;
  32. bottom: 40px;
  33. position: fixed;
  34. width: 24px;
  35. height: 16px;
  36. background-color: rgba(255, 255, 255, 0.5);
  37. padding: 7px;
  38. outline: 2px solid #ddd;
  39. box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.37), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  40. }
  41.  
  42. /* ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ᴛᴏᴜᴄʜ ᴛʜɪs */
  43.  
  44. /* MAIN + PSEUDOS */
  45.  
  46. div#xg_layout_column_1 {
  47. visibility: hidden;
  48. position: relative;
  49. overflow: hidden;
  50. top: -20px;
  51. left: 50px;
  52. width: 500px;
  53. height: 770px;
  54. }
  55.  
  56. div#xg_layout_column_2 {
  57. position: absolute;
  58. width: 450px;
  59. height: auto;
  60. top: 20px;
  61. font-size: 11px;
  62. left: 130px;
  63. background-color: #trans;
  64. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  65. color: #000;
  66. }
  67.  
  68. /* POP UP + BUTTON COLOURS */
  69.  
  70. .xg_floating_container.xg_lightborder {
  71. background-color: rgb(132, 132, 132);
  72. }
  73.  
  74. input.button.action-primary {
  75. background-color: rgb(193, 193, 193);
  76. }
  77.  
  78. input.button.submit {
  79. background-color: rgb(193, 193, 193);
  80. }
  81.  
  82. a.cancellink.action-secondary {
  83. color: rgb (255, 255, 255);
  84. }
  85.  
  86. a.xj_cancel.action-secondary {
  87. color: rgb (255, 255, 255);
  88. }
  89.  
  90. /* REMOVED CODES */
  91.  
  92. #xg_masthead, #xg_navigation, #xn_bar { display: none; } .xg_module_body.profile.vcard, .online, .account-links { display: none;} #xg_profile_activity{ display: none;} .xg_sprite { background: transparent;} a.send-message-link, dd.profile-like-button, dd.profile-social-buttons, a.xj_block_messages {display: none; }
  93.  
  94. h1, h2, h3, #xj_approvalBox, .module_groups, .module_blog, .xg_sprite.xg_sprite-add, .xg_module_comment_wall, .xg_chatBar, .xg_span-5, .module_feed, .module_about_user, .module_members, #xj_module_gift { display: none; } #xg_foot, p.left, p.right.xg_lightfont, #xg_sitedesc, img.poweredbyLogo { display: none!important; }
  95.  
  96. div.module_user_summary, .dy-avatar.dy-avatar-full-width, img#xj_photo_img_tag { display: none;}
  97.  
  98. .xg_module_head { display: auto; border-bottom: 0px solid #fff!important; }
  99.  
  100. ul.nobullets.last-child { display: none;}
  101.  
  102. a.xj_appearance_editor_profile { display: none;}
  103.  
  104. /* TEXT + LINK CODES */
  105.  
  106. a#add-as-friend-link {
  107. font-size: 14px;
  108. font-weight: 900;
  109. font-family: 'Playfair Display';
  110. font-style: italic!important;
  111. margin-top: 2px;
  112. letter-spacing: 1px;
  113. text-transform: lowercase;
  114. color: rgb(0, 0, 0)!important;
  115. -webkit-transition: 1s;
  116. text-shadow: 0px 1px 1px #111111;
  117. }
  118.  
  119. #xg_body a {
  120. color: auto!important;
  121. background-color: transparent;
  122. font-style: normal;
  123. -webkit-transition: 1s;
  124. }
  125.  
  126. p {
  127. color: auto!important;
  128. font-size: 11px;
  129. font-family: 'Tahoma';
  130. }
  131.  
  132. a {
  133. color: #000!important;
  134. }
  135.  
  136. ::selection {
  137. background: #c6f3f5;
  138. color: #ffffff;
  139. }
  140.  
  141. b, strong {
  142. color: auto;
  143. font-family: auto;
  144. font-size: auto;
  145. font-weight: 900;
  146. }
  147.  
  148. i, em {
  149. color: ;
  150. font-family: auto;
  151. font-size: auto;
  152. font-style: normal;
  153. letter-spacing: 2px;
  154. font-style: italic;
  155. line-height: 0px;
  156. }
  157.  
  158. u {
  159. text-decoration: underline;
  160. }
  161.  
  162.  
  163. /* EXTRA CODES */
  164.  
  165. ::-webkit-scrollbar {
  166. width: 10px;
  167. height: 40px;
  168. background: transparent;
  169. }
  170.  
  171. ::-webkit-scrollbar-thumb {
  172. background-color: rgba(255, 255, 255, 0.5);
  173. border: 0px solid rgba(30, 30, 30, 0.5);
  174. }
  175.  
  176. ::-webkit-scrollbar-corner {
  177. background: transparent;
  178. }
  179.  
  180. #container {
  181. position: fixed;
  182. width: 650px;
  183. height:400px;
  184. margin-left: 0px;
  185. margin-top: 30px;
  186. background-color: #trans;
  187. border: 0px solid #fff;
  188. padding: 0px;
  189. }
  190.  
  191. #mainimage {
  192. position: absolute;
  193. margin-top: 10px;
  194. margin-left: 100px;
  195. width: 400px;
  196. height: 450px;
  197. background: url(http://static.tumblr.com/xgi3ye1/kc8oqcyeg/12383243_844606762338524_1957927303_n.jpg) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  198. background-size: cover;
  199. border: 10px solid rgba(255, 255, 255, 1);
  200. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  201. filter: grayscale(.7);
  202. overflow: hidden;
  203. }
  204.  
  205. .characterfooter {
  206. position: absolute;
  207. width: 400px;
  208. height: 450px;
  209. background: rgba(0, 0, 0, .7);
  210. margin-left: 0px;
  211. margin-top: 400px;
  212. padding: 10px;
  213. padding-top: 15px;
  214. box-sizing: border-box;
  215. -webkit-transition: 1.5s all ease-in-out;
  216. }
  217.  
  218. .maintitle {
  219. width: 100px;
  220. color: #fff;
  221. text-transform: uppercase;
  222. text-align: left;
  223. font: 9px 'Monda';
  224. letter-spacing: 1px;
  225. border-bottom: 1px solid #fff;
  226. -webkit-transition: 1s all ease-in-out;
  227. }
  228.  
  229. #mainimage:hover .maintitle {
  230. opacity: 0;
  231. }
  232.  
  233. #mainimage:hover .characterfooter {
  234. margin-top: 0px;
  235. }
  236.  
  237. .chardesc {
  238. margin-top: 40px;
  239. margin-left: -355px;
  240. width: 300px;
  241. height: 130px;
  242. padding-top: 0px!important;
  243. padding: 10px;
  244. color: #fff;
  245. font: 7px 'Monda';
  246. text-transform: uppercase;
  247. text-align: justify;
  248. opacity: 1;
  249. transform: scale(0.9);
  250. overflow: auto;
  251. -webkit-transition: .8s all ease-in-out;
  252. }
  253.  
  254. #mainimage:hover .chardesc {
  255. margin-left: 30px;
  256. opacity: 1;
  257. transform: scale(1.0);
  258. -webkit-transition: 2.5s all ease-in-out;
  259. }
  260.  
  261. .charname {
  262. margin-top: 20px;
  263. margin-left: 0px;
  264. font: 13px 'Oswald';
  265. color: #fff;
  266. text-transform: uppercase;
  267. background: rgba(140, 140, 140, 1);
  268. padding: 10px;
  269. box-sizing: border-box;
  270. overflow: hidden;
  271. opacity: 0;
  272. transition: .8s all ease-in-out;
  273. }
  274.  
  275. #mainimage:hover .charname {
  276. margin-top: -20px;
  277. opacity: 1;
  278. -webkit-transition: 1.5s all ease-in-out;
  279. }
  280.  
  281. .links {
  282. z-index: 1!important;
  283. position: absolute;
  284. overflow: hidden;
  285. font: 13px 'Playfair Display';
  286. text-transform: lowercase;
  287. top: 300px;
  288. left: 100px;
  289. text-align: left;
  290. width: 200px;
  291. height: 200px!important;
  292. background: #;
  293. line-height: 50px;
  294. text-shadow: 0px 2px 2px #111:
  295. opacity: 0;
  296. -webkit-transition: 1.5s all ease-in-out;
  297. transform: scale(0.0);
  298. }
  299.  
  300. .links a {
  301. color: #fff!important;
  302. margin-left: 5px;
  303. padding: 10px;
  304. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  305. }
  306.  
  307. #mainimage:hover .links {
  308. top: 250px;
  309. opacity: 1;
  310. transform: scale(1.0);
  311. }
  312.  
  313. /* FONTS */
  314.  
  315. @font-face {
  316. font-family: 'Montserrat';
  317. font-style: normal;
  318. font-weight: 400;
  319. src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  320. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  321. }
  322.  
  323. @font-face {
  324. font-family: 'Roboto';
  325. font-style: normal;
  326. font-weight: 400;
  327. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  328. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  329. }
  330.  
  331. @font-face {
  332. font-family: 'Oswald';
  333. font-style: normal;
  334. font-weight: 400;
  335. src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/_P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  336. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  337. }
  338.  
  339. @font-face {
  340. font-family: 'Tahoma';
  341. font-style: normal;
  342. font-weight: 400;
  343. src: local('Tahoma'), url(https://fonts.gstatic.com/l/font?kit=uT4xUN-A31FyybSEXZkk1OvvDin1pK8aKteLpeZ5c0A&skey=9d22fae1754942f6&v=v8) format('woff2');
  344. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  345. }
  346.  
  347. @font-face {
  348. font-family: 'Playfair Display';
  349. font-style: normal;
  350. font-weight: 400;
  351. src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CRD8Ne_KjP89kA3_zOrHj8E.woff2) format('woff2');
  352. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  353. }
  354.  
  355. @font-face {
  356. font-family: 'Monda';
  357. font-style: normal;
  358. font-weight: 400;
  359. src: local('Monda Regular'), local('Monda-Regular'), url(https://fonts.gstatic.com/s/monda/v6/ChjMNN9DcSvFUU7hNHsyKaCWcynf_cDxXwCLxiixG1c.woff2) format('woff2');
  360. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  361. }
Advertisement
Add Comment
Please, Sign In to add comment