Advertisement
teruteru

School Idol (Aquors) -【 PAGE 8 by Anomaly ☽】

Jun 20th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. PAGE #8 by Anomaly ☾ tumblr user xollyx ☽ : SCHOOL IDOL (aquors version) !!
  7.  
  8. - i made the base code
  9. - please abide by all the rules
  10.  
  11. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  12.  
  13. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  14. Feel free to message me if you need any help, my ask box is always open!
  15.  
  16. -->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{FAVICON URL HERE}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <style type="text/css">
  41.  
  42. @font-face { font-family: "irohamaru mikami"; src: url('https://dl.dropboxusercontent.com/s/ld5t2maj592k1un/irohamaru-mikami-Regular.ttf?dl=0'); format("truetype");}
  43.  
  44. @font-face { font-family: "irohamaru mikami medium"; src: url('https://dl.dropboxusercontent.com/s/bw7hjhlth6883qf/irohamaru-mikami-Medium.ttf?dl=0'); format("truetype");}
  45.  
  46.  
  47.  
  48. ::-webkit-scrollbar {
  49. width: 9px;
  50. height: 4px;
  51. background:#dcdcdc;
  52. border:4px solid #696969;
  53. }
  54.  
  55. ::-webkit-scrollbar-thumb {
  56. background-color:#dcdcdc;
  57. border-radius:5px;
  58. }
  59.  
  60. #s-m-t-tooltip {
  61. max-width:300px;
  62. margin:10px 0px 0px 10px;
  63. background-color:#000;
  64. font-family:consolas;
  65. font-size:8px;
  66. padding:3px;
  67. color:#eee;
  68. z-index:999999999999999999999999999999999999;
  69. }
  70.  
  71. #s-m-t-tooltip:after {
  72. position: absolute;
  73. display: block; content: "";
  74. border-color: transparent #000 transparent transparent ;
  75. border-style: solid;
  76. border-width: 5px;
  77. height:0;
  78. width:0;
  79. position:absolute;
  80. top:3px;
  81. left:-10px;
  82. }
  83.  
  84. ::selection {
  85. background: #000;
  86. color: #fff;
  87. }
  88.  
  89. ::-moz-selection {
  90. background: #000;
  91. color: #fff;
  92. }
  93.  
  94. ::-webkit-selection {
  95. background: #000;
  96. color: #fff;
  97. }
  98.  
  99. {block:ifcursor}body, a, a:hover {cursor: url('CURSOR URL HERE'), progress;}{/block:ifcursor}
  100.  
  101. body {
  102. background:#696969;
  103. background-image:url('http://i.imgur.com/2O1X0oi.png');
  104. background-attachment:fixed;
  105. background-repeat:no-repeat;
  106. background-size:cover;
  107. color:#000;
  108. font-family:irohamaru mikami medium;
  109. font-size:12px;
  110. }
  111.  
  112. a {
  113. color:#ccc;
  114. text-decoration:none;
  115. }
  116.  
  117. a:hover {
  118. color:#ddd;
  119. -webkit-transition: all 0.7s ease;
  120. -moz-transition: all 0.7s ease;
  121. -o-transition: all 0.7s ease;
  122. transition: all 0.7s ease;
  123. }
  124.  
  125. h1 {
  126. text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
  127. font-size:24px;
  128. }
  129.  
  130. h1 a {
  131. color:#000;
  132. }
  133.  
  134. #box {
  135. float:left;
  136. position:fixed;
  137. left:30%;
  138. padding:10px;
  139. width:500px;
  140. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* webkit browsers */
  141. background: -moz-linear-gradient(top, #fff, #eee);/* firefox3.6+ */
  142. filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff', EndColorStr=' #eee');/* IE */
  143. border-radius:10px;
  144. bottom:120px;
  145. padding-bottom:50px;
  146. }
  147.  
  148. #icon {
  149. position:fixed;
  150. bottom:85px;
  151. width:120px;
  152. height:120px;
  153. left:calc(30% + 360px);
  154. border:5px solid #222;
  155. border-radius:100%;
  156. background:#cb4647;
  157. box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
  158. }
  159.  
  160. #icon img {
  161. width:120px;
  162. height:120px;
  163. border-radius:100%;
  164. }
  165.  
  166. #quote {
  167. position:fixed;
  168. bottom:105px;
  169. left:calc(30% + 170px);
  170. }
  171.  
  172. .credit {
  173. position:fixed;
  174. bottom:4px;
  175. left:8px;
  176. font: 9px consolas;
  177. text-transform:uppercase;
  178. letter-spacing: 0px;
  179. padding: 2px;
  180. }
  181.  
  182. </style>
  183. <body>
  184.  
  185. <div id="box">
  186.  
  187. <h1>Name Here</h1>
  188. Year: ??? Birth: ??? Height : ???<br>
  189. Hobbies: hobbies here<br>
  190. Skills : skills here<br>
  191. Food Likes : food likes here, you can change these to whatever you want<br>
  192. Food Dislikes : food dislikes here, you can change these to whatever you want<br>
  193. <p>
  194. bio here
  195.  
  196. </div>
  197.  
  198. <div id="quote"><h1><a href="/">Something here</a></h1></div>
  199.  
  200. <a href="/" title="back home"><div id="icon"><img src="[IMG URL HERE]"></div></a>
  201.  
  202.  
  203.  
  204. <div style="position:fixed; left:120px; bottom:20px; z-index:1;"><img src="[IMG URL HERE]" width="200"></div>
  205.  
  206. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  207.  
  208. </body>
  209. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement