Advertisement
althindor

Pro for Ouja Akuma

Jan 27th, 2021
1,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.95 KB | None | 0 0
  1. /* Designed by Visual Light, Coded by AlthIndor */
  2.  
  3. html, body {background: repeating-linear-gradient(to right, #111111 0%, #111111 9.09%, #110518 9.09%, #110518 18.18%);}
  4. body a {text-decoration: none !important;}
  5.  
  6. ::selection {
  7.   background: rebeccapurple;
  8.   color: #FFFFFF;
  9. }
  10.  
  11. /* Fonts */
  12.  
  13. @font-face {
  14.   font-family: 'Milonga';
  15.   font-style: normal;
  16.   font-weight: 400;
  17.   src: local('Milonga'), url(https://fonts.gstatic.com/s/milonga/v8/SZc53FHnIaK9W5kfTzrMkA.woff2) format('woff2');
  18. }
  19.  
  20. @font-face {
  21.   font-family: 'Open Sans';
  22.   font-style: normal;
  23.   font-weight: 400;
  24.   src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  25. }
  26.  
  27. @font-face {
  28.   font-family: 'Open Sans';
  29.   font-style: normal;
  30.   font-weight: 700;
  31.   src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  32. }
  33.  
  34. /* Header */
  35.  
  36. #gaia_header, #header_left, #header_right {background: none !important;}
  37. #gaia_header li.spacer {display: none !important;}
  38. #gaia_header li {margin: 0 5px;}
  39.  
  40. #gaia_header #header_left, #gaia_header #header_right {
  41.   font: 0/30px 'Open Sans', sans-serif !important;
  42.   padding: 0 5px !important;
  43.   box-sizing: border-box;
  44. }
  45. #gaia_header #header_right {float: right;}
  46.  
  47. #header_left img {
  48.  -webkit-mask: url('https://i.imgur.com/5FTB40o.png') no-repeat 0 4px;
  49.   mask: url('https://i.imgur.com/5FTB40o.png') no-repeat 0 4px;
  50.   background: #FFFFFF;
  51.   width: 0 !important;
  52.   padding: 0 37px 0 0;
  53. }
  54. #header_left li:nth-of-type(2) a:hover img {background: #FFD4FF;}
  55.  
  56. #gaia_header a {
  57.   color: #FFFFFF !important;
  58.   font-size: 11px !important;
  59.   text-transform: uppercase;
  60. }
  61. #gaia_header a:hover {color: #FFD4FF !important;}
  62.  
  63. /* Columns */
  64.  
  65. #columns, #column_1 {
  66.   margin: 0;
  67.   position: absolute;
  68. }
  69. #column_2, #column_3 {display: none;}
  70.  
  71. #columns {
  72.   background: url('https://i.imgur.com/XN9smzV.png');
  73.   width: 900px;
  74.   height: 600px;
  75.   left: calc(50% - 450px);
  76.   top: calc(50% - 290px);
  77.   transform: translateZ(0);
  78. }
  79.  
  80. #column_1 {
  81.   width: 327px;
  82.   height: 271px;
  83.   top: 265px;
  84.   left: 286px;
  85. }
  86.  
  87. /* Scrollbars */
  88.  
  89. #columns ::-webkit-scrollbar {width: 0;}
  90. .panel, #id_comments dl {scrollbar-width: none;}
  91.  
  92. /* Panels */
  93.  
  94. .panel, .panel h2, #id_comments dl {
  95.   overflow: hidden;
  96.   box-sizing: border-box;
  97. }
  98. .panel, #id_comments dl {overflow-y: scroll;}
  99.  
  100. .panel, .panel h2 {
  101.   background: none;
  102.   color: #FFFFFF;
  103.   padding: 0;
  104.   margin: 0;
  105. }
  106.  
  107. .panel {
  108.   width: 100%;
  109.   height: 241px !important;
  110.   font: 10px/1.7 'Open Sans', sans-serif;
  111.   text-align: justify;
  112.   text-align-last: center;
  113.   position: absolute;
  114. }
  115. #id_about, .panel:hover {top: 0;}
  116. .panel, .panel:hover ~ #id_about {top: 100%;}
  117.  
  118. .panel a {color: lightblue;}
  119. .panel a:hover {color: #FFD4FF;}
  120. .panel img {max-width: 100% !important;}
  121.  
  122. /* Panel Headers */
  123.  
  124. .panel h2 {
  125.   width: 109px;
  126.   height: 33px;
  127.   font: small-caps 700 18px/1 'Milonga', serif;
  128.   text-transform: capitalize;
  129.   position: fixed;
  130.   top: 232px;
  131.   mix-blend-mode: color-dodge;
  132.   cursor: default;
  133. }
  134.  
  135. #id_about h2, .panel:hover h2 {color: #F0F0F0;}
  136. .panel h2, .panel:hover ~ #id_about h2 {color: #C0C0C0;}
  137.  
  138. #about_title {
  139.   left: 286px;
  140.   text-align-last: left;
  141. }
  142. #about_title::after {content: ' Me';}
  143.  
  144. #comments_title {
  145.   left: calc(286px + 109px);
  146.   text-indent: 4px;
  147. }
  148.  
  149. #wishlist_title {
  150.   left: calc(286px + 218px);
  151.   text-align-last: right;
  152. }
  153.  
  154. /* Comments */
  155.  
  156. #id_comments {height: 100% !important;}
  157. #id_comments dl {height: 219px;}
  158.  
  159. #id_comments #alerts_banner, #id_comments .dropBox, #id_comments h2 + div .clear {display: none;}
  160. #id_comments h2 ~ p, #id_comments dd:last-of-type {margin: 0;}
  161. #id_comments #alert_container {display: contents;}
  162.  
  163. #id_comments dt {
  164.   display: flex;
  165.   justify-content: space-between;
  166.   height: auto;
  167.   line-height: normal;
  168.   padding: 0 0 4px 0;
  169.   margin: 0 0 2px 0;
  170.   border-bottom: 2px solid #00000060;
  171. }
  172. #id_comments .date a {font-weight: 400;}
  173.  
  174. #id_comments dd {
  175.   display: grid;
  176.   margin: 0 0 20px 0;
  177. }
  178. #id_comments .postcontent {grid-row: 1;}
  179.  
  180. #id_comments .deletecomment {
  181.   float: none;
  182.   display: grid;
  183.   grid-auto-flow: column;
  184.   justify-content: space-between;
  185.   margin: 5px 0 0 0;
  186.   border-top: 2px solid #00000060;
  187. }
  188. #id_comments .deletecomment a:first-of-type::after {content: ' Comment';}
  189. #id_comments .deletecomment br {display: none;}
  190. #id_comments .deletecomment a {font-weight: 400;}
  191.  
  192. /* Comments Links */
  193.  
  194. #id_comments h2 + div, #id_comments h2 ~ p, #id_comments h2 + div a, #id_comments h2 ~ p a {
  195.   width: 100px;
  196.   height: 33px;
  197.   position: absolute;
  198. }
  199.  
  200. #id_comments h2 + div, #id_comments h2 ~ p {
  201.   background: #2C4878;
  202.   padding-left: 2px;
  203.   bottom: 0;
  204.   border: 1px solid #000;
  205.   border-radius: 5px;
  206.   box-shadow: 0 0 0 3px #00000040 inset, 0 2px 5px #00000080;
  207.   box-sizing: border-box;
  208. }
  209. #id_comments h2 + div:hover, #id_comments h2 ~ p:hover {background: #A03050}
  210. #id_comments h2 + div {right: calc(50% + 5px);}
  211. #id_comments h2 ~ p {left: calc(50% + 5px);}
  212.  
  213. #id_comments h2 + div a, #id_comments h2 ~ p a {
  214.   color: #FFFFFF;
  215.   font-size: 0;
  216.   left: 0;
  217. }
  218. #id_comments h2 + div a::after, #id_comments h2 ~ p a::after {font: 9px/32px 'Milonga', serif;}
  219. #id_comments h2 + div a::after {content: 'POST COMMENT';}
  220. #id_comments h2 ~ p a::after {content: 'ALL COMMENTS';}
  221.  
  222. /* Wish List */
  223.  
  224. #id_wishlist {
  225.   display: grid;
  226.   grid-template-columns: repeat(6, 46px);
  227.   gap: 10px;
  228.   scroll-snap-type: y mandatory;
  229. }
  230. #id_wishlist .premium_sparkle, #id_wishlist .clear {display: none;}
  231.  
  232. #id_wishlist .item {
  233.   background: #FFFFFF20;
  234.   width: 100%;
  235.   height: 30px;
  236.   text-align: center;
  237.   padding: 5px 0;
  238.   position: relative;
  239.   border-radius: 3px;
  240.   scroll-snap-align: start;
  241. }
  242. #id_wishlist .item:hover {background: rebeccapurple;}
  243.  
  244. .owner_checkmark {
  245.   margin: 0;
  246.   bottom: 5px;
  247.   left: 5px;
  248. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement