Advertisement
atomic_ocean

zengarden - my second tumblr theme

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