Advertisement
tavroast

Base code

Aug 4th, 2013
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!-- Meta tags -->
  11. <meta name="image:sidebar image" content="http://static.tumblr.com/5fa07097a1e7ebdccf3495610fe7aea5/57qbhcl/IzUmonotv/tumblr_static_tumblr_mo8anljwuh1rklg6go1_500.png">
  12. <meta name="image:body bg" content="/">
  13.  
  14. <!-- css style -->
  15. <style type="text/css">
  16. body{
  17. background: #fff url('{image:body bg}') fixed repeat;
  18. font-family:Arial;
  19. }
  20.  
  21. #content{
  22. margin-left:500px;
  23. margin-top:40px;
  24. }
  25.  
  26. #sidebar{
  27. width:220px;
  28. max-height:340px;
  29. margin:100px 0px 0px -400px;
  30. position:fixed;
  31. background: #fff url('{image:sidebar bg}') no-repeat;
  32. padding: 15px;
  33. font-size:12px;
  34. color: #666;
  35. border: 3px #F5B3C9 solid;
  36. }
  37.  
  38. #sidebar p{
  39. overflow:auto;
  40. height:70px;
  41. text-align: left;
  42. }
  43.  
  44. #sidebar img{
  45. max-height:200px;
  46. max-width:200px;
  47. padding:15px;
  48.  
  49. }
  50.  
  51. #sidebar h1{
  52. font-size:20px;
  53. margin: -10px 0px -5px 0px;
  54. }
  55.  
  56. #sidebar a{
  57. color:#ED93B1;
  58. }
  59.  
  60. #navigation{
  61. padding: 5px;
  62. }
  63.  
  64. #pagenav{
  65. position:fixed;
  66. margin:600px 0px 0px 600px;
  67. }
  68.  
  69. #pagenav a{
  70. color:#ED93B1;
  71. }
  72.  
  73. #posts{
  74. width:500px;
  75. background: #fff url('URL HERE') fixed repeat;
  76. }
  77.  
  78. #posts a{
  79. color:#ED93B1;
  80. }
  81.  
  82. #posts img{
  83. max-width:100%;
  84. }
  85.  
  86. #posts em{
  87. color:#F2B85A;
  88. }
  89.  
  90. #posts strong{
  91. color:#8CD685;
  92. }
  93.  
  94. .link{
  95. font-size: 20px;
  96. text-align:left;
  97. text-decoration:none;
  98. }
  99.  
  100. .link a{
  101. color:#F2B85A;
  102. }
  103.  
  104. .photo{
  105. }
  106.  
  107. .photo .caption{
  108. text-align:center;
  109. }
  110.  
  111. .photo img{
  112. width:500px;
  113. }
  114.  
  115. .text{
  116. }
  117.  
  118. .text h3{
  119. text-align:left;
  120. }
  121.  
  122. .quotepost{
  123. }
  124.  
  125. .quote{
  126. font-size:32px;
  127. width:480px;
  128. text-align: justify;
  129. }
  130.  
  131. .source{
  132. }
  133.  
  134. .chat{
  135. }
  136.  
  137. .chat li{
  138. list-style-type:none;
  139. }
  140.  
  141. .video{
  142. }
  143.  
  144. .audio{
  145. }
  146.  
  147. .audio .caption{
  148. text-align: left;
  149. }
  150.  
  151. .audio .playcount{
  152. text-align:lef;
  153. }
  154.  
  155. .ask{
  156. position:relative;
  157.  
  158. }
  159.  
  160. .ask img{
  161. position:absolute;
  162. }
  163.  
  164. .ask .question{
  165. font-size:20px;
  166. text-align:justify;
  167. width:350px;
  168. height:100px;
  169. margin: 0px 0px 0px 100px;
  170. overflow:auto;
  171. }
  172.  
  173.  
  174. .ask .answer{
  175. padding:10px;
  176. margin-top: 120px;
  177. }
  178.  
  179. .caption{
  180. display: block;
  181. }
  182. .caption img{
  183. width:100%;
  184. }
  185.  
  186. .tags{
  187. }
  188. .tags a{
  189. }
  190.  
  191. .thingy{
  192. padding:3px 0px 15px 0px;
  193. }
  194.  
  195. </style>
  196.  
  197. </head>
  198. <body>
  199. <div id="content">
  200.  
  201. <div id="sidebar">
  202.  
  203. <h1>{Title}</h1>
  204.  
  205. <img src="{image:sidebar image}">
  206.  
  207. {block:Description}
  208. <p id="description">{Description}</p>
  209. {/block:Description}
  210.  
  211. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="170" height="35">
  212. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  213. <param name="bgcolor" value="#ffffff" />
  214. <param name="FlashVars" value="mp3=http%3A//a.tumblr.com/tumblr_mk81usKByX1qjkjfoo1.mp3%23_%3D_&amp;bgcolor=ffffff&amp;loadingcolor=920700&amp;buttoncolor=d88989&amp;slidercolor=d88989" />
  215. </object>
  216.  
  217. <div id="navigation">
  218. <a href="/">Home</a>
  219. <a href="/ask">Message</a>
  220. <a href="/archive">Archive</a>
  221. <a href="{text:link one}">{text:link one text}</a>
  222. <a href="{text:link two}">{text:link two text}</a>
  223. <a href="{text:link three}">{text:link three text}</a>
  224. </div>
  225. </div>
  226.  
  227. <div id="pagenav">
  228. {block:PreviousPage}
  229. <a href="{PreviousPage}">&#171; Previous</a>
  230. {/block:PreviousPage}
  231.  
  232. {block:NextPage}
  233. <a href="{NextPage}">Next &#187;</a>
  234. {/block:NextPage}
  235. </div>
  236.  
  237.  
  238. <div id="posts">
  239. {block:Posts}
  240. {block:Text}
  241. <div class="text">
  242. {block:Title}
  243. <h3><a href="{Permalink}">{Title}</a></h3>
  244. {/block:Title}
  245.  
  246. {Body}
  247. </div>
  248. {/block:Text}
  249.  
  250. {block:Photo}
  251. <div class="photo">
  252. {LinkOpenTag} <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  253.  
  254. {block:Caption}
  255. <div class="caption">{Caption}</div>
  256. {/block:Caption}
  257. </div>
  258. {/block:Photo}
  259.  
  260. {block:Panorama}
  261. <div class="panorama">
  262. {LinkOpenTag}
  263. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  264. {LinkCloseTag}
  265.  
  266. {block:Caption}
  267. <div class="caption">{Caption}</div>
  268. {/block:Caption}
  269. </div>
  270. {/block:Panorama}
  271.  
  272. {block:Photoset}
  273. <div class="photoset">
  274. {Photoset-500}
  275.  
  276. {block:Caption}
  277. <div class="caption">{Caption}</div>
  278. {/block:Caption}
  279. </div>
  280. {/block:Photoset}
  281.  
  282. {block:Quote}
  283. <div class="quotepost">
  284. <div class="quote"> "{Quote}" </div>
  285.  
  286. {block:Source}
  287. <div class="source">{Source}</div>
  288. {/block:Source}
  289. </div>
  290. {/block:Quote}
  291.  
  292. {block:Link}
  293. <div class="link">
  294. <a href="{URL}" class="link" {Target}>{Name}</a>
  295.  
  296. {block:Description}
  297. <div class="description">{Description}</div>
  298. {/block:Description}
  299. </div>
  300. {/block:Link}
  301.  
  302. {block:Chat}
  303. <div class="chat">
  304. {block:Title}
  305. <div class="posttitle"><a href="{Permalink}">{Title}</a></div>
  306. {/block:Title}
  307.  
  308. <ul class="chat">
  309. {block:Lines}
  310. <li class="{Alt} user_{UserNumber}">
  311. {block:Label}
  312. <span class="label">{Label}</span>
  313. {/block:Label}
  314.  
  315. {Line}
  316. </li>
  317. {/block:Lines}
  318. </ul>
  319. </div>
  320. {/block:Chat}
  321.  
  322. {block:Video}
  323. <div class=""video">
  324. {Video-500}
  325.  
  326. {block:Caption}
  327. <div class="caption">{Caption}</div>
  328. {/block:Caption}
  329. </div>
  330. {/block:Video}
  331.  
  332. {block:Audio}
  333. <div class="audio">
  334. <div class="album">
  335. {block:AlbumArt}
  336. {AlbumArtURL}
  337. {/block:AlbumArt}
  338. </div>
  339. {block:Artist} {Artist}{/block:Artist}
  340. <br>
  341. {block:Album}{Album}{/block:Album}
  342. <Br>
  343. {block:TrackName}{TrackName}{/block:TrackName}
  344.  
  345. {block:AudioEmbed}{AudioEmbed-500} {/block:AudioEmbed}
  346.  
  347. {AudioPlayerGrey}
  348. {block:PlayCount}
  349. <div class="playcount">{FormattedPlayCount}
  350. {/block:PlayCount}
  351. {block:Caption}
  352. <div class="caption">{Caption}</div>
  353. {/block:Caption}
  354.  
  355. </div>
  356. {/block:Audio}
  357.  
  358. {block:Answer}<div class="ask"><a href="{AskerUrl}"><img src="{AskerPortraitURL-96}"></a><div class="question">
  359. {Asker} asked: {Question}</div>
  360. <p>{Answer}</p>
  361. </div>
  362. {/block:Answer}
  363.  
  364. <div class="thingy"> {block:PermalinkPage}
  365. {block:RebloggedFrom}Reblogged from:<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  366. {/block:PermalinkPage}
  367. {block:Date}<a href="{Permalink}">{TimeAgo}
  368. <br>{DayOfMonthWithZero} | {MonthNumberWithZero} | {Year} | {12Hour}{CapitalAmPm}</a>{/block:Date}
  369. <br>
  370. {block:PostNotes}
  371. <a href="{Permalink}">{NoteCount}</a>
  372. <br>{PostNotes-16}
  373. {/block:PostNotes}
  374.  
  375. {block:HasTags}
  376. <div class="tags">{lang:Tagged}: {block:Tags}
  377. <a href="{TagURL}">#{Tag}</a> |{/block:Tags}</div>{/block:HasTags}
  378. </div>
  379. {/block:Posts}
  380. </ol>
  381. </div>
  382. </body>
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement