Advertisement
althindor

Code for Visual Light

Apr 1st, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.53 KB | None | 0 0
  1. /* Cody By AlthIndor, Graphics by Visual Light */
  2.  
  3. body {
  4.  background: #FFFFFF;
  5.  color: #185098;
  6. }
  7.  
  8. /* Fonts */
  9.  
  10. @font-face {
  11.  font-family: 'Damion';
  12.  font-style: normal;
  13.  font-weight: 400;
  14.  src: local('Damion'), url(https://fonts.gstatic.com/s/damion/v7/hv-XlzJ3KEUe_YZkamww.woff) format('woff');
  15. }
  16.  
  17. @font-face {
  18.  font-family: 'PT Serif';
  19.  font-style: normal;
  20.  font-weight: 400;
  21.  src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  22. }
  23.  
  24. /* Header */
  25.  
  26. #gaia_header {
  27.  background: #4088B8;
  28.  border-bottom: 1px solid transparent;
  29.  overflow: hidden;
  30.  transition: background .7s ease-in-out;
  31. }
  32. #gaia_header:hover {background: #98C8E0;}
  33.  
  34. #gaia_header #header_left, #gaia_header #header_right {
  35.  background: none !important;
  36.  width: 50% !important;
  37.  color: transparent !important;
  38.  font-size: 7px !important;
  39.  line-height: 22px !important;
  40. }
  41. #header_left .spacer {display: none;}
  42.  
  43. #header_left img {
  44.  background: url('https://i.imgur.com/w0Cbo9w.png') 6px 1px no-repeat;
  45.  width: 0px !important;
  46.  padding: 0 47px 0 0;
  47. }
  48.  
  49. #header_right .favorites_add {
  50.  background: none !important;
  51.  margin: 0 -1px 0 9px;
  52. }
  53.  
  54. #header_right .favorites_add::before {
  55.  content: '❤';
  56.  font-size: 18px;
  57.  position: absolute;
  58.  top: -3px;
  59.  left: 0;
  60. }
  61.  
  62. /* Links */
  63.  
  64. a {text-decoration: none !important;}
  65.  
  66. #gaia_header a, #bar li, #bar li a {
  67.  color: #FFFFFF !important;
  68.  font-family: 'Damion', serif;
  69.  font-size: 15px;
  70.  font-style: italic;
  71. }
  72.  
  73. /* Scrollbars */
  74.  
  75. #site {
  76.  scrollbar-arrow-color: #C0C8E0;
  77.  scrollbar-track-color: #FFFFFF;
  78.  scrollbar-face-color: #C0C8E0;
  79.  scrollbar-shadow-color: #FFFFFF;
  80. }
  81.  
  82. #site ::-webkit-scrollbar {
  83.  background: #FFFFFF;
  84.  width: 13px;
  85.  border-radius: 5px;
  86. }
  87.  
  88. #site ::-webkit-scrollbar-thumb {
  89.  background: #C0C8E0;
  90.  border-radius: 5px;
  91. }
  92.  
  93. /* Remove Sections */
  94.  
  95. #header {display: none;}
  96. #details {display: none;}
  97. #friends {display: none;}
  98. #journal {display: none;}
  99. #comments {display: none;}
  100. #signature {display: none;}
  101. #profile .items {display:none;}
  102. .section h2 {display: none;}
  103.  
  104. /* Main Profile */
  105.  
  106. #site, #content, #content #sidebar, #content #main {
  107.  padding: 0;
  108.  margin: 0;
  109. }
  110.  
  111. #site {
  112.  background: url('http://i63.tinypic.com/f2e0k.png') top center no-repeat;
  113.  width: 1220px;
  114.  height: 850px;
  115.  position: absolute;
  116.  top: 48px;
  117.  left: calc((100% - 1220px - 90px) / 2);
  118. }
  119.  
  120. #content #sidebar, #content #main {
  121.  width: 1px;
  122.  height: 1px;
  123.  position: absolute;
  124.  top: 0;
  125.  left: 0;
  126.  overflow: visible;
  127. }
  128.  
  129. #content #main {
  130.  min-height: 0;
  131.  border: none;
  132. }
  133.  
  134. .section {
  135.  font-family: 'PT Serif', serif;
  136.  font-size: 10px;
  137.  padding: 0;
  138.  margin: 0;
  139.  position: absolute;
  140.  box-sizing: border-box;
  141. }
  142.  
  143. /* Avatar and Bar */
  144.  
  145. #profile {
  146.  background: none;
  147.  width: 120px;
  148.  height: 150px;
  149.  top: 580px;
  150.  left: 720px;
  151. }
  152.  
  153. #profile #bar {
  154.  background: none;
  155.  width: 155px;
  156.  height: 200px;
  157.  position: absolute;
  158.  top: -26px;
  159.  left: -314px;
  160. }
  161.  
  162. #bar li, #bar li a {
  163.  display: block;
  164.  width: 100% !important;
  165.  height: 31px !important;
  166.  font-size: 18px;
  167.  line-height: 30px;
  168.  text-align: center;
  169.  text-transform: capitalize;
  170.  padding: 0 !important;
  171. }
  172.  
  173. #bar li {
  174.  background: #4088B8 9px !important;
  175.  float: none;
  176.  text-indent: 0 !important;
  177.  margin-bottom: 24px;
  178.  position: relative;
  179.  border: 1px solid #FFFFFF;
  180.  box-shadow: 0 0 0 1px #4088B8;
  181.  transition: background .7s ease-in-out;
  182. }
  183. #bar li:hover {background: #98C8E0 !important;}
  184. #bar #ignoreButton {display: none;}
  185. #bar a {background: none !important;}
  186.  
  187. #bar li::before {
  188.  content: '';
  189.  display: block;
  190.  background: #FFFFFF;
  191.  width: 9px;
  192.  height: 100%;
  193.  position: absolute;
  194.  top: 0;
  195.  left: 0;
  196. }
  197.  
  198. /* About and Wish List */
  199.  
  200. #about, #wishlist {
  201.  background: rgba(255,255,255,.5);
  202.  left: 640px;
  203.  text-align: justify;
  204.  border: 10px solid transparent;
  205.  border-radius: 5px;
  206.  overflow-x: hidden;
  207.  overflow-y: scroll;
  208. }
  209.  
  210. #about {
  211.  width: 429px;
  212.  height: 160px;
  213.  line-height: 1.4em;
  214.  padding-right: 10px;
  215.  top: 220px;
  216. }
  217. #about .links {display: none;}
  218.  
  219. #wishlist {
  220.  width: 325px;
  221.  height: 110px;
  222.  top: 425px;
  223. }
  224. #wishlist img {background: none !important;}
  225.  
  226. #wishlist .items li {
  227.  background: #FFFAFA;
  228.  display: block;
  229.  float: left;
  230.  width: 30px;
  231.  height: 30px;
  232.  padding: 5px;
  233.  margin: 0 4px 5px 1px;
  234.  border: 1px solid #185098;
  235.  border-radius: 100%;
  236.  box-shadow: 0 0 0 1px #FFFAFA;
  237.  transition: transform .7s ease-in-out;
  238. }
  239. #wishlist .items li:hover {transform: rotate(360deg);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement