Advertisement
atomic_ocean

Simple – with date before post

Oct 4th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. <!--
  2. This is "simple" a tumblr-theme by Andreas Hirsch
  3. http://atomicocean.tumblr.com/
  4. -->
  5. <html>
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="color:background" content="#fff"/>
  15. <meta name="text:font size" content="12px"/>
  16. <meta name="font:body" content="courier new"/>
  17. <meta name="color:Text" content="#666"/>
  18. <meta name="color:Link" content="#666"/>
  19. <meta name="image:Header" content=""/>
  20.  
  21. <style type="text/css">
  22.  
  23. body{
  24. position:absolute top:0px left:0px;
  25. margin: 0 0 0 0;
  26. background:{color:background};
  27. font-family:{font:body};
  28. font-size:{text:font size};
  29. font-color:{color:Text};
  30. }
  31.  
  32. h1 {
  33. font-size:26px;
  34. font-weight:normal;
  35.  
  36. }
  37.  
  38. ol {
  39. list-style-type:none;
  40. }
  41.  
  42. ul {
  43. list-style-type:none;
  44. }
  45.  
  46. li {
  47. list-style-type:none;
  48. }
  49.  
  50. #all {
  51. margin: 0 0 0 0;
  52. width:750px;
  53. margin-left:auto;
  54. margin-right:auto;
  55. }
  56.  
  57. #nav {
  58. margin: 0 0 0 0;
  59. width:200px;
  60. height:100%;
  61. position:fixed;top:0px:left:0px;
  62. padding:15px;
  63. text-align:right;
  64. border-right: 1px dotted #ccc;
  65.  
  66. }
  67.  
  68.  
  69. #nav a {
  70. text-decoration:none;
  71. color:#666;
  72. }
  73.  
  74. #nav a:hover {
  75. text-decoration:none;
  76. color:#fff;
  77.  
  78. }
  79.  
  80. #content {
  81. width:500px;
  82. float:right;
  83. }
  84.  
  85. #content a {
  86. color:{color:Link};
  87. }
  88.  
  89. #content a:hover {
  90. color:#fff;
  91. background:#000;
  92. text-decoration:none;
  93. }
  94.  
  95. #posts {
  96. margin-bottom:30px;
  97. }
  98.  
  99.  
  100. .quote {
  101. font-size:16px;
  102. font-style:italic;
  103. }
  104.  
  105. #goto {
  106. font-size:10px;
  107. text-transform: uppercase;
  108. letter-spacing:1px;
  109. color:#666;
  110. margin-bottom:0px;
  111. }
  112.  
  113. #goto a {
  114. text-decoration:none;
  115. color:#666;
  116. text-transform: uppercase;
  117. }
  118.  
  119. h3 {
  120. font-size:18px;
  121. font-weight:normal;
  122. }
  123.  
  124. .audio img {
  125. width:250px;
  126. }
  127.  
  128. #audioplayer{width:250px;background-color:#000;}
  129.  
  130. #source {
  131. font-size:10px;
  132. }
  133.  
  134.  
  135.  
  136.  
  137. </style>
  138.  
  139. </head>
  140. <body>
  141.  
  142. <div id="all">
  143.  
  144. <div id="nav">
  145.  
  146. {block:IfHeaderImage}<a href="/"><img src="{image:Header}"/></a> {/block:IfHeaderImage}
  147.  
  148.  
  149. {block:IfNotHeaderImage}<a href="/"> <h1>{Title}</h1> </a>{/block:IfNotHeaderImage}
  150.  
  151.  
  152.  
  153. {block:Description}
  154. <p id="description">{Description}</p>
  155. {/block:Description}
  156.  
  157.  
  158.  
  159. <li><a href="/ask" title="ask">ask</a></li>
  160.  
  161. <li><a href="/archive">archive</a></li>
  162.  
  163.  
  164. {block:HasPages}
  165. {block:Pages}
  166. <li>
  167. <a href="{URL}" class="page">{Label}</a>
  168. </li>
  169. {/block:Pages}
  170. {/block:HasPages}
  171.  
  172. </div>
  173.  
  174. <div id="content">
  175.  
  176. <div id="posts">
  177. {block:Posts}
  178.  
  179. {block:Text}
  180.  
  181. <div id="goto">
  182. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}/a>
  183. </div>
  184.  
  185. <div class="post text">
  186. {block:Title}
  187. <h3>{Title}</h3>
  188. {/block:Title}
  189.  
  190. {Body}
  191.  
  192.  
  193. </div>
  194. {/block:Text}
  195.  
  196. {block:Photo}
  197. <div class="post photo">
  198.  
  199. <div id="goto">
  200.  
  201. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  202. </div>
  203.  
  204. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  205.  
  206. {block:Caption}
  207. <div class="caption">{Caption}</div>
  208. {/block:Caption}
  209.  
  210.  
  211. </div>
  212. {/block:Photo}
  213.  
  214. {block:Panorama}
  215. <div class="post panorama">
  216.  
  217. <div id="goto">
  218.  
  219. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  220. </div>
  221.  
  222. {LinkOpenTag}
  223. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  224. {LinkCloseTag}
  225.  
  226. {block:Caption}
  227. <div class="caption">{Caption}</div>
  228. {/block:Caption}
  229.  
  230. </div>
  231. {/block:Panorama}
  232.  
  233. {block:Photoset}
  234. <div class="post photoset">
  235.  
  236. <div id="goto">
  237.  
  238. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  239. </div>
  240.  
  241.  
  242. {Photoset-500}
  243.  
  244. {block:Caption}
  245. <div class="caption">{Caption}</div>
  246. {/block:Caption}
  247.  
  248. </div>
  249. {/block:Photoset}
  250.  
  251. {block:Quote}
  252. <div class="post quote">
  253.  
  254. <div id="goto">
  255.  
  256. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  257. </div>
  258.  
  259. "{Quote}"
  260.  
  261. {block:Source}
  262. <div class="source">{Source}</div>
  263. {/block:Source}
  264.  
  265.  
  266.  
  267. </div>
  268. {/block:Quote}
  269.  
  270. {block:Link}
  271.  
  272. <div id="goto">
  273.  
  274. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  275. </div>
  276.  
  277. <div class="post link">
  278. <a href="β†’{URL}" class="link" {Target}>{Name}</a>
  279.  
  280. {block:Description}
  281. <div class="description">{Description}</div>
  282. {/block:Description}
  283.  
  284.  
  285.  
  286. </div>
  287. {/block:Link}
  288.  
  289. {block:Chat}
  290. <div class="post chat">
  291.  
  292. <div id="goto">
  293.  
  294. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  295. </div>
  296.  
  297. {block:Title}
  298. <h3><a href="{Permalink}">{Title}</a></h3>
  299. {/block:Title}
  300.  
  301. <ul class="chat">
  302. {block:Lines}
  303. <li class="{Alt} user_{UserNumber}">
  304. {block:Label}
  305. <span class="label">{Label}</span>
  306. {/block:Label}
  307.  
  308. {Line}
  309. </li>
  310. {/block:Lines}
  311. </ul>
  312. </div>
  313. {/block:Chat}
  314.  
  315. {block:Video}
  316. <div class="post video">
  317.  
  318. <div id="goto">
  319. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  320. </div>
  321.  
  322. {Video-500}
  323.  
  324. {block:Caption}
  325. <div class="caption">{Caption}</div>
  326. {/block:Caption}
  327.  
  328. </div>
  329. {/block:Video}
  330.  
  331. {block:Audio}
  332. <div class="post audio">
  333.  
  334. <div id="goto">
  335.  
  336. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  337. </div>
  338.  
  339. {block:AlbumArt}
  340. <img src="{AlbumArtURL}" id="albumart">
  341. {/block:AlbumArt}
  342. <div id="audioplayer">{AudioPlayerBlack}</div>
  343.  
  344. {block:Caption}
  345. <div class="caption">{Caption}</div>
  346. {/block:Caption}
  347.  
  348.  
  349. </div>
  350. {/block:Audio}
  351.  
  352. {block:Answer}
  353.  
  354. <div id="goto">
  355.  
  356. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:Date}</a>
  357. </div>
  358.  
  359. <div class="question">
  360.  
  361. {Asker}: {Question}
  362. </div>
  363.  
  364. {Answer}
  365.  
  366. {/block:Answer}
  367.  
  368. {block:PermalinkPage}
  369. <div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375. {block:HasTags}
  376. {block:Tags}
  377. <a href="{TagURLChrono}">{Tag}/</a>
  378. {/block:Tags}
  379. {/block:HasTags}
  380.  
  381.  
  382.  
  383. {block:PostNotes}
  384. {NoteCountWithLabel}</li>
  385. {PostNotes-16}
  386. {/block:PostNotes}
  387. </div>
  388. {/block:PermalinkPage}
  389.  
  390.  
  391.  
  392.  
  393. {/block:Posts}
  394.  
  395. <p id="footer">
  396. {block:Pagination}
  397. {block:PreviousPage}
  398. <a href="{PreviousPage}">Last</a>
  399. {/block:PreviousPage}
  400.  
  401. {block:JumpPagination length="5"}
  402. {block:CurrentPage}
  403. <span class="current_page">{PageNumber}</span>
  404. {/block:CurrentPage}
  405. {block:JumpPage}
  406. <a class="jump_page" href="{URL}">{PageNumber}</a>
  407. {/block:JumpPage}
  408. {/block:JumpPagination}
  409.  
  410. {block:NextPage}
  411. <a href="{NextPage}">Next</a>
  412. {/block:NextPage}
  413. {/block:Pagination}
  414.  
  415. </div>
  416.  
  417. </div>
  418.  
  419.  
  420.  
  421. </p>
  422.  
  423. </div>
  424. </body>
  425. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement