Advertisement
flyawayfromzayn

Theme #03 by Hayley

Apr 25th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <meta name="color:Background Color" content=""/>
  5. <meta name="color:Sidebar Color" content=""/>
  6. <meta name="image:Sidebar Image" content=""/>
  7. <meta name="image:Background Image" content=""/>
  8. <meta name="font:Body Font" content=""/>
  9. <meta name="font:Sidebar Font" content=""/>
  10. <meta name="if:Endless Scrolling" content="1"/>
  11. <meta name="text: Ask Text" content="Whispered"/>
  12. <meta name="text:Link 1" content"/"/>
  13. <meta name="text:Link Text 1" content""/>
  14. <meta name="text:Link 2" content"/"/>
  15. <meta name="text:Link Text 2" content""/>
  16. <meta name="text:Link 3" content"/"/>
  17. <meta name="text:Link Text 3" content""/>
  18. <meta name="text:Link 4" content"/"/>
  19. <meta name="text:Link Text 4" content""/>
  20. <meta name="text:Link 5" content"/"/>
  21. <meta name="text:Link Text 5" content""/>
  22. <meta name="text:Link 6" content"/"/>
  23. <meta name="text:Link Text 6" content""/>
  24. <meta name="text:Link 7" content"/"/>
  25. <meta name="text:Link Text 7" content""/>
  26. <meta name="text:Link 8" content"/"/>
  27. <meta name="text:Link Text 8" content""/>
  28. <meta name="text:Link 9" content"/"/>
  29. <meta name="text:Link Text 9" content""/>
  30. <meta name="text:Link 10" content"/"/>
  31. <meta name="text:Link Text 10" content""/>
  32. <!--to remove the links you cant just delete those to how many you want, you have to delete them at the source. To find the source just search "Link" until you get to a very large cluster of them(To be exact there are 20 that are in that area.) Or you can go to line 140. If you have any questions on this, or would like me to help just ask!-->
  33. <style type="text/css">
  34. body{
  35. font-family:Calibri;
  36. font-size:12px;
  37. background:{color:Background Color};
  38. padding:15px;
  39.  
  40. }
  41. #sidebar{
  42. margin-left:900px;
  43. margin-top:50px;
  44. position:fixed;
  45. background-color:{color:Sidebar Color};
  46. padding:4px;
  47. text-align:center;
  48. width:325px;
  49. }
  50. #posts{
  51. float:left;
  52. left:150px;
  53. color:{color:Post Color};
  54. padding:15px;
  55.  
  56. }
  57.  
  58. .entry{
  59. padding:10px;
  60. background-color:white;
  61. margin:10px;
  62. width:450px;
  63. font-family:<kbd>;
  64. }
  65.  
  66. a{
  67. text-decoration:none;
  68. color:red;
  69. -webkit-transition: all 500ms ease-out 0.5s;
  70. -moz-transition: all 500ms ease-out 0.5s;
  71. -o-transition: all 500ms ease-out 0.5s;
  72. transition: all 500ms ease-out 0.5s;
  73. }
  74.  
  75. a:hover{
  76. color:blue;
  77. }
  78. #credit a{
  79. position:fixed;
  80. right:3px;
  81. bottom:3px;
  82. padding:4px;
  83. background:#000000
  84. font-size:12px;
  85. color:black;
  86. -moz-transition-duration:1s;
  87. -webkit-transition-duration:1s;
  88. -o-transition-duration:1s;
  89. }
  90.  
  91. #credit a:hover {
  92. opacity:1;
  93. color:white;
  94. background:black;
  95. -moz-transition-duration:1s;
  96. -webkit-transition-duration:1s;
  97. -o-transition-duration:1s;
  98. }
  99.  
  100. </style>
  101. <!--------------- TYPING/MOVING TITLE ----------------------->
  102.  
  103. <script type="text/javascript">
  104. var rev = "fwd";
  105. function titlebar(val)
  106. {
  107. var msg = "This is a moving title";
  108. var res = " ";
  109. var speed = 100;
  110. var pos = val;
  111. msg = "This is a moving title";
  112. var le = msg.length;
  113. if(rev == "fwd"){
  114. if(pos < le){
  115. pos = pos+1;
  116. scroll = msg.substr(0,pos);
  117. document.title = scroll;
  118. timer = window.setTimeout("titlebar("+pos+")",speed);}
  119. else{
  120. rev = "bwd";
  121. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  122. else{
  123. if(pos > 0){
  124. pos = pos-1;
  125. var ale = le-pos;
  126. scrol = msg.substr(ale,le);
  127. document.title = scrol;
  128. timer = window.setTimeout("titlebar("+pos+")",speed);}
  129. else{
  130. rev = "fwd";
  131. timer = window.setTimeout("titlebar("+pos+")",speed);
  132. }}}
  133. titlebar(0);
  134. </script>
  135. </head>
  136.  
  137. <body>
  138.  
  139. <div id="sidebar">
  140. <img src="https://31.media.tumblr.com/e088dd422ab2ae2d2edb846da84fc937/tumblr_inline_n141vq44V01riwb8i.gif" width=300px />
  141. <form name="gotolocation1" method="POST" ACTION=URI>
  142. <select name="flyawayfromzayn" style="font-family:ARIAL; font-size:10px; color:#fff; background:#000;">
  143. <option >Links</option>
  144. <option value="{text:Link 1}">{text:Link Text 1}</option>
  145. <option value="{text:Link 2}">{text:Link Text 2}</option>
  146. <option value="{text:Link 3}">{text:Link Text 3}</option>
  147. <option value="{text:Link 4}">{text:Link Text 4}</option>
  148. <option value="{text:Link 5}">{text:Link Text 5}</option>
  149. <option value="{text:Link 6}">{text:Link Text 6}</option>
  150. <option value="{text:Link 7}">{text:Link Text 7}</option>
  151. <option value="{text:Link 8}">{text:Link Text 8}</option>
  152. <option value="{text:Link 9}">{text:Link Text 9}</option>
  153. <option value="{text:Link 10}">{text:Link Text 10}</option>
  154. </select>
  155. <br><br>
  156. {Description}
  157. </div>
  158. <div id="posts">
  159. {block:Posts}
  160.  
  161. <div class="entry">
  162.  
  163. {block:Title}{Title}{/block:Title}
  164.  
  165. {block:Text}{Body}{/block:Text}
  166.  
  167. {block:Photo}
  168. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  169. {/block:Photo}
  170.  
  171. {block:Photoset}
  172. {Photoset-500}
  173. {/block:Photoset}
  174.  
  175.  
  176. {block:Quote}
  177. {Quote}
  178. <div align="right">
  179. {block:Source}-{Source}{/block:Source}
  180. </div>
  181. {/block:Quote}
  182.  
  183.  
  184. {block:Video}
  185. {Video-500}<br>
  186. {PlayCountWithLabel}
  187. {/block:Video}
  188.  
  189.  
  190. {block:Link}
  191. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  192. {block:Description}{Description}{/block:Description}
  193. {/block:Link}
  194.  
  195. {block:Chat}
  196. {block:Lines}
  197. {block:Label}
  198. <br>{Label}
  199. {/block:Label}
  200. &nbsp;{Line}
  201. {/block:Lines}
  202. {/block:Chat}
  203.  
  204. {block:Audio}
  205. {AudioPlayerGrey}
  206. <br>{block:Artist}
  207. Artist: {Artist}
  208. {/block:Artist}<br>
  209. {block:Caption}{Caption}{/block:Caption}
  210. {/block:Audio}
  211.  
  212.  
  213. {block:Answer}
  214. {Asker} Whispered <b>{Question}</b><Br>
  215. {Answer}
  216. {/block:Answer}
  217.  
  218. {block:PermalinkPage}
  219. {block:Caption}
  220. {Caption}
  221. {/block:Caption}
  222. <br>
  223. {block:NoteCount}
  224. {NoteCount} notes
  225. {/block:NoteCount}
  226. <Br>
  227. {block:PostNotes}{PostNotes}{/block:PostNotes}
  228. {/block:PermalinkPage}
  229. </div>
  230.  
  231. {/block:Posts}
  232. </div>
  233. </body>
  234. <div id="credit"><a href="http://flyawayfromzayn.tumblr.com">Credit</a></div>
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement