Advertisement
althindor

Pro for KingSlowpoke

Feb 9th, 2019
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.13 KB | None | 0 0
  1. /* Layout by Cassiel Socks, Code by AlthIndor */
  2.  
  3. html, body {
  4.  background: url('https://i.imgur.com/blegSrD.jpg') #30180C fixed no-repeat top center / cover;
  5.  cursor: url('https://i.imgur.com/ASpeBop.png'), auto !important;
  6.  overflow-x: hidden;
  7. }
  8. body a {text-decoration: none !important;}
  9. ::selection {background: goldenrod;}
  10.  
  11. #columns, #columns::after, #column_2 h2::before, #id_contact ul:not(.buttons) li {background: url('https://images2.imgbox.com/42/27/0oyNX399_o.png');}
  12.  
  13. /* Fonts */
  14.  
  15. @font-face {
  16.  font-family: 'Cookie';
  17.  font-style: normal;
  18.  font-weight: 400;
  19.  src: local('Cookie-Regular'), url(https://fonts.gstatic.com/s/cookie/v10/syky-y18lb0tSbf9kgqS.woff2) format('woff2');
  20. }
  21.  
  22. @font-face {
  23.  font-family: 'Kalam';
  24.  font-style: normal;
  25.  font-weight: 400;
  26.  src: local('Kalam'), local('Kalam-Regular'), url(https://fonts.gstatic.com/s/kalam/v9/YA9dr0Wd4kDdMthROCc.woff2) format('woff2');
  27. }
  28.  
  29. /* Header */
  30.  
  31. #viewer #gaia_header {
  32.  background: rgba(0,0,0,.5);
  33.  height: 30px !important;
  34.  box-shadow: 0 2px rgba(0,0,0,.25);
  35. }
  36.  
  37. #gaia_header #header_left, #gaia_header #header_right {
  38.  background: none;
  39.  font: 0px/32px 'Cookie', cursive !important;
  40.  padding: 0 3px !important;
  41.  box-sizing: border-box;
  42. }
  43. #gaia_header #header_right {float: right;}
  44. #gaia_header .spacer {display: none !important;}
  45. #gaia_header li {margin: 0 6px;}
  46.  
  47. #header_left img {
  48.  background: url('https://gaia.hs.llnwd.net/e1/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 0 no-repeat;
  49.  background-size: auto 200%;
  50.  width: 0;
  51.  height: 18px;
  52.  padding: 0 40px 0 0;
  53.  margin: -5px 0 0 0;
  54. }
  55. #header_left li:nth-of-type(2) {margin: 0 4px;}
  56.  
  57. #gaia_header a {
  58.  color: #FFFFFF !important;
  59.  font-size: 18px !important;
  60.  font-weight: normal !important;
  61. }
  62.  
  63. /* Scrollbars */
  64.  
  65. #columns ::-webkit-scrollbar {
  66.  background: linear-gradient(to bottom, #600000, #A00000);
  67.  width: 8px;
  68.  border-radius: 4px;
  69.  box-shadow: 0 0 3px rgba(0,0,0,.5) inset;
  70. }
  71.  
  72. #columns ::-webkit-scrollbar-thumb {
  73.  background: #E8B4D8;
  74.  border: 1px solid #600000;
  75.  border-radius: 4px;
  76. }
  77.  
  78. /* Columns */
  79.  
  80. #columns, #column_1, #column_2 {
  81.  float: none;
  82.  margin: 0;
  83.  position: absolute;
  84. }
  85. #column_3 {display: none;}
  86.  
  87. #columns {
  88.  background-position: bottom right;
  89.  width: 1020px;
  90.  height: 740px;
  91.  top: 30px;
  92.  left: calc(50% - 490px);
  93.  transform: translateX(0px);
  94.  overflow: visible;
  95. }
  96.  
  97. #columns::after {
  98.  content: '';
  99.  display: block;
  100.  background-position: top right;
  101.  width: 392px;
  102.  height: 65px;
  103.  position: absolute;
  104.  top: 591px;
  105.  right: 94px;
  106.  pointer-events: none;
  107. }
  108.  
  109. @media screen and (min-width: 1600px) {
  110.   #columns {
  111.      width: 1640px;
  112.      left: calc(50% - 820px);
  113.   }
  114. }
  115. @media screen and (min-height: 760px) {#columns {top: calc(50% - 370px + 15px);}}
  116.  
  117. #column_1 {
  118.  width: 70px;
  119.  height: 230px;
  120.  top: 113px;
  121.  right: 624px;
  122.  overflow: visible;
  123. }
  124.  
  125. #column_2 {
  126.  width: 370px;
  127.  height: 505px;
  128.  top: 115px;
  129.  right: 125px;
  130. }
  131.  
  132. /* Panels */
  133.  
  134. .panel, .panel h2 {
  135.  background: none;
  136.  color: #403020;
  137.  margin: 0;
  138.  box-sizing: border-box;
  139. }
  140. .panel {position: absolute;}
  141. .panel a {color: #B00000;}
  142. .panel img {max-width: 100% !important;}
  143.  
  144. #column_1 .panel {padding: 0;}
  145.  
  146. #column_2 .panel {
  147.  background: rgba(255,255,255,.5);
  148.  width: 100%;
  149.  height: 100%;
  150.  font: 14px/1.6em 'Kalam', serif;
  151.  text-shadow: 0 0 1px #FFFFFF;
  152.  padding: 0 10px 0 0;
  153.  top: -100%;
  154.  left: 0;
  155.  border: 10px solid transparent;
  156.  border-radius: 5px;
  157.  overflow-x: hidden;
  158.  overflow-y: scroll;
  159. }
  160. #column_2 .panel:hover {top: 0;}
  161.  
  162. #column_2 h2 {
  163.  width: 341px;
  164.  height: 63px;
  165.  font: 40px/68px 'Cookie', cursive;
  166.  text-align: right;
  167.  text-shadow: -1px 0 1px #FFFFFF, 1px 0 1px #FFFFFF, 0 -1px 1px #FFFFFF, 0 1px 1px #FFFFFF;
  168.  text-transform: capitalize;
  169.  padding: 0 120px 0 0;
  170.  position: fixed;
  171.  right: 579px;
  172.  z-index: 9;
  173. }
  174.  
  175. @-moz-document url-prefix() {
  176.   #column_2 h2, .media_panel h2::after {
  177.     text-shadow: none;
  178.     paint-order: stroke fill;
  179.     -webkit-text-stroke: 3px #FFFFFF;
  180.   }
  181.   #column_2 h2 {line-height: 66px;}
  182. }
  183.  
  184. #id_about h2 {top: 400px;}
  185. #id_about h2::before {background-position: -210px 0;}
  186.  
  187. #id_wishlist h2 {top: 480px;}
  188. #id_wishlist h2::before { background-position: -551px 0;}
  189.  
  190. .custom_panel h2 {top: 560px;}
  191. .custom_panel h2::before {background-position: -892px 0 !important;}
  192.  
  193. #column_2 h2::before {
  194.  content: '';
  195.  display: block;
  196.  width: 100%;
  197.  height: 100%;
  198.  position: absolute;
  199.  top: 0;
  200.  left: 0;
  201.  opacity: 0;
  202.  z-index: -1;
  203.  transition: opacity .5s ease-in-out;
  204. }
  205. #column_2 .panel:hover h2::before {opacity: 1;}
  206.  
  207. /* Bridges */
  208.  
  209. #column_2 h2::after {
  210.  content: '';
  211.  display: none;
  212.  width: 95px;
  213.  height: 323px;
  214.  position: fixed;
  215.  top: 300px;
  216.  right: 485px;
  217. }
  218. #column_2 .panel:hover h2::after {display: block;}
  219.  
  220. /* Contact */
  221.  
  222. #id_contact  {
  223.  width: 100%;
  224.  height: 100%;
  225. }
  226. #id_contact h2 {display: none;}
  227.  
  228. #id_contact ul:not(.buttons) li {
  229.  width: 70px;
  230.  height: 67px;
  231.  margin: 0 0 13px 0;
  232.  position: relative;
  233.  opacity: .01;
  234.  transition: opacity .5s ease-in-out;
  235. }
  236. #id_contact ul:not(.buttons) li:hover {opacity: 1;}
  237.  
  238. #id_contact ul:not(.buttons) li:nth-of-type(1) {background-position: 0 0;}
  239. #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position: -70px 0;}
  240. #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position: -140px 0;}
  241.  
  242. #id_contact ul:not(.buttons) li, #id_contact ul:not(.buttons) a {font-size: 0;}
  243.  
  244. #id_contact ul:not(.buttons) a {
  245.  display: block;
  246.  width: 100%;
  247.  height: 100%;
  248.  position: absolute;
  249.  top: 0;
  250.  left: 0;
  251. }
  252.  
  253. /* Wish List */
  254.  
  255. #id_wishlist {
  256.  display: grid;
  257.  grid-template-columns: repeat(6, 1fr);
  258.  grid-auto-rows: max-content;
  259.  grid-gap: 10px 10px;
  260.  text-align: center;
  261.  justify-items: center;
  262. }
  263. #id_wishlist .clear {display: none;}
  264. #id_wishlist .premium_sparkle {display: none;}
  265.  
  266. #id_wishlist .item {
  267.  background: rgba(230,180,214,.5);
  268.  width: 42px;
  269.  height: 42px;
  270.  position: relative;
  271.  border-radius: 50%;
  272.  transition: all .5s ease-in-out;
  273. }
  274.  
  275. #id_wishlist .item:hover {
  276.  background: #B00000;
  277.  transform: rotate(360deg);
  278. }
  279.  
  280. #id_wishlist .item a {
  281.  display: inline-block;
  282.  width: 30px;
  283.  height: 30px;
  284.  padding: 2px;
  285.  margin: 3px 0 0 0;
  286.  border: 1px dotted #FFFFFF;
  287.  transition: border-color .5s ease-in-out;
  288. }
  289. #id_wishlist .item:hover a {border-color: goldenrod;}
  290.  
  291. .owner_checkmark {
  292.  margin: 0;
  293.  top: 5px;
  294.  left: 5px;
  295. }
  296.  
  297. /* Media */
  298.  
  299. .media_panel {
  300.  width: 30px;
  301.  height: 30px !important;
  302.  top: -74px;
  303.  left: -140px;
  304.  overflow: hidden;
  305. }
  306. .media_panel object, .media_panel::after {position: absolute;}
  307. .media_panel h2, .media_panel::after {pointer-events: none;}
  308.  
  309. .media_panel object {
  310.  bottom: -2px;
  311.  left: -10px;
  312.  opacity: .01;
  313. }
  314.  
  315. .media_panel h2 {
  316.  background: none;
  317.  display: none;
  318.  padding: 0;
  319.  color: #FFFFFF;
  320.  line-height: 0px;
  321.  text-transform: capitalize;
  322.  position: fixed;
  323.  top: 56px;
  324.  left: 342px;
  325. }
  326. .media_panel:hover h2 {display: initial;}
  327.  
  328. @media screen and (min-width: 1600px) {
  329.   .media_panel h2 {
  330.     left: unset;
  331.     right: 834px;
  332.   }
  333. }
  334.  
  335. .media_panel::after {
  336.  content: url('https://i.imgur.com/43iYKtm.gif');
  337.  filter: brightness(140%);
  338.  top: 10px;
  339.  left: 8px;
  340. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement