Advertisement
Guest User

Akita Onigiri -- FIN ♥

a guest
Oct 23rd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.63 KB | None | 0 0
  1. ---- middle box ----
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Comfortaa');
  4. @import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');
  5.  
  6. ::selection {color: grey; background-color:none;}
  7. ::-moz-selection {color: #ce938f; background-color:grey;}
  8.  
  9. ::-webkit-scrollbar {
  10. width: 10px; }
  11.  
  12. ::-webkit-scrollbar { width: 5px; height:0px; }
  13. ::-webkit-scrollbar-thumb:vertical {
  14. background-color: #866666; border: none; }
  15.  
  16. body {
  17. background-color: #C9BFDA;
  18. background-image: url('http://i.picpar.com/L47c.jpg');
  19. background-size: 35% 100%;
  20. background-attachment: fixed;
  21. background-repeat: no-repeat;
  22. background-position:  889 0;
  23. cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress !important;}
  24.  
  25. b, strong { color: #bdbdbd; }
  26. i, strong { color: #dcd1cb;}
  27.  
  28. a:active, a:link, a:visited {
  29. color: #99B2BA;
  30. text-decoration: none;
  31. -webkit-transition: all 0.4s ease-in;
  32. -moz-transition: all 0.4s ease-in;
  33. -ms-transition: all 0.4s ease-in;
  34. -o-transition: all 0.4s ease-in;
  35. transition: all 0.4s ease-in; cursor: url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress; }
  36.  
  37. a:hover {
  38. color: #FFF;
  39. -moz-transition-duration:0.5s;
  40. -webkit-transition-duration:0.5s;
  41. -o-transition-duration:0.5s;
  42. transition-duration:0.5s;
  43. cursor: url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress; }
  44.  
  45. #icon1 {
  46. position:fixed;
  47. left: 175px;
  48. top: 150px;
  49. width: 475px;
  50. height: 475px;
  51. background-image: url('http://i.picpar.com/N47c.jpg');
  52. background-size:100% 100%;
  53. background-repeat:no-repeat;
  54. background-position: cover;
  55. background-attachment:absolute;
  56. background-color:white;
  57. border: solid 10px #7d7789;
  58. border-radius: 50%;
  59. z-index: 3; }
  60.  
  61. .tabz {
  62. position: absolute;
  63. top: 125px;
  64. height: 20px;
  65. width: 20px;
  66. background: black;
  67. border-radius: 50%;
  68. -webkit-transition: all 1s ease-in-out;
  69. transition: all 1s ease-in-out;
  70. z-index: 99; }
  71.  
  72. .tabz:hover {
  73. background: grey; }
  74.  
  75. #tab1 {top: 400px; left: 165px; border: solid 5px #7d7789; z-index: 99; }
  76. #tab2 {top: 441px; left: 172px; border: solid 5px #7d7789; z-index: 99; }
  77. #tab3 {top: 480px; left: 185px; border: solid 5px #7d7789; z-index: 99; }
  78. #tab4 {top: 515px; left: 205px; border: solid 5px #7d7789; z-index: 99; }
  79. #tab5 {top: 547px; left: 231px;border: solid 5px #7d7789; z-index: 99; }
  80.  
  81. .content {
  82. background-color: transparent;
  83. height: 200px;
  84. left:0px;
  85. opacity:0;
  86. position:fixed;
  87. top: 0px;
  88. width: 1px;
  89. border-radius: 50%; }
  90.  
  91. .content:target {
  92. opacity:1;
  93. z-index:5;
  94. left: 1px; }
  95.  
  96. .floof {
  97.  position:fixed;
  98.  margin:0 auto;
  99. top: 160px;
  100. left: 185px;
  101. height: 475px;
  102. width: 475px;
  103. background-color: #382b2e;
  104. border: 0px solid #fff;
  105. border-radius: 50%;
  106.  overflow: auto;
  107.  z-index: 2;
  108. -moz-transition: all 1.0s ease-out;
  109. -ms-transition: all 1.0s ease-out;
  110. -o-transition: all 1.0s ease-out;
  111. transition: all 1.0s ease-out; }
  112.  
  113. .floof div {
  114.  position: absolute;
  115.  top: 18%;
  116. left: 15.1%;
  117.  color: #FFF;
  118.  margin:0 auto;
  119.  font-size: 12px;
  120.  background-color: #382b2e;
  121.  background-image:url();
  122. font-family:georgia;
  123.  font-weight: none;
  124.  text-align: justify;
  125.  width: 310px;
  126.  height: 280px;
  127. line-height: 14px;
  128.  padding: 10px;
  129.  overflow: auto;
  130.  z-index: 99; }
  131.  
  132. #name {
  133. position:fixed;
  134. top: 50px;
  135. left: 300px;
  136. height: 30px;
  137. width: 350px;
  138. text-align: left;
  139. font-family: 'Comfortaa', cursive;
  140. font-size: 45px;
  141. color: #ae989d;
  142. z-index: 99; }
  143.  
  144. #title {
  145. position:fixed;
  146. top: 100px;
  147. left: 335px;
  148. height: 30px;
  149. width: 350px;
  150. text-align: left;
  151. font-family: 'Petit Formal Script', cursive;
  152. font-size: 25px;
  153. color: #9c888d;
  154. z-index: 99; }
  155.  
  156. h2 {
  157.  font-family:georgia;
  158.  font-size: 15px;
  159.  text-transform: uppercase;
  160.  padding-left:8px;
  161.  padding-right:8px;
  162.  border-bottom:2px solid #000000;
  163. border-left: 2px solid #000000;
  164. border-right: 2px solid #000000;
  165.  padding-top:5px;
  166.  padding-bottom:5px;
  167.  text-align:right;
  168.  color:#ffefef;
  169. line-height: 2px;
  170.  background-color:#5d5154;}
  171.  
  172. #music-bg {
  173. position: fixed;
  174. top: 225px;
  175. left: 591px;
  176. height: 30px;
  177. width: 30px;
  178. background-color: #212121;
  179. border: solid 5px #7d7789;
  180. border-radius: 50%;
  181. z-index: 99; }
  182.  
  183. #sound {
  184. position:absolute;
  185. background-image:
  186. url('http://i.picpar.com/d97c.png');
  187. background-repeat: no-repeat;
  188. background-size: 20px;
  189. width: 25px;
  190. height: 25px;
  191. z-index:0;
  192. left:  601px;
  193. top: 234px;
  194. overflow:hidden;
  195. z-index: 99; }
  196.  
  197. img.grayscale{
  198.  filter: grayscale(100%);
  199. border: 1px solid #333333;
  200.  -webkit-filter: grayscale(100%);
  201. -moz-transition: all 0.7s ease-in-out;
  202. -webkit-transition: all 0.7s ease-in-out;}
  203.  
  204. img.grayscale:hover{
  205.  filter: grayscale(0%);
  206.  -webkit-filter: grayscale(0%);
  207.  filter: none;
  208. -moz-transition: all 0.7s ease-in-out;
  209. -webkit-transition: all 0.7s ease-in-out;}
  210.  
  211. ---- the above goes in the middle box ----
  212.  
  213. ---- below goes into the bottom box ----
  214.  
  215.  
  216. <div id="akita-bg"></div>
  217. <div id="icon1"></div>
  218.  
  219. <a href="#01"><div id="tab1" class="tabz"></div></a>
  220. <a href="#02"><div id="tab2" class="tabz"></div></a>
  221. <a href="#03"><div id="tab3" class="tabz"></div></a>
  222. <a href="#04"><div id="tab4" class="tabz"></div></a>
  223. <a href="#"><div id="tab5" class="tabz"></div></a>
  224.  
  225. <div id="01" class="content">
  226. <div class="floof"><div>
  227. <h2>Header</h2>
  228. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  229. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  230. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  231. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  232. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  233. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  234. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  235. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  236. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  237. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  238. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  239. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  240. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  241. <b><font style=float:left>Stat:</font></b> <font style=float:right> Info.</span></font><br>
  242.  
  243.  
  244. </div></div></div>
  245.  
  246. <div id="02" class="content">
  247. <div class="floof"><div>
  248. <h2>Header</h2>
  249. Donec rhoncus euismod tellus, at rhoncus leo sagittis et. Etiam viverra eu neque a imperdiet. Aenean eget lorem sit amet erat dignissim malesuada. Morbi elementum ex ut aliquet molestie. Quisque tempus convallis libero eget semper. Nulla sodales mauris vel massa sollicitudin, at rutrum nibh dignissim. Donec lacus tellus, lobortis porttitor quam quis, aliquam finibus tellus. Vivamus venenatis urna a dapibus mollis. Donec vehicula odio felis, ut tempor ipsum aliquam sit amet. Phasellus sapien magna, tempor vel suscipit eu, sagittis eget lorem. In ante purus, facilisis id vehicula in, tempor sollicitudin turpis. Nullam ullamcorper ante turpis, id imperdiet dui sollicitudin ut. <br><br>
  250.  
  251. Donec rhoncus euismod tellus, at rhoncus leo sagittis et. Etiam viverra eu neque a imperdiet. Aenean eget lorem sit amet erat dignissim malesuada. Morbi elementum ex ut aliquet molestie. Quisque tempus convallis libero eget semper. Nulla sodales mauris vel massa sollicitudin, at rutrum nibh dignissim. Donec lacus tellus, lobortis porttitor quam quis, aliquam finibus tellus. Vivamus venenatis urna a dapibus mollis. Donec vehicula odio felis, ut tempor ipsum aliquam sit amet. Phasellus sapien magna, tempor vel suscipit eu, sagittis eget lorem. In ante purus, facilisis id vehicula in, tempor sollicitudin turpis. Nullam ullamcorper ante turpis, id imperdiet dui sollicitudin ut.
  252. </div></div></div>
  253.  
  254. <div id="03" class="content">
  255. <div class="floof"><div>
  256. <h2>Header</h2>
  257. <a target="_blank" href="PROFILEURL" target="_blank" title="Words about them here. "><img src="IMGURL" align="left" height="70" width="70" border="1px solid #D7DF01"></a>
  258.  
  259. </div></div></div>
  260.  
  261. <div id="04" class="content">
  262. <div class="floof"><div>
  263. <h2>Header</h2>
  264. Words. 4
  265. </div></div></div>
  266.  
  267. <div id="name">MiMi Kana</div>
  268. <div id="title">Akita Onigiri</div>
  269.  
  270. <div id="music-bg"></div>
  271.  
  272. <div id="sound">
  273. <div style="margin-top:4px;">
  274. <audio controls style="opacity: 0;">
  275. <source src="http://k003.kiwi6.com/hotlink/rnnnb1l4cp/BABYMETAL_-_KARATE_OFFICIAL_.mp3">
  276. </audio>
  277.  
  278. --- this above goes in the bottom box ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement