Advertisement
midthemes

Theme 09 by Jenny

Aug 24th, 2014
1,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!------------
  6.  
  7. THEME 09 BY JENNY // MIDTHEMES.TUMBLR.COM
  8.  
  9. DO NOT STEAL, CLAIM AS YOUR OWN, REMOVE THE CREDIT OR USE AS A BASE CODE
  10.  
  11. ------------->
  12.  
  13. <meta charset="UTF-8">
  14. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  15. <title>{block:PostTitle}{PostTitle} | {/block:PostTitle} {block:TagPage}{Tag} | {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} | {/block:SearchPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
  18. <meta name="text:Title" content=""/>
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="text:link 1" content="/">
  21. <meta name="text:link 1 title" content="">
  22. <meta name="text:link 2" content="/">
  23. <meta name="text:link 2 title" content="">
  24. <meta name="text:link 3" content="/">
  25. <meta name="text:link 3 title" content="">
  26. <meta name="text:link 4" content="/">
  27. <meta name="text:link 4 title" content="">
  28. <meta name="text:link 5" content="/">
  29. <meta name="text:link 5 title" content="">
  30. <link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css"/>
  31. <style type="text/css">
  32.  
  33. body {
  34. font-family: Arial, sans-serif;
  35. font-size: 9px;
  36. color: #222;
  37. line-height: 16px;
  38. background: {color:Background};
  39. word-wrap: break-word;
  40. }
  41.  
  42. a, a:active, a:focus, a:visited {
  43. text-decoration: none;
  44. color: #444;
  45. -webkit-transition: all 0.2s ease-in-out;
  46. -moz-transition: all 0.2s ease-in-out;
  47. -o-transition: all 0.2s ease-in-out;
  48. transition: all 0.2s ease-in-out;
  49. }
  50.  
  51. a:hover {
  52. color: #000;
  53. -webkit-transition: all 0.2s ease-in-out;
  54. -moz-transition: all 0.2s ease-in-out;
  55. -o-transition: all 0.2s ease-in-out;
  56. transition: all 0.2s ease-in-out;
  57. }
  58.  
  59. h1 {
  60. font-family: Arial, sans-serif;
  61. font-weight: normal;
  62. font-style: none;
  63. font-size: 11px;
  64. line-height: 18px;
  65. margin: 0;
  66. padding: 0;
  67. }
  68.  
  69. ol, ul {
  70. list-style: disc;
  71. padding: 2px 0px 3px;
  72. }
  73.  
  74. li {
  75. margin: 0px 0px 0px 20px;
  76. }
  77.  
  78. blockquote {
  79. margin: 3px 0 0 5px;
  80. padding: 0 0 0 10px;
  81. word-wrap: break-word;
  82. border-left: 1px solid #ededed;
  83. }
  84.  
  85. blockquote img {
  86. max-width: 360px;
  87. }
  88.  
  89. em {
  90. font-style: italic;
  91. }
  92.  
  93. iframe, img, embed, object, video {
  94. max-width: 100%;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. height: auto;
  99. background-color: #000;
  100. border: 3px solid {color:Background};
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. width: 11px;
  105. height: 11px;
  106. background-color: #ddd;
  107. border: 5px solid {color:Background};
  108. }
  109.  
  110. #container {
  111. margin: 50px 510px;
  112. width: 500px;
  113. clear: both;
  114. }
  115.  
  116. .posts {
  117. float: left;
  118. width: 400px;
  119. margin: 50px 0;
  120. word-wrap: break-word;
  121. display: inline-block;
  122. }
  123.  
  124. ul.chat {
  125. margin: 0px;
  126. padding: 2px;
  127. list-style: none;
  128. }
  129.  
  130. ul.chat li {
  131. margin: 0px;
  132. }
  133.  
  134. .posts .label {
  135. font-weight:700;
  136. }
  137.  
  138. .album-art {
  139. position: absolute;
  140. z-index: 999;
  141. }
  142.  
  143. .album-art img {
  144. width: 80px; height: 80px;
  145. }
  146.  
  147. .default-album-art {
  148. position: relative;
  149. }
  150.  
  151. .album-art img {
  152. width: 80px;
  153. height: 80px;
  154. }
  155.  
  156. .player {
  157. width: 29px;
  158. height: 37px;
  159. margin-top: 27px;
  160. margin-left: 26px;
  161. overflow: hidden;
  162. position: absolute;
  163. opacity: 0.9;
  164. filter: alpha(opacity=90);
  165. z-index: 9999999;
  166. }
  167.  
  168. .audio-info {
  169. width: 320px;
  170. height: 45px;
  171. padding-top: 35px;
  172. margin-left: 80px;
  173. text-align: center;
  174. background: #fbfbfb;
  175. }
  176.  
  177. .question {
  178. text-align: right;
  179. padding-bottom: 3px;
  180. border-bottom: 1px solid #fbfbfb;
  181. }
  182.  
  183. .answer {
  184. margin-top: -2px;
  185. text-align: justify;
  186. }
  187.  
  188. #info {
  189. width: 400px;
  190. margin: 3px 0 0 0;
  191. padding: 0;
  192. color: #fff;
  193. font-size: 8px;
  194. font-family: arial;
  195. line-height: 12px;
  196. text-align: center;
  197. letter-spacing: 1px;
  198. }
  199.  
  200. #info a {
  201. color: #222;
  202. }
  203.  
  204. #info a:hover {
  205. color: #000;
  206. }
  207.  
  208. .tags {
  209. color: #222;
  210. font-style: italic;
  211. letter-spacing: 0px;
  212. margin-top: 2px;
  213. word-wrap: break-word;
  214. }
  215.  
  216. .tags:hover {
  217. color: #000;
  218. }
  219.  
  220. .notes {
  221. width: 400px;
  222. padding: 0;
  223. margin: 5px 0 0 -20px;
  224. line-height: 10px;
  225. }
  226.  
  227. ol.notes, .notes li {
  228. width: 400px;
  229. padding: 5px 0;
  230. list-style: none;
  231. }
  232.  
  233. .notes img {
  234. display: none;
  235. }
  236.  
  237. #sidebar {
  238. position: fixed;
  239. margin: 150px 220px;
  240. }
  241.  
  242. #title {
  243. width: 180px;
  244. padding: 5px;
  245. font-size: 8px;
  246. text-align: right;
  247. letter-spacing: 2px;
  248. text-transform: uppercase;
  249. border-bottom: 1px solid #fbfbfb;
  250. }
  251.  
  252. #nav {
  253. position: fixed;
  254. width: 60px;
  255. margin: 10px 0 0 -10px;
  256. font-size: 7px;
  257. text-align: right;
  258. text-transform: uppercase;
  259. }
  260.  
  261. #nav a {
  262. letter-spacing: 0px;
  263. -webkit-transition: all 0.2s ease-in-out;
  264. -moz-transition: all 0.2s ease-in-out;
  265. -o-transition: all 0.2s ease-in-out;
  266. transition: all 0.2s ease-in-out;
  267. }
  268.  
  269. #nav a:hover {
  270. letter-spacing: 2px;
  271. -webkit-transition: all 0.2s ease-in-out;
  272. -moz-transition: all 0.2s ease-in-out;
  273. -o-transition: all 0.2s ease-in-out;
  274. transition: all 0.2s ease-in-out;
  275. }
  276.  
  277. #description {
  278. margin: 5px 0 0 60px;
  279. padding: 5px;
  280. width: 120px;
  281. }
  282.  
  283. .c {
  284. position: fixed;
  285. left: 7px;
  286. bottom: 2px;
  287. font-size:9px;
  288. color: #000;
  289. }
  290.  
  291. {CustomCSS}
  292. </style>
  293. </head>
  294. <body>
  295. <div id="sidebar">
  296. <div id="title"><a href="/">{text:Title}</a></div>
  297. <div id="nav">
  298. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}<br>
  299. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}<br>
  300. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}<br>
  301. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}<br>
  302. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  303. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a><br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  304. </div>
  305. <div id="description">{Description}</div>
  306. </div>
  307. <a href="http://midthemes.tumblr.com/"><div class="c">❤</div></a>
  308. <div id="container">
  309. {block:Posts}
  310. <div class="posts">
  311. {block:Text}
  312. {block:Title}
  313. <h1><a href="{Permalink}">{Title}</a></h1>
  314. {/block:Title}
  315. {Body}
  316. {/block:Text}
  317. {block:Photo}
  318. {LinkOpenTag}
  319. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  320. {LinkCloseTag}
  321. {block:Caption}
  322. {Caption}
  323. {/block:Caption}
  324. {/block:Photo}
  325. {block:Photoset}
  326. {Photoset-400}
  327. {block:Caption}
  328. {Caption}
  329. {/block:Caption}
  330. {/block:Photoset}
  331. {block:Quote}
  332. "{Quote}"
  333. {block:Source}
  334. <br /><div style="text-align:right;">&mdash; {Source}</div>
  335. {/block:Source}
  336. {/block:Quote}
  337. {block:Link}
  338. <a href="{URL}" {Target}>{Name}</a>
  339. {block:Description}
  340. {Description}
  341. {/block:Description}
  342. {/block:Link}
  343. {block:Chat}
  344. {block:Title}
  345. <h1><a href="{Permalink}">{Title}</a></h1>
  346. {/block:Title}
  347. {block:Lines}
  348. <ul class="chat">
  349. <li>
  350. {block:Label}
  351. <span class="label">{Label}</span>
  352. {/block:Label}
  353. {Line}
  354. </li>
  355. </ul>
  356. {/block:Lines}
  357. {/block:Chat}
  358. {block:Audio}
  359. {block:AlbumArt}
  360. <div class="album-art">
  361. <img src="{AlbumArtURL}"/>
  362. </div>
  363. {/block:AlbumArt}
  364. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" class="default-album-art" width="80px" align="left">
  365. <div class="player">
  366. <div class="audio">
  367. {AudioPlayerWhite}
  368. </div>
  369. </div>
  370. <div class="audio-info">
  371. {block:TrackName}{TrackName}{/block:TrackName}
  372. {block:Artist} by <b>{Artist}</b>{/block:Artist} </div>
  373. {block:Caption}
  374. {Caption}
  375. {/block:Caption}
  376. {/block:Audio}
  377. {block:Video}
  378. {Video-400}
  379. {block:Caption}
  380. {Caption}
  381. {/block:Caption}
  382. {/block:Video}
  383. {block:Answer}
  384. <div class="question">
  385. <h1><i>{Asker}</i></h1>
  386. {Question}
  387. </div>
  388. <div class="answer">
  389. {Answer}
  390. </div>
  391. {/block:Answer}
  392. <div id="info">
  393. {block:Date}
  394. <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  395. {/block:Date}
  396. {block:NoteCount}
  397. &nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a>
  398. {/block:NoteCount}
  399. {block:RebloggedFrom}
  400. <a href="{ReblogParentURL}">&nbsp; via</a>
  401. {block:ContentSource}
  402. <a href="{SourceURL}">&nbsp; source</a>
  403. {/block:ContentSource}
  404. {/block:RebloggedFrom}
  405. {block:HasTags}
  406. <div class="tags">
  407. {block:Tags}
  408. <a href="{TagURL}">&nbsp;&nbsp; {Tag}</a>
  409. {/block:Tags}
  410. </div>
  411. {/block:HasTags}
  412. </div>
  413. {block:PermalinkPage}
  414. {block:PostNotes}{PostNotes}{/block:PostNotes}
  415. {/block:PermalinkPage}
  416. </div>
  417. {/block:Posts}
  418. </div>
  419. </body>
  420. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement