mik98

teal - nate - css

Sep 2nd, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1.  
  2.  
  3. /*
  4. *
  5. This layout was created by VK.
  6. Any attempts of copying, stealing or
  7. restributing my codes/ideas will be dealt with accordingly.
  8. *
  9. */
  10.  
  11. body{
  12. overflow:hidden;
  13. }
  14.  
  15. body:before{
  16. content:"t h e m e b ";
  17. position: fixed;
  18. color: #555;
  19. bottom: 16px;
  20. right: -23px;
  21. font: 13px Raleway;
  22. line-height: 90px;
  23. text-transform: uppercase;
  24. -webkit-transform: rotate(90deg);
  25. transform: rotate(90deg);
  26. }
  27.  
  28. body:after{
  29. content:"v e e k a y";
  30. position: fixed;
  31. color: #555;
  32. bottom: -28px;
  33. right: 8px;
  34. font: 13px Raleway;
  35. line-height: 90px;
  36. text-transform: uppercase;
  37. }
  38.  
  39. .xg_theme #xg {
  40. position: fixed;
  41. width: 100%;
  42. height: 100%;
  43. padding: 5px;
  44. left: 200px;
  45. top: 70px;
  46. }
  47.  
  48. #xg_layout_column_2 {
  49. position:fixed;
  50. width:300px;
  51. height: 280px;
  52. margin-top: 80px;
  53. margin-left: 10px;
  54. color: #fff;
  55. border-top: 3px solid #3c3c3c;
  56. }
  57.  
  58. #xg_layout_column_2:before {
  59. content:"something short here, ";
  60. position:absolute;
  61. top:-75px;
  62. margin-left:-7px;
  63. height:110px;
  64. width: 300px;
  65. padding: 10px;
  66. padding-right: 30px;
  67. font: 12px Montserrat;
  68. text-align: left;
  69. font-weight: bold;
  70. text-transform: uppercase;
  71. }
  72.  
  73. #xg_layout_column_2:after {
  74. content:"quote here.";
  75. position:absolute;
  76. top:-60px;
  77. margin-left:-9px;
  78. height:50px;
  79. width: 360px;
  80. opacity: 1;
  81. padding: 5px;
  82. font: 38px Playfair Display;
  83. text-align: left;
  84. text-transform: normal;
  85. font-style: italic;
  86. }
  87.  
  88. #xg_layout_column_1 {
  89. width: 350px;
  90. height: 400px;
  91. overflow: hidden;
  92. border: 15px solid #000;
  93. outline: 1px solid #fff;
  94. outline-offset: -15px;
  95. -webkit-transition: all 600ms ease-in-out;
  96. transition: all 600ms ease-in-out;
  97. }
  98.  
  99. #xg_layout_column_1:before{
  100. content:"n a t e";
  101. position:absolute;
  102. top:40px;
  103. margin-left:7px;
  104. bottom: 0;
  105. height:110px;
  106. width: 10px;
  107. padding: 10px;
  108. padding-right: 30px;
  109. font: 53px bebas_neue;
  110. text-align: left;
  111. font-weight: bold;
  112. text-transform: uppercase;
  113. line-height: 80px;
  114. -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
  115. -webkit-text-stroke-width: 10px;
  116. -webkit-text-stroke-color: rgba(0,0,0,0.2);
  117. }
  118.  
  119. #xg_layout_column_1:after {
  120. content:"";
  121. position: absolute;
  122. width: 350px;
  123. height: 400px;
  124. top: 15px;
  125. left: 15px;
  126. background:url(https://data.whicdn.com/images/347416337/original.jpg);
  127. background-size: cover;
  128. background-position: -25px 0px;
  129. -webkit-filter: blur(0px) grayscale(1) brightness(60%);
  130. -webkit-transition: all 600ms ease-in-out;
  131. transition: all 600ms ease-in-out;
  132. }
  133.  
  134. #xg_layout_column_1:hover:after {
  135. content:"";
  136. opacity: 0.4;
  137. -webkit-filter: blur(2px) grayscale(1);
  138. background-position: -100px 0px;
  139. -webkit-transition: all 600ms ease-in-out;
  140. transition: all 600ms ease-in-out;
  141. }
  142.  
  143. .module_user_summary:before {
  144. content:"";
  145. position: absolute;
  146. color: #000;
  147. font:9px/100% calibri;
  148. text-transform: uppercase;
  149. left: 10px;
  150. top: 385px;
  151. }
  152.  
  153. #xj_photo_img_tag{
  154. width: 100px;
  155. border-radius: 000px;
  156. outline: 1px solid #133A56;
  157. margin-top:20px;
  158. margin-left: 20px;
  159. box-shadow: #133A56 6px 6px 0, #133A56 -6px -6px 0, #133A56 -6px 6px 0px, #133A56 6px -6px 0;
  160. }
  161.  
  162. .dy-avatar.dy-avatar-full-width{
  163. position: absolute;
  164. padding: 0px;
  165. overflow: hidden;
  166. width: 175px;
  167. height: 175px;
  168. margin-top: 130px;
  169. margin-left: 5px;}
  170.  
  171. .dy-avatar.dy-avatar-full-width:before {
  172. content: "";
  173. position:absolute;
  174. top:25px;
  175. left:73px;
  176. z-index:2;
  177. height:88px;
  178. width:0px;
  179. background:transparent;
  180. border-top:1px solid #fff;
  181. border-bottom:1px solid #fff;
  182. transition:all 0.6s; }
  183.  
  184. .dy-avatar.dy-avatar-full-width:after {
  185. content :"";
  186. position:absolute;
  187. top:62px;
  188. left:26px;
  189. z-index:2;
  190. height:0px;
  191. width:87px;
  192. background:transparent;
  193. border-right:1px solid #fff;
  194. border-left:1px solid #fff;
  195. transition:all 0.6s; }
  196.  
  197. .dy-avatar.dy-avatar-full-width:hover:before{
  198. width:calc(68% - 13px);
  199. -webkit-transition:all 0.6s;
  200. transition:all 0.6s; left: 26px;}
  201.  
  202. .dy-avatar.dy-avatar-full-width:hover:after {
  203. height:calc(57.9% - 13px);
  204. -webkit-transition:all 0.6s;
  205. transition:all 0.6s; top: 26px;}
  206.  
  207. .module_user_thumbnail{
  208. position: absolute;
  209. height:450px;
  210. width: 150px;
  211. overflow: hidden;
  212. margin-left:400px;
  213. margin-top: 0px;
  214. background: rgba(0,0,0,1);
  215. opacity: 0;
  216. border-left: 1px solid #fff;
  217. box-shadow: -5px 0px 5px -3px rgba(0,0,0,0.75);
  218. -webkit-transition: all 600ms ease-in-out;
  219. transition: all 600ms ease-in-out;
  220. }
  221.  
  222. #xg_layout_column_1:hover .module_user_thumbnail{
  223. margin-left:200px;
  224. opacity: 1;
  225. -webkit-transition: all 600ms ease-in-out;
  226. transition: all 600ms ease-in-out;
  227. }
  228.  
  229. .module_user_thumbnail:before{
  230. content:"";
  231. position: absolute;
  232. height:100px;
  233. width: 100px;
  234. overflow: hidden;
  235. opacity: 1;
  236. top: 20px;
  237. left: 19px;
  238. border: 6px solid #133A56;
  239. outline: 1px solid #000;
  240. outline-offset: -6px;
  241. background: url(https://storage.ning.com/topology/rest/1.0/file/get/7814471475?profile=original) no-repeat; /* gifs look better here */
  242. background-position: center;
  243. background-size: cover;
  244. -webkit-filter: grayscale(0);
  245. }
  246.  
  247. .module_user_thumbnail:after{
  248. content:"";
  249. position: absolute;
  250. height:100px;
  251. width: 100px;
  252. overflow: hidden;
  253. opacity: 1;
  254. top: 268px;
  255. left: 19px;
  256. border: 6px solid #133A56;
  257. outline: 1px solid #000;
  258. outline-offset: -6px;
  259. background: url(https://storage.ning.com/topology/rest/1.0/file/get/7814476261?profile=original) no-repeat; /* gifs look better here */
  260. background-position: center;
  261. background-size: cover;
  262. -webkit-filter: grayscale(0);
  263. }
  264.  
  265. #xg_body a {
  266. text-transform: uppercase;
  267. font: bold 13px Raleway;
  268. line-height: 17px;
  269. transition: all 0.5s ease;
  270. opacity: 1;
  271. cursor: url(http://static.tumblr.com/bcpenwm/8sInbxu65/cursorhover.png), auto !important;
  272. }
  273.  
  274. td, a, body, table, body, td, li, p, div, li, h1, h2, p, br, .text, textarea, input, .blacktext12, .btext, .lightbluetext8, a:link, a:active, a:hover, a:visited, .orangetext15, .whitetext12, .blacktext10 .redtext, .redbtext {
  275. font:11px Raleway;
  276. }
  277.  
  278. ::-webkit-scrollbar {
  279. width:17px;
  280. height:17px;
  281. background:#fff;
  282. }
  283.  
  284. ::-webkit-scrollbar-thumb:horizontal {
  285. background: #trans;
  286. }
  287.  
  288. ::-webkit-scrollbar-track {
  289. border:8px solid #fff;
  290. background:#ddd;
  291. }
  292.  
  293. ::-webkit-scrollbar-thumb {
  294. border-right:8px solid #fff;
  295. border-left:8px solid #fff;
  296. border-bottom:4px solid #fff;
  297. border-top:4px solid #fff;
  298. background:#000;
  299. }
  300.  
  301. ::selection {
  302. background: #ccaa99;
  303. color: #111;
  304. }
  305.  
  306. .xg_sprite-friend-add,
  307. .xg_sprite-friend-request{
  308. position: fixed!important;
  309. bottom: 10px;
  310. left: -5px;
  311. font: 20px Raleway!important;
  312. }
  313.  
  314. .xg_module_comment_wall {
  315. display: none;
  316. }
  317.  
  318. .module_about_user {display:none;}
  319. ul.nobullets.last-child {display:none;}
  320. dd.profile-social-buttons,dd.relationship {display:none !important;}
  321. .xg_theme #xg_foot {display: none;}
  322. #xg_body h2, #xg_body h3 { display: none; }
  323. #xj_StatusAndShareLink {display:none}
  324. .xg_sprite xg_sprite-share {display:none!important;}
  325. .xg_module_body .nobullets.last-child {display:none!important;}
  326. .xg_chat.chatFooter .xg_chatBar, .xg_sprite .xg_sprite-add, .xg_span-5, .module_groups, .sortable.module_feed, .module_photo, .xg_column.xg_span-4.xg_last.xj_classic_sidebar, .btn .label, #count, .module_blog , .xg_sprite.xg_sprite-share , ul.navigation li a, .xg_sprite-share , a.xg_sprite-message-block , .post_to_facebook , .post_to_twitter , .vcard .profile-like-button,ul.navigation.easyclear, .account-links, #xg_foot, #xg_module_account, #xg_sitedesc, #xg_navigation ul li, #xg_sitename, #xg_navigation, #xg_navigation ul, #xg_navigation, #xj_module_gift, #xg_module_body {visibility:hidden;} .xg_dock {display:none!important;} #xg_head, #xg_foot, .xg_span-5, ul.navigation li.right a, .xg_chat.chatFooter .xg_chatBar, .xg_sprite .xg_sprite-add, #xg_module_body{ display: none;} .xg_sprite .xg_sprite-add{ display: none;} .xg_sprite {background-image: none!important;} #xg_profile_activity, .module_members{display:none;} .module_members{display:none;} .xj_appearance_editor_profile{display:none;} .xg_module_body dt, .xg_module_body.profile.vcard dl.last-child, .online { display:none;} a.xg_sprite.xg_sprite-friend-remove { display:none!important;} .xg_column.xg_span-7.xg_last {display:none;}
  327.  
  328. .dy-badge-text-label,
  329. .dy-badge-text-bg{
  330. display:none!important;
  331. }
  332.  
  333. #xn_bar{
  334. left: -80px;
  335. top: 0px;
  336. background-color: transparent!important;
  337. }
  338.  
  339. #xn_bar_menu_tabs,
  340. #xn_bar_menu_more,
  341. p#xn_gyo_link,
  342. p#xn_brand{
  343. display:none !important;
  344. }
  345.  
  346. @font-face {
  347. font-family: 'Raleway';
  348. font-style: normal;
  349. font-weight: 400;
  350. src: local('Raleway'), local('Raleway-Regular'),
  351. url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.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: 'Raleway';
  357. font-style: normal;
  358. font-weight: 700;
  359. src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.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, U+E0FF, U+EFFD, U+F000;
  361. }
  362.  
  363. @font-face {
  364. font-family: 'Oswald';
  365. font-style: normal;
  366. font-weight: 400;
  367. src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/BObL_3V2WX-YniTOi4CsnvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  368. 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, U+E0FF, U+EFFD, U+F000;
  369. }
  370.  
  371. @font-face {
  372. font-family: 'Playfair Display SC';
  373. font-style: normal;
  374. font-weight: 400;
  375. src: local('Playfair Display SC'), local('PlayfairDisplaySC-Regular'), url(http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkRUcjaGRfmzOW8pfsS-qBq8.woff2) format('woff2');
  376. 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, U+E0FF, U+EFFD, U+F000;
  377. }
  378.  
  379. @font-face {
  380. font-family: 'Roboto';
  381. font-style: normal;
  382. font-weight: 300;
  383. src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  384. 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;
  385. }
  386.  
  387. @font-face {
  388. font-family: 'Roboto';
  389. font-style: normal;
  390. font-weight: 400;
  391. src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  392. 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;
  393. }
  394.  
  395. @font-face {
  396. font-family: 'Roboto';
  397. font-style: normal;
  398. font-weight: 500;
  399. src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  400. 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;
  401. }
  402.  
  403. .xg_theme #xg{
  404. position:fixed;
  405. top: 15%;
  406. margin-left:-30px;
  407. height:430px;
  408. width: 720px;
  409. color: #000;
  410. background: #222;
  411. border-top: 5px solid #133A56;
  412. border-bottom: 5px solid #133A56;
  413. border-left: 5px solid #fff;
  414. border-right: 5px solid #fff;
  415. box-shadow: 0.01rem 0.01rem 0.5rem #000;
  416. }
  417.  
Add Comment
Please, Sign In to add comment