Advertisement
althindor

Pro for SSY

Jul 30th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.41 KB | None | 0 0
  1. /* Code by AlthIndor, Graphics by Cassiel Socks */
  2.  
  3. body {
  4.  background: url('https://images2.imgbox.com/9f/12/Y44Ku0MD_o.png') fixed, url('https://images2.imgbox.com/a1/f3/jFKwonia_o.png') fixed, url('https://images2.imgbox.com/f4/7f/JOuFWFMj_o.jpg') fixed;
  5.  background-position: top center, center center, top center;
  6.  background-size: cover, cover, cover;
  7. }
  8. body a {text-decoration: none !important;}
  9.  
  10. #header_left img, #content {background: url('https://images2.imgbox.com/c8/6d/zUY6Hqux_o.png');}
  11.  
  12. /* Fonts */
  13.  
  14. @font-face {
  15.  font-family: 'PT Serif';
  16.  font-style: normal;
  17.  font-weight: 400;
  18.  src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  19. }
  20.  
  21. @font-face {
  22.  font-family: 'Bubblegum Sans';
  23.  font-style: normal;
  24.  font-weight: 400;
  25.  src: local('Bubblegum Sans Regular'), local('BubblegumSans-Regular'), url(https://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iws3XDLzkeTJI1q7uv6LMmp4I.woff) format('woff');
  26. }
  27.  
  28. /* Header */
  29.  
  30. #gaia_header {
  31.  background: rgba(255,128,192,.5);
  32.  border-top: 1px solid transparent;
  33. }
  34.  
  35. #gaia_header #header_left, #gaia_header #header_right {
  36.  background: none;
  37.  width: 50% !important;
  38.  font-size: 0;
  39.  padding: 0 6px 0 6px;
  40.  box-sizing: border-box;
  41. }
  42. #gaia_header li, #gaia_header a {color: #FFE0C0 !important;}
  43. #gaia_header .spacer {display: none;}
  44.  
  45. #header_left img {
  46.  background-position: -0 -830px;
  47.  width: 0px !important;
  48.  padding: 0 36px 0 0;
  49. }
  50.  
  51. #gaia_header a {
  52.  font: bold 12px/22px 'Bubblegum Sans', sans-serif;
  53.  text-transform: lowercase;
  54. }
  55.  
  56. #header_left li::after, #header_right li::before {
  57.  content: '★';
  58.  font: 12px/20px 'PT Serif', serif;
  59.  margin: 0 5px 0 5px;
  60. }
  61.  
  62. #gaia_header .avatar {
  63.  top: 3px;
  64.  right: 0;
  65.  filter: sepia(100%) hue-rotate(-20deg) brightness(120%);
  66. }
  67.  
  68. /* Remove Sections */
  69.  
  70. #details, #wishlist, #friends, #journal, #signature {display: none;}
  71. #profile #bar, #profile .items, #about .links {display: none;}
  72. #header {display: none;}
  73. h2 {display: none;}
  74.  
  75. /* Scrollbars */
  76.  
  77. #site ::-webkit-scrollbar {
  78.  background: #CC70BE;
  79.  width: 15px;
  80.  border-radius: 5px;
  81. }
  82.  
  83. #site ::-webkit-scrollbar-thumb {
  84.  background: #FFE0C0;
  85.  border: 2px solid #CC70BE;
  86.  border-radius: 5px;
  87. }
  88.  
  89. /* Main */
  90.  
  91. #site, #content, #content #sidebar, #content #main {
  92.  padding: 0;
  93.  margin: 0;
  94.  position: absolute;
  95.  border: none;
  96. }
  97.  
  98. #site {
  99.  height: 830px;
  100.  width: 1200px;
  101.  top: 0;
  102.  left: calc(50% - 600px);
  103.  transform: scale(1);
  104. }
  105. @media screen and (min-height: 800px) {#site {top: calc(50% - 420px);}}
  106.  
  107. #content, #content #main {
  108.  width: 100%;
  109.  height: 100%;
  110. }
  111.  
  112. #content #sidebar {
  113.  width: 120px;
  114.  height: 150px;
  115.  top: 185px;
  116.  left: 298px;  
  117. }
  118.  
  119. /* Sections */
  120.  
  121. .section {
  122.  background: none !important;
  123.  color: #FFFFFF;
  124.  font: 12px/1.6em 'PT Serif', serif;
  125.  text-shadow: 0 1px 1px #807078;
  126.  padding: 0;
  127.  margin: 0;
  128.  position: absolute;
  129.  box-sizing: border-box;
  130.  overflow: hidden;
  131. }
  132.  
  133. .section a {color: #FFE0C0;}
  134. .section a:visited {color: #FFE0C0 !important;}
  135.  
  136. #about, #comments {
  137.  width: 365px;
  138.  height: 230px;
  139.  top: 410px;
  140.  overflow-y: scroll;
  141. }
  142.  
  143. #about {
  144.  text-align: right;
  145.  padding-right: 10px;
  146.  left: 100px;
  147. }
  148.  
  149. #sidebar, #profile {overflow: visible;}
  150. #profile img {filter: drop-shadow(0 0 3px pink);}
  151.  
  152. /* Comments */
  153.  
  154. #comments {
  155.  padding-left: 10px;
  156.  right: 100px;
  157.  direction: rtl;
  158. }
  159.  
  160. #comments #alerts_banner, #comments h2 ~ p, #comments dt {display: none;}
  161. #comments dd::before, #comments dd::after {display: none;}
  162. #comments dd:nth-of-type(n+2) {margin-top: 12px;}
  163. #comments dl, #comments .message {padding: 0;}
  164. #comments dl dd, #comments .message {margin: 0;}
  165. #comments dl {direction: ltr;}
  166.  
  167. #comments dl dd {
  168.  background: none;
  169.  border: none;
  170. }
  171.  
  172. #comments .message {
  173.  background: none;
  174.  min-height: 0;
  175.  font: inherit;
  176.  position: static;
  177. }
  178.  
  179. #comments .date {
  180.  float: right;
  181.  font-style: normal;
  182. }
  183.  
  184. #comments .date ~ p {
  185.  padding-bottom: 2px;
  186.  border-bottom: 1px dotted rgba(255,224,192,.5);
  187. }
  188.  
  189. /* Comments Link */
  190.  
  191. #comments .links {
  192.  height: 0;
  193.  margin: 0;
  194.  overflow: hidden;
  195. }
  196.  
  197. #comments #qa_addcomment {
  198.  position: fixed;
  199.  top: 355px;
  200.  right: 180px;
  201. }
  202.  
  203. /* Media */
  204.  
  205. #multimedia {
  206.  width: 30px;
  207.  height: 30px;
  208.  top: 121px;
  209.  right: 168px;
  210. }
  211.  
  212. #multimedia object, #multimedia embed {
  213.  position: absolute;
  214.  bottom: 0;
  215.  left: -10px;
  216.  opacity: .001;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement