Advertisement
NaotoShirgone

Corban Middle Box

Oct 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. #profile-container {
  2. background: none;
  3. }
  4.  
  5. body {
  6. background: #ccc;
  7. background-image:url(http://www.kubicki.info/wallpapers/60588_1440x900.jpg);
  8. background-position:center;
  9. background-size: 100% 100%;
  10. background-attachment: fixed;
  11. font: 11px arial;
  12. color: #000000;}
  13. font-color: #fff;
  14. }
  15.  
  16. body,
  17. a:hover {
  18. cursor: url(http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress !important;
  19. }
  20.  
  21. @font-face {
  22. font-family: Titles;
  23. src: url(https://dl.dropbox.com/s/0q8nvh0t9slaq2f/basictitlefont.ttf?dl=0);
  24. }
  25.  
  26. @font-face {
  27. font-family: text;
  28. src: url(https://dl.dropbox.com/s/bamro55u01zeflt/Comfortaa-Light.ttf?dl=0);
  29. }
  30.  
  31. .Pic {
  32. z-index: 20;
  33. position: absolute;
  34. border: 4px solid #000;
  35. background: url(https://cdn.discordapp.com/attachments/362936610838413322/370632195892576266/cc3485467610a899e8040d1492ff3778.jpg) ;
  36. background-size: auto 118%;
  37. left: 500px;
  38. top: 200px;
  39. height: 249px;
  40. width: 220px
  41. }
  42.  
  43. table,
  44. th,
  45. td {
  46. font-family: text;
  47. font-size: 14px;
  48. }
  49.  
  50. td:nth-child(odd) {
  51. color: #fff;
  52. }
  53.  
  54. td:nth-child(even) {
  55. color: #ff0000;
  56. }
  57.  
  58. .tabs {
  59. position: absolute;
  60. width: 2px;
  61. }
  62.  
  63. .tab label {
  64. top: 185px;
  65. left: 715px;
  66. height: 15px;
  67. margin-top: 1px;
  68. margin-left: 10px;
  69. line-height: 50px;
  70. border: 2px solid #000;
  71. background: #990000;
  72. color: #fff;
  73. width: 60px;
  74. padding: 6px;
  75. font-family: titles;
  76. font-size: 15px;
  77. position: relative;
  78. z-index: 400;
  79. -webkit-transition: all .5s ease;
  80. }
  81.  
  82. .tab label:hover {
  83. background: #990000;
  84. width: 70px;
  85. }
  86.  
  87. .tab [type=radio] {
  88. display: none;
  89. }
  90.  
  91. .content {
  92. position: absolute;
  93. top: 200px;
  94. left: 55px;
  95. width: 450px;
  96. height: 231px;
  97. background: #300;
  98. border: 3px solid #000;
  99. padding: 10px;
  100. font-size: 15px;
  101. color: #fff;
  102. font-family: text;
  103. font-size: 13px;
  104. overflow: auto;
  105. z-index: 20;
  106. }
  107.  
  108. [type=radio]:checked ~ label {
  109. background: #300;
  110. width: 70px;
  111. }
  112.  
  113. [type=radio]:checked ~ label ~ .content {
  114. z-index: 30;
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. width: 1px;
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb {
  122. background: #690000;
  123. }
  124.  
  125. ::-webkit-scrollbar-track {
  126. background: #300;
  127. }
  128.  
  129. hr {
  130. border: none;
  131. height: 1px;
  132. background: -webkit-linear-gradient(right, #300, #311, #300);
  133. width: 300px;
  134. }
  135.  
  136. img {
  137. border: 2px solid #111;
  138. width: 80px;
  139. height: 80px;
  140. float: left;
  141. -webkit-transition: all .5s ease;
  142. }
  143.  
  144. img:hover {
  145. -webkit-transition: all .5s ease;
  146. border-color: #900;
  147. }
  148.  
  149. a:link,
  150. a:visited,
  151. a:active {
  152. text-decoration: none;
  153. color: #900;
  154. -webkit-transition: all .5s ease;
  155. }
  156.  
  157. a:hover {
  158. color: #700;
  159. -webkit-transition: all .5s ease;
  160. }
  161. .Name {
  162. Z-index: 5;
  163. position: absolute;
  164. top: 85px;
  165. left: -380px;
  166. width: 670px;
  167. height: 70px;
  168. font-family: Merriweather , serif;
  169. color: #690000;
  170. text-align: right;
  171. font-size: 60px;
  172. }
  173. .Credit {
  174. position: fixed;
  175. right: 50px;
  176. bottom: 50px;
  177. width: 20px;
  178. height: 20px;
  179. border-radius: 20px;
  180. border-color: #fff;
  181. border-style: dotted;
  182. border-width: 2px;
  183. background: #000;
  184. -webkit-transition: all 1s ease;
  185. .Credit:hover {
  186. background: #fff;
  187. border-color: #000;
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement