Advertisement
NaotoShirgone

Middle Box Put Css Here

Oct 21st, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. <style>
  2. #profile-container {
  3. background: none;
  4. }
  5.  
  6. body {
  7. background: url(https://cdn.wallpapersafari.com/74/67/G0vIpR.gif);
  8. background-attachment:fixed;
  9. background-size:100% 100%;
  10. background-repeat:no-repeat:
  11. }
  12.  
  13. body,
  14. a:hover {
  15. cursor: url(http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress !important;
  16. }
  17.  
  18. @font-face {
  19. font-family: text;
  20. src: url(https://dl.dropbox.com/s/jwlxft6wualrnqw/Quicksand-Regular.ttf?dl=0);
  21. }
  22.  
  23. .Pic {
  24. z-index: 10;
  25. position: absolute;
  26. top: 160px;
  27. left: 289px;
  28. border: 3px solid #0B7700;
  29. background: url(https://static.zerochan.net/Noiz.%28DMMd%29.full.922580.jpg);
  30. background-size: auto 100%;
  31. width: 190px;
  32. height: 320px;
  33. padding: 5px;
  34. color: #000;
  35. }
  36.  
  37. .Box1 {
  38. z-index: 9;
  39. position: absolute;
  40. top: 150px;
  41. left: 190px;
  42. border: 5px solid #000;
  43. background: #074900;
  44. width: 830px;
  45. height: 335px;
  46. padding: 5px;
  47. opacity: .3;
  48. }
  49.  
  50. .Gal1 {
  51. position: absolute;
  52. left: 935px;
  53. top: 160px;
  54. border: 3px solid #000;
  55. background-image: url(https://i.imgur.com/UqeFZE3.gif);
  56. border-radius: 100px;
  57. width: 90px;
  58. height: 90px;
  59. z-index: 10;
  60. background-size: auto 100%;
  61. -webkit-transition: all .5s ease;
  62. }
  63.  
  64. .Gal1:hover {
  65. -webkit-transition: all .5s ease;
  66. height: 100px;
  67. Width: 100px;
  68. left: 930px;
  69. top: 155px;
  70. z-index: 100;
  71. }
  72.  
  73. .Gal2 {
  74. position: absolute;
  75. left: 935px;
  76. top: 280px;
  77. border: 3px solid #000;
  78. background-image: url(http://data.whicdn.com/images/153194560/large.jpg);
  79. border-radius: 100px;
  80. width: 90px;
  81. height: 90px;
  82. z-index: 10;
  83. background-size: auto 100%;
  84. -webkit-transition: all .5s ease;
  85. }
  86.  
  87. .Gal2:hover {
  88. -webkit-transition: all .5s ease;
  89. height: 100px;
  90. Width: 100px;
  91. left: 930px;
  92. top: 280px;
  93. z-index: 100;
  94. }
  95.  
  96. .Gal3 {
  97. position: absolute;
  98. left: 935px;
  99. top: 400px;
  100. border: 3px solid #000;
  101. background-image: url(http://33.media.tumblr.com/9e5bce215da5189e689f47dc02cc03e5/tumblr_natsyx4el91tsas0no1_250.gif);
  102. border-radius: 100px;
  103. width: 90px;
  104. height: 90px;
  105. z-index: 10;
  106. background-size: auto 150%;
  107. -webkit-transition: all .5s ease;
  108. }
  109.  
  110. .Gal3:hover {
  111. -webkit-transition: all .5s ease;
  112. height: 100px;
  113. Width: 100px;
  114. left: 930px;
  115. top: 390px;
  116. z-index: 100;
  117. }
  118.  
  119. .tabs {
  120. position: absolute;
  121. margin: 25px 0px;
  122. }
  123.  
  124. .tab label {
  125. top: 160px;
  126. left: 153px;
  127. float: right;
  128. height: 25px;
  129. margin-left: 43px;
  130. border: 3px solid #000;
  131. background: #0C8400;
  132. width: 75px;
  133. padding: 2px;
  134. position: relative;
  135. color: #fff;
  136. text-align: center;
  137. font-family: text;
  138. font-size: 12px;
  139. z-index: 400;
  140. -webkit-transition: all .5s ease;
  141. }
  142.  
  143. table,
  144. th,
  145. td {
  146. font-family: text;
  147. }
  148.  
  149. .tab label:hover {
  150. color: #000;
  151. border-color: #000;
  152. }
  153.  
  154. .tab [type=radio] {
  155. display: none;
  156. }
  157.  
  158. .content {
  159. position: absolute;
  160. top: 160px;
  161. left: 500px;
  162. width: 400px;
  163. height: 265px;
  164. background: #f1f1f1;
  165. padding: 10px;
  166. border: 3px solid #000;
  167. font-size: 15px;
  168. color: #4f4f4f;
  169. font-family: text;
  170. font-size: 12px;
  171. overflow: auto;
  172. z-index: 20;
  173. }
  174.  
  175. [type=radio]:checked ~ label {
  176. color: #fff;
  177. border-color: #043200;
  178. }
  179.  
  180. [type=radio]:checked ~ label ~ .content {
  181. z-index: 30;
  182. }
  183.  
  184. ::-webkit-scrollbar {
  185. width: 5px;
  186. height: 1px;
  187. }
  188.  
  189. ::-webkit-scrollbar-thumb {
  190. -webkit-box-shadow: inset 0 0 6px #000;
  191. }
  192.  
  193. ::-webkit-scrollbar-track {
  194. -webkit-box-shadow: inset 0 0 6px #111;
  195. }
  196.  
  197. a:link,
  198. a:visited,
  199. a:active {
  200. text-decoration: none;
  201. color: #1b1b1b;
  202. -webkit-transition: all .5s ease;
  203. }
  204.  
  205. a:hover {
  206. color: #4f4f4f;
  207. -webkit-transition: all .5s ease;
  208. }
  209.  
  210. .Credit {
  211. position: fixed;
  212. right: 50px;
  213. bottom: 50px;
  214. width: 20px;
  215. height: 20px;
  216. border-radius: 20px;
  217. border-color: #fff;
  218. border-style: dotted;
  219. border-width: 2px;
  220. background: #000;
  221. -webkit-transition: all 1s ease;
  222. .Credit:hover {
  223. background: #fff;
  224. border-color: #000;
  225. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement