Advertisement
Haylo

Haylo's Theme #1

Apr 26th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. -This theme is made by imperfectcas, property of Haylo Themes.
  6. -Please do not steal the code.
  7. -DO NOT REMOVE CREDIT.
  8. -Reblog the theme if you are using it.
  9. -You may tweak the theme, but do not use it as a base.
  10. -Instructions for the updates tab are at the bottom, near the updates tab itself.
  11.  
  12. If you have any questions, don't hesitate to ask me!
  13. Thank you, enjoy!<3
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#a8a8a8"/>
  27. <meta name="color:Link" content="#b8b8b8"/>
  28. <meta name="color:Tags" content="f0f0f0"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30. <meta name="color:Line" content="#f2f2f2"/>
  31. <meta name="color:Border" content="#e4e4e4"/>
  32. <meta name="color:Post" content="#ffffff"/>
  33. <meta name="color:Answer" content="#f8f8f8"/>
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:bg" content=""/>
  36. <meta name="text:Link 1" content="" />
  37. <meta name="text:Link 1 Text" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="" />
  40. <meta name="text:Link 3" content="" />
  41. <meta name="text:Link 3 Text" content="" />
  42. <meta name="if:Show Link 1" content="1" />
  43. <meta name="if:Show Link 2" content="1" />
  44. <meta name="if:Show Link 3" content="1" />
  45. <meta name="color:scrollbarbg" content="ffffff"/>
  46. <meta name="color:title1" content="4BC3DE" />
  47.  
  48. <meta name="image:thekey" content=""/>
  49.  
  50. <!--below are your fonts, feel free to add more-->
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Dynalight' rel='stylesheet' type='text/css'>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
  57.  
  58. <style>
  59.  
  60. div#qTip {
  61. padding: 3px;
  62. display: none;
  63. text-align: center;
  64. position: absolute;
  65. font-size:7px;
  66. line-height:9px;
  67. font-family:serif;
  68. z-index: 9999999999999999999999999;
  69. border: 1px solid #fff;
  70. background-color:#fff;
  71. border-bottom:1px solid #a9a9a9;
  72. color: #9A9A9A;
  73. text-transform:uppercase;
  74. letter-spacing: 1px;
  75. -moz-box-shadow: 3px 3px 5px #888;
  76. -webkit-box-shadow: 3px 3px 5px #888;
  77. box-shadow: 3px 3px 5px #888;
  78. }
  79. .back, .next {
  80. font-size:70px;
  81.  
  82. font-family:arial;
  83. color: #000;
  84. position:fixed;
  85. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  86. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  87.  
  88. .next {float:right; bottom: 340px; right: 5px;}
  89. .back {float:left; bottom: 340px; left: 5px;}
  90.  
  91. </style>
  92.  
  93. <style type="text/css">
  94.  
  95. #bite
  96. #bite a{
  97. display:block
  98. }
  99. #bite .death {
  100. margin-top:0px;filter: alpha(opacity = 0);
  101. opacity:0;-webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  103. }
  104.  
  105. #bite:hover .death {
  106. margin-top:0px;
  107. -webkit-transition: all 0.8s ease-out;
  108. -moz-transition: all 0.8s ease-out;
  109. transition: all 0.8s ease-out;
  110. filter: alpha(opacity = 100);
  111. filter: alpha(opacity = 100);
  112. opacity:100;
  113. }
  114.  
  115. #actualnews {
  116. font-family:calibri; /*--feel free to change the fonts--*/
  117. font-size:12px;
  118. color: #716D75;
  119. width:300px;
  120. height:auto;
  121. padding-top:3px;
  122. border:1px none#b8b8b8;
  123. margin-left: -55px;
  124. margin-top:155px;
  125. text-align:center;
  126. position:fixed;
  127. }
  128. /*--below, this messes with the image for your updates tab...don't touch it unless you want to make it bigger or smaller--*/
  129. #thekey img{
  130. width:150px;
  131. margin-top: -70px;
  132. margin-left: 25px;
  133. position:fixed;
  134. }
  135.  
  136. /* --- BODY ---*/
  137.  
  138. body {
  139. background:{color:background};
  140. margin:0px;
  141. color:{color:text};
  142. font-family:Calibri;
  143. font-size:9px;
  144. line-height:100%;
  145. }
  146.  
  147. a {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:link};
  152. }
  153.  
  154. img {
  155. border:none;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:2px solid;
  161. }
  162.  
  163. blockquote blockquote {
  164. padding-left:5px;
  165. border-left:2px solid;
  166. }
  167.  
  168. h1 {
  169. font-size:9px;
  170. text-transform:uppercase;
  171. }
  172.  
  173. a:hover {
  174. opacity:10;
  175. color:{color:hover};
  176. -webkit-transition: all 0.7s ease;
  177. -moz-transition: all 0.7s ease;
  178. -o-transition: all 0.7s ease
  179. }
  180.  
  181. /* --- POST ENTRIES ---*/
  182.  
  183.  
  184. #entries {
  185. padding:10px;
  186. width:500px;
  187. margin-left:550px;
  188. margin-top:40px;
  189. font-size:10px;
  190. }
  191.  
  192. /* --- BODY: POSTS ---*/
  193.  
  194.  
  195. #post {
  196. width:500px;
  197. padding-bottom:20px;
  198. padding:10px;
  199. margin-top:15px;
  200. background-color:{color:Post};
  201. }
  202.  
  203. /* --- SIDEBAR IMAGE ---*/
  204.  
  205.  
  206. #sidebar {
  207. width:150px;
  208. position:fixed;
  209. margin-left:215px;
  210. margin-top:150px;
  211. opacity:1;
  212. background-color:{color:Sidebar};
  213. }
  214.  
  215. #sidebarimage {
  216. width 150px;
  217. }
  218.  
  219. #sidebarimage img {
  220. width:220px;
  221. border:solid 0px;
  222. padding:6px;
  223. border-color: {color:border};
  224. background-color:{color:Sidebar};
  225. }
  226.  
  227. #title {
  228. font-size:22px;
  229. text-align:center;
  230. width:235px;
  231. font-family:Dynalight, cursive; /*--feel free to change the font--*/
  232. color:{color:title1};
  233. margin-top:20px;
  234. }
  235.  
  236. /* --- SIDEBAR LINKS ---*/
  237.  
  238. .links {
  239. width:200px;
  240. height:5px;
  241. padding: 9px;
  242. font-size:15px;
  243. font-family:'cinzel, serif';
  244. text-align:center;
  245. margin-top:-2px;
  246. margin-left:8.5px;
  247. text-align:center;
  248. text-transform:uppercase;
  249. word-spacing:3px;
  250. position:fixed;
  251. padding-bottom:7px;
  252. }
  253.  
  254. .links a {
  255. font-size: 9px;
  256. }
  257.  
  258. .links a:hover {
  259. color:{color:Hover}
  260. }
  261.  
  262. #pagination {
  263. font-size:20px;
  264. text-align:center;
  265. }
  266.  
  267.  
  268. /* --- DESCRIPTION ---*/
  269.  
  270. #description {
  271. position:fixed;
  272. font-family:calabri;
  273. line-height:90%;
  274. font-size:11px;
  275. font-style:normal;
  276. width:150px;
  277. margin-top:20px;
  278. padding:8px;
  279. margin-left:35px;
  280. text-align:center;
  281. color:{color:text};
  282. }
  283.  
  284. #sidebar #description {
  285. margin-top:-20px;
  286. opacity:0;
  287. -moz-transition-duration:1s;
  288. -webkit-transition-duration:1s;
  289. -o-transition-duration:1s;
  290. }
  291.  
  292. #sidebar:hover #description {
  293. margin-top:29px;
  294. opacity:1;
  295. -moz-transition-duration:1s;
  296. -webkit-transition-duration:1s;
  297. -o-transition-duration:1s;
  298. }
  299.  
  300. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  301. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  302.  
  303. /* --- PAGINATION---*/
  304.  
  305.  
  306.  
  307.  
  308. /* --- POST INFO ---*/
  309.  
  310.  
  311. #info {
  312. text-align:left;
  313. margin-top:10px;
  314. text-transform:uppercase;
  315. font-size:8px;
  316. font-style:none;
  317. border-top:1px solid {color:Line}
  318. }
  319.  
  320. /* --- POST TAGS---*/
  321.  
  322.  
  323. #tags {
  324. font-family:cambria;
  325. letter-spacing:0px;
  326. text-transform:lowercase;
  327. font-size:10px;
  328. font-style:italic;
  329. margin-top:4px;
  330. text-align:left;
  331. }
  332.  
  333. #tags
  334. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  339.  
  340.  
  341. /* --- QUESTIONS ---*/
  342.  
  343. #asker {
  344. padding:5px;
  345. font-family:cambria;
  346. letter-spacing:1px;
  347. text-align:left;
  348. font-style:italic;
  349. margin-left:10px;
  350. border-left:3px #eee solid;
  351. background-color:{color:background}
  352. }
  353.  
  354. {CustomCSS}</style></head><body>
  355.  
  356. <div id="bite">
  357. <div id="thekey"><img src="{image:thekey}"></div>
  358. <div class="death">
  359. <div id="actualnews">
  360.  
  361. <!--Below is the base structure of your updates tab. Where it says title, put your name or whatever you want to be your 'title'. You can change the font size, the font, the color, etc. Where you see the image source codes, those are the dividers, feel free to find a new one and just replace the url. Add as many dividers as you need, just copy and paste :)
  362.  
  363. Where it says 'type stuff' you do just that. If you want a title, for example: Networks, or Tracking, just copy and paste the title code.
  364.  
  365. Any more questions? Just message me! :D
  366.  
  367. -->
  368.  
  369. <font color="#000000"><font face="calibri"><font size="3.1"> Title </font></font></font> <br>
  370. <p></p>
  371. <img src="http://24.media.tumblr.com/2ae962f625aa6512f83b76645b463102/tumblr_muudkp5Qe51shdowto1_500.jpg" height="25" width="190">
  372. <br>
  373.  
  374. type stuff <br>
  375. <p></p>
  376.  
  377. <img src="http://24.media.tumblr.com/2ae962f625aa6512f83b76645b463102/tumblr_muudkp5Qe51shdowto1_500.jpg" height="25" width="190">
  378. <br>
  379.  
  380. Type more stuff <br>
  381. <p></p>
  382.  
  383. <img src="http://24.media.tumblr.com/2ae962f625aa6512f83b76645b463102/tumblr_muudkp5Qe51shdowto1_500.jpg" height="25" width="190"><br>
  384.  
  385. and more :) <br>
  386. <p></p>
  387.  
  388. <img src="http://crystalchandlyre.files.wordpress.com/2013/08/divider_big_transparent.png" height="25" width="190">
  389.  
  390. </div>
  391. </div></div>
  392.  
  393. <div id="sidebar">
  394.  
  395. <div id="title">{Title}</div><br>
  396. <p></p>
  397.  
  398. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  399.  
  400.  
  401.  
  402. <div id="description">{Description}
  403. </div>
  404.  
  405. <div class="links">
  406. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="linkss" title="previous page">↼</a>{/block:PreviousPage}{/block:Pagination}
  407. <a href="/">home</a>
  408. <a href="/ask">ask</a>
  409. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  410. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  411. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  412. {block:Pagination}{block:NextPage}<a href="{NextPage}" class="linkss" title="next page">+</a>{/block:NextPage}{/block:Pagination}
  413. </div>
  414. </div>
  415.  
  416. <div id="entries">{block:Posts}<div id="post">
  417.  
  418. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  419.  
  420. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  423.  
  424. {block:Quote}{Quote}{/block:Quote}
  425.  
  426. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  427.  
  428. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  429.  
  430. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  431. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  432. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  433. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  434. {/block:Audio}
  435.  
  436. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  437.  
  438. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">♛ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  439.  
  440. <div id="info">
  441. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">♥ <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  442. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  443. {/block:Posts}
  444. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  445. {/block:Posts}</div></div></div>
  446.  
  447.  
  448.  
  449. <!--
  450. THEME MAKER CREDIT
  451. -->
  452.  
  453. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://www.imperfectcas.tumblr.com/"><img src="http://hinkeltje.com/freebees/wings.png" height="20" width="20">
  454. <br></a></center></div>
  455.  
  456.  
  457. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement