Advertisement
althindor

Pro for Sayuu Badged

Jun 8th, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.79 KB | None | 0 0
  1. /* Profile by AlthIndor */
  2.  
  3. #badges li:nth-of-type(1)::after {content: 'About Me';}
  4. #badges li:nth-of-type(2)::after {content: 'My Art';}
  5. #badges li:nth-of-type(3)::after {content: 'Spotlight';}
  6. #badges li:nth-of-type(4)::after {content: 'Wishlist';}
  7.  
  8. #id_details::before {content: 'Music by Kezia Amelia ft. Renardi Effendi';}
  9.  
  10. html, body {background: url('https://i.imgur.com/pF0SXcV.png') fixed bottom left / cover #102030;}
  11. body a {text-decoration: none !important;}
  12.  
  13. @supports (background-blend-mode: screen) {
  14.   html, body {
  15.    background: url('https://images2.imgbox.com/c2/08/PU8imW4c_o.png') fixed center repeat-x, url('https://i.imgur.com/pF0SXcV.png') fixed bottom left no-repeat #102030;
  16.    background-blend-mode: screen, normal;
  17.   }
  18. }
  19.  
  20. #id_comments, #id_contact ul:not(.buttons) li, #badges img {background: url('https://images2.imgbox.com/16/c8/CiNdIrgv_o.png') no-repeat;}
  21. #columns, #column_2 .panel:not(#id_badges) {background: url('https://images2.imgbox.com/86/56/ab5xPOfy_o.png');}
  22.  
  23. /* Fonts */
  24.  
  25. @font-face {
  26.  font-family: 'Open Sans';
  27.  font-weight: 400;
  28.  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  29. }
  30.  
  31. @font-face {
  32.  font-family: 'Open Sans';
  33.  font-weight: 600;
  34.  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
  35. }
  36.  
  37. @font-face {
  38.  font-family: 'Overlock';
  39.  font-weight: 700;
  40.  src: local('Overlock Bold'), local('Overlock-Bold'), url(https://fonts.gstatic.com/s/overlock/v8/Z9XSDmdMWRiN1_T9Z7xizfmLtrw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/overlock/v8/Z9XSDmdMWRiN1_T9Z7xizfmLtro.woff) format('woff');
  41. }
  42.  
  43. @font-face {
  44.  font-family: 'Overlock';
  45.  font-weight: 900;
  46.  src: local('Overlock Black'), local('Overlock-Black'), url(https://fonts.gstatic.com/s/overlock/v8/Z9XSDmdMWRiN1_T9Z7xaz_mLtrw.woff2) format('woff2');
  47. }
  48.  
  49. /* Header */
  50.  
  51. #viewer #gaia_header {
  52.  background: linear-gradient(to right, rgba(208,32,48,.8), rgba(255,128,64,.8));
  53.  height: 26px !important;
  54.  box-shadow: 0 1px 2px rgba(0,0,0,.5);
  55. }
  56.  
  57. #gaia_header #header_left, #gaia_header #header_right {
  58.  background: none;
  59.  font: 700 0/24px 'Overlock', sans-serif !important;
  60.  padding: 0 7px !important;
  61.  box-sizing: border-box;
  62. }
  63. #gaia_header #header_right {float: right;}
  64. #gaia_header .spacer {display: none !important;}
  65.  
  66. #header_left img {
  67.  background: url('https://i.imgur.com/cGGVY2x.png') 0 2px no-repeat;
  68.  width: 0;
  69.  padding: 0 34px 0 0;
  70.  margin: 0 -2px 0 0;
  71.  filter: invert(100%) drop-shadow(0 0 .5px rgba(0,0,0,.5));
  72. }
  73.  
  74. #gaia_header a, #header_left li::after, #header_right li::before {
  75.  color: #FFFFFF !important;
  76.  font-size: 12px !important;
  77.  text-shadow: 0 0 1px rgba(0,0,0,.5);
  78. }
  79.  
  80. #gaia_header a {
  81.  letter-spacing: .05em;
  82.  text-transform: uppercase;
  83.  transition: opacity .5s ease-in-out;
  84. }
  85. #gaia_header a:hover {opacity: .75;}
  86.  
  87. #header_left li:nth-last-of-type(n+2)::after, #header_right li:nth-of-type(n+2)::before {
  88.  content: '●';
  89.  margin: 0 6px;
  90.  position: relative;
  91.  top: -1px;
  92.  opacity: .75;
  93. }
  94.  
  95. /* Columns */
  96.  
  97. #columns, #column_1, #column_2 {
  98.  float: none;
  99.  margin: 0;
  100. }
  101. #column_1, #column_2 {position: absolute;}
  102. #column_3 {display: none;}
  103.  
  104. #columns, #column_1 {
  105.  width: 1140px;
  106.  height: 630px;
  107. }
  108.  
  109. #columns {
  110.  position: fixed;
  111.  top: calc(50% - 315px + 12px);
  112.  left: calc(50% - 570px);
  113. }
  114.  
  115. #column_1 {
  116.  top: 0;
  117.  left: 0;
  118.  transform: translateZ(0);
  119. }
  120.  
  121. #column_2 {
  122.  width: 395px;
  123.  height: 300px;
  124.  top: 77px;
  125.  left: 611px;
  126. }
  127.  
  128. /* Panels */
  129.  
  130. .panel, .panel h2 {
  131.  padding: 0;
  132.  margin: 0;
  133.  box-sizing: border-box;
  134. }
  135. .panel h2 {display: none;}
  136.  
  137. .panel {
  138.  color: #404040;
  139.  font: 10px/1.6em 'Open Sans', sans-serif;
  140.  text-align: center;
  141.  position: absolute;
  142.  overflow: hidden;
  143. }
  144.  
  145. #column_1 .panel:not(#id_comments) {background: none;}
  146. #id_badges {background: none;}
  147.  
  148. .panel a {
  149.  color: crimson;
  150.  transition: color .5s ease-in-out;
  151. }
  152. .panel a:hover {color: rebeccapurple;}
  153.  
  154. #column_2 .panel:not(#id_badges) {
  155.  background-position: -611px -77px;
  156.  width: 100%;
  157.  height: 100%;
  158.  top: -100%;
  159.  left: 0;
  160. }
  161.  
  162. /* Badges */
  163.  
  164. #id_badges {
  165.  clip-path: inset(calc(100% - 32px) 0 0 0);
  166.  height: calc(50% - 234px);
  167.  position: fixed;
  168.  top: 0;
  169. }
  170. #badges, #badges li {height: 100%;}
  171. #tooltip-badge {display: none;}
  172.  
  173. #badges li {
  174.  width: 95px;
  175.  margin: 0;
  176.  position: relative;
  177.  box-sizing: border-box;
  178.  cursor: pointer;
  179. }
  180. #badges li:nth-of-type(n+2) {margin-left: 5px;}
  181. #badges li:nth-of-type(n+5) {display: none;}
  182.  
  183. #badges li:nth-of-type(1) {padding-top: 0;}
  184. #badges li:nth-of-type(2) {padding-top: 5px;}
  185. #badges li:nth-of-type(3) {padding-top: 10px;}
  186. #badges li:nth-of-type(4) {padding-top: 15px;}
  187.  
  188. #badges img {
  189.  width: 0;
  190.  height: 100%;
  191.  padding: 0 95px 0 0;
  192.  opacity: .01;
  193.  transition: opacity .5s ease-in-out;
  194. }
  195. #badges li:hover img {opacity: 1 !important;}
  196.  
  197. #badges li:nth-of-type(1) img {background-position: -212px bottom;}
  198. #badges li:nth-of-type(2) img {background-position: -307px bottom;}
  199. #badges li:nth-of-type(3) img {background-position: -402px bottom;}
  200. #badges li:nth-of-type(4) img {background-position: -497px bottom;}
  201.  
  202. #id_badges li::after {
  203.  display: block;
  204.  width: 100%;
  205.  height: 32px;
  206.  color: #FFFFFF;
  207.  font: 900 14px/28px 'Overlock', serif;
  208.  text-shadow: 0 0 3px #000;
  209.  text-transform: uppercase;
  210.  position: absolute;
  211.  bottom: 0;
  212.  left: 0;
  213.  pointer-events: none;
  214. }
  215.  
  216. /* Panel Control */
  217.  
  218. #badges li:nth-of-type(1) img {opacity: 1;}
  219. #tooltip-badge_c ~ #columns #badges li:nth-of-type(1) img {opacity: 0;}
  220.  
  221. #column_2 .panel:nth-of-type(1) {top: 0 !important;}
  222. #viewer #tooltip-badge_c[style*='top: 5px']:first-of-type ~ #columns #column_2 .panel:nth-of-type(2) {top: 0;}
  223. #viewer #tooltip-badge_c[style*='top: 10px']:first-of-type ~ #columns #column_2 .panel:nth-of-type(3) {top: 0;}
  224. #viewer #tooltip-badge_c[style*='top: 15px']:first-of-type ~ #columns #column_2 .panel:nth-of-type(4) {top: 0;}
  225.  
  226. #viewer #tooltip-badge_c[style*='top: 0px']:first-of-type ~ #columns #badges li:nth-of-type(1) img {opacity: 1;}
  227. #viewer #tooltip-badge_c[style*='top: 5px']:first-of-type ~ #columns #badges li:nth-of-type(2) img {opacity: 1;}
  228. #viewer #tooltip-badge_c[style*='top: 10px']:first-of-type ~ #columns #badges li:nth-of-type(3) img {opacity: 1;}
  229. #viewer #tooltip-badge_c[style*='top: 15px']:first-of-type ~ #columns #badges li:nth-of-type(4) img {opacity: 1;}
  230.  
  231. @supports not (clip-path: inset(calc(100% - 32px) 0 0 0)) {
  232.   #id_badges::after {
  233.     content: '';
  234.     display: block;
  235.     width: 100%;
  236.     height: calc(100% - 32px);
  237.     position: absolute;
  238.     top: 0;
  239.     left: 0;
  240.   }
  241. }
  242.  
  243. /* Contact and Comments */
  244.  
  245. #id_contact, #id_comments {left: 126px;}
  246. #id_contact {top: 67px;}
  247.  
  248. #id_comments {
  249.  background-position: -159px 0;
  250.  top: 250px;
  251. }
  252. #id_comments #alert_container {padding: 0;}
  253. #id_comments #alerts_banner, #id_comments p, #id_comments dl {display: none;}
  254.  
  255. #id_contact ul:not(.buttons) li, #id_contact ul:not(.buttons) li a, #id_comments, #id_comments a {
  256.  display: block;
  257.  width: 53px !important;
  258.  height: 52px !important;
  259.  font-size: 0;
  260. }
  261. #id_contact ul:not(.buttons) li a, #id_comments a {position: absolute;}
  262.  
  263. #id_contact ul:not(.buttons) li {
  264.  position: relative;
  265.  margin-bottom: 9px;
  266. }
  267. #id_contact ul:not(.buttons) li:nth-of-type(1) {background-position: 0 top;}
  268. #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position: -53px top;}
  269. #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position: -106px top;}
  270.  
  271. #id_contact ul:not(.buttons) li, #id_comments {
  272.  opacity: .01;
  273.  transition: opacity .5s ease-in-out;
  274. }
  275. #id_contact ul:not(.buttons) li:hover, #id_comments:hover {opacity: 1;}
  276.  
  277. /* Details */
  278.  
  279. #id_details {
  280.  display: flex;
  281.  flex-flow: row wrap;
  282.  align-content: center;
  283.  width: 390px;
  284.  height: 150px;
  285.  top: 406px;
  286.  left: 613px;
  287. }
  288. #id_details .forum_userstatus {display: none;}
  289.  
  290. #id_details p:first-of-type {
  291.  margin: 0 0 0 20px;
  292.  position: absolute;
  293. }
  294.  
  295. #id_details p:nth-of-type(n+2), #id_details::before, #id_details::after {
  296.  width: calc(100% - 130px);
  297.  margin: 0 0 0 130px;
  298. }
  299.  
  300. #id_details::before, #id_details::after, #id_details p::after {
  301.  display: block;
  302.  font-weight: bold;
  303.  opacity: .5;
  304. }
  305.  
  306. #id_details::before {margin-bottom: 10px;}
  307. #id_details::after {content: 'Profile Theme by AlthIndor';}
  308.  
  309. #id_details p:last-of-type::after {
  310.  content: 'Profile Art Made by Piewat';
  311.  margin-top: 10px;
  312. }
  313.  
  314. /* Media */
  315.  
  316. .media_panel {
  317.  width: 20px;
  318.  height: 20px !important;
  319.  top: 555px;
  320.  left: 553px;
  321. }
  322.  
  323. .media_panel::after {
  324.  content: url('https://i.imgur.com/MWTKBXK.gif');
  325.  filter: brightness(50%) sepia(50%);
  326.  pointer-events: none;
  327. }
  328.  
  329. .media_panel iframe {
  330.  position: absolute;
  331.  bottom: -2px;
  332.  left: -10px;
  333.  opacity: .01;
  334. }
  335.  
  336. .media_panel h2 {
  337.  background: none;
  338.  color: #FFFFFF;
  339.  font: 600 10px/0 'Open Sans', sans-serif;
  340.  text-shadow: -1px 0 1px #000, 1px 0 1px #000, 0 -1px 1px #000, 0 1px 1px #000;
  341.  text-transform: capitalize;
  342.  position: fixed;
  343.  top: 601px;
  344.  left: 555px;
  345.  pointer-events: none;
  346. }
  347. .media_panel:hover h2 {display: initial !important;}
  348.  
  349. /* Misc */
  350.  
  351. #column_2 .panel:not(#id_badges) .buttons {
  352.  width: 45px;
  353.  margin: 0;
  354.  position: fixed;
  355.  left: calc(50% + 470px);
  356. }
  357.  
  358. #column_2 .panel:nth-of-type(1) .buttons {top: calc(50% - 240px);}
  359. #column_2 .panel:nth-of-type(2) .buttons {top: calc(50% - 220px);}
  360. #column_2 .panel:nth-of-type(3) .buttons {top: calc(50% - 200px);}
  361. #column_2 .panel:nth-of-type(4) .buttons {top: calc(50% - 180px);}
  362.  
  363. .media_panel .buttons {
  364.  position: fixed;
  365.  top: 550px;
  366.  left: 580px;
  367. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement