Advertisement
zuvia

T2 - RAINY DAY

Sep 3rd, 2012
23,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.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.  
  4. <!--
  5.  
  6. THEME #2 RAINY DAY
  7. BY ZUVIA @ TUMBLR
  8.  
  9. -->
  10.  
  11. <html>
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:entry" content="#ffffff" />
  21. <meta name="color:entry text" content="#868686" />
  22. <meta name="color:post background" content="#ffffff" />
  23. <meta name="color:link" content="#999999" />
  24. <meta name="color:link hover" content="#000000" />
  25. <meta name="color:sidebar" content="#ffffff" />
  26. <meta name="color:sidebar text" content="#868686" />
  27. <meta name="color:sidelink" content="#ffffff" />
  28. <meta name="color:sidelink hover" content="#000000" />
  29. <meta name="color:sidelink bg" content="#999999" />
  30. <meta name="color:blogtitle" content="#999999" />
  31. <meta name="color:title background" content="#ffffff" />
  32. <meta name="color:border1" content="#aeaeae" />
  33. <meta name="color:border2" content="#aeaeae" />
  34. <meta name="color:border3" content="#aeaeae" />
  35. <meta name="color:nextpage arrow" content="#000000" />
  36. <meta name="color:nextpage arrow hover" content="#aeaeae" />
  37. <meta name="color"nextpage bg" content="#ffffff" />
  38.  
  39. <meta name="image:background" content="" />
  40. <meta name="image:post background" content="" />
  41. <meta name="image:sidebar" content="" />
  42. <meta name="image:border bg1" content="" />
  43. <meta name="image:border bg2" content="" />
  44. <meta name="image:border bg3" content="" />
  45.  
  46. <meta name="text:Blogtitle" content="" />
  47. <meta name="text:Link1" content="Link1" />
  48. <meta name="text:Link1URL" content="URL" />
  49. <meta name="text:Link2" content="Link2" />
  50. <meta name="text:Link2URL" content="URL" />
  51. <meta name="text:Link3" content="Link3" />
  52. <meta name="text:Link3URL" content="URL" />
  53.  
  54. <meta name="font:body" content="georgia" />
  55.  
  56. <meta name="if:ShowCaptions" content="0" />
  57. <meta name="if:InfiniteScroll" content="1" />
  58. <meta name="if:Bigger Posts" content="0" />
  59. <meta name="if:SmallerPosts" content="0" />
  60. <meta name="if:FadingPhotos" content="1" />
  61. <meta name="if:Borders" content=1" />
  62. <meta name="if:Border1" content="1" />
  63. <meta name="if:Border2" content="1" />
  64. <meta name="if:Border3" content="1" />
  65. <meta name="if:Links" content="0" />
  66.  
  67. <style type="text/css">
  68.  
  69. body {
  70. background-color:{color:background};
  71. background-image: url('{image:Background}');
  72. background-attachment:fixed;
  73. font-family:{font:body};
  74. font-size:10px;
  75. line-height:14px;
  76. text-align:justify;}
  77.  
  78. iframe#tumblr_controls {
  79. position: fixed !important;
  80. right:2px !important;
  81. -moz-transition: all 0.8s ease-out;
  82. -webkit-transition: opacity 0.7s linear;
  83. -webkit-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;
  85. opacity: 0.5;}
  86.  
  87. iframe#tumblr_controls:hover {
  88. -webkit-transition: opacity 0.7s linear;
  89. -moz-transition: all 0.4s ease-out;
  90. -webkit-transition: all 0.4s ease-out;
  91. transition: all 0.4s ease-out;
  92. opacity: 1;}
  93.  
  94. #bb{
  95. background-color:{color:post background};
  96. background-image: url('{image:post background}');
  97. background-attachment:fixed;
  98. height:110%;
  99. {block:IfSmallerPosts}width:295px;{/block:IfSmallerPosts}
  100. {block:IfNotSmallerPosts}
  101. {block:IfBiggerPosts}width:545px;{/block:IfBiggerPosts}
  102. {block:IfNotBiggerPosts}width:445px;{/block:IfNotBiggerPosts}
  103. {/block:IfNotSmallerPosts}
  104. margin-left:315px;
  105. z-index:-1;
  106. position:fixed;
  107. margin-top:-10px;}
  108.  
  109. #posts {
  110. margin-left:315px;
  111. margin-top:-10px;
  112. {block:IfSmallerPosts}width:280px;{/block:IfSmallerPosts}
  113.  
  114. {block:IfNotSmallerPosts}
  115.  
  116. {block:IfBiggerPosts}width:530px;{/block:IfBiggerPosts}
  117.  
  118. {block:IfNotBiggerPosts}width:430px;{/block:IfNotBiggerPosts}
  119.  
  120. {/block:IfNotSmallerPosts}
  121. padding-left:15px;}
  122.  
  123.  
  124. .post {
  125. {block:IfNotBiggerPosts}width:507px;{/block:IfNotBiggerPosts}
  126. {block:IfBiggerPosts}width:607px;{/block:IfBiggerPosts}
  127. {block:IfSmallerPosts}width:357px;{/block:IfSmallerPosts}
  128. }
  129.  
  130.  
  131. .entries {
  132. color:{color:entry text};
  133. background-color:{color:entry};
  134. {block:IfBiggerPosts}width:500px;{/block:IfBiggerPosts}
  135. {block:IfNotBiggerPosts}width:400px;{/block:IfNotBiggerPosts}
  136. {block:IfSmallerPosts}width:250px;{/block:IfSmallerPosts}
  137. overflow:hidden;
  138. margin-bottom:10px;
  139. position:relative;
  140. z-index:999;
  141. text-align:justify;
  142. line-height:12px;
  143. font-size:10px;
  144. font-family:{font:body};
  145. padding:8px;
  146. }
  147.  
  148.  
  149. .entries a{
  150. color:{color:link};
  151. text-decoration:none;
  152. }
  153.  
  154. .entries a:hover {
  155. color:{color:link hover};
  156. text-decoration:none;
  157. }
  158.  
  159. .entries h1 {
  160. font-family: arial;
  161. font-size:16px;
  162. letter-spacing:1px;
  163. font-weight:normal;
  164. text-align:left;
  165. padding-bottom:4px;
  166. border-bottom: 1px dashed {color:border1};
  167. }
  168.  
  169. .entries h2 {
  170. font-family: arial;
  171. font-weight:normal;
  172. font-size:12px;
  173. letter-spacing:1px;
  174. text-align:center;
  175. padding-bottom:4px;
  176. margin-left:10px;
  177. }
  178.  
  179. .entries img {
  180. {block:IfNotBiggerPosts}max-width:400px;{/block:IfNotBiggerPosts}
  181. {block:IfBiggerPosts}max-width:500px;{/block:IfBiggerPosts}
  182. {block:IfSmallerPosts}max-width:250px;{/block:IfSmallerPosts}
  183. }
  184.  
  185. .ask {
  186. border-bottom: 1px dashed {color:border1};
  187. padding-bottom:4px;}
  188.  
  189.  
  190. .audio{
  191. background: #000;
  192. display:block;
  193. margin-bottom:0px;}
  194.  
  195. {block:IfFadingPhotos}
  196. .photo {
  197. opacity:.7;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -ms-transition: all 0.5s ease-in-out;
  202. transition: all 0.5s ease-in-out;}
  203.  
  204. .photo:hover{
  205. opacity: 1;
  206. -moz-transition: all 0.5s ease-in-out;
  207. }
  208. {/block:IfFadingPhotos}
  209.  
  210. .post:hover .perma{
  211. opacity:1;
  212. -moz-opacity: 1;}
  213.  
  214. .perma{
  215. font-family: consolas;
  216. font-size: 8px;
  217. letter-spacing:1px;
  218. position:absolute;
  219. {block:IfNotBiggerPosts}margin-left:430px;{/block:IfNotBiggerPosts}
  220. {block:IfBiggerPosts}margin-left:525px;{/block:IfBiggerPosts}
  221. {block:IfSmallerPosts}margin-left:275px;{/block:IfSmallerPosts}
  222. margin-top:10px;
  223. padding:3px;
  224. color: {color:entry text};
  225. text-transform: uppercase;
  226. text-align: left;
  227. border:1px dashed {color:border1};
  228. background-color: {color:post background};
  229. opacity:0;
  230. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
  231.  
  232. .perma a{
  233. color: {color:link};
  234. font-size:8px;
  235. letter-spacing:1px;
  236. text-decoration:none;
  237. }
  238.  
  239. .perma a:hover {
  240. color: {color:link hover};
  241. }
  242.  
  243. .permalink {
  244. {block:IfBiggerPosts}width:510px;{/block:IfBiggerPosts}
  245. {block:IfNotBiggerPosts}width:410px;{/block:IfNotBiggerPosts}
  246. {block:IfSmallerPosts}width:260px;{/block:IfSmallerPosts}
  247. text-align: left;
  248. padding-left:6px;
  249. font-size:10px;
  250. font-family:georgia;
  251. color: {color:entry text};
  252. background-color:{color:entry};
  253. text-transform: lowercase;
  254. position: relative;
  255. }
  256.  
  257. .permalink a {
  258. color: {color:link};
  259. text-decoration: none;
  260. }
  261.  
  262. .permalink a:hover {
  263. color: {color:link hover};
  264. text-decoration: none;
  265. }
  266.  
  267. .permalink h1{
  268. font-family:consolas;
  269. font-size:10px;
  270. text-transform:uppercase;
  271. margin-top:10px;
  272. margin-left:-5px;
  273. margin-bottom:-2px;
  274. border-top:2px solid {color:border};}
  275.  
  276. .permalink h2{
  277. font-family:consolas;
  278. font-size:8px;
  279. text-transform:uppercase;
  280. letter-spacing:1px;}
  281.  
  282.  
  283. ol.notes {
  284. padding: 0px;
  285. letter-spacing: 0px;
  286. border: 0px;
  287. list-style-type: none;
  288. }
  289.  
  290. ol.notes li.note {
  291. padding: 1px;
  292. letter-spacing: 0px;
  293. text-align: left;
  294. }
  295.  
  296.  
  297. #sidebar h1{
  298. font-size: 9px;
  299. font-family: consolas;
  300. color: {color:blogtitle};
  301. background-color:{color:title background};
  302. text-align:center;
  303. letter-spacing:3px;
  304. padding:2px;
  305. margin-top:0px;
  306. text-transform:uppercase;}
  307.  
  308. #sidecontainer{
  309. bottom:0px;
  310. left:35px;
  311. position:fixed;}
  312.  
  313.  
  314. #sidebar {
  315. width:245px;
  316. bottom:0px;
  317. height:auto;
  318. position:fixed;
  319. z-index:999;
  320. text-align:justify;
  321. padding-top:8px;
  322. padding-left:8px;
  323. padding-right:8px;
  324. padding-bottom:8px;
  325. background-color: {color:sidebar};
  326. color: {color:sidebar text};
  327. {block:IfRoundedSidebar}
  328. border-radius: 100px 100px 0px 0px;
  329. {/block:IfRoundedSidebar}
  330. }
  331.  
  332. #sidebar img{
  333. max-width:245px;
  334. opacity:.8;
  335. z-index:9999;
  336. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  337. {block:IfRoundedSidebar}
  338. border-radius: 100px 100px 0px 0px;
  339. {/block:IfRoundedSidebar}
  340. }
  341.  
  342. #sidebar img:hover{
  343. opacity:1;
  344. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
  345.  
  346. #info {
  347. padding:6px;}
  348.  
  349. #info a{
  350. color:{color:link};
  351. text-decoration:none;
  352. }
  353.  
  354. #info a:hover {
  355. color:{color:link hover};
  356. text-decoration:none;
  357. }
  358.  
  359. #rainlinks {
  360. opacity:1;
  361. position:fixed;
  362. width:120px;
  363. height:400px;
  364. text-align:right;
  365. font-family:consolas;
  366. font-size:9px;
  367. {block:IfLinks}margin-top:-149px;{/block:IfLinks}
  368. {block:IfNotLinks}margin-top:-95px;{/block:IfNotLinks}
  369. {block:IfBorders}left:50px;
  370. {block:IfNotBorder1}left:80px;
  371. {block:IfNotBorder2}left:120px;{/block:IfNotBorder2}{/block:IfNotBorder1}
  372. {/block:IfBorders}
  373. {block:IfNotBorders}left:65px;width:200px;{/block:IfNotBorders}
  374. text-transform:uppercase;
  375. z-index:4;
  376. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
  377.  
  378. .rainlinks a{
  379. text-decoration:none;
  380. color:{color:sidelink};
  381. background-color:{color:sidelink bg};
  382. margin-bottom:4px;
  383. padding-right:8px;
  384. {block:IfBorders}border-radius:10px 0px 0px 10px;{/block:IfBorders}
  385. {block:IfNotBorders}border-radius:10px;text-align:center;padding:0px;{/block:IfNotBorders}
  386. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  387. display:block;
  388. }
  389.  
  390. .rainlinks a:hover{
  391. color:{color:sidelink hover};
  392. {block:IfNotBorders}letter-spacing:1px;{/block:IfNotBorders}
  393. {block:IfBorders}padding-right:20px;{/block:IfBorders}}
  394.  
  395. {block:IfBorders}
  396. {block:IfBorder1}
  397. #border1 {
  398. width:40px;
  399. top:-10px;
  400. height:110%;
  401. left:170px;
  402. background-color: {color:border1};
  403. background-image: url('{image:border bg1}');
  404. background-attachment:fixed;
  405. position:fixed;
  406. z-index:-999;}
  407. {/block:IfBorder1}
  408.  
  409. {block:IfBorder2}
  410. #border2 {
  411. width:40px;
  412. top:-10px;
  413. height:110%;
  414. left:200px;
  415. background-color: {color:border2};
  416. background-image: url('{image:border bg2}');
  417. background-attachment:fixed;
  418. position:fixed;
  419. z-index:-999;}
  420. {/block:IfBorder2}
  421.  
  422. {block:IfBorder3}
  423. #border3 {
  424. width:50px;
  425. top:-10px;
  426. height:110%;
  427. left:240px;
  428. background-color: {color:border3};
  429. background-image: url('{image:border bg3}');
  430. background-attachment:fixed;
  431. position:fixed;
  432. z-index:-99;}
  433. {/block:IfBorder3}
  434. {/block:IfBorders}
  435.  
  436. #nextpage {
  437. text-align:right;
  438. width:230px;
  439. margin-top:5px;
  440. text-align:center;
  441. background-color: {color:sidebar};
  442. z-index:9999;
  443. }
  444.  
  445. #nextpage a{
  446. color:{color:nextpage arrow};
  447. font-family:impact;
  448. font-size:12px;
  449. text-align:center;
  450. text-decoration:none;
  451. padding:8px;}
  452.  
  453. #nextpage a:hover{
  454. color:{color:nextpage arrow hover};}
  455.  
  456.  
  457.  
  458. </style>
  459.  
  460. {block:IfInfiniteScroll}
  461. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  462. {/block:IfInfiniteScroll}
  463.  
  464. </head>
  465. <body>
  466.  
  467. <div id="bb"></div>
  468.  
  469. <div id="sidecontainer">
  470. <div id="sidebar">
  471.  
  472. <div id="rainlinks">
  473. <div class="rainlinks"><a href="/">home</a></div>
  474. <div class="rainlinks"><a href="/ask">message</a></div>
  475. <div class="rainlinks"><a href="/archive">archive</a></div>
  476. {block:IfLinks}
  477. {block:IfLink1}<div class="rainlinks"><a href="{text:Link1URL}">{text:Link1}</a></div>{/block:IfLink1}
  478. {block:IfLink2}<div class="rainlinks"><a href="{text:Link2URL}">{text:Link2}</a></div>{/block:IfLink2}
  479. {block:IfLink3}<div class="rainlinks"><a href="{text:Link3URL}">{text:Link3}</a></div>{/block:IfLink3}
  480. {/block:IfLinks}
  481. <div class="rainlinks"><a href="http://zuvia.tumblr.com">theme</a></div>
  482. </div>
  483. <h1>{text:blogtitle}</h1>
  484. <img src="{image:sidebar}">
  485.  
  486. <div id="info">
  487. {Description}
  488. {block:IfNotInfiniteScroll}
  489. {block:Pagination}
  490.  
  491. <div id="nextpage">
  492. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  493. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  494. </div>
  495.  
  496. {/block:Pagination}
  497. {/block:IfNotInfiniteScroll}
  498. </div>
  499. </div>
  500. </div>
  501.  
  502. <div id="border1"></div>
  503. {block:IfBorder2}<div id="border2"></div>{/block:IfBorder2}
  504. <div id="border3"></div>
  505.  
  506. <div id="posts">
  507.  
  508. {block:Posts}
  509.  
  510. <div class="post">
  511.  
  512. {block:IndexPage}
  513. <div class="perma">
  514. → {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  515. {block:NoteCount}({NoteCount} <img src="http://media.tumblr.com/tumblr_lm6ovbHHKU1qfoi4t.gif">){/block:NoteCount}<br>
  516. → <a href="{ReblogURL}" target="_blank">reblog</a>
  517. </div>
  518. {/block:IndexPage}
  519.  
  520. <div class="entries">
  521.  
  522.  
  523. {block:Text}
  524. {block:Title}
  525. <h1>{Title}</h1>
  526. {/block:Title}
  527. {Body}
  528. {/block:Text}
  529.  
  530. {block:Photo}
  531. <center><div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="">{LinkCloseTag}</div></center>
  532. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  533. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  534. {Caption}
  535. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  536. {/block:Photo}
  537.  
  538. {block:Photoset}
  539. {block:IfSmallerPosts}<div class="photo">{Photoset-250}</div>{/block:IfSmallerPosts}
  540. {block:IfNotSmallerPosts}
  541. {block:IfNotBiggerPosts}<div class="photo">{Photoset-400}</div>{/block:IfNotBiggerPosts}
  542. {block:IfBiggerPosts}<div class="photo">{Photoset-500}</div>{/block:IfBiggerPosts}{/block:IfNotSmallerPosts}
  543. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  544. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  545. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  546. {/block:Photoset}
  547.  
  548. {block:Quote}
  549. <h2>{Quote}</h2>
  550. {block:Source}
  551. <p align="right"><b>{Source}</b>{/block:Source}</p>
  552. {/block:Quote}
  553.  
  554. {block:Link}
  555. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  556. {block:Description}
  557. {Description}
  558. {/block:Description}
  559. {/block:Link}
  560.  
  561. {block:Chat}
  562. {block:Title}<h1>{Title}</h1>{/block:Title}
  563. {block:Lines}
  564. {block:Label}
  565. <b>{Label}</b>
  566. {/block:Label}
  567. {Line}<br />
  568. {/block:Lines}
  569. {/block:Chat}
  570.  
  571. {block:Video}
  572. <div class="photo">
  573. {block:IfSmallerPosts}{Video-250){/block:IfSmallerPosts}
  574. {block:IfNotSmallerPosts}{block:IfNotBiggerPosts}{Video-400}{block:IfNotBiggerPosts}
  575. {block:IfBiggerPosts}{Video-500}{/block:IfBiggerPosts}</div>{/block:IfNotSmallerPosts}
  576. <center><i>{FormattedPlayCount}</i> plays</center><br />
  577. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  578. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  579. {Caption}
  580. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  581. {/block:Video}
  582.  
  583. {block:Audio}
  584. <div class="audio">{AudioPlayerBlack}
  585. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  586. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  587. {Caption}
  588. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}</div>
  589. {/block:Audio}
  590.  
  591. {block:Answer}
  592. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  593. {Answer}
  594. {/block:Answer}
  595.  
  596. </div>
  597.  
  598. </div>
  599. {block:PermalinkPage}
  600.  
  601. <div class="permalink">
  602. <p><h1>{block:Date}Posted {TimeAgo}{/block:Date} {block:NoteCount} with {NoteCount} note(s){/block:NoteCount}</h1>
  603. <h2>{block:RebloggedFrom}
  604. ▸ Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
  605. {/block:RebloggedFrom}
  606. {block:HasTags}▸ Tags: {block:Tags}
  607. <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</h2>
  608.  
  609. {block:PostNotes}
  610. {PostNotes}
  611. {/block:PostNotes}
  612. </div>
  613.  
  614.  
  615. {/block:PermalinkPage}
  616.  
  617. {/block:Posts}
  618.  
  619. </div>
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement