Advertisement
althindor

Pro for Peixiope

Nov 9th, 2018
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.71 KB | None | 0 0
  1. /* Code by AlthIndor, Graphics by Cassiel Socks */
  2.  
  3. html, body {background: url('https://images2.imgbox.com/63/02/ViV4oWKj_o.png') center;}
  4. #columns {background: url('https://images2.imgbox.com/eb/34/IKsq3NXu_o.png') no-repeat;}
  5.  
  6. /* Fonts */
  7.  
  8. @font-face {
  9.  font-family: 'Delius';
  10.  font-style: normal;
  11.  font-weight: 400;
  12.  src: local('Delius-Regular'), url(https://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rdZsg_.woff2) format('woff2'), url(https://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rdZsg5.woff) format('woff');;
  13. }
  14.  
  15. @font-face {
  16.  font-family: 'Open Sans';
  17.  font-style: normal;
  18.  font-weight: 400;
  19.  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  20. }
  21.  
  22. @font-face {
  23.  font-family: 'Open Sans';
  24.  font-style: normal;
  25.  font-weight: 600;
  26.  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
  27. }
  28.  
  29. /* Header */
  30.  
  31. #viewer #gaia_header {
  32.  background: #7DCD9B;
  33.  height: 26px !important;
  34.  border-bottom: 2px solid #60B496;
  35.  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  36. }
  37.  
  38. #gaia_header #header_left, #gaia_header #header_right {
  39.  background: none;
  40.  color: transparent;
  41.  font: 12px/26px 'Delius', serif !important;
  42.  padding: 0 7px !important;
  43.  box-sizing: border-box;
  44. }
  45. @-moz-document url-prefix() {#gaia_header #header_left, #gaia_header #header_right {line-height: 24px !important;}}
  46. #gaia_header #header_right {float: right;}
  47. #gaia_header .spacer {display: none !important;}
  48.  
  49. #gaia_header #header_left img {
  50.  background: url('https://gaia.hs.llnwd.net/e1/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 0 no-repeat;
  51.  background-size: auto 200%;
  52.  width: 0;
  53.  height: 17px;
  54.  padding: 0 40px 0 0;
  55. }
  56.  
  57. #gaia_header a {
  58.  color: #FFFFFF !important;
  59.  font-weight: normal;
  60.  text-decoration: none;
  61. }
  62.  
  63. /* Columns */
  64.  
  65. #columns, #column_1, #column_2, #column_3 {
  66.  float: none;
  67.  margin: 0;
  68.  position: absolute;
  69. }
  70.  
  71. #columns {
  72.  width: 800px;
  73.  height: 760px;
  74.  top: 50px;
  75.  left: calc(50% - 405px);
  76.  transform: translateZ(0);
  77. }
  78. @media screen and (min-height: 800px) {#columns {top: calc(50% - 376px + 14px);}}
  79.  
  80. #column_1, #column_2, #column_3 {
  81.  width: 1px;
  82.  height: 1px;
  83.  overflow: visible;
  84. }
  85.  
  86. /* Scrollbars */
  87.  
  88. #columns ::-webkit-scrollbar {
  89.  background: rgba(0,0,0,.5);
  90.  width: 12px;
  91.  border-radius: 3px;
  92. }
  93.  
  94. #columns ::-webkit-scrollbar-thumb {
  95.  background: #FFFFFF;
  96.  border: 1px solid #A0A0A0;
  97.  border-radius: 3px;
  98. }
  99.  
  100. /* Panels */
  101.  
  102. .panel {
  103.  color: #404040;
  104.  padding: 0;
  105.  margin: 0;
  106.  position: absolute;
  107.  box-sizing: border-box;
  108. }
  109. .panel h2 {display: none;}
  110.  
  111. .panel a {
  112.  color: seagreen;
  113.  text-decoration: none;
  114. }
  115.  
  116. #id_about, #id_comments {
  117.  font: 11px/1.6em 'Open Sans', sans-serif;
  118.  text-align: justify;
  119.  padding-right: 10px;
  120.  left: 145px;
  121.  border: 10px solid transparent;
  122.  border-radius: 10px;
  123.  overflow-x: hidden;
  124.  overflow-y: scroll;
  125. }
  126. #id_about img, .postcontent img {max-width: 100% !important;}
  127.  
  128. /* Details */
  129.  
  130. #id_details {
  131.  background: none;
  132.  width: 120px;
  133.  height: 150px;
  134.  top: 525px;
  135.  left: 562px;
  136.  overflow: hidden;
  137. }
  138.  
  139. #id_details p:nth-of-type(n+2) {display: none;}
  140. .forum_userstatus {display: none;}
  141.  
  142. /* About */
  143.  
  144. #id_about {
  145.  background: rgba(255,232,232,.8);
  146.  width: 521px;
  147.  height: 196px;
  148.  top: 153px;
  149. }
  150.  
  151. /* Comments */
  152.  
  153. #id_comments {
  154.  background: rgba(224,248,255,.8);
  155.  width: 325px;
  156.  height: 176px;
  157.  top: 389px;
  158. }
  159.  
  160. #id_comments .dropBox {display: none;}
  161. #id_comments .username {float: none;}
  162. #id_comments .date {font-family: monospace; line-height: 20px;}
  163. #id_comments .deletecomment {margin: 0 0 0 10px;}
  164. #id_comments #alerts_banner {display: none;}
  165. #id_comments dd:nth-last-of-type(n+2) {margin-bottom: 15px;}
  166.  
  167. #id_comments dt {
  168.  height: auto;
  169.  line-height: normal;
  170.  text-align: left;
  171.  padding: 0 0 1px 0;
  172.  margin: 0 0 1px 0;
  173.  border-bottom: 1px dashed #808080;
  174. }
  175.  
  176. /* Comment Buttons */
  177.  
  178. #id_comments h2 + div, #id_comments h2 ~ p {
  179.  background: rgba(224,248,255,.8);
  180.  width: 125px;
  181.  height: 34px;
  182.  font: 14px/34px 'Delius', serif;
  183.  padding: 0 10px;
  184.  position: fixed;
  185.  left: 145px;
  186.  border-radius: 10px;
  187.  
  188. }
  189. #id_comments h2 + div {top: 582px;}
  190. #id_comments h2 ~ p {top: 624px;}
  191. #id_comments h2 + div a, #id_comments h2 ~ p a {color: #7090B0;}
  192. #id_comments #alert_container {padding: 0;}
  193.  
  194. #id_comments h2 ~ p a {font-size: 0;}
  195. #id_comments h2 ~ p a::after {
  196.  content: 'View Comments';
  197.  font-size: 14px;
  198. }
  199.  
  200. #id_comments h2 + div:hover, #id_comments h2 ~ p:hover {background: orange;}
  201. #id_comments h2 + div:hover a, #id_comments h2 ~ p:hover a {color: #FFFFFF;}
  202.  
  203. /* Contact */
  204.  
  205. #id_contact {
  206.  background: none;
  207.  width: 200px;
  208.  top: 374px;
  209.  left: 485px;
  210. }
  211.  
  212. #id_contact ul:not(.buttons) li {
  213.  float: left;
  214.  background: #F0A098;
  215.  width: 54px;
  216.  height: 54px;
  217.  color: #FFFFFF;
  218.  font: bold 0/50px 'Delius', sans-serif;
  219.  text-align: center;
  220.  text-shadow: 0 0 2px salmon;
  221.  margin-right: 10px;
  222.  position: relative;
  223.  border: 2px solid salmon;
  224.  border-radius: 50%;
  225.  box-sizing: border-box;
  226. }
  227.  
  228. #id_contact ul:not(.buttons) li:hover {
  229.  background: orange;
  230.  border-color: orange;
  231. }
  232.  
  233. #id_contact a {
  234.  display: block;
  235.  width: 100%;
  236.  height: 100%;
  237.  position: absolute;
  238.  font-size: 0;
  239. }
  240.  
  241. #id_contact li:after, #id_contact a::after {font-size: 14px;}
  242. #id_contact li:nth-of-type(1)::after {content: 'Add';}
  243. #id_contact li:nth-of-type(2)::after {content: 'PM';}
  244. #id_contact li:nth-of-type(3)::after {content: 'Trade';}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement