Advertisement
althindor

Modified Code for Kittierex

Jan 25th, 2019
994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.38 KB | None | 0 0
  1. html, body {background: url('https://i.pinimg.com/originals/3f/4e/71/3f4e718c40b29676ebdc89315879f7dd.jpg') fixed no-repeat top center / cover;}
  2. body {cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur834.cur'), auto !important;}
  3.  
  4. #footer~script[src*='blockedimage']~script+script+div[style*='display']~div, noscript+script+script+noscript+div[style*='display']~div {display: none !important;}
  5.  
  6. /* Header */
  7.  
  8. #viewer #gaia_header {
  9.  background: #FFFFFF;
  10.  height: 28px !important;
  11. }
  12.  
  13. #gaia_header ul {
  14.  background: none !important;
  15.  box-sizing: border-box;
  16.  font: 0px/28px 'Trebuchet MS', Helvetica, sans-serif !important;
  17.  padding: 0 1px !important;
  18.  text-transform: uppercase;
  19. }
  20. #header_right {float: right !important;}
  21. #gaia_header .spacer {display: none !important;}
  22. #gaia_header li {margin: 0 5px;}
  23.  
  24. #gaia_header a {
  25.  color: gray !important;
  26.  font-weight: normal;
  27.  font-size: 12px;
  28.  letter-spacing: 1px;
  29.  text-decoration: none;
  30.  transition: all .2s ease;
  31. }
  32. #gaia_header a:hover {opacity: .4;}
  33.  
  34. #header_left img {
  35.  background: url('http://i.imgur.com/CNt52rr.png') -2px 0;
  36.  opacity: .5;
  37.  padding: 0 40px 0 0;
  38.  width: 0;
  39. }
  40.  
  41. /* Columns */
  42.  
  43. #column_1, #column_2, #column_3 {
  44.  float: none;
  45.  font-size: 0;
  46.  margin: 0;
  47.  width: 100%;
  48. }
  49.  
  50. #columns {
  51.  top: 100px;
  52.  left: calc(50% - 210px);
  53.  width: 420px;
  54. }
  55.  
  56. /* Panels */
  57.  
  58. .panel, .panel h2 {
  59.  color: gray;
  60.  text-align: center;
  61. }
  62.  
  63. .panel {
  64.  font: 12px/1.4em 'Trebuchet MS', Helvetica, sans-serif;
  65.  background-color: #FFFFFF;
  66.  padding: 10px;
  67.  margin: 0;
  68.  opacity.85;
  69. }
  70.  
  71. .panel h2 {
  72.  background: none;
  73.  border-bottom: 3px double rgba(0, 0, 0, .1);
  74.  font-size: inherit;
  75.  font-weight: normal;
  76.  letter-spacing: 4px;
  77.  line-height: 10px;
  78.  margin: 0 -10px 10px -10px;
  79.  padding: 5px 5px 5px 15px;
  80.  text-transform: uppercase;
  81. }
  82.  
  83. .panel a, .panel p strong {
  84.  color: black;
  85.  font-weight: normal;
  86.  text-decoration: none;
  87.  transition: all .3s ease;
  88. }
  89. .panel a:hover {color: gray;}
  90.  
  91. .panel ul {margin-left: 0 !important;}
  92. .panel img {max-width: 100% !important;}
  93.  
  94. #id_details p, #id_forum p {margin: 0;}
  95.  
  96. /* Decorations */
  97.  
  98. #pictures_container, #texts_container {
  99.  font: 12px 'Trebuchet MS', Helvetica, sans-serif;
  100.  height: 1px;
  101.  left: 50%;
  102.  overflow: visible;
  103.  position: absolute;
  104.  top: 50%;
  105.  width: 1px;
  106. }
  107.  
  108. /* Drop-Down Menu */
  109.  
  110. .forum_userstatus {
  111.  border: 1px solid gray;
  112.  margin: 3px auto;
  113.  padding: 2px;
  114.  width: 120px;
  115. }
  116.  
  117. #id_details .online, #id_details .offline {
  118.  color: gray;
  119.  font-size: 10px !important;
  120.  line-height: 14px;
  121. }
  122.  
  123. #avatar_menu {
  124.  background: white;
  125.  border: 1px solid gray;
  126.  width: 124px;
  127. }
  128. .menu_seperator {display: none;}
  129.  
  130. #avatar_menu a {
  131.  color: gray;
  132.  font: 12px/12px 'Trebuchet MS', Helvetica, sans-serif;
  133.  text-align: center;
  134. }
  135.  
  136. #avatar_menu a:hover {
  137.  background: gray;
  138.  color: white;
  139. }
  140.  
  141. /* Comments */
  142.  
  143. #alert_container {float: none;}
  144. #id_comments dt {padding: 2px 0;}
  145. .deletecomment, #alerts_banner, #id_comments dl :nth-child(n+9) {display: none;}
  146.  
  147. /* Wish List and Equipped List */
  148.  
  149. #id_wishlist .item, #id_equipment .item {
  150.  display: inline-block;
  151.  float: none !important;
  152. }
  153.  
  154. #id_wishlist img, #id_equipment img {
  155.  border: 1px solid transparent;
  156.  opacity: .5;
  157.  padding: 1px;
  158.  transition: all .3s ease;
  159. }
  160. .premium_sparkle {display: none;}
  161.  
  162. #id_wishlist img:hover, #id_equipment img:hover {
  163.  border-color: gray;
  164.  opacity: 1;
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement