Advertisement
Perfect-Nicholas

Theme #10 - Animal Humane

Aug 14th, 2013
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- © LLERMANS.TUMBLR.COM | "THEME" #010
  9.  
  10. DON'T STEAL, I'LL FIND YOU.
  11. DON'T REMOVE THE CREDIT! --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:Links Bg" content="#eeeeee"/>
  18. <meta name="color:Sidebar Text" content="#a8a8a8"/>
  19. <meta name="color:scrollbar" content="#838282"/>
  20. <meta name="color:info background" content="#ffffff"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="if:400px posts" content=""/>
  24. <meta name="if:small cursor" content="1"/>
  25.  
  26. <meta name="text:link 1" content="Link 1"/>
  27. <meta name="text:link 1 url" content="/"/>
  28. <meta name="text:link 2" content="Link 2"/>
  29. <meta name="text:link 2 url" content="/"/>
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:8px}
  34. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  35. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  36.  
  37. @font-face {
  38. font-family: 'Lobster';
  39. font-style: normal;
  40. font-weight: 400;
  41. src: local('Lobster'), url(http://themes.googleusercontent.com/static/fonts/lobster/v5/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');
  42. }
  43.  
  44. body {
  45. background:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family:Calibri;
  49. font-size:10px;
  50. line-height:100%;
  51. {block:ifSmallCursor}
  52. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
  53. {/block:ifSmallCursor}
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. -moz-transition-duration:0.8s;
  62. -webkit-transition-duration:0.8s;
  63. -o-transition-duration:0.8s;
  64. }
  65.  
  66. a:hover {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:link hover};
  71. {block:ifSmallCursor}
  72. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
  73. {/block:ifSmallCursor}
  74. }
  75.  
  76. img {
  77. border:none;
  78. {block:ifNot400pxposts}
  79. max-width:500px!important;
  80. {/block:ifNot400pxposts}
  81. {block:if400pxposts}
  82. max-width:400px!important;
  83. {/block:if400pxposts}
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. {block:ifNot400pxposts}
  90. max-width:500px!important;
  91. {/block:ifNot400pxposts}
  92. {block:if400pxposts}
  93. max-width:400px!important;
  94. {/block:if400pxposts}
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. {block:ifNot400pxposts}
  101. max-width:500px!important;
  102. {/block:ifNot400pxposts}
  103. {block:if400pxposts}
  104. max-width:400px!important;
  105. {/block:if400pxposts}
  106. }
  107.  
  108. #post {
  109. padding-bottom:30px;
  110. {block:ifNot400pxposts}
  111. max-width:500px!important;
  112. {/block:ifNot400pxposts}
  113. {block:if400pxposts}
  114. max-width:400px!important;
  115. {/block:if400pxposts}
  116. }
  117.  
  118. #entries {
  119. padding:10px;
  120. margin-left:500px;
  121. margin-top:40px;
  122. {block:ifNot400pxposts}
  123. max-width:500px!important;
  124. {/block:ifNot400pxposts}
  125. {block:if400pxposts}
  126. max-width:400px!important;
  127. {/block:if400pxposts}
  128. }
  129.  
  130. #sidebar {
  131. width:150px;
  132. position:fixed;
  133. margin-left:300px;
  134. margin-top:200px;
  135. }
  136.  
  137. #sidebarimage {
  138. width: 150px;
  139. }
  140.  
  141. #sidebarimage img {
  142. width:150px;
  143. }
  144.  
  145. #links {
  146. padding:5px;
  147. text-align:center;
  148. word-spacing: 2px;
  149. background-color:{color:Links Bg};
  150. text-transform:lowercase;
  151. }
  152.  
  153. #links a {
  154. letter-spacing: 1px;
  155. }
  156.  
  157. #description {
  158. font-family: times;
  159. line-height: 100%;
  160. font-size: 9px;
  161. letter-spacing: 1px;
  162. font-style: italic;
  163. width: 130px;
  164. padding: 5px;
  165. margin-left: 5px;
  166. text-align: center;
  167. color: {color:Sidebar Text};
  168. }
  169.  
  170. #pagination {
  171. font-size:10px;
  172. text-align:center;
  173. font-family: times;
  174. font-style: italic;
  175. line-height: 21px;
  176. text-shadow: 0 1px 1px #fff;
  177. color: {color:Sidebar Text};
  178. }
  179.  
  180. #info {
  181. text-align:center;
  182. margin-top:-27px;
  183. }
  184.  
  185. .infos {
  186. background-color:{color:info background};
  187. padding:8px;
  188. font-size:8px;
  189. text-transform:uppercase;
  190. }
  191.  
  192. .border-line {
  193. border-top:1px solid {color:Links Bg};
  194. margin-top:20px;
  195. padding:10px;
  196. position:center;
  197. }
  198.  
  199. .infosletter {
  200. font-family: calibi;
  201. text-transform: lowercase;
  202. }
  203.  
  204. .caption {
  205. text-align:justify;
  206. line-height:120%;
  207. {block:ifNot400pxposts}
  208. max-width:500px!important;
  209. {/block:ifNot400pxposts}
  210. {block:if400pxposts}
  211. max-width:400px!important;
  212. {/block:if400pxposts}
  213. }
  214.  
  215. #questions {
  216. text-align:left;
  217. text-transform:lowercase;
  218. font-size:10px;
  219. padding:14px 10px 14px 10px;
  220. background:#fafafa;
  221. color:#919191;
  222. {block:ifNot400pxposts}
  223. width:500px;
  224. {/block:ifNot400pxposts}
  225. {block:if400pxposts}
  226. width:400px;
  227. {/block:if400pxposts}
  228. }
  229.  
  230. .answer {
  231. padding:5px 5px 0px 5px;
  232. }
  233.  
  234. #quote {
  235. font-size:26px;
  236. line-height:20px;
  237. font-family:Georgia;
  238. font-style:italic;
  239. {block:ifNot400pxposts}
  240. font-size:26px;
  241. {/block:ifNot400pxposts}
  242. {block:if400pxposts}
  243. font-size:20px;
  244. {/block:if400pxposts}
  245.  
  246. }
  247.  
  248. #quotesource {
  249. font-family: times;
  250. font-size:8px;
  251. letter-spacing:1px;
  252. text-align:right;
  253. text-transform: uppercase;
  254. }
  255.  
  256. #audio {
  257. height:auto;
  258. min-height:80px;
  259. {block:ifNot400pxposts}
  260. max-width:500px!important;
  261. {/block:ifNot400pxposts}
  262. {block:if400pxposts}
  263. max-width:400px!important;
  264. {/block:if400pxposts}
  265. }
  266.  
  267. .musicbutton {
  268. width: 20px;
  269. height: 20px;
  270. z-index: 1000;
  271. margin-top: 3px;
  272. margin-left: 4px;
  273. overflow: hidden;
  274. position: absolute;
  275. border-radius: 100%;
  276. }
  277.  
  278. .musicplayer {
  279. background-color: #ffffff;
  280. margin-top: 14px;
  281. margin-left: 14px;
  282. z-index: 1000;
  283. width: 33px;
  284. height: 33px;
  285. position: absolute;
  286. opacity: 0.6;
  287. -moz-border-radius: 100%;
  288. border-radius: 100%;
  289.  
  290. }
  291.  
  292. .albumart {
  293. position:absolute;
  294. z-index:1;
  295. width:60px;
  296. height:60px;
  297.  
  298. }
  299.  
  300. .albumart img {
  301. float:left;
  302. width:60px;
  303. height:60px;
  304. }
  305.  
  306. #musicinfo {
  307. float:right;
  308. margin-right:65px;
  309. }
  310.  
  311. .musicdates {
  312. height: 49px;
  313. padding: 12px 10px 0px;
  314. background-color: {color:Links Bg};
  315. line-height: 7px;
  316. {block:ifNot400pxposts}
  317. max-width:450px!important;
  318. {/block:ifNot400pxposts}
  319. {block:if400pxposts}
  320. max-width:350px!important;
  321. {/block:if400pxposts}
  322. }
  323.  
  324. #credit {
  325. position:fixed;
  326. right:10px;
  327. bottom:10px;
  328. text-transform:uppercase;
  329. font:10px 'cambria';
  330. letter-spacing:1px;
  331. padding:5px;
  332. -webkit-transition: all 0.5s ease;
  333. -moz-transition: all 0.5s ease;
  334. -ms-transition: all 0.5s ease;
  335. -o-transition: all 0.5s ease;
  336. transition: all 0.5s ease;
  337. }
  338.  
  339. #credit:hover {
  340. position:fixed;
  341. right:10px;
  342. bottom:10px;
  343. text-transform:uppercase;
  344. font:10px 'cambria';
  345. letter-spacing:1px;
  346. padding:5px;
  347. text-shadow: 1px 1px 1px #bebebe;
  348. -webkit-transition: all 0.5s ease;
  349. -moz-transition: all 0.5s ease;
  350. -ms-transition: all 0.5s ease;
  351. -o-transition: all 0.5s ease;
  352. transition: all 0.5s ease;
  353. }
  354.  
  355. {CustomCSS}</style></head><body>
  356.  
  357. <div id="sidebar">
  358.  
  359. <div id="pagination">
  360. {block:Pagination}
  361. {block:PreviousPage}
  362. <a href="{PreviousPage}">←</a> newer
  363. {/block:PreviousPage}
  364. {block:NextPage}
  365. older <a href="{NextPage}">→</a>
  366. {/block:NextPage}
  367. {/block:Pagination}
  368. </div>
  369.  
  370. <br>
  371.  
  372. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  373. <br>
  374. <div id="description">{description}</div>
  375.  
  376. <div id="links">
  377. <a href="/">Home</a>
  378. <a href="/ask">ask
  379. <a href="{text:link 1 url}">{text:link 1}</a>
  380. <a href="{text:link 2 url}">{text:link 2}</a>
  381. </a>
  382.  
  383. </div>
  384.  
  385. </div>
  386.  
  387. <div id="entries">
  388. {block:Posts}
  389. <div id="post">
  390.  
  391. {block:ContentSource}
  392. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  393. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  396. {/block:ContentSource}
  397.  
  398. {block:Text}
  399. <h1>{block:Title}
  400. <span style="font-family:'Lobster'">
  401. {Title}</span>
  402. {/block:Title}
  403. </h1>{Body}
  404. {/block:Text}
  405.  
  406. {block:Photo}
  407. {block:ifNot400pxposts}
  408. <center>
  409. <img src="{PhotoURL-500}"/>
  410. </center>
  411. {/block:ifNot400pxposts}
  412. {block:if400pxposts}
  413. <center>
  414. <img src="{PhotoURL-400}"/>
  415. </center>
  416. {/block:if400pxposts}
  417. {block:Caption}
  418. {Caption}
  419. {/block:Caption}
  420. {/block:Photo}
  421.  
  422. {block:Photoset}
  423. {block:ifNot400pxposts}
  424. <center>
  425. {Photoset-500}
  426. </center>
  427. {/block:ifNot400pxposts}
  428. {block:if400pxposts}
  429. <center>
  430. {Photoset-400}
  431. </center>
  432. {/block:if400pxposts}
  433. {block:Caption}
  434. {Caption}
  435. {/block:Caption}
  436. {/block:Photoset}
  437.  
  438. {block:Quote}
  439. <div id="quote">
  440. {Quote}</div>
  441. {block:Source}
  442. <div id="quotesource">
  443. by {Source}</div>
  444. {/block:Source}
  445. {/block:Quote}
  446.  
  447. {block:Link}
  448. <h1><i>
  449. <a href="{URL}" {Target}>
  450. {Name}</a></i></h1>
  451. {block:Description}
  452. {Description}
  453. {/block:Description}
  454. {/block:Link}
  455.  
  456. {block:Chat}
  457. {block:Title}
  458. <h1>{Title}</h1>
  459. {/block:Title}
  460. {block:Lines}
  461. {block:Label}
  462. <b>{Label}</b>
  463. {/block:Label}
  464. {Line}<br>
  465. {/block:Lines}
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. <section class="top audio">
  470. <div id="musicinfo">
  471. <div id="audio">
  472. <div class="albumart">
  473. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  474. </div>{block:AlbumArt}
  475. <div class="albumart">
  476. <img src="{AlbumArtURL}">
  477. </div>{/block:AlbumArt}
  478. <div class="musicplayer">
  479. <div class="musicbutton">
  480. {block:AudioPlayer}
  481. {AudioPlayerWhite}
  482. {/block:AudioPlayer}
  483. </div> </div></div></div>
  484. <div class="musicdates">
  485. {block:TrackName}
  486. <b>Title:</b>
  487. {TrackName}<br />
  488. {/block:TrackName}<br>
  489. {block:Artist}
  490. <b>Artist: </b>
  491. {Artist}<br />
  492. {/block:Artist}
  493. {/block:ExternalAudio}
  494. <br><b>Played:</b>
  495. {PlayCount}times</div>
  496. </section>
  497. {/block:Audio}
  498.  
  499. {block:Video}
  500. {block:ifNot400pxposts}
  501. {Video-500}
  502. {/block:ifNot400pxposts}
  503. {block:if400pxposts}
  504. {Video-400}
  505. {/block:if400pxposts}
  506. {block:Caption}
  507. {Caption}
  508. {/block:Caption}
  509. {/block:Video}
  510.  
  511. {block:Answer}
  512. <div class="question">
  513. {Asker} said: {Question}
  514. </div>
  515. <div class="answer">
  516. {Answer}</div>
  517. {/block:answer}
  518.  
  519. <div class="border-line">
  520. </div>
  521.  
  522. <div id="info">
  523.  
  524. <span class="infos">
  525. {block:Date}
  526. {Month}, {DayOfMonthWithZero}</a>
  527. {/block:Date} - <a href="{Permalink}">
  528. {NoteCountWithLabel}</a>
  529. {block:RebloggedFrom} - <a href="{ReblogParentURL}"
  530. title="{ReblogParenttitle}">Via</a>
  531. - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">
  532. Source</a>{/block:RebloggedFrom} </span>
  533. <br/>{block:HasTags}<span class="infosletter">
  534. {block:Tags} <a href="{TagURL}">{Tag}.</a>
  535. {/block:Tags}</span>
  536. {/block:HasTags}
  537. </div>
  538.  
  539. </div>
  540. {block:PostNotes}
  541. {PostNotes}
  542. {/block:PostNotes}
  543. {/block:Posts}
  544. </div>
  545.  
  546. <div id="credit"><a href="http://llermans.tumblr.com/">llmns</a></div>
  547.  
  548. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement