tearofthemoon

Theme 10

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