mik98

spencer - css

Oct 16th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. body {
  2. background-color: #000;
  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: -40px;
  13. }
  14.  
  15. div#xg_ad_below_header, div#xg_ad_below_footer {
  16. display: none!important;
  17. }
  18.  
  19. div#xg_navigation {
  20. visibility: hidden;
  21. position: fixed;
  22. }
  23.  
  24. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  25. display: none;
  26. }
  27.  
  28.  
  29. div#xg_masthead {
  30. position: relative;
  31. }
  32.  
  33. div#xn_bar {
  34. display: none;
  35. }
  36.  
  37.  
  38. div#xg_layout_column_1 {
  39. position: relative;
  40. z-index: 1;
  41. top: 100px;
  42. left: 100px;
  43. width: 800px;
  44. height: auto;
  45. overflow: auto;
  46. background: #;
  47. }
  48.  
  49. div#xg_layout_column_1:before {
  50. content:"";
  51. position: absolute;
  52. width: 700px;
  53. height: 425px;
  54. top: 25px;
  55. left: 80px;
  56. background: #111;
  57. border: 1px solid grey;
  58.  
  59. background-size: cover;
  60. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  61. -webkit-filter: grayscale(1);
  62. }
  63.  
  64. div#xg_layout_column_1:after {
  65. content:"";
  66. position: absolute;
  67. z-index: 100;
  68. background: rgb(255, 255, 255);
  69. top: 155px;
  70. left: 10px;
  71. width: 235px;
  72. height: 185px;
  73. background: url(https://i.pinimg.com/originals/30/d5/f8/30d5f8f4e61ac2670e6e72c1f91644c0.gif) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  74. background-size: cover;
  75. filter: grayscale(1);
  76.  
  77. border-radius: 10px;
  78. }
  79.  
  80. div.module_user_summary:before {
  81. z-index: 100!important;
  82. visibility: visible!important;
  83. content:"";
  84. position: absolute;
  85. top: 40px;
  86. left: 470px;
  87. width: 300px;
  88. height: 400px;
  89. background: #222;
  90. background-size: cover;
  91. filter: grayscale(1);
  92. }
  93.  
  94.  
  95.  
  96.  
  97.  
  98. div.module_user_thumbnail:before {
  99. opacity: 10;
  100. visibility: visible;
  101. content:"GRAVITY BLUE KING"; /* CHANGE TEXT HERE */
  102. position: absolute;
  103. z-index: 100;
  104. top: 205px;
  105. left: 500px;
  106. width: 255px;
  107. height: 215px;
  108. font: 15px 'maszyna royal';
  109. font-weight: 900;
  110. color: #fff;
  111. overflow: auto;
  112. text-transform: uppercase;
  113. text-align: center;
  114. padding-top: 5px!important;
  115. padding: 10px;
  116. box-sizing: border-box;
  117. background: #trans;
  118. border: 1px solid trans;
  119. }
  120.  
  121. div.module_user_thumbnail:after {
  122. opacity: 10;
  123. visibility: visible;
  124. content:"2 6 • a r i e s • s i n g l e • f a t h e r "; /* CHANGE TEXT HERE */
  125. position: absolute;
  126. top: 60px;
  127. left: 425px;
  128. width: 20px;
  129. height: 410px;
  130. font: 16px 'maszyna royal';
  131. font-weight: 900;
  132. color: #aaa;
  133. overflow: auto;
  134. text-transform: uppercase;
  135. text-align: center;
  136. background: trans;
  137.  
  138. }
  139.  
  140. @font-face{font-family:"maszyna royal";src:url('https://static.tumblr.com/it5srtk/dT5orvvwu/maszynaroyaldark.ttf');}
  141.  
  142. .xg_span-16:after{
  143. z-index: 100;
  144. content:"STORM KARIUS KING"; /* CHANGE TEXT HERE */
  145. position: absolute;
  146. font-family: 'maszyna royal';
  147. font-size: 15px;
  148. top: 150px;
  149. left: 640px;
  150. width: 180px;
  151. height: 80px;
  152. border-radius:6px;
  153. background: #trans
  154. }
  155.  
  156.  
  157.  
  158. #xg_body:before {
  159. z-index: 100;
  160. content:"ROMANCE AND EXTRA"; /* CHANGE TEXT HERE */
  161. position: absolute;
  162. font-family: 'maszyna royal';
  163. font-size: 15px;
  164. top: 470px;
  165. left: 640px;
  166. width: 180px;
  167. height: 80px;
  168. border-radius:6px;
  169. background: #trans
  170. }
  171.  
  172.  
  173. .xg_3col:after {
  174. z-index: 100!important;
  175. visibility: visible;
  176. content:""; /* CHANGE TEXT HERE */
  177. position: absolute;
  178. top: 180px;
  179. left: 580px;
  180. width: 110px;
  181. height: 100px;
  182. font: 10px 'maszyna royal';
  183. line-height: 10px;
  184. font-weight: 900;
  185. color: #000;
  186. overflow: auto;
  187. text-transform: uppercase;
  188. text-align: center;
  189. padding-top: 5px!important;
  190. padding: 10px;
  191. background: url(https://pbs.twimg.com/media/ETfRK6nX0AAJJxN.jpg) 0px 0px;
  192. background-size: 100%;
  193.  
  194. }
  195.  
  196.  
  197.  
  198. @font-face { font-family: "neothic"; src: url('https://dl.dropboxusercontent.com/s/7xnovmworqjoaw0/Neothic.ttf'); }
  199.  
  200. .dy-avatar.dy-avatar-full-width:after {
  201. opacity: 10;
  202. z-index: 100!important;
  203. visibility: visible;
  204. content:""; /* CHANGE TEXT HERE */
  205. position: absolute;
  206. top: 140px;
  207. left: 0px;
  208. width: 235px;
  209. height: 195px;
  210. font: 12px 'Roboto';
  211. font-weight: 900;
  212. color: #000;
  213. overflow: auto;
  214. text-transform: uppercase;
  215. text-align: center;
  216. padding-top: 5px!important;
  217. padding: 10px;
  218. background: #111;
  219. border: 1px solid grey;
  220. }
  221.  
  222. .xg_3col:before {
  223. z-index: 100!important;
  224. visibility: visible;
  225. content:""; /* CHANGE TEXT HERE */
  226. position: absolute;
  227. top: 337px;
  228. left: 580px;
  229. width: 110px;
  230. height: 100px;
  231. font: 10px 'maszyna royal';
  232. font-weight: 900;
  233. color: rgba(0,0,0,0.7);
  234. line-height:10px;
  235. overflow: auto;
  236. text-transform: uppercase;
  237. text-align: center;
  238. padding-top: 5px!important;
  239. padding: 10px;
  240. background: url(https://data.whicdn.com/images/276554852/original.jpg) 0px 0px;
  241. background-size: 100%;
  242.  
  243. }
  244.  
  245. .dy-avatar.dy-avatar-full-width:before {
  246. visibility: visible;
  247. z-index: 100;
  248. content:"SPENCER COLE KING SPENCER COLE KING"; /* CHANGE TEXT HERE */
  249. position: absolute;
  250. top: 40px;
  251. left: 85px;
  252. width: 340px;
  253. height: 85px;
  254. font: 23px 'orbitron';
  255. font-weight: bold;
  256. text-align: center;
  257. overflow: auto;
  258. box-sizing: border-box;
  259. line-height: 40px;
  260. padding: 10px;
  261. text-transform: uppercase;
  262. background: #trans;
  263. color: #fff;
  264. }
  265.  
  266. @font-face { font-family: "mafia hollow"; src: url('https://dl.dropboxusercontent.com/s/ctnvmvdvflu2xoc/MafiaHollow.ttf'); }
  267.  
  268.  
  269. @font-face{font-family:"orbitron";src:url('https://static.tumblr.com/it5srtk/ersorwpjx/orbitron-medium.ttf');}
  270.  
  271.  
  272. div#xg_layout_column_2 {
  273. position: absolute;
  274. z-index: 100!important;
  275. width: 820px;
  276. height: 40px;
  277. top: 70px;
  278. font-size: 11px;
  279. left: 9%;
  280. background: #trans;
  281. font-family:'Roboto';
  282. color: #fff;
  283. -moz-transition: all 0.5s ease-out;
  284. -o-transition: all 0.5s ease-out;
  285. }
  286.  
  287. div.module_user_summary {
  288. visibility: hidden;
  289. }
  290.  
  291. .dy-avatar.dy-avatar-full-width {
  292. z-index: -1!important;
  293. width: 9100px;
  294. margin-left: 0px;
  295. margin-top: 0px;
  296. height: 30px;
  297. background: #trans;
  298. }
  299.  
  300. img#xj_photo_img_tag {
  301. visibility: hide;
  302. z-index: 1!important;
  303. width: 120px!important;
  304. height: 120px!important;
  305. margin-left: 550px;
  306. margin-top: 105px;
  307. border: 5px solid #fff;
  308. border-radius: 100px;
  309. transition:all 0.3s ease-in-out;
  310. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  311. }
  312.  
  313. div.xg_span-16 {
  314. visibility: visible;
  315. z-index: -1!important;
  316. }
  317.  
  318. div.xg_3col {
  319. visibility: visible;
  320. }
  321.  
  322. /* POP UP + BUTTON COLOURS */
  323.  
  324. .xg_floating_container.xg_lightborder {
  325. background-color: rgb(132, 132, 132);
  326. }
  327.  
  328. input.button.action-primary {
  329. background-color: rgb(85, 85, 85);
  330. }
  331.  
  332. p.buttongroup {
  333. background-color: rgb(170, 170, 170);
  334. padding: 5px;
  335. }
  336.  
  337. a.xj_cancel.action-secondary {
  338. color: rgb (255, 255, 255);
  339. }
  340.  
  341. /* REMOVED CODES */
  342.  
  343. .online {
  344. display: none;
  345.  
  346. }
  347.  
  348. .xg_module_body.profile.vcard {
  349. display: none;
  350. }
  351.  
  352. .account-links {
  353. display: none;
  354.  
  355. }
  356.  
  357. #xg_foot {
  358. display: none;
  359. }
  360.  
  361. p.left {
  362. display: none;
  363. }
  364.  
  365. p.right.xg_lightfont {
  366. display: none;
  367. }
  368.  
  369. #xg_sitedesc {
  370. display: none;
  371. }
  372.  
  373. #xg_sitename {
  374. display: none;
  375. }
  376.  
  377. img.poweredbyLogo {
  378. display: none;
  379. }
  380.  
  381. .xg_module_head {
  382. display: auto;
  383. border-bottom: 0px solid #fff!important;
  384. }
  385.  
  386. #xg_profile_activity{
  387. display:none;
  388. }
  389.  
  390. .xg_sprite {
  391. background: transparent;
  392. }
  393.  
  394. a.send-message-link {
  395. display: none;
  396. }
  397.  
  398. dd.profile-like-button {
  399. display: none;
  400. }
  401.  
  402. dd.profile-social-buttons {
  403. display: none;
  404. }
  405.  
  406. .module_blog {
  407. display: none!important;
  408. }
  409.  
  410. a.xj_block_messages {
  411. display: none;
  412. }
  413.  
  414. 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 {
  415. display: none;
  416. }
  417.  
  418. ul.nobullets.last-child {
  419. display: none;
  420. }
  421.  
  422. span.fn {
  423. display: none;
  424. }
  425.  
  426. span.fn:before {
  427. content:"";
  428. }
  429.  
  430. a.xj_appearance_editor_profile {
  431. display: none;
  432. }
  433.  
  434. .xg_module.topmsg.birthday_msg {
  435. display: none!important;
  436. }
  437.  
  438. /* TEXT + LINK CODES*/
  439.  
  440. a#add-as-friend-link {
  441. position: fixed;
  442. font-size: 20px;
  443. font-weight: 900;
  444. font-family: 'Playfair Display';
  445. margin-top: 89px;
  446. margin-left: -120px;
  447. letter-spacing: 2px;
  448. text-transform: uppercase;
  449. text-align: right;
  450. color: rgb(255, 255, 255)!important;
  451. -webkit-transition: ease-in-out 0.6s;
  452. -webkit-transition-duration: 700ms;
  453. text-shadow: 0px 2px 2px #111111;
  454. transform: rotate(-90deg);
  455. }
  456.  
  457. #xg_body a {
  458. color: auto!important;
  459. background-color: transparent;
  460. font-style: normal;
  461. -webkit-transition: 1s;
  462.  
  463. }
  464.  
  465. p {
  466. color: auto!important;
  467. font-size: 11px;
  468. font-family: 'Tahoma';
  469. }
  470.  
  471.  
  472. ::selection {
  473. background: #c6f3f5;
  474. color: #ffffff;
  475. }
  476.  
  477. ::-webkit-scrollbar {
  478. width: 4px;
  479. height: 0px;
  480. background: transparent;
  481. }
  482.  
  483. ::-webkit-scrollbar-thumb {
  484. background: #111;
  485. border-radius: 4px;
  486. }
  487.  
  488. ::-webkit-scrollbar-corner {
  489. background: transparent;
  490. }
  491.  
  492.  
  493.  
  494. #links {
  495. z-index: 1!important;
  496. position: fixed;
  497. overflow: auto;
  498. font: 15px 'Roboto';
  499. text-transform: lowercase;
  500. margin-top: 190px;
  501. margin-left: 285px;
  502. text-align: left;
  503. width: 110px;
  504. height: 115px!important;
  505. background: #trans;
  506. line-height: 45px;
  507. }
  508.  
  509. #links a {
  510. color: #fff!important;
  511. margin-left: 20px;
  512. padding-left:10px;
  513. padding: 5px;
  514. -webkit-transition: all 0.7s ease;
  515. }
  516.  
  517.  
  518. #links a {
  519. color: #222!important;
  520. background: #222;
  521. border: 3px solid grey;
  522. border-radius: 20%;
  523. padding: 5px;
  524. margin: 5px;
  525. -webkit-transition: all 0.7s ease;
  526. }
  527.  
  528.  
  529.  
  530. .bio {
  531. width: 120px;
  532. height: 98px;
  533. margin-left: 620px;
  534. margin-top: 90px;
  535. font-family: 'maszyna royal';
  536. color: #aaa;
  537. font-style: normal;
  538. overflow: scroll;
  539. font-size: 9px;
  540. text-align: center;
  541. line-height: 15px;
  542. letter-spacing: 1px;
  543. background-color: #111;
  544. padding: 10px;
  545. }
  546.  
  547. .bio1 {
  548. width: 120px;
  549. height: 98px;
  550. margin-left: 620px;
  551. margin-top: 40px;
  552. font-family: 'maszyna royal';
  553. color: #aaa;
  554. font-style: normal;
  555. overflow: scroll;
  556. font-size: 9px;
  557. text-align: center;
  558. line-height: 15px;
  559. letter-spacing: 1px;
  560. background-color: #111;
  561. padding: 10px;
  562. }
  563.  
  564. .bio2 {
  565. width: 230px;
  566. height: 110px;
  567. margin-left: 110px;
  568. margin-top: -60px;
  569. font-family: 'maszyna royal';
  570. color: #aaa;
  571. font-style: normal;
  572. overflow: scroll;
  573. font-size: 10px;
  574. text-align: center;
  575. line-height: 15px;
  576. letter-spacing: 1px;
  577. background-color: #111;
  578. padding: 10px;
  579. border: 1px solid grey;
  580. text-transform: lowercase;
  581.  
  582. }
  583.  
  584. .bio3 {
  585. width: 230px;
  586. height: 100px;
  587. margin-left: 490px;
  588. margin-top: -30px;
  589. font-family: 'maszyna royal';
  590. color: #aaa;
  591. font-style: normal;
  592. overflow: scroll;
  593. font-size: 10px;
  594. text-align: center;
  595. line-height: 15px;
  596. letter-spacing: 1px;
  597. background-color: #111;
  598. padding: 10px;
  599. border: 1px solid grey;
  600. text-transform: lowercase;
  601.  
  602. }
  603.  
  604.  
Add Comment
Please, Sign In to add comment