tearofthemoon

Theme 04

Aug 2nd, 2012
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 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.  
  3. <html>
  4.  
  5. <!-- theme 04 by T E A R O F T H E M O O N .tumblr.com -->
  6.  
  7. <head>
  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 ="#f8f8f8"/>
  15. <meta name="color:Sidebar" content ="#ffffff"/>
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="font:Text" content="Georgia"/>
  18. <meta name="color:Text" content="#64450b"/>
  19. <meta name="color:Link" content="#ecafc4"/>
  20. <meta name="color:Link Hover" content="#ddbec9"/>
  21.  
  22.  
  23. <meta name="text:Custom Link One" content="" />
  24. <meta name="text:Custom Link One Title" content="" />
  25. <meta name="text:Custom Link Two" content="" />
  26. <meta name="text:Custom Link Two Title" content="" />
  27. <meta name="text:Custom Link Three" content="" />
  28. <meta name="text:Custom Link Three Title" content="" />
  29. <meta name="text:Custom Link Four" content="" />
  30. <meta name="text:Custom Link Four Title" content="" />
  31. <meta name="text:Custom Link Five" content="" />
  32. <meta name="text:Custom Link Five Title" content="" />
  33. <meta name="text:Custom Link Six" content="" />
  34. <meta name="text:Custom Link Six Title" content="" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. body {
  41. background-color: {color:Background};
  42. font-family: {font:Text};
  43. font-size: 9px;
  44. color: {color:Text};
  45. }
  46.  
  47. a {
  48. color: {color:Link};
  49. font-weight: none;
  50. text-decoration: none;
  51. -webkit-transition: all 0.4s ease-in-out;
  52. -moz-transition: all 0.4s ease-in-out;
  53. -o-transition: all 0.4s ease-in-out;
  54. -ms-transition: all 0.4s ease-in-out;
  55. transition: all 0.4s ease-in-out;
  56. }
  57.  
  58. a:hover {
  59. color: {color:Link Hover};
  60.  
  61. }
  62.  
  63. a img {
  64. border: 0px;
  65. }
  66.  
  67. .content {
  68. position: absolute;
  69. top: 40px;
  70. left: 400px;
  71. width: 500px;
  72. letter-spacing: 1px;
  73. }
  74.  
  75.  
  76.  
  77.  
  78. .sidebar {
  79. position: fixed;
  80. top: 150px;
  81. left: 50px;
  82. width: 240px;
  83. padding: 5px;
  84. background-color: {color:Sidebar};
  85. letter-spacing: 1px;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. .sidebarimage img {
  92. max-width: 240px;
  93. height: auto;
  94. text-align: center;
  95. }
  96.  
  97.  
  98.  
  99.  
  100. .post img {
  101. display: block;
  102. margin: 0 auto;
  103. }
  104.  
  105. .notesandtags {
  106. padding: 2px;
  107. border-top: 1px dashed {color:Link};
  108. margin-bottom: 30px;
  109. margin-top: 5px;
  110. }
  111.  
  112.  
  113. .tags {
  114. font-size: 9px;
  115. display: inline
  116. text-transform: lowercase;
  117. text-align: center;
  118. font-family: {font:Text};
  119. }
  120.  
  121.  
  122. .notes {
  123. float: right;
  124. }
  125.  
  126.  
  127.  
  128. .time {
  129. font-family: Verdana;
  130. font-size: 8px;
  131. color: {color:Text};
  132. text-transform: uppercase;
  133. }
  134.  
  135.  
  136. .date {
  137. font-family: Trebuchet MS;
  138. font-size: 9px;
  139. color: {color:Text};
  140. text-transform: uppercase;
  141. text-align: right;
  142. }
  143.  
  144. .datelink a{
  145. color: {color:Text};
  146. }
  147.  
  148.  
  149. blockquote {
  150. margin-left: 20px;
  151. }
  152.  
  153. .quote {
  154. font-family: Georgia;
  155. font-size: 17px;
  156. font-style: italic;
  157. color: {color:Link};
  158. }
  159.  
  160. .source {
  161. margin-left: 25px;
  162. }
  163.  
  164. .link {
  165. font-family: Georgia;
  166. font-size: 15px;
  167. font-style: italic;
  168. }
  169.  
  170. .link:hover {
  171. color: {color:Link Hover};
  172. -webkit-transition: all 0.4s ease-in-out;
  173. -moz-transition: all 0.4s ease-in-out;
  174. -o-transition: all 0.4s ease-in-out;
  175. -ms-transition: all 0.4s ease-in-out;
  176. transition: all 0.4s ease-in-out;}
  177. }
  178.  
  179. ul.chat {
  180. margin: 0;
  181. padding: 0;
  182. }
  183.  
  184. .chat li {
  185. list-style-type: none;
  186. margin-left: 0px;
  187. padding: 1px;
  188. }
  189.  
  190. .chat li.odd {
  191. margin-bottom: 1px;
  192. color: {color:Text};
  193. }
  194.  
  195. .chat li.even {
  196. margin-bottom: 1px;
  197. color: {color:Text};
  198. }
  199.  
  200. .label {
  201. font-weight: bold;
  202. }
  203.  
  204. .title {
  205. font-size: 15px;
  206. font-family: Georgia;
  207. font-style: italic;
  208. color: {color:Link};
  209. }
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. .navigation {
  217. display: block;
  218. font-family: trebuchet ms;
  219. line-height: 15px;
  220. border-bottom: 1px dashed {color:Link};
  221. text-indent: 5px;
  222. vertical-align: middle;
  223. background: url('http://25.media.tumblr.com/tumblr_m7uqn2PUii1qdjnhdo1_100.gif') no-repeat left;
  224. padding-left: 10px;
  225. padding-bottom: 2px;
  226. text-transform: uppercase;
  227. }
  228.  
  229. .navigation:hover {
  230. display: block;
  231. font-family: trebuchet ms;
  232. line-height: 15px;
  233. border-bottom: 1px solid {color:Link Hover};
  234. text-indent: 7px;
  235. vertical-align: middle;
  236. background: url('http://25.media.tumblr.com/tumblr_m7uqnjwWgt1qdjnhdo1_100.gif') no-repeat left;
  237. padding-left: 10px;
  238. padding-bottom : 2px;
  239. }
  240.  
  241. #credits {
  242. position: fixed;
  243. bottom: 5px;
  244. right: 5px;
  245. text-transform: uppercase;
  246. font: 10px Calibri;
  247. color: {color:text};
  248. }
  249.  
  250.  
  251. ol.notes {
  252. padding: 0px;
  253. margin 0px 0px;
  254. list-style-type: decimal;
  255. float: left;
  256. margin-left: 25px;
  257. }
  258.  
  259.  
  260. {CustomCSS}
  261. </style>
  262.  
  263. <title>{Title}</title>
  264.  
  265. </head>
  266.  
  267. <body>
  268.  
  269.  
  270. <div id="credits"><a href="http://tearofthemoon.tumblr.com/">&copy; tearofthemoon</a></div>
  271.  
  272.  
  273. <div class="content">
  274.  
  275.  
  276. {block:Posts}
  277.  
  278. <div class="time">
  279. <div class="date"><div class="datelink"><a href="{Permalink}">{block:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year} ♡ {12Hour}:{Minutes} {CapitalAmPm}{/block:Date}</a></div></div></div>
  280.  
  281. {block:Text}
  282. <div class="post">
  283. {block:Title}
  284. <div class="title"><a href="{Permalink}">{Title}</a></div>
  285. {/block:Title}
  286. {Body}
  287. </div>
  288. {/block:Text}
  289.  
  290. {block:Photo}
  291. <div class="post">
  292. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  293. {block:Caption}
  294. <div class="caption">{Caption}</div>
  295. {/block:Caption}
  296. </div>
  297. {/block:Photo}
  298.  
  299. {block:Photoset}
  300. <div class="post">
  301. <center>{Photoset-500}</center>
  302. {block:Caption}
  303. <div class="caption">{Caption}</div>
  304. {/block:Caption}
  305. </div>
  306. {/block:Photoset}
  307.  
  308. {block:Quote}
  309. <div class="post">
  310. <span class="quote">" {Quote} "</span>
  311. {block:Source}
  312. <div class="source">♡ {Source}</div>
  313. {/block:Source}
  314. </div>
  315. {/block:Quote}
  316.  
  317. {block:Link}
  318. <div class="post">
  319. <a href="{URL}" class="link" {Target}>{Name}</a>
  320. {block:Description}
  321. <div class="description">{Description}</div>
  322. {/block:Description}
  323. </div>
  324. {/block:Link}
  325.  
  326. {block:Chat}
  327. <div class="post">
  328. {block:Title}
  329. <div class="title"><a href="{Permalink}">{Title}</a></div>
  330. {/block:Title}
  331. <ul class="chat">
  332. {block:Lines}
  333. <li class="{Alt} user_{UserNumber}">
  334. {block:Label}
  335. <span class="label">{Label}</span>
  336. {/block:Label}
  337. {Line}
  338. </li>
  339. {/block:Lines}
  340. </ul>
  341. </div>
  342. {/block:Chat}
  343.  
  344. {block:Video}
  345. <div class="post">
  346. <center>{Video-500}</center>
  347. {block:Caption}
  348. <div class="caption">{Caption}</div>
  349. {/block:Caption}
  350. </div>
  351. {/block:Video}
  352.  
  353. {block:Audio}
  354. <div class="post">
  355. {AudioPlayerWhite}
  356. {block:Caption}
  357. <div class="caption">{Caption}</div>
  358. {/block:Caption}
  359. </div>
  360. {/block:Audio}
  361.  
  362. {block:IndexPage}<div class="notesandtags">
  363. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}
  364. <div class="notes"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel} ♡</a>{/block:NoteCount}</div>
  365. </div>
  366. </div>
  367. {/block:IndexPage}
  368.  
  369.  
  370. {block:PermalinkPage}<div class="notesandtags">
  371. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}
  372. <div class="notes"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel} ♡</a>{/block:NoteCount}</div></div> <p><div class="tags">{block:Tags}<a href="{TagURL}" class="tag"><font color="{color:Link}">#</font>{Tag} </a>{/block:Tags}</div>
  373. </div>
  374. {/block:PermalinkPage}
  375.  
  376.  
  377.  
  378. {block:PostNotes}
  379. <div id="notecontainer">{PostNotes}</div>
  380. {/block:PostNotes}
  381.  
  382.  
  383. {/block:Posts}
  384. </div>
  385.  
  386. <div class="sidebar">
  387.  
  388.  
  389.  
  390. <div class="sidebarimage"><a href="/"><img
  391.  
  392. src="{image:Sidebar}"/></a></div>
  393.  
  394.  
  395. <center>{block:Description}{Description}{/block:Description}<p></center>
  396.  
  397.  
  398.  
  399. <div class="navigation"><a href="/">home</a> </div>
  400.  
  401. <div class="navigation"><a href="/archive">archive</a> </div>
  402.  
  403. <div class="navigation"><a href="/ask">message</a> </div>
  404.  
  405. {block:IfCustomLinkOneTitle}<div class="navigation"><a href="{text:Custom Link One}">{text:Custom Link One Title}</a> </div>{/block:IfCustomLinkOneTitle}
  406.  
  407. {block:IfCustomLinkTwoTitle}<div class="navigation"><a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> </div>{/block:IfCustomLinkTwoTitle}
  408.  
  409. {block:IfCustomLinkThreeTitle}<div class="navigation"><a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> </div>{/block:IfCustomLinkThreeTitle}
  410.  
  411. {block:IfCustomLinkFourTitle}<div class="navigation"><a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> </div>{/block:IfCustomLinkFourTitle}
  412.  
  413. {block:IfCustomLinkFiveTitle}<div class="navigation"><a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a> </div>{/block:IfCustomLinkFiveTitle}
  414.  
  415. {block:IfCustomLinkSixTitle}<div class="navigation"><a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a> </div>{/block:IfCustomLinkSixTitle}
  416.  
  417.  
  418. <p align="center">
  419.  
  420. {block:Pagination}
  421. {block:PreviousPage}
  422. <a href="{PreviousPage}">«</a>
  423. {/block:PreviousPage}
  424.  
  425. {CurrentPage}/{TotalPages}
  426.  
  427. {block:NextPage}
  428. <a href="{NextPage}">»</a>
  429. {/block:NextPage}
  430. {/block:Pagination}
  431.  
  432. </div>
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment