Advertisement
parispier

Theme26: In the Meadow

Jun 21st, 2013
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.84 KB | None | 0 0
  1. <!---- theme made by nialljhoren ---->
  2. <!---- do not use as base code, remove credit, or claim as your own --->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script>
  12. window.onload = function () {
  13. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  14. document.addEventListener( 'click', function ( event ) {
  15. var myLike = event.target;
  16. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  17. var frame = document.getElementById( 'my-like-frame' ),
  18. liked = ( myLike.className == 'my-liked' ),
  19. command = liked ? 'unlike' : 'like',
  20. reblog = myLike.getAttribute( 'data-reblog' ),
  21. id = myLike.getAttribute( 'data-id' ),
  22. oauth = reblog.slice( -8 );
  23. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  24. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  25. };
  26. }, false );
  27. };
  28. </script>
  29.  
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#747474" />
  32. <meta name="color:link" content="#a3a0a3" />
  33. <meta name="color:linkhovercolor" content="#c48e8e" />
  34. <meta name="color:navlink" content="#aaa8a7" />
  35. <meta name="color:navlinkhovercolor" content="#6b6a6a" />
  36. <meta name="color:desctext" content="#b1b1b1"/>
  37. <meta name="color:scrollbar" content="#b1b1b1"/>
  38.  
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link3" content="/" />
  42. <meta name="text:Link4" content="/" />
  43.  
  44. <meta name="image:sidebar" content=""/>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {
  49. width:6px;
  50. height:6px;
  51. }
  52.  
  53. ::-webkit-scrollbar-track {
  54. background-color:{color:background};
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color:{color:scrollbar};
  59. }
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-size:10px;
  66. line-height:100%;
  67. font-family:times new roman;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:linkhovercolor};
  82. -webkit-transition: all 0.5s ease-in-out;
  83. -moz-transition: all 0.5s ease-in-out;
  84. -o-transition: all 0.5s ease-in-out;
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. blockquote blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. h1 {
  102. font-size:17px;
  103. font-family:times new roman;
  104. text-transform:lowercase;
  105. font-style:italic;
  106. font-weight:100;
  107. padding-bottom:2px;
  108. }
  109.  
  110. #entries {
  111. width:500px;
  112. margin-left:500px;
  113. margin-top:50px;
  114. margin-bottom:30px;
  115. }
  116.  
  117. #post {
  118. font-family:times new;
  119. width:500px;
  120. padding-right:20px;
  121. padding-left:15px;
  122. padding-top:15px;
  123. margin-top:18px;
  124. }
  125.  
  126. #sidebar {
  127. position:fixed;
  128. width:145px;
  129. margin-left:330px;
  130. margin-top:180px;
  131. height:220px;
  132. }
  133.  
  134. #sidebarimage img {
  135. z-index:1;
  136. position:fixed;
  137. width:135px;
  138. height:200px;
  139. opacity:1;
  140. margin-top:0px;
  141. -webkit-transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -o-transition: all 0.5s ease-in-out;
  144. }
  145.  
  146. #sidebar:hover #sidebarimage img {
  147. -webkit-filter: blur(1px);
  148. -moz-filter: blur(1px);
  149. -o-filter: blur(1px);
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. }
  154.  
  155. #sidebar:hover #title {
  156. margin-top:197px;
  157. -webkit-filter: blur(1px);
  158. -moz-filter: blur(1px);
  159. -o-filter: blur(1px);
  160. -webkit-transition: all 0.5s ease-in-out;
  161. -moz-transition: all 0.5s ease-in-out;
  162. -o-transition: all 0.5s ease-in-out;
  163. }
  164.  
  165. #title {
  166. position:fixed;
  167. z-index:9999;
  168. width:125px;
  169. margin-top:200px;
  170. line-height:100%;
  171. background-color:#181818;
  172. text-align:left;
  173. font-style:italic;
  174. font-size:11px;
  175. padding:5px;
  176. letter-spacing:1px;
  177. font-weight:100;
  178. height:11px;
  179. overflow:hidden;
  180. color:{color:desctext};
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -moz-transition: all 0.5s ease-in-out;
  183. -o-transition: all 0.5s ease-in-out;
  184. }
  185.  
  186. #sw {
  187. position:fixed;
  188. z-index:999;
  189. width:110px;
  190. height:190px;
  191. margin-top:40px;
  192. }
  193.  
  194. #description {
  195. z-index:2;
  196. width:106px;
  197. height:auto;
  198. font-family:times new;
  199. font-size:8px;
  200. position:fixed;
  201. padding:5px;
  202. margin-top:22px;
  203. margin-left:10px;
  204. line-height:120%;
  205. text-align:justify;
  206. letter-spacing:1px;
  207. color:{color:desctext};
  208. opacity:.95;
  209. background-color:#181818;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. }
  214.  
  215. #sidebar:hover #description {
  216. opacity:1;
  217. -webkit-transition: all 0.5s ease-in-out;
  218. -moz-transition: all 0.5s ease-in-out;
  219. -o-transition: all 0.5s ease-in-out;
  220. }
  221.  
  222. #sidebar:hover #links {
  223. opacity:1;
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. -o-transition: all 0.5s ease-in-out;
  227. }
  228.  
  229. #links {
  230. font-family:times new;
  231. z-index:5;
  232. text-transform:lowercase;
  233. position:fixed;
  234. width:110px;
  235. text-align:center;
  236. margin-left:10px;
  237. margin-top:10px;
  238. font-size:7.5px;
  239. letter-spacing:2px;
  240. opacity:.95;
  241. background-color:#181818;
  242. padding:3px 3px 3px 3px;
  243. margin-top:4px;
  244. border-bottom:4px double #a3a0a3;
  245. -webkit-transition: all 0.2s ease-in-out;
  246. -moz-transition: all 0.2s ease-in-out;
  247. -o-transition: all 0.2s ease-in-out;
  248. }
  249.  
  250. #links a {
  251. padding:3px 2px 3px 4px;
  252. color:{color:navlink};
  253. }
  254.  
  255. #links a:hover {
  256. background-color:#fff;
  257. opacity:.8;
  258. color:{color:navlinkhovercolor};
  259. -webkit-transition: all 0.2s ease-in-out;
  260. -moz-transition: all 0.2s ease-in-out;
  261. -o-transition: all 0.2s ease-in-out;
  262. }
  263.  
  264. #pagination {
  265. position:fixed;
  266. z-index:10;
  267. width:100px;
  268. font-size:9px;
  269. margin-top:160px;
  270. margin-left:70px;
  271. letter-spacing:1px;
  272. text-align:center;
  273. font-style:italic;
  274. opacity:1;
  275. -webkit-transition: all 0.5s ease-in-out;
  276. -moz-transition: all 0.5s ease-in-out;
  277. -o-transition: all 0.5s ease-in-out;
  278. }
  279.  
  280. #pagination a {
  281. color:{color:navlink};
  282. }
  283.  
  284. #pagination a:hover {
  285. color:{color:navlinkhovercolor};
  286. }
  287.  
  288. #heyo {
  289. font-family:cambria;
  290. position:fixed;
  291. text-align:center;
  292. bottom:10px;
  293. right:7px;
  294. font-size:6.5px;
  295. text-transform:uppercase;
  296. display:block;
  297. background-color:#fff;
  298. letter-spacing:1px;
  299. }
  300.  
  301. #heyo a{
  302. color:#b3b2b1;
  303. border: 1px solid #e4e3e2;
  304. padding: 3px 5px 3px 5px;
  305. border-radius:500px;
  306. background-color:#fff;
  307. -moz-transition-duration:0.5s;
  308. -webkit-transition-duration:0.5s;
  309. -o-transition-duration:0.5s;
  310. }
  311.  
  312. #heyo a:hover{
  313. color:#fff;
  314. background-color:#969194;
  315. border: 1px solid #7a7979;
  316. -moz-transition-duration:0.5s;
  317. -webkit-transition-duration:0.5s;
  318. -o-transition-duration:0.5s;
  319. }
  320.  
  321. i, em{color:{color:italic}; font-style:italic;}
  322. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  323.  
  324. .chat {
  325. font-size:8px;
  326. border-bottom:1px solid #d5d5d5;
  327. padding:5px;
  328. margin-bottom:-3px;
  329. }
  330.  
  331. .quote {
  332. font-size:15px;
  333. font-style:italic;
  334. line-height:120%;
  335. }
  336.  
  337. .quotesource {
  338. font-size:10px;
  339. text-align:right;
  340. margin-bottom:5px;
  341. }
  342.  
  343. .notes {
  344. list-style:decimal-leading-zero;
  345. padding-bottom:3.5px;
  346. padding-top:3.5px;
  347. margin-left:0px;
  348. text-transform:uppercase;
  349. font-family:trebuchet ms;
  350. font-size:8px;
  351. }
  352.  
  353. .notes img {
  354. width:12px;
  355. height:12px;
  356. margin-top:4px;
  357. }
  358.  
  359. #info {
  360. text-align:left;
  361. margin-top:2px;
  362. font-family:trebuchet ms;
  363. letter-spacing:0px;
  364. font-size:7px;
  365. text-transform:uppercase;
  366. padding-right:3px;
  367. border-top:1px solid #d5d5d5;
  368. border-bottom:1px solid #d5d5d5;
  369. border-right:1px solid #d5d5d5;
  370. }
  371.  
  372. .postblocks {
  373. padding:3px 4px 2px 3px;
  374. font-family:trebuchet ms;
  375. letter-spacing:0px;
  376. font-size:7px;
  377. text-transform:uppercase;
  378. background-color:#222121;
  379. color:#fff;
  380. display:inline-block;
  381. }
  382.  
  383. #tags {
  384. padding-top:2px;
  385. margin-top:0px;
  386. text-transform:uppercase;
  387. font-family:trebuchet ms;
  388. font-size:7px;
  389. letter-spacing:0px;
  390. display:block;
  391. }
  392.  
  393. #tags a{
  394. display:inline-block;
  395. }
  396.  
  397. #question{
  398. font-size:9px;
  399. background-color:#ffffff;
  400. padding: 7px;
  401. text-align:center;
  402. background-color:#f8f8f8;
  403. border-bottom:1px solid #cecccc;
  404. }
  405.  
  406. .info {
  407. text-align:left;
  408. margin-top:2px;
  409. font-family:trebuchet ms;
  410. letter-spacing:0px;
  411. font-size:7px;
  412. text-transform:uppercase;
  413. padding-right:3px;
  414. border-top:1px solid #d5d5d5;
  415. border-bottom:1px solid #d5d5d5;
  416. border-right:1px solid #d5d5d5;
  417. }
  418.  
  419. #audioinfo {
  420. font-size:8px;
  421. letter-spacing:1px;
  422. padding-bottom:2px;
  423. }
  424.  
  425. .audioplayer {
  426. overflow:hidden;
  427. display:block;
  428. float:left;
  429. margin-top:7px;
  430. margin-left:7px;
  431. width:27px;
  432. height:27px;
  433. opacity:.5;
  434. }
  435.  
  436. .audioplayercontainer {
  437. width:70px;
  438. height:70px;
  439. position:absolute;
  440. }
  441.  
  442. {CustomCSS}</style></head><body>
  443.  
  444. <div id="sidebar">
  445.  
  446. <div id="title">{Title} {block:Pagination}{block:NextPage}<a href="{NextPage}" style="font-size:8px;">»</a>{/block:NextPage}{/block:Pagination} </div>
  447.  
  448. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  449.  
  450. <div id="sw">
  451.  
  452. <div id="description">{Description}</div>
  453.  
  454. <div id="links">
  455. <a href="{text:Link1}">01</a>
  456. <a href="{text:Link2}">02</a>
  457. <a href="{text:Link3}">03</a>
  458. <a href="{text:Link4}">04</a>
  459. <a href="{text:Link5}">05</a>
  460. </div>
  461. </div></div>
  462.  
  463. </div>
  464.  
  465. <div id="entries">{block:Posts}<div id="post">
  466.  
  467. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  468.  
  469. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  470.  
  471. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  472.  
  473. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  474.  
  475. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  476.  
  477. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}{Label}{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  478.  
  479. {block:Audio}
  480. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
  481. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  482.  
  483. <div id="audioinfo">
  484. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  485. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  486. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  487. &nbsp;<b>Plays:</b> {PlayCount}</div>
  488. {block:Caption}{Caption}{/block:Caption}
  489. {/block:Audio}
  490.  
  491. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  492.  
  493. {block:Answer}
  494. <a href="{AskerURL}"></a> <div id="question" style="width:485px;"><i>{Asker} whispered:</i><br>{Question}</div> <p>
  495. {Answer}
  496. {/block:Answer}
  497.  
  498. <div id="info">
  499. {block:Date}<div class="postblocks">{TimeAgo}{/block:Date}</div><a href="{Permalink}" style=padding-left:2px;>
  500. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  501. <div style="float:right; padding-top:3px;">
  502. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  503. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}
  504. </div></div>
  505.  
  506. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
  507.  
  508. {/block:Posts}
  509.  
  510. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  511. {/block:Posts} </div></div>
  512.  
  513. <!---do not remove--->
  514. <div id="heyo"><a href="http://nialljhoren.tumblr.com">N</a></div>
  515.  
  516. </div></div>
  517.  
  518. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement