Advertisement
Kyouki

Gad codes

Mar 28th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  2.  
  3. body { margin: 180px; }
  4. #sitecontainer {
  5. width: 1000px;
  6. height: 480px;
  7. -webkit-box-sizing: border-box;
  8. -moz-box-sizing: border-box;
  9. box-sizing: border-box;
  10. padding: 0 40px;
  11. margin: auto;
  12. top: 150px;
  13. background: #63605f7a;
  14. color: #f2e9e2;
  15. z-index: +2; }
  16.  
  17. #charheader {
  18. background-image: url(https://i.imgur.com/QzyvNLW.png);
  19. background-repeat: no-repeat;
  20. background-position: center;
  21. background-size: 75% 100%;
  22. margin-top: -210px; }
  23.  
  24. h1#characterName { color: transparent; }
  25.  
  26. #h2 { padding-left: 720px;
  27. padding-top: 150px;
  28. font-size: medium;
  29. display; none; }
  30.  
  31. h2#playedBy { display:none; }
  32.  
  33. div.portraitcontainer { opacity: 0; }
  34.  
  35. #alltabs {
  36. font-size: x-large;
  37. clear: both;
  38. margin-left: 270px;
  39. font-style: italic;
  40. margin-top: 100px;
  41. -webkit-text-fill-color: #0fdb31; }
  42.  
  43. #toolbar {
  44. margin-left: 280px;
  45. -webkit-text-fill-color: #6bef27;
  46. height: 200px;
  47. font-size: smaller; }
  48.  
  49. #pagetags {
  50. -webkit-text-fill-color: #0fdb31; }
  51.  
  52. #outershell { margin-top: -180px }
  53.  
  54. body { background-image: url('https://i.imgur.com/9GSZLiq.gif');
  55. background-attachment: fixed;
  56. display: block;
  57. max-width: 1920px;
  58. max-height: 1080px;
  59. z-index: +1;
  60. background-size:100% 100% }
  61.  
  62. article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
  63.  
  64. audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
  65.  
  66. audio:not([controls]) { display: none; height: 0; }
  67.  
  68. [hidden], template { display: none; }
  69.  
  70. a { background: transparent; }
  71.  
  72. a:active, a:hover { outline: 0; }
  73.  
  74. abbr[title] { border-bottom: 1px dotted; }
  75.  
  76. b, strong { font-weight: 700; }
  77.  
  78. dfn { font-style: italic; }
  79.  
  80. h1 { font-size: 2em; margin: .67em 0; }
  81.  
  82. mark { background: #ff0; color: #000; }
  83.  
  84. small { font-size: 80%; }
  85.  
  86. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  87.  
  88. sup { top: -.5em; }
  89.  
  90. sub { bottom: -.25em; }
  91.  
  92. img { border: 0; }
  93.  
  94. svg:not(:root) { overflow: hidden; }
  95.  
  96. figure { margin: 1em 40px; }
  97.  
  98. hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
  99.  
  100. pre { overflow: auto; }
  101.  
  102. code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }
  103.  
  104. button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
  105.  
  106. button { overflow: visible; }
  107.  
  108. button, select { text-transform: none; }
  109.  
  110. button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
  111.  
  112. button[disabled], html input[disabled] { cursor: default; }
  113.  
  114. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  115.  
  116. input { line-height: normal; }
  117.  
  118. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
  119.  
  120. input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
  121.  
  122. input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  123.  
  124. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  125.  
  126. fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; }
  127.  
  128. legend { border: 0; padding: 0; }
  129.  
  130. textarea { overflow: auto; }
  131.  
  132. optgroup { font-weight: 700; }
  133.  
  134. table { border-collapse: collapse; border-spacing: 0; }
  135.  
  136. td, th { padding: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement