Advertisement
althindor

Pro for Celestial Extinction (Green)

Dec 12th, 2020
1,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.14 KB | None | 0 0
  1. /* Profile By AlthIndor */
  2.  
  3. html, body {background: url('https://i.imgur.com/4SzWG4x.png') center;}
  4. body, * {cursor: url('https://downloads.totallyfreecursors.com/thumbnails/easterbunny.gif'), auto !important;}
  5. body a {transition: all .5s ease-in-out;}
  6.  
  7. /* Fonts */
  8.  
  9. @font-face {
  10.   font-family: 'Work Sans';
  11.   font-style: normal;
  12.   font-weight: 400;
  13.   src: url(https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJpp_c.woff2) format('woff2');
  14. }
  15.  
  16. @font-face {
  17.   font-family: 'Work Sans';
  18.   font-style: normal;
  19.   font-weight: 700;
  20.   src: url(https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jpg.woff2) format('woff2');
  21. }
  22.  
  23. @font-face {
  24.   font-family: 'Concert One';
  25.   font-style: normal;
  26.   font-weight: 400;
  27.   src: url(https://fonts.gstatic.com/s/concertone/v11/VEM1Ro9xs5PjtzCu-srDqSTijP4.woff2) format('woff2');
  28. }
  29.  
  30. /* Header */
  31.  
  32. #viewer #gaia_header {
  33.   height: 30px !important;
  34.   box-shadow: 0 2px 5px #00000060;
  35. }
  36. #gaia_header li.spacer {display: none !important;}
  37. #gaia_header li {margin: 0 5px;}
  38.  
  39. #gaia_header #header_left, #gaia_header #header_right {
  40.   font: 400 0/28px 'Concert One', sans-serif !important;
  41.   padding: 0 3px !important;
  42. }
  43. #gaia_header #header_right {float: right;}
  44.  
  45. #gaia_header img {
  46.   -webkit-mask: url('https://i.imgur.com/cGGVY2x.png') no-repeat 0 3px;
  47.   mask: url('https://i.imgur.com/cGGVY2x.png') no-repeat 0 3px;
  48.   background: #FFFFFF;
  49.   width: 0;
  50.   padding: 0 34px 0 0;
  51.   transition: background .5s ease-in-out;
  52. }
  53. #header_left li:nth-of-type(2) a:hover img {background: lightcyan;}
  54.  
  55. #gaia_header a {
  56.   color: #FFFFFF !important;
  57.   font-size: 12px !important;
  58.   font-weight: 400;
  59.   text-decoration: none;
  60.   text-transform: uppercase;
  61. }
  62. #gaia_header a:hover {color: lightcyan !important;}
  63.  
  64. /* Columns */
  65.  
  66. #columns {
  67.   float: none;
  68.   width: 824px;
  69.   top: 50%;
  70.   left: 50%;
  71.   transform: translate(-50%, -50%);
  72.   overflow: visible;
  73. }
  74. #column_3 {display: none;}
  75.  
  76. #columns .column {
  77.   background: #3FAA88C0;
  78.   height: 256px;
  79.   font-size: 0;
  80.   padding: 10px;
  81.   margin: 0;
  82.   border: 1px solid #000;
  83.   box-shadow: 0 2px 5px #000000C0;
  84.   backdrop-filter: blur(20px);
  85. }
  86. #column_1 {width: auto;}
  87.  
  88. #column_2 {
  89.   float: right;
  90.   width: 380px;
  91.   margin: 0;
  92.   position: relative;
  93.   contain: layout;
  94. }
  95.  
  96. /* Scrollbars */
  97.  
  98. #columns ::-webkit-scrollbar {
  99.   background: #0004;
  100.   width: 6px;
  101. }
  102. #columns ::-webkit-scrollbar-thumb {background: #000;}
  103.  
  104. .panel, #id_comments dl {
  105.   scrollbar-color: #000 #0004;
  106.   scrollbar-width: thin;
  107. }
  108.  
  109. /* Panels */
  110.  
  111. .panel, .panel h2 {
  112.   padding: 0;
  113.   margin: 0;
  114. }
  115. #column_1 h2 {display: none;}
  116.  
  117. .panel {
  118.   background: #FFFFFFA0;
  119.   font: 400 10px/1.7 'Work Sans', sans-serif;
  120.   text-align: justify;
  121.   border-radius: 5px;
  122.   box-shadow: 0 1px 2px #00000080;
  123.   overflow: hidden;
  124. }
  125. .panel:not(.media_panel) {border: 10px solid transparent;}
  126. .panel a {color: inherit;}
  127. .panel a:hover {color: lightcoral;}
  128.  
  129. #id_wishlist, #id_details {height: 190px;}
  130. #id_wishlist, #id_about, #id_footprints, #id_comments dl {overflow-y: scroll;}
  131.  
  132. #id_about, #id_comments dl {padding-right: 10px;}
  133. #id_about a, #id_comments .postcontent a {text-decoration: dotted underline;}
  134. #id_about img, #id_comments .postcontent img {max-width: 100% !important;}
  135.  
  136. #column_2 .panel {
  137.   background: linear-gradient(to bottom, #FFF 5px, #0002 5px, #0000 8px) #FFFFFFC0 border-box;
  138.   width: calc(100% - 20px);
  139.   height: calc(100% - 50px);
  140.   position: absolute;
  141.   left: 10px;
  142.   box-sizing: border-box;
  143.   border-top-width: 15px;
  144.   border-radius: 0 0 5px 5px;
  145.   z-index: 1;
  146. }
  147. #column_2 .panel:hover {z-index: 2;}
  148.  
  149. #column_2 .panel:hover, #column_2 #id_about {bottom: 10px;}
  150. #column_2 .panel:hover ~ #id_about, #column_2 .panel {bottom: -100%;}
  151.  
  152. /* Panel Headers */
  153.  
  154. .panel h2 {
  155.   width: 127px;
  156.   height: 32px;
  157.   font: 400 14px/31px 'Concert One', sans-serif;
  158.   text-align: center;
  159.   position: fixed;
  160.   top: 10px;
  161.   border-radius: 5px 5px 0 0;
  162.   box-shadow: 0 1px 2px #00000080;
  163.   clip-path: inset(-10px -10px 1px -10px);
  164. }
  165.  
  166. #id_about h2 {left: 10px;}
  167. #id_footprints h2 {right: 10px;}
  168.  
  169. #id_comments h2 {
  170.   width: 126px;
  171.   left: 137px;
  172. }
  173.  
  174. #id_about h2, .panel:hover h2 {
  175.   background: #FFF;
  176.   color: #000;
  177. }
  178.  
  179. .panel:hover ~ #id_about h2, .panel h2 {
  180.   background: #000;
  181.   color: #FFF;
  182. }
  183.  
  184. /* Details */
  185.  
  186. #id_details {
  187.   float: left;
  188.   width: 120px;
  189.   margin: 0 10px 10px 0;
  190. }
  191. #id_details p:nth-of-type(n+2) {display: none;}
  192.  
  193. #id_details p:first-of-type {
  194.   padding-bottom: 7px;
  195.   margin-bottom: 7px;
  196.   border-bottom: 1px solid #FFF;
  197. }
  198. #id_details p:first-of-type img {filter: drop-shadow(0 1px 1px #0004) drop-shadow(0 0 10px #FFF);}
  199.  
  200. #id_details .forum_userstatus {
  201.   background: #FFF;
  202.   width: 100%;
  203.   height: 25px;
  204.   padding: 5px 6px;
  205.   border: none;
  206.   border-radius: 3px;
  207.   box-sizing: border-box;
  208. }
  209. #id_details .statuslinks {background: none;}
  210.  
  211. #id_details .statuslinks span {
  212.   width: 70px;
  213.   font: 12px/14px 'Concert One', sans-serif;
  214.   text-align: center;
  215.   text-transform: uppercase;
  216.   padding-left: 19px;
  217. }
  218.  
  219. #id_details .pushBox {
  220.   background: #000;
  221.   width: 9px;
  222.   height: 10px;
  223.   margin-top: 3px;
  224.   clip-path: polygon(0 0, 100% 0, 50% 100%);
  225. }
  226.  
  227. /* Avatar Menu */
  228.  
  229. #avatar_menu {
  230.   border: none;
  231.   border-radius: 0 0 5px 5px;
  232. }
  233.  
  234. #avatar_menu a {
  235.   color: lightcoral;
  236.   text-align: center;
  237. }
  238.  
  239. #avatar_menu .menu_seperator {
  240.   background: #0004 !important;
  241.   width: calc(100% - 10px) !important;
  242.   margin-left: 5px !important;
  243. }
  244.  
  245. /* Wish List */
  246.  
  247. #id_wishlist {
  248.   display: grid;
  249.   grid-template-columns: repeat(4, 40px);
  250.   grid-auto-rows: 40px;
  251.   gap: 10px;
  252.   width: 210px;
  253. }
  254. #id_wishlist .clear, .premium_sparkle {display: none;}
  255.  
  256. #id_wishlist .item {
  257.   background: #FFF;
  258.   width: 30px;
  259.   height: 30px;
  260.   padding: 5px;
  261.   position: relative;
  262.   border-radius: 3px;
  263.   transition: background .5s ease-in-out;
  264. }
  265. #id_wishlist .item:hover {background: lightcoral;}
  266.  
  267. #id_wishlist .owner_checkmark {
  268.   margin: 0;
  269.   bottom: 5px;
  270.   left: 5px;
  271. }
  272.  
  273. /* Comments */
  274.  
  275. #id_comments #alerts_banner, #id_comments h2 + div .clear {display: none;}
  276. #id_comments #alert_container, #id_comments dt {padding: 0;}
  277. #id_comments .deletecomment {margin: 0 0 0 10px;}
  278. #id_comments dd {margin-bottom: 15px;}
  279. #id_comments dd:last-of-type {margin: 0;}
  280.  
  281. #id_comments dl {
  282.   clear: both;
  283.   width: 100%;
  284.   height: calc(100% - 45px);
  285.   position: absolute;
  286.   bottom: 0;
  287.   box-sizing: border-box;
  288.   overflow-x: hidden;
  289. }
  290.  
  291. #id_comments dt {
  292.   height: auto;
  293.   line-height: normal;
  294.   padding-bottom: 5px;
  295.   margin-bottom: 4px;
  296.   border-bottom: 1px solid #FFF;
  297. }
  298.  
  299. #id_comments .dropBox {
  300.   background: #FFF;
  301.   width: 48px;
  302.   height: 58px;
  303.   margin: 4px 8px 0 0;
  304.   border: 1px solid transparent;
  305.   border-radius: 3px;
  306.   overflow: hidden;
  307. }
  308.  
  309. #id_comments .dropBox img {
  310.   width: 120px;
  311.   height: 150px;
  312.   margin: -25px 0 0 -45px;
  313. }
  314.  
  315. /* Comments Links */
  316.  
  317. #id_comments h2 + div, #id_comments h2 ~ p {
  318.   width: calc(50% - 5px);
  319.   height: 30px;
  320.   position: relative;
  321. }
  322. #id_comments h2 + div {float: left;}
  323. #id_comments h2 ~ p {float: right;}
  324.  
  325. #id_comments h2 + div a, #id_comments h2 ~ p a {
  326.   background: #000;
  327.   width: 100%;
  328.   height: 100%;
  329.   color: #FFF;
  330.   font: 10px/30px 'Concert One', sans-serif;
  331.   text-align: center;
  332.   text-decoration: none;
  333.   text-transform: uppercase;
  334.   position: absolute;
  335.   border-radius: 3px;
  336. }
  337.  
  338. #id_comments h2 + div a:hover, #id_comments h2 ~ p a:hover {
  339.   background: #FFFFFF;
  340.   color: #000;
  341. }
  342.  
  343. /* Visitors */
  344.  
  345. #id_footprints .item {
  346.   display: grid;
  347.   grid-auto-flow: column;
  348.   justify-content: center;
  349. }
  350.  
  351. #id_footprints .item::before {
  352.   content: ' visited ';
  353.   white-space: pre;
  354.   grid-column: 2;
  355. }
  356. #id_footprints .item::after {content: '.';}
  357.  
  358. /* Media */
  359.  
  360. .media_panel {
  361.   clear: both;
  362.   background: url('https://i.imgur.com/gqTTTvw.png') -20px -4px no-repeat, url('https://i.imgur.com/gqTTTvw.png') 92px -44px no-repeat #000;
  363.   width: 100%;
  364.   height: 36px !important;
  365. }
  366.  
  367. .media_panel iframe {
  368.   width: calc(100% + 26px);
  369.   height: 240px;
  370.   position: absolute;
  371.   bottom: 0;
  372.   left: -14px;
  373.   opacity: .001;
  374. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement