mik98

mikaylas themes - css

Jan 17th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. body {
  2. background-color: #fff;
  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: -50px;
  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. #xg_body:before {
  38. content:""; /* CHANGE TEXT HERE */
  39. position: absolute;
  40. top: 100px;
  41. left: 145px;
  42. font: 11px 'Roboto';
  43. color: #000;
  44. text-transform: lowercase;
  45. text-align: justify;
  46. width: 750px;
  47. height: 455px;
  48. background: #eee;
  49. padding: 60px;
  50. box-sizing: border-box;
  51. overflow: hidden;
  52. }
  53.  
  54. div#xg_layout_column_1 {
  55. position: relative;
  56. z-index: 1;
  57. top: 100px;
  58. left: 100px;
  59. width: 800px;
  60. height: auto;
  61. overflow: hidden;
  62. background: #;
  63. }
  64.  
  65. div#xg_layout_column_1:before {
  66. content:"";
  67. position: absolute;
  68. z-index: 100;
  69. width: 250px;
  70. height: 235px;
  71. top: 80px;
  72. left: 75px;
  73. background: url(https://media0.giphy.com/media/S5HsKbgkWQ3Njo8ZYv/giphy.gif) 0px 0px repeat; /* CHANGE IMAGE HERE */
  74. background-size: cover;
  75. -webkit-filter: grayscale(0);
  76. }
  77.  
  78.  
  79.  
  80. div.xg_span-16:before {
  81. visibility: visible!important;
  82. z-index: 100;
  83. content:""; /* CHANGE TEXT HERE */
  84. position: absolute;
  85. top: 120px;
  86. left: 445px;
  87. width: 430px;
  88. height: 415px;
  89. font: 30px 'Montserrat';
  90. font-weight: bold;
  91. overflow: hidden;
  92. box-sizing: border-box;
  93. padding: 10px;
  94. text-transform: uppercase;
  95. background: #fff;
  96. color: #fff;
  97. }
  98.  
  99. div.module_user_thumbnail:before {
  100. opacity: 10;
  101. visibility: visible;
  102. content:""; /* CHANGE TEXT HERE */
  103. position: absolute;
  104. z-index: 1;
  105. top: 65px;
  106. left: 65px;
  107. width: 270px;
  108. height: 5px;
  109. font: 12px 'Roboto';
  110. font-weight: 900;
  111. color: #000;
  112. overflow: hidden;
  113. text-transform: uppercase;
  114. text-align: center;
  115. box-sizing: border-box;
  116. background: #fff;
  117.  
  118. }
  119.  
  120. div.module_user_thumbnail:after {
  121. opacity: 10;
  122. visibility: visible;
  123. content:"blahhhh"; /* CHANGE TEXT HERE */
  124. position: absolute;
  125. top: 325px;
  126. left: 75px;
  127. width: 230px;
  128. height: 85px;
  129. font: 12px 'Multicolore';
  130. font-weight: 900;
  131. color: #EEA2AD;
  132. overflow: hidden;
  133. text-transform: uppercase;
  134. text-align: center;
  135. padding-top: 5px!important;
  136. padding: 10px;
  137. background: rgba(255, 255, 255, 0.6);
  138. }
  139.  
  140. @font-face {font-family:"Multicolore"; src: url('https://static.tumblr.com/gdh5wux/njzmq56tr/multicolore.otf'); }
  141.  
  142. .themes {
  143. position:fixed;
  144. width:390px;
  145. overflow:auto;
  146. height:380px;
  147. padding-right:3px;
  148. margin-top:45px;
  149. margin-left:360px;
  150. text-align: center;
  151. line-height:20px;
  152. font-family: bebas neue;
  153. font-size:20px;
  154. color: #fff; /*ABOUT ME TEXT COLOR*/
  155. background: #ddd;
  156. }
  157.  
  158. @font-face { font-family: "bebas neue"; src: url('https://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  159.  
  160. .dy-avatar.dy-avatar-full-width:after {
  161. opacity: 0;
  162. z-index: 100!important;
  163. visibility: visible;
  164. content:"emotionless"; /* CHANGE TEXT HERE */
  165. position: absolute;
  166. top: 400px;
  167. left: 340px;
  168. width: 80px;
  169. height: 10px;
  170. font: 12px 'Roboto';
  171. font-weight: 900;
  172. color: #000;
  173. overflow: hidden;
  174. text-transform: uppercase;
  175. text-align: center;
  176. padding-top: 5px!important;
  177. padding: 10px;
  178. background: rgba(255, 255, 255, 0.6);
  179. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  180. -webkit-transition: ease-in-out 0.6s;
  181. -webkit-transition-delay: 1.6s;
  182. transition-delay: 1.6s;
  183. }
  184.  
  185. div#xg_layout_column_1:hover div.module_user_thumbnail:before, div#xg_layout_column_1:hover div.module_user_thumbnail:after, div#xg_layout_column_1:hover .dy-avatar.dy-avatar-full-width:after {
  186. opacity: 1;
  187. }
  188.  
  189. .dy-avatar.dy-avatar-full-width:before {
  190. visibility: visible;
  191. z-index: 100;
  192. content:"mikayla's themes"; /* CHANGE TEXT HERE */
  193. position: absolute;
  194. top: 20px;
  195. left: 65px;
  196. width: 270px;
  197. height: 415px;
  198. font: 50px 'scarlette';
  199. font-weight: bold;
  200. text-align: center;
  201. overflow: hidden;
  202. box-sizing: border-box;
  203. line-height: 30px;
  204. padding: 10px;
  205. text-transform: lowercase;
  206. background: #FFE4E1;
  207. font-weight: bold;
  208. color: #fff;
  209. }
  210.  
  211. @font-face { font-family: 'scarlette'; src: url('https://dl.dropboxusercontent.com/s/rzp0ijgvaswgztp/Scarlette.ttf'); ;}
  212.  
  213. div#xg_layout_column_2 {
  214. position: absolute;
  215. z-index: 100!important;
  216. width: 820px;
  217. height: 40px;
  218. top: 70px;
  219. font-size: 11px;
  220. left: 9%;
  221. background: #trans;
  222. font-family:'Roboto';
  223. color: #fff;
  224. -moz-transition: all 0.5s ease-out;
  225. -o-transition: all 0.5s ease-out;
  226. }
  227.  
  228. div.module_user_summary {
  229. visibility: hidden;
  230. }
  231.  
  232. .dy-avatar.dy-avatar-full-width {
  233. z-index: -1!important;
  234. width: 900px;
  235. margin-left: 0px;
  236. margin-top: 0px;
  237. height: 30px;
  238. background: #trans;
  239. }
  240.  
  241. img#xj_photo_img_tag {
  242. visibility: hide;
  243. z-index: 1!important;
  244. width: 120px!important;
  245. height: 120px!important;
  246. margin-left: 550px;
  247. margin-top: 105px;
  248. border: 5px solid #fff;
  249. border-radius: 100px;
  250. transition:all 0.3s ease-in-out;
  251. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  252. }
  253.  
  254. div.xg_span-16 {
  255. visibility: visible;
  256. z-index: -1!important;
  257. }
  258.  
  259. div.xg_3col {
  260. visibility: visible;
  261. }
  262.  
  263. /* POP UP + BUTTON COLOURS */
  264.  
  265. .xg_floating_container.xg_lightborder {
  266. background-color: rgb(132, 132, 132);
  267. }
  268.  
  269. input.button.action-primary {
  270. background-color: rgb(85, 85, 85);
  271. }
  272.  
  273. p.buttongroup {
  274. background-color: rgb(170, 170, 170);
  275. padding: 5px;
  276. }
  277.  
  278. a.xj_cancel.action-secondary {
  279. color: rgb (255, 255, 255);
  280. }
  281.  
  282. /* REMOVED CODES */
  283.  
  284. .online {
  285. display: none;
  286.  
  287. }
  288.  
  289. .xg_module_body.profile.vcard {
  290. display: none;
  291. }
  292.  
  293. .account-links {
  294. display: none;
  295.  
  296. }
  297.  
  298. #xg_foot {
  299. display: none;
  300. }
  301.  
  302. p.left {
  303. display: none;
  304. }
  305.  
  306. p.right.xg_lightfont {
  307. display: none;
  308. }
  309.  
  310. #xg_sitedesc {
  311. display: none;
  312. }
  313.  
  314. #xg_sitename {
  315. display: none;
  316. }
  317.  
  318. img.poweredbyLogo {
  319. display: none;
  320. }
  321.  
  322. .xg_module_head {
  323. display: auto;
  324. border-bottom: 0px solid #fff!important;
  325. }
  326.  
  327. #xg_profile_activity{
  328. display:none;
  329. }
  330.  
  331. .xg_sprite {
  332. background: transparent;
  333. }
  334.  
  335. a.send-message-link {
  336. display: none;
  337. }
  338.  
  339. dd.profile-like-button {
  340. display: none;
  341. }
  342.  
  343. dd.profile-social-buttons {
  344. display: none;
  345. }
  346.  
  347. .module_blog {
  348. display: none!important;
  349. }
  350.  
  351. a.xj_block_messages {
  352. display: none;
  353. }
  354.  
  355. 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 {
  356. display: none;
  357. }
  358.  
  359. ul.nobullets.last-child {
  360. display: none;
  361. }
  362.  
  363. span.fn {
  364. display: none;
  365. }
  366.  
  367. span.fn:before {
  368. content:"";
  369. }
  370.  
  371. a.xj_appearance_editor_profile {
  372. display: none;
  373. }
  374.  
  375. .xg_module.topmsg.birthday_msg {
  376. display: none!important;
  377. }
  378.  
  379. /* TEXT + LINK CODES*/
  380.  
  381. a#add-as-friend-link {
  382. position: fixed;
  383. font-size: 20px;
  384. font-weight: 900;
  385. font-family: 'Playfair Display';
  386. margin-top: 89px;
  387. margin-left: -120px;
  388. letter-spacing: 2px;
  389. text-transform: uppercase;
  390. text-align: right;
  391. color: rgb(255, 255, 255)!important;
  392. -webkit-transition: ease-in-out 0.6s;
  393. -webkit-transition-duration: 700ms;
  394. text-shadow: 0px 2px 2px #111111;
  395. transform: rotate(-90deg);
  396. }
  397.  
  398. #xg_body a {
  399. color: auto!important;
  400. background-color: transparent;
  401. font-style: normal;
  402. -webkit-transition: 1s;
  403.  
  404. }
  405.  
  406. p {
  407. color: auto!important;
  408. font-size: 11px;
  409. font-family: 'Tahoma';
  410. }
  411.  
  412.  
  413. ::selection {
  414. background: #c6f3f5;
  415. color: #ffffff;
  416. }
  417.  
  418. ::-webkit-scrollbar {
  419. width: 4px;
  420. height: 0px;
  421. background: transparent;
  422. }
  423.  
  424. ::-webkit-scrollbar-thumb {
  425. background: #aaa;
  426. border-radius: 4px;
  427. }
  428.  
  429. ::-webkit-scrollbar-corner {
  430. background: transparent;
  431. }
  432.  
  433. #links {
  434. z-index: 1!important;
  435. position: fixed;
  436. overflow: hidden;
  437. font: 13px 'Roboto';
  438. text-transform: lowercase;
  439. margin-top: -5px;
  440. margin-left: 420px;
  441. text-align: left;
  442. width: 370px;
  443. height: 30px!important;
  444. background: #trans;
  445. line-height: 40px;
  446. text-shadow: 0px 2px 2px #111:
  447. }
  448.  
  449. #links a {
  450. color: #fff!important;
  451. margin-left: 20px;
  452. padding-left:10px;
  453. padding: 5px;
  454. -webkit-transition: all 0.7s ease;
  455. }
Advertisement
Add Comment
Please, Sign In to add comment