Advertisement
eliotwinchester

fsth2

Jul 5th, 2014
7,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----Theme by forgivensam
  9. please do not steal etc etc
  10. editing is fine but please leave credit intact
  11. feel free to ask me for any help with anything at all :))
  12.  
  13. base theme by enterprizer @ tumblr, for public use --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:details" content="#b8b8b8"/>
  19. <meta name="color:details2" content="#f0f0f0"/>
  20. <meta name="color:title" content="#838282"/>
  21. <meta name="if:DisableTagsOnHover" content="0"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="text:quote" content="for best results make this three lines long... like so"/>
  24. <meta name="text:link1" content="home"/>
  25. <meta name="text:link1url" content="/"/>
  26. <meta name="text:link2" content="ask"/>
  27. <meta name="text:link2url" content="/ask"/>
  28. <meta name="text:link3" content="link1"/>
  29. <meta name="text:link3url" content="/"/>
  30. <meta name="text:link4" content="link2"/>
  31. <meta name="text:link4url" content="/"/>
  32. <meta name="text:link5" content="link3"/>
  33. <meta name="text:link5url" content="/"/>
  34.  
  35. <style type="text/css">
  36.  
  37. @font-face{font-family:Code;src:url(http://static.tumblr.com/hkgb0em/4AQn899tm/code_light.otf);}
  38. @font-face {font-family:Neou; src:url(http://static.tumblr.com/9wzbixa/iozmj3lzw/neou-thin.otf);}
  39.  
  40. ::-webkit-scrollbar {width: 5px; height: 3px; background:{color:background};}
  41. ::-webkit-scrollbar-thumb {background-color:{color:details};}
  42.  
  43. *, body, a {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  44.  
  45. body {
  46. background:{color:background};
  47. margin:0px;
  48. color:{color:text};
  49. font-family:Calibri;
  50. font-size:10px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. color:{color:details};
  58. }
  59.  
  60. a:hover {
  61. color:{color:details2};
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. h1 {
  79. font-size:15px;
  80. }
  81.  
  82. #entries {
  83. padding:10px;
  84. width:500px;
  85. margin-top:40px;
  86. }
  87.  
  88. #post {
  89. width:500px;
  90. padding-bottom:20px;
  91. margin-left:500px;
  92. }
  93.  
  94.  
  95. #post:hover #tags {
  96. opacity:1;
  97. margin-top:0px;
  98. transition:0.6s ease-in-out;
  99. }
  100.  
  101.  
  102. #sidebar {
  103. width:200px;
  104. position:fixed;
  105. margin-left:200px;
  106. margin-top:100px;
  107. }
  108.  
  109. #title {
  110. font-size:20px;
  111. color:{color:title};
  112. letter-spacing:5px;
  113. text-align:center;
  114. margin-top:0px;
  115. font-family:'Code';
  116. opacity:0;
  117. transition:0.6s ease-in-out;
  118. }
  119.  
  120.  
  121. #sidebarimage {
  122. margin-top:15px;
  123. width 200px;
  124. }
  125.  
  126. #sidebarimage img {
  127. width:200px;
  128. }
  129.  
  130. #description {
  131. margin-top:0px;
  132. width:200px;
  133. padding:5px;
  134. opacity:0;
  135. text-align:center;
  136. transition:0.6s ease-in-out;
  137. }
  138.  
  139. #links {
  140. text-align:center;
  141. margin-top:0px;
  142. height:20px;
  143. z-index:9999999999999;
  144. text-transform:uppercase;
  145. transition:0.6s ease-in-out;
  146. word-spacing:10px;
  147. }
  148.  
  149. #links a {
  150. color:{color:details};
  151. transition:0.6s ease-in-out;
  152. }
  153.  
  154. #links a:hover {
  155. color:{color:details2};
  156. letter-spacing:2px;
  157. transition:0.6s ease-in-out;
  158. }
  159.  
  160. #quote {
  161. opacity:1;
  162. padding:5px;
  163. width:200px;
  164. height:50px;
  165. font-size:14px;
  166. line-height:16px;
  167. text-align:center;
  168. font-family:'Neou';
  169. transition:0.6s ease-in-out;
  170. }
  171.  
  172. #pagination {
  173. font-size:10px;
  174. text-align:center;
  175. opacity:0;
  176. transition:0.6s ease-in-out;
  177. }
  178.  
  179. #sidebar:hover #quote {
  180. opacity:0;
  181. margin-top:-50px;
  182. transition:0.6s ease-in-out;
  183. }
  184.  
  185. #sidebar:hover #description {
  186. opacity:1;
  187. transition:0.6s ease-in-out;
  188. }
  189.  
  190. #sidebar:hover #links {
  191. opacity:1;
  192. z-index:99999999999;
  193. transition:0.6s ease-in-out;
  194. }
  195. #sidebar:hover #title {
  196. opacity:1;
  197. transition:0.6s ease-in-out;
  198. }
  199.  
  200. #sidebar:hover #pagination {
  201. opacity:1;
  202. transition:0.6s ease-in-out;
  203. }
  204.  
  205. #info {
  206. text-align:left;
  207. margin-top:10px;
  208. }
  209.  
  210. #tags {
  211. margin-top:-20px;
  212. text-align:center;
  213. opacity:0;
  214. transition:0.6s ease-in-out;
  215. {block:IfDisableTagsOnHover}
  216. margin-top:0px;
  217. opacity:1;
  218. {/block:IfDisableTagsOnHover}
  219. }
  220.  
  221. #reblog {
  222. text-align:right;
  223. margin-top:-10px;
  224. }
  225.  
  226. #asker {
  227. float:left;
  228. margin-right:5px;
  229. }
  230.  
  231. #answer {
  232. border-top:1px solid #f0f0f0;
  233. }
  234.  
  235. #credit {
  236. font-family:trebuchet ms;
  237. font-size:14px;
  238. display:block;
  239. position:fixed;
  240. bottom:5px;
  241. right:-75px;
  242. transition: 0.6s ease-in-out;
  243. -webkit-transition:0.6s ease-in-out;
  244. -moz-transition:0.6s ease-in-out;
  245. -o-transition:0.6s ease-in-out;
  246. }
  247.  
  248. #credit:hover {
  249. right:0px;
  250. transition: 0.6s ease-in-out;
  251. -webkit-transition:0.6s ease-in-out;
  252. -moz-transition:0.6s ease-in-out;
  253. -o-transition:0.6s ease-in-out;
  254. }
  255.  
  256. {CustomCSS}</style></head><body>
  257.  
  258. <div id="sidebar">
  259. <div id="title">{Title}</div>
  260. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  261. <div id="quote">{text:quote}</div>
  262. <div id="links">
  263. <a href="{text:link1url}">{text:link1}</a>
  264. <a href="{text:link2url}">{text:link2}</a>
  265. <a href="{text:link3url}">{text:link3}</a>
  266. <a href="{text:link4url}">{text:link4}</a>
  267. <a href="{text:link5url}">{text:link5}</a>
  268. </div>
  269. <div id="description">{Description}</div>
  270.  
  271. <div id="pagination">
  272. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} -
  273. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  274. </div>
  275.  
  276. </div>
  277.  
  278. <div id="credit"><a href="http://forgivensam.tumblr.com">© forgivensam</a></div>
  279.  
  280. <div id="entries">{block:Posts}<div id="post">
  281.  
  282. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  283.  
  284. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  285.  
  286. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  287.  
  288. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  289.  
  290. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  291.  
  292. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  293.  
  294. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  295.  
  296. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  297.  
  298. {block:Answer}<em>{Asker} said:</em>{Question}<br><br><div id="answer">{Answer}</div>{/block:Answer}
  299.  
  300. <div id="info">
  301. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  302. {NoteCountWithLabel}</a>{block:RebloggedFrom}
  303. <div id="reblog"><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div><br>
  304. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  305.  
  306. </div>
  307. {block:PostNotes}{PostNotes}{/block:PostNotes}
  308. {/block:Posts}</div>
  309.  
  310. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement