Advertisement
fengtai

Fake Redux

Oct 20th, 2013
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3.  
  4. <html lang="en">
  5. <head>
  6. <link rel="shortcut icon" href="{image:favicon}">
  7. <!--
  8. this awesome theme is brought to you by boysjpeg
  9.  
  10. ps: you can use this as a base code just credit me pls n thnk
  11. -->
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <title>{Title}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!-- colors -->
  18. <meta name="color:background" content="#fff0f9"/>
  19. <meta name="color:footer background" content="#ddfff4"/>
  20. <meta name="color:text" content="#000000"/>
  21. <meta name="color:link hover" content="#ff79cd"/>
  22. <meta name="color:links" content="#fdbde5"/>
  23. <meta name="color:border" content="#000000"/>
  24.  
  25. <!-- images -->
  26. <meta name="image:sidebar" content="http://static.tumblr.com/aa85fc9e5bf26ae2c01f5def5bc727a4/hqqvb3r/3F3muzpxr/tumblr_static_tumblr_inline_mqi1bfyhb61qz4rgp.gif">
  27. <meta name="image:favicon" content="http://media.tumblr.com/1dcd2f6fed49af5f39bac7806880cdeb/tumblr_inline_muc0c968jo1s9ui6i.png">
  28. <meta name="image:Background" content="http://media.tumblr.com/feb28fa80b53d3604ebd049d6ae1c33e/tumblr_inline_muzoqoCv7r1s9ui6i.png" />
  29.  
  30. <!-- links -->
  31. <meta name="text:link 1 url" content="" />
  32. <meta name="text:link 2 url" content="" />
  33. <meta name="text:link 3 url" content="" />
  34. <meta name="text:link 4 url" content="" />
  35.  
  36. <meta name="text:link 1 title" content="" />
  37. <meta name="text:link 2 title" content="" />
  38. <meta name="text:link 3 title" content="" />
  39. <meta name="text:link 4 title" content="" />
  40.  
  41. <!-- ifs -->
  42. <meta name="if:sidebar img" content="1">
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face {
  47.  
  48. font-family: "pixel";
  49.  
  50. src: url('http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf');
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. background-color: #acffe2;
  55. width:5px;
  56. height:100px;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:5px;
  61. width:5px;
  62. background-color: {color:background};
  63. }
  64.  
  65. a:link, a:visited {
  66. color: {color:links};
  67. text-decoration: none;
  68. }
  69.  
  70. a:hover {
  71. color: {color:link hover};
  72. text-decoration: none;
  73. }
  74.  
  75. body {
  76. margin-top:50px;
  77. margin-left:100px;
  78. padding: 10px;
  79. background-image:url('{image:Background}');
  80. background-repeat:no-repeat;
  81. background-position:left -30px bottom -10px;
  82. background-attachment:fixed;
  83. background-color: {color:Background};
  84. font-family: "pixel";
  85. font-size: 10px;
  86. color: {color:Text};
  87. }
  88.  
  89.  
  90.  
  91. #sidebar {
  92. margin-top:130px;
  93. margin-left:-50px;
  94. border: 1px double {color:border};
  95. outline: 1px solid {color:border};
  96. outline-offset: -3px;
  97. border-radius: none;
  98. position: fixed;
  99. padding: 8px;
  100. float: left;
  101. background-color: {color:footer background};
  102. width: 136px;
  103. font-family: "pixel";
  104. font-size: 10px;
  105. }
  106.  
  107. #sidebar img{
  108. max-width: 100px;
  109. max-height: 100px;
  110. }
  111.  
  112.  
  113. #posts {
  114. margin-top: 70px;
  115. margin-left: 370px;
  116. font-family: "pixel";
  117. font-size: 10px;
  118. width: 250px;
  119. }
  120.  
  121. #posts img{
  122. border: 1px double {color:border};
  123. outline: 1px solid {color:border};
  124. outline-offset: -3px;
  125. border-radius: none;
  126. padding: 5px;
  127. }
  128.  
  129. #quote {
  130. font: italic 13px "pixel";
  131. text-align: center;
  132. }
  133.  
  134. h1 {
  135. font: italic 16px "pixel";
  136. text-align: center;
  137. }
  138.  
  139. h1 a{
  140. color: {color:links};
  141. text-decoration: none;
  142. }
  143.  
  144. #footer {
  145. background: {color:footer background};
  146. border: 1px double {color:border};
  147. outline: 1px solid {color:border};
  148. outline-offset: -3px;
  149. border-radius: none;
  150. width: 250px;
  151. padding: 5px;
  152. }
  153.  
  154. #footer2 {
  155. background: {color:footer background};
  156. border: 1px double {color:border};
  157. outline: 1px solid {color:border};
  158. outline-offset: -3px;
  159. border-radius: none;
  160. width: 250px;
  161. padding: 5px;
  162. }
  163.  
  164. .pagination {
  165. position: absolute;
  166. top: -47px;
  167. }
  168.  
  169. </style>
  170.  
  171. <body>
  172. <div id="sidebar">
  173. {block:ifsidebarimg}<center><a href="/"><img src="{image:sidebar}" width="100" /></a></center>{/block:ifsidebarimg}
  174.  
  175. {block:Description}<center>{Description}</center>{/block:Description}
  176.  
  177. <div style="position:fixed; left:5px; bottom:7px; font-size:10px;"><a href="http://basedgodchen.tumblr.com/">theme</a></div>
  178.  
  179. <p><center><select style="height:20px;
  180. border: none;
  181. font-family:pixel;
  182. ms;color:#000;
  183. background-color:{color:Background};
  184. -webkit-appearance: none;
  185. font-size:10px;
  186. width:80px;" onChange="location.href=this.options[this.selectedIndex].value;">
  187. <option>explore</option>
  188. <option value="/">home</option>
  189. <option value="/ask">message</option>
  190. <option value="{text:link 1 url}">{text:link 1 title}</option>
  191. <option value="{text:link 2 url}">{text:link 2 title}</option>
  192. <option value="{text:link 3 url}">{text:link 3 title}</option>
  193. <option value="{text:link 4 url}">{text:link 4 title}</option>
  194. </select>
  195. </form>
  196.  
  197. <p>{block:Pagination}
  198. {block:PreviousPage}
  199. <a href="{PreviousPage}">back</a>
  200. {/block:PreviousPage}
  201.  
  202. {block:NextPage}
  203. <a href="{NextPage}">forth</a>
  204. {/block:NextPage}
  205. {/block:Pagination}
  206. </div>
  207.  
  208. {block:Posts}
  209. <div id="posts">
  210. {block:Text}
  211. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  212. {body}
  213. {/block:Text}
  214.  
  215. {block:Photo}
  216. <a href="{Permalink}"><img src="{PhotoURL-250}" /></a>
  217. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  218. {/block:Photo}
  219.  
  220. {block:Photoset}
  221. {Photoset-250}
  222. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  223. {/block:Photoset}
  224.  
  225. {block:Quote}
  226. <div id="quote">"{Quote}"</div>
  227. <br/>{block:Source}<center>- {Source}</center>{/block:Source}
  228. {/block:Quote}
  229.  
  230. {block:Link}
  231. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  232. {block:Description}{Description}{/block:description}
  233. {/block:Link}
  234.  
  235. {block:Chat}
  236. {block:Title}<h1>{Title}</h1>{/block:Title}
  237. {block:Lines} {block:Label}<b>{Label}</b>{/block:Label} {Line}<br />{/block:Lines}
  238. {/block:Chat}
  239.  
  240. {block:Audio}
  241. <p>{block:AlbumArt}
  242. <img src="{AlbumArtURL}" width="100" height="100">
  243. {/block:AlbumArt}</p>
  244.  
  245. <p><strong>Track</strong>:
  246. {block:TrackName}
  247. {TrackName}
  248. {/block:TrackName}
  249.  
  250. <p><strong>Artist</strong>:
  251. {block:Artist}
  252. {Artist}
  253. {/block:Artist} from
  254.  
  255. <p><strong>Album</strong>:
  256. {block:Album}
  257. {Album}
  258. {/block:Album}
  259.  
  260. <p>{AudioplayerBlack}</p>
  261. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  262. {/block:Audio}
  263.  
  264. {block:Video}
  265. {VideoEmbed-250}
  266. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  267. {/block:Video}
  268.  
  269. {block:Answer}
  270. <p><center><a href="{AskerURL}"><img src="{AskerPortraitURL-40}"></a></p>
  271. {Asker} said: <i><bold>{Question}</bold></i></p>
  272. <p>{Answer}</p></center>
  273. {/block:Answer}
  274.  
  275. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  276.  
  277. {block:PermalinkPage}
  278. <p>
  279. {block:PostNotes}{PostNotes}{/block:PostNotes}
  280. {block:PermalinkPage}
  281.  
  282. <p>
  283. <div id="footer">
  284. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  285.  
  286. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  287. <a href="{Permalink}">{NoteCount}♡</a></center>
  288.  
  289.  
  290. </div>
  291.  
  292. </div>
  293. </center></div>
  294. {/block:Posts}
  295.  
  296. </body>
  297. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement