Advertisement
althindor

Pro for Guardian Arlen

Feb 14th, 2020
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.95 KB | None | 0 0
  1. /* Profile by AlthIndor */
  2.  
  3. html {
  4.  --dark: #685452;
  5.  --mint: #94BCB0;
  6.  --pink: #CF8179;
  7. }
  8.  
  9. html, body {background: #FFFFFF;}
  10. body a {text-decoration: none !important;}
  11.  
  12. /* Fonts */
  13.  
  14. @font-face {
  15.  font-family: 'Open Sans Condensed';
  16.  font-style: normal;
  17.  font-weight: 700;
  18.  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2) format('woff2');
  19. }
  20.  
  21. /* Header */
  22.  
  23. #viewer #gaia_header {
  24.  background: var(--dark);
  25.  width: calc(100% - 20px) !important;
  26.  height: 30px !important;
  27.  position: absolute !important;
  28.  top: 10px !important;
  29.  left: 10px !important;
  30.  border: 1px solid #303030;
  31.  box-shadow: 0 3px 3px #00000040;
  32.  box-sizing: border-box;
  33.  overflow: hidden !important;
  34. }
  35.  
  36. #gaia_header #header_left, #gaia_header #header_right {
  37.  background: none;
  38.  font: 700 0/2.5 'Open Sans Condensed', sans-serif !important;
  39. }
  40. #gaia_header #header_right {float: right;}
  41. #gaia_header li.spacer {display: none !important;}
  42.  
  43. #gaia_header img {
  44.  background: url('https://graphics.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 0 / 100% auto;
  45.  width: 0;
  46.  height: 16px;
  47.  padding: 0 34px 0 0;
  48. }
  49.  
  50. #gaia_header a {
  51.  color: #FFFFFF !important;
  52.  font-size: 11px !important;
  53.  padding: 10px 7px;
  54.  text-transform: uppercase;
  55. }
  56. #gaia_header a:hover {background: var(--mint);}
  57.  
  58. /* Columns */
  59.  
  60. #columns, #column_1, #column_2 {
  61.  float: none;
  62.  display: block;
  63.  margin: 0;
  64.  position: absolute;
  65. }
  66. #column_3 {display: none;}
  67.  
  68. #columns, #column_1 {
  69.  width: 100%;
  70.  height: 100%;
  71.  top: 0;
  72.  left: 0;
  73. }
  74.  
  75. #column_2 {
  76.  background: #FFFFFF;
  77.  width: 188px;
  78.  height: 202px;
  79.  top: calc(50% - 100px);
  80.  left: calc(50% - 94px);
  81.  border: 1px solid #303030;
  82.  box-shadow: 0 3px 3px #00000040;
  83.  box-sizing: border-box;
  84. }
  85.  
  86. /* Panels */
  87.  
  88. .panel, .panel h2 {
  89.  color: #FFFFFF;
  90.  font: 16px/28px 'Open Sans Condensed', sans-serif;
  91.  padding: 0;
  92.  margin: 0;
  93.  box-sizing: border-box;
  94.  position: absolute;
  95.  overflow: hidden;
  96. }
  97. .panel {background: none;}
  98. .panel a {color: inherit;}
  99.  
  100. #id_contact, .media_panel {
  101.  background-color: var(--mint) !important;
  102.  height: 36px !important;
  103.  left: 176px;
  104.  border: 1px solid #00000020;
  105.  border-radius: 8px;
  106.  transform-origin: top left;
  107.  transform: rotate(90deg);
  108.  z-index: 2;
  109. }
  110. #id_contact:hover, .media_panel:hover {background-color: var(--pink) !important;}
  111. #id_contact h2, .media_panel h2 {display: none;}
  112.  
  113. .custom_panel, .custom_panel div {
  114.  width: 100%;
  115.  height: 100% !important;
  116. }
  117. .custom_panel h2, .custom_panel br, .custom_panel .clear {display: none;}
  118. .custom_panel div {background: url('https://images2.imgbox.com/6c/f8/BiS3skhp_o.png') #F8F8F8 center / cover;}
  119.  
  120. /* Details */
  121.  
  122. #id_details {
  123.  width: 100%;
  124.  height: 100%;
  125.  text-align: left;
  126.  top: 0;
  127.  left: 0;
  128.  z-index: 1;
  129. }
  130. #id_details p:nth-of-type(n+2) {display: none;}
  131. #id_details img {margin: 40px 0 0 10px;}
  132. .forum_userstatus {display: none;}
  133.  
  134. #id_details h2 {
  135.  background: var(--dark);
  136.  width: 100%;
  137.  height: 30px;
  138.  text-align: center;
  139.  border-bottom: 1px solid #303030;
  140. }
  141.  
  142. /* Contact */
  143.  
  144. #id_contact {
  145.  width: 60px;
  146.  text-align: center;
  147.  bottom: 34px;
  148. }
  149.  
  150. #id_contact li, #id_contact a {
  151.  display: block;
  152.  width: 100%;
  153.  height: 100%;
  154.  position: absolute;
  155.  top: 0;
  156.  left: 0;
  157. }
  158. #id_contact li:nth-of-type(odd) {display: none;}
  159. #id_contact h2 {display: none;}
  160.  
  161. #id_contact span, #id_contact a {
  162.  font-size: 0;
  163.  line-height: 32px;
  164.  text-transform: uppercase;
  165. }
  166.  
  167. #id_contact span::after, #id_contact a::after {
  168.  content: 'messg';
  169.  font-size: 16px;
  170. }
  171.  
  172. /* Media */
  173.  
  174. .media_panel {
  175.  background: url('https://i.imgur.com/gqTTTvw.png') top -5px left -16px no-repeat;
  176.  width: 80px;
  177.  top: 40px;
  178. }
  179.  
  180. .media_panel iframe {
  181.  width: 300px;
  182.  height: 200px;
  183.  position: absolute;
  184.  bottom: 0;
  185.  left: -16px;
  186.  opacity: .01;
  187. }
  188.  
  189. /* Wallpaper */
  190.  
  191. #column_1 b, #column_1 i {
  192.  display: block;
  193.  position: absolute;
  194. }
  195.  
  196. #column_1 b {
  197.  left: 0;
  198.  transform-origin: left center;
  199.  transform: skewY(30deg);
  200. }
  201.  
  202. #column_1 b:nth-of-type(1) {
  203.  background: linear-gradient(120deg, #94BCB080, transparent 65%);
  204.  width: 65%;
  205.  height: 25%;
  206.  top: 45%;
  207.  mix-blend-mode: darken;
  208. }
  209.  
  210. #column_1 b:nth-of-type(2) {
  211.  background: linear-gradient(120deg, var(--mint), transparent);
  212.  width: 100%;
  213.  height: 45%;
  214.  top: 8%;
  215.  mix-blend-mode: color;
  216. }
  217.  
  218. @keyframes BlinkTriangles {
  219.  0% {opacity: 0;}
  220.  33% {opacity: 0;}
  221.  66% {opacity: 1;}
  222.  100% {opacity: 1;}
  223. }
  224.  
  225. #column_1 i {
  226.  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  227.  animation: BlinkTriangles 2.5s linear infinite alternate;
  228. }
  229. #column_1 i:nth-of-type(even) {animation-duration: 3.5s;}
  230.  
  231. #column_1 i:nth-of-type(3), #column_1 i:nth-of-type(5), #column_1 i:nth-of-type(8), #column_1 i:nth-of-type(10) {background: var(--pink);}
  232. #column_1 i:nth-of-type(5), #column_1 i:nth-of-type(3), #column_1 i:nth-of-type(8), #column_1 i:nth-of-type(10) {mix-blend-mode: color;}
  233. #column_1 i:nth-of-type(1), #column_1 i:nth-of-type(2), #column_1 i:nth-of-type(6) {mix-blend-mode: color-burn;}
  234. #column_1 i:nth-of-type(1), #column_1 i:nth-of-type(2), #column_1 i:nth-of-type(9) {background: darkseagreen;}
  235. #column_1 i:nth-of-type(4), #column_1 i:nth-of-type(6), #column_1 i:nth-of-type(7) {background: lightgreen;}
  236. #column_1 i:nth-of-type(1), #column_1 i:nth-of-type(3) {right: 0;}
  237. #column_1 i:nth-of-type(3), #column_1 i:nth-of-type(5) {top: 55%;}
  238. #column_1 i:nth-of-type(1) {top: 16%;}
  239. #column_1 i:nth-of-type(5) {right: 8%;}
  240.  
  241. #column_1 i:nth-of-type(1), #column_1 i:nth-of-type(2), #column_1 i:nth-of-type(5), #column_1 i:nth-of-type(8) {
  242.  width: 48vh;
  243.  height: 55vh;
  244. }
  245.  
  246. #column_1 i:nth-of-type(2) {
  247.  top: 42%;
  248.  right: 22%;
  249. }
  250.  
  251. #column_1 i:nth-of-type(3), #column_1 i:nth-of-type(10) {
  252.  width: 29vh;
  253.  height: 33vh;
  254. }
  255. #column_1 i:nth-of-type(10) {top: 25%; right: 20%;}
  256.  
  257. #column_1 i:nth-of-type(4), #column_1 i:nth-of-type(7) {
  258.  width: 70vh;
  259.  height: 80vh;
  260.  mix-blend-mode: soft-light;
  261. }
  262. #column_1 i:nth-of-type(4) {top: 3%; right: 10%;}
  263. #column_1 i:nth-of-type(7) {top: -5%; left: -15%;}
  264.  
  265. #column_1 i:nth-of-type(6) {
  266.  width: 56vh;
  267.  height: 63vh;
  268.  top: 50%;
  269.  left: 22%;
  270. }
  271.  
  272. #column_1 i:nth-of-type(8) {
  273.  left: 0;
  274.  top: 33%;
  275.  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  276. }
  277.  
  278. #column_1 i:nth-of-type(9) {
  279.  width: 118vh;
  280.  height: 33vh;
  281.  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  282.  bottom: 0;
  283.  left: 8%;
  284.  mix-blend-mode: hard-light;
  285. }
  286.  
  287. #column_1 i:nth-of-type(1) {animation-delay: 0s;}
  288. #column_1 i:nth-of-type(3) {animation-delay: -.5s;}
  289. #column_1 i:nth-of-type(5) {animation-delay: -1s;}
  290. #column_1 i:nth-of-type(7) {animation-delay: -1.5s;}
  291. #column_1 i:nth-of-type(9) {animation-delay: -2s;}
  292.  
  293. #column_1 i:nth-of-type(2) {animation-delay: 0s;}
  294. #column_1 i:nth-of-type(4) {animation-delay: -.7s;}
  295. #column_1 i:nth-of-type(6) {animation-delay: -1.4s;}
  296. #column_1 i:nth-of-type(8) {animation-delay: -2.1s;}
  297. #column_1 i:nth-of-type(10) {animation-delay: -2.7s;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement