Advertisement
teruteru

School Idol (u's) -【 PAGE 8 by Anomaly ☽】

Jun 20th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. PAGE #8 by Anomaly ☾ tumblr user xollyx ☽ : SCHOOL IDOL (u's 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. ::-webkit-scrollbar {
  43. width: 9px;
  44. height: 4px;
  45. background:#dcdcdc;
  46. border:4px solid #696969;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. background-color:#dcdcdc;
  51. border-radius:5px;
  52. }
  53.  
  54. #s-m-t-tooltip {
  55. max-width:300px;
  56. margin:10px 0px 0px 10px;
  57. background-color:#000;
  58. font-family:lucida console;
  59. font-size:13px;
  60. padding:3px;
  61. color:#fff;
  62. z-index:999999999999999999999999999999999999;
  63. }
  64.  
  65. #s-m-t-tooltip:after {
  66. position: absolute;
  67. display: block; content: "";
  68. border-color: transparent #000 transparent transparent ;
  69. border-style: solid;
  70. border-width: 5px;
  71. height:0;
  72. width:0;
  73. position:absolute;
  74. top:3px;
  75. left:-10px;
  76. }
  77.  
  78. ::selection {
  79. background: #000;
  80. color: #fff;
  81. }
  82.  
  83. ::-moz-selection {
  84. background: #000;
  85. color: #fff;
  86. }
  87.  
  88. ::-webkit-selection {
  89. background: #000;
  90. color: #fff;
  91. }
  92.  
  93. {block:ifcursor}body, a, a:hover {cursor: url('CURSOR URL HERE'), progress;}{/block:ifcursor}
  94.  
  95. body {
  96. background:#696969;
  97. background-image:url('http://i.imgur.com/BNmxvcY.png');
  98. background-attachment:fixed;
  99. background-repeat:no-repeat;
  100. background-size:cover;
  101. color:#000;
  102. font-family:lucida console;
  103. font-size:13px;
  104. }
  105.  
  106. a {
  107. color:#ccc;
  108. text-decoration:none;
  109. }
  110.  
  111. a:hover {
  112. color:#ddd;
  113. -webkit-transition: all 0.7s ease;
  114. -moz-transition: all 0.7s ease;
  115. -o-transition: all 0.7s ease;
  116. transition: all 0.7s ease;
  117. }
  118.  
  119. h1 {
  120. font-size:24px;
  121. text-shadow: -2px 0 #ddd, 0 2px #ddd, 2px 0 #ddd, 0 -2px #ddd, 0px 0px 6px rgba(0, 0, 0, .5);
  122. }
  123.  
  124. h2 {
  125. font-size:24px;
  126. text-shadow: -1px 0 #ddd, 0 1px #ddd, 1px 0 #ddd, 0 -1px #ddd, 0px 0px 6px rgba(0, 0, 0, .5);
  127. }
  128.  
  129. h2 a {
  130. color:#ccc;
  131. }
  132.  
  133. #box {
  134. float:left;
  135. position:fixed;
  136. left:30%;
  137. padding:10px;
  138. width:500px;
  139. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* webkit browsers */
  140. background: -moz-linear-gradient(top, #fff, #eee);/* firefox3.6+ */
  141. filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff', EndColorStr=' #eee');/* IE */
  142. border-radius:10px;
  143. bottom:30px;
  144. border:5px solid #fff;
  145. text-shadow: 0 0 2px #999;
  146. }
  147.  
  148. #icon {
  149. position:fixed;
  150. bottom:340px;
  151. width:120px;
  152. height:120px;
  153. left:calc(30% + 360px);
  154. border:3px solid #eee;
  155. border-radius:100%;
  156. background:#ffff
  157. }
  158.  
  159. #icon img {
  160. width:120px;
  161. height:120px;
  162. border-radius:100%;
  163. }
  164.  
  165. #quote {
  166. position:fixed;
  167. bottom:330px;
  168. left:calc(30% + 315px);
  169. text-shadow: -1px 0 #ddd, 0 1px #ddd, 1px 0 #ddd, 0 -1px #ddd, 2px 2px 2px rgba(0, 0, 0, 0.5);
  170. z-index:1;
  171. }
  172.  
  173. .credit {
  174. position:fixed;
  175. bottom:4px;
  176. left:8px;
  177. font: 9px consolas;
  178. text-transform:uppercase;
  179. letter-spacing: 0px;
  180. padding: 2px;
  181. }
  182.  
  183. </style>
  184. <body>
  185.  
  186. <div id="box">
  187.  
  188. <h1>Name Here</h1>
  189. Age: ???<br>
  190. Birthday: ??? (zodiac sign here)<br>
  191. Skills : skills here<br>
  192. Favourite Food: favourite food here, you can change these to whatever you want<br>
  193. Despises: least favourite food here, you can change these to whatever you want<br>
  194. <p>
  195. bio here
  196. </div>
  197.  
  198. <div id="quote"><h2><a href="/">Something here</a></h2></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:220px; bottom:30px; z-index:1;"><img src="[IMG URL HERE]" width="100%"></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