mik98

ashton (css)

Sep 26th, 2020 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1. body {
  2. background-color: rgb(0, 0, 0);
  3. background-image: url();
  4. background-size: cover;
  5. }
  6.  
  7. html,body{cursor: url(http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png), progress;}
  8.  
  9. #xg_body {
  10. left: auto;
  11. position: fixed!important;
  12. margin-top: -70px;
  13. margin-left: -30px;
  14. }
  15.  
  16. div#xg_ad_below_header, div#xg_ad_below_footer {
  17. display: none!important;
  18. }
  19.  
  20. div#xg_navigation {
  21. visibility: hidden;
  22. position: fixed;
  23. }
  24.  
  25. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  26. display: none;
  27. }
  28.  
  29.  
  30. div#xg_masthead {
  31. position: relative;
  32. }
  33.  
  34. div#xn_bar {
  35. display: none;
  36. }
  37.  
  38. #xg_body:before {
  39. content:""; /* CHANGE TEXT HERE */
  40. position: absolute;
  41. top: 125px;
  42. left: 245px;
  43. font: 11px 'Roboto';
  44. color: #000;
  45. text-transform: lowercase;
  46. text-align: justify;
  47. width: 590px;
  48. height: 390px;
  49. background: #111;
  50. padding-top: 220px!important;
  51. padding: 60px;
  52. box-sizing: border-box;
  53. overflow: hidden;
  54. border-radius: 6px;
  55. border: 7px solid #444;
  56.  
  57.  
  58. }
  59.  
  60. div#xg_layout_column_1 {
  61. position: relative;
  62. z-index: 1;
  63. top: 100px;
  64. left: 100px;
  65. width: 800px;
  66. height: auto;
  67. overflow: hidden;
  68. background: #;
  69. }
  70.  
  71. div#xg_layout_column_1:before {
  72. content:"";
  73. position: absolute;
  74. width: 230px;
  75. height: 295px;
  76. top: 55px;
  77. left: 460px;
  78. background: url(https://storage.ning.com/topology/rest/1.0/file/get/7971500864?profile=original) 0px 0px repeat; /* CHANGE IMAGE HERE */
  79. background-size: cover;
  80. -webkit-filter: grayscale(0.2);
  81. border-radius: 9px;
  82.  
  83. }
  84.  
  85. div#xg_layout_column_1:after {
  86. content:"";
  87. position: absolute;
  88. background: rgb(255, 255, 255);
  89. top: 85px;
  90. left: 405px;
  91. width: 80px;
  92. height: 80px;
  93. background: url(https://64.media.tumblr.com/4a28c4d52a589da99cf520a2e9019d4a/tumblr_pzmvezXJ961sfyxf8o2_400.png) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  94. background-size: cover;
  95. filter: grayscale(15);
  96. border-radius: 100px;
  97. border: 15px solid #111;
  98.  
  99. }
  100.  
  101.  
  102. div.module_user_summary:after {
  103. z-index: -100!important;
  104. visibility: visible;
  105. content:"she was wild but some of us need the storm to feel safe";
  106. color: #fff;
  107. position: absolute;
  108. top: 370px;
  109. left: 310px;
  110. width: 415px;
  111. height: 50px;
  112. background: trans;
  113. background-size: cover;
  114. filter: grayscale(0);
  115. font: 15px 'biysk';
  116. font-weight: bold;
  117. text-align: center;
  118. padding: 5px;
  119. }
  120.  
  121. @font-face { font-family: 'coco'; src: url('https://dl.dropboxusercontent.com/s/4vcb8fmr2luxzyk/Cocogoose%20Pro-trial.ttf') ;}
  122.  
  123. @font-face { font-family: biysk; src: url('https://dl.dropboxusercontent.com/s/ybgjttm22pow1n7/Biysk.ttf') ; }
  124.  
  125. @font-face { font-family: "hollanda"; src: url('https://dl.dropboxusercontent.com/s/5ez5g189i6aozdi/Hollanda.ttf'); ;}
  126.  
  127.  
  128. div.xg_span-16:before {
  129. visibility: visible!important;
  130. z-index: 1;
  131. content:"• ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ • ◦ •"; /* CHANGE TEXT HERE */
  132. position: absolute;
  133. top: 135px;
  134. left: 380px;
  135. width: 220px;
  136. height: 320px;
  137. font: 15px 'Montserrat';
  138. font-weight: bold;
  139. overflow: hidden;
  140. box-sizing: border-box;
  141. padding: 10px;
  142. text-transform: lowercase;
  143. text-align:center;
  144. background: #trans;
  145. color: #fff;
  146. letter-spacing: 23px;
  147. line-height: 40px;
  148. }
  149.  
  150.  
  151. .dy-avatar.dy-avatar-full-width:before {
  152. visibility: visible;
  153. z-index: 100;
  154. content:"hurricane"; /* CHANGE TEXT HERE */
  155. position: absolute;
  156. top: 155px;
  157. left: 80px;
  158. width: 300px;
  159. height: 45px;
  160. font: 28px 'Haymaker';
  161. font-weight: bold;
  162. text-align: center;
  163. overflow: hidden;
  164. box-sizing: border-box;
  165. line-height: 30px;
  166. padding: 10px;
  167. text-transform: lowercase;
  168. background: #trans;
  169. color: #fff;
  170. letter-spacing: 8px;
  171. transform: rotate(-90deg);
  172.  
  173. }
  174.  
  175. @font-face{font-family: Haymaker ;src:url(https://static.tumblr.com/9wzbixa/OYnmj2ji0/haymaker.ttf);}
  176.  
  177.  
  178. @font-face { font-family: "hollanda"; src: url('https://dl.dropboxusercontent.com/s/5ez5g189i6aozdi/Hollanda.ttf'); ;}
  179.  
  180. div#xg_layout_column_2 {
  181. position: absolute;
  182. z-index: 100!important;
  183. width: 820px;
  184. height: 40px;
  185. top: 70px;
  186. font-size: 11px;
  187. left: 9%;
  188. background: #trans;
  189. font-family:'Roboto';
  190. color: #fff;
  191. -moz-transition: all 0.5s ease-out;
  192. -o-transition: all 0.5s ease-out;
  193. }
  194.  
  195. div.module_user_summary {
  196. visibility: hidden;
  197. }
  198.  
  199. .dy-avatar.dy-avatar-full-width {
  200. z-index: -1!important;
  201. width: 900px;
  202. margin-left: 0px;
  203. margin-top: 0px;
  204. height: 30px;
  205. background: #trans;
  206. }
  207.  
  208. img#xj_photo_img_tag {
  209. visibility: hide;
  210. z-index: 1!important;
  211. width: 120px!important;
  212. height: 120px!important;
  213. margin-left: 550px;
  214. margin-top: 105px;
  215. border: 5px solid #fff;
  216. border-radius: 100px;
  217. transition:all 0.3s ease-in-out;
  218. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  219. }
  220.  
  221. div.xg_span-16 {
  222. visibility: visible;
  223. z-index: -1!important;
  224. }
  225.  
  226. div.xg_3col {
  227. visibility: visible;
  228. }
  229.  
  230. /* POP UP + BUTTON COLOURS */
  231.  
  232. .xg_floating_container.xg_lightborder {
  233. background-color: rgb(132, 132, 132);
  234. }
  235.  
  236. input.button.action-primary {
  237. background-color: rgb(85, 85, 85);
  238. }
  239.  
  240. p.buttongroup {
  241. background-color: rgb(170, 170, 170);
  242. padding: 5px;
  243. }
  244.  
  245. a.xj_cancel.action-secondary {
  246. color: rgb (255, 255, 255);
  247. }
  248.  
  249. /* REMOVED CODES */
  250.  
  251. .online {
  252. display: none;
  253.  
  254. }
  255.  
  256. .xg_module_body.profile.vcard {
  257. display: none;
  258. }
  259.  
  260. .account-links {
  261. display: none;
  262.  
  263. }
  264.  
  265. #xg_foot {
  266. display: none;
  267. }
  268.  
  269. p.left {
  270. display: none;
  271. }
  272.  
  273. p.right.xg_lightfont {
  274. display: none;
  275. }
  276.  
  277. #xg_sitedesc {
  278. display: none;
  279. }
  280.  
  281. #xg_sitename {
  282. display: none;
  283. }
  284.  
  285. img.poweredbyLogo {
  286. display: none;
  287. }
  288.  
  289. .xg_module_head {
  290. display: auto;
  291. border-bottom: 0px solid #fff!important;
  292. }
  293.  
  294. #xg_profile_activity{
  295. display:none;
  296. }
  297.  
  298. .xg_sprite {
  299. background: transparent;
  300. }
  301.  
  302. a.send-message-link {
  303. display: none;
  304. }
  305.  
  306. dd.profile-like-button {
  307. display: none;
  308. }
  309.  
  310. dd.profile-social-buttons {
  311. display: none;
  312. }
  313.  
  314. .module_blog {
  315. display: none!important;
  316. }
  317.  
  318. a.xj_block_messages {
  319. display: none;
  320. }
  321.  
  322. h1, h2, h3, #xj_approvalBox, .module_groups, .xg_sprite.xg_sprite-add, .xg_module_comment_wall, .xg_chatBar, .xg_span-5, .module_feed, .module_about_user, .module_members, #xj_module_gift {
  323. display: none;
  324. }
  325.  
  326. ul.nobullets.last-child {
  327. display: none;
  328. }
  329.  
  330. span.fn {
  331. display: none;
  332. }
  333.  
  334. span.fn:before {
  335. content:"";
  336. }
  337.  
  338. a.xj_appearance_editor_profile {
  339. display: none;
  340. }
  341.  
  342. .xg_module.topmsg.birthday_msg {
  343. display: none!important;
  344. }
  345.  
  346. /* TEXT + LINK CODES*/
  347.  
  348. a#add-as-friend-link {
  349. position: fixed;
  350. font-size: 20px;
  351. font-weight: 900;
  352. font-family: 'Playfair Display';
  353. margin-top: 89px;
  354. margin-left: -120px;
  355. letter-spacing: 2px;
  356. text-transform: uppercase;
  357. text-align: right;
  358. color: rgb(255, 255, 255)!important;
  359. -webkit-transition: ease-in-out 0.6s;
  360. -webkit-transition-duration: 700ms;
  361. text-shadow: 0px 2px 2px #111111;
  362. transform: rotate(-90deg);
  363. }
  364.  
  365. #xg_body a {
  366. color: auto!important;
  367. background-color: transparent;
  368. font-style: normal;
  369. -webkit-transition: 1s;
  370.  
  371. }
  372.  
  373. p {
  374. color: auto!important;
  375. font-size: 11px;
  376. font-family: 'Tahoma';
  377. }
  378.  
  379.  
  380. ::selection {
  381. background: #c6f3f5;
  382. color: #ffffff;
  383. }
  384.  
  385. ::-webkit-scrollbar {
  386. width: 4px;
  387. height: 0px;
  388. background: transparent;
  389. }
  390.  
  391. ::-webkit-scrollbar-thumb {
  392. background: #aaa;
  393. border-radius: 4px;
  394. }
  395.  
  396. ::-webkit-scrollbar-corner {
  397. background: transparent;
  398. }
  399.  
  400. .xg_3col:after {
  401. z-index: 99!important;
  402. visibility: visible;
  403. content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et."; /* CHANGE TEXT HERE */
  404. position: absolute;
  405. top: 415px;
  406. left: 215px;
  407. width: 180px;
  408. height: 120px;
  409. font: 11px 'corals';
  410. font-weight: 900;
  411. color: #fff;
  412. overflow: hidden;
  413. text-transform: lowercase;
  414. text-align: center;
  415. padding-top: 15px!important;
  416. background: #222;
  417. filter:grayscale(25%);
  418. line-height: 20px;
  419. padding: 5px;
  420. letter-spacing: 0.5px;
  421. border-radius: 6px;
  422. border: 2px solid #444;
  423.  
  424.  
  425. }
  426.  
  427. @font-face { font-family: 'corals'; src: url('https://dl.dropboxusercontent.com/s/937031m5ouborf1/TT_Corals_Thin-DEMO.otf') ;}
  428.  
  429. .xg_3col:before {
  430. visibility: visible!important;
  431. z-index: 100;
  432. content:"ashton"; /* CHANGE TEXT HERE */
  433. position: absolute;
  434. top: 301px;
  435. left: 565px;
  436. width: 229px;
  437. height: 40px;
  438. font: 35px 'dalmatins';
  439. box-sizing: border-box;
  440. padding: 10px;
  441. background: trans;
  442. border:solid #trans 1px;
  443. color: #111;
  444. border-radius: 4px 4px 0px 0px;
  445. text-align:center;
  446. animation-name: blinker;
  447. animation-duration: 1.5s;
  448. animation-timing-function: linear;
  449. animation-iteration-count: infinite;}
  450.  
  451. @keyframes blinker {
  452. 0% { opacity: 1.0; }
  453. 50% { opacity: 0.0; }
  454. 100% { opacity: 1.0; }
  455. }
  456.  
  457. @font-face { font-family: "dalmatins"; src: url('https://dl.dropboxusercontent.com/s/vt2bux883emjhf3/Dalmatins.otf') ;}
  458.  
  459. #link {
  460. z-index: 101;
  461. display: inline-block;
  462. position: fixed;
  463. width: 320px;
  464. height: 215px;
  465. -webkit-transition-duration: 0.8s;
  466. -moz-transition-duration: 0.8s;
  467. opacity: 0.7;
  468. margin-top: 410px;
  469. margin-left: 130px;
  470. padding: 0px 15px 10px 0px;
  471. line-height: 10px;
  472. -webkit-filter: grayscale(10) brightness(100%);
  473. border-radius:6px;
  474.  
  475. }
  476.  
  477. #link a.links {
  478. display: inline-block;
  479. width: 30px;
  480. height: 0px;
  481. text-align: center;
  482. text-transform: uppercase;
  483. line-height: 0px;
  484. color: #fff;
  485. text-shadow: 0px 0px 6px #FFFFFF;
  486. font-size: 0px;
  487. font-family: 'beckman';
  488. -webkit-transition: all 0.5s ease-in-out;
  489. -moz-transition: all 0.5s ease-in-out;
  490. -o-transition: all 0.5s ease-in-out;
  491. -ms-transition: all 0.5s ease-in-out;
  492. transition: all 0.5s ease-in-out;
  493. margin: 7px;
  494. -webkit-filter: grayscale(0) contrast(105%);
  495.  
  496. }
Add Comment
Please, Sign In to add comment