Advertisement
celinasthemes

theme 031 fallen leaves

Nov 26th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.48 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.  
  4. <head>
  5.  
  6. </style>
  7.  
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!---- Theme 031 "fallen leaves" by THEMESBYCELINA.
  15. ▼▲ Please don't remove the credit
  16. ▼▲ Don't steal or/and claim as your own or I'm getting angry
  17. ▼▲ Edit it for your personal use as much as you want
  18. ▼▲ If you want to release an edited version of this theme, pls message me first okay.
  19. ▼▲ Don't forget ily when you follow the rules.
  20. --->
  21.  
  22.  
  23.  
  24. <!--META NAMES-->
  25.  
  26. <meta name="color:txt" content="#eeeeee"/>
  27. <meta name="color:links" content="#888888"/>
  28. <meta name="color:hover" content="#222222"/>
  29.  
  30. <meta name="color:bg" content="#cccccc">
  31. <meta name="color:post bg" content="#666666">
  32. <meta name="color:links bg" content="#f0bfb3">
  33. <meta name="color:infobg" content="#f0bfb3">
  34. <meta name="color:border" content="#666666">
  35. <meta name="color:links border" content="#dddddd">
  36. <meta name="color:scrollbar" content="#aaaaaa">
  37. <meta name="color:credit" content="#aaaaaa">
  38. <meta name="color:scrollbarbg" content="#ffffff">
  39.  
  40. <meta name="image:bg" content=""/>
  41. <meta name="image:sb1" content=""/>
  42. <meta name="image:header" content=""/>
  43.  
  44.  
  45.  
  46.  
  47. <meta name="text:link 1" content="link1">
  48. <meta name="text:link 2" content="link2">
  49. <meta name="text:link 3" content="link3">
  50. <meta name="text:link 4" content="link4">
  51. <meta name="text:link 5" content="link5">
  52. <meta name="text:link 1 url" content="/">
  53. <meta name="text:link 2 url" content="/">
  54. <meta name="text:link 3 url" content="/">
  55. <meta name="text:link 4 url" content="/">
  56. <meta name="text:link 5 url" content="/">
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65.  
  66.  
  67. }
  68.  
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:Scrollbar};
  73.  
  74. }
  75.  
  76. ::-webkit-scrollbar {
  77. height:9px;
  78. width:4px;
  79. background-color:{color:ScrollbarBg};
  80.  
  81. }
  82.  
  83. body {
  84. background-color:{color:bg};
  85. background-image:url('{image:bg}');
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. font-family:calibri;
  89. font-size:10px;
  90. text-align:justify;
  91. color:{color:txt};
  92. margin:0;
  93. -webkit-background-size: cover;
  94. -moz-background-size: cover;
  95. -o-background-size: cover;
  96. background-size: cover;
  97.  
  98. }
  99.  
  100. a {
  101. color:{color:links};
  102. text-decoration:none;
  103. -moz-outline-style:none;
  104. transition-duration: 0.9s;
  105. -moz-transition-duration:0.9s;
  106. -webkit-transition-duration:0.9s;
  107. -o-transition-duration:0.9s;
  108.  
  109. }
  110.  
  111. a:hover {
  112. color:{color:hover};
  113. transition-duration: 0.9s;
  114. -moz-transition-duration:0.9s;
  115. -webkit-transition-duration:0.9s;
  116. -o-transition-duration:0.9s;
  117.  
  118. }
  119.  
  120. img {
  121. border:0px;
  122.  
  123.  
  124. }
  125.  
  126. desc {
  127. border:0px;
  128. border-top-right-radius:2%;
  129.  
  130. }
  131.  
  132. links {
  133. border:0px;
  134. border-radius:1%;
  135.  
  136. }
  137.  
  138. blockquote {
  139. padding-left:5px;
  140. border-left:2px solid;
  141. margin:5px;
  142.  
  143. }
  144.  
  145. blockquote blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. margin:5px;
  149.  
  150. }
  151.  
  152. /*DESC*/
  153.  
  154. #desc {
  155. width:304px;
  156. height:90px;
  157. position:fixed;
  158. padding-top:10px;
  159. padding-bottom:10px;
  160. padding-left:10px;
  161. padding-right:10px;
  162. line-height:90%;
  163. top:412px;
  164. margin-left:38px;
  165. font-size:13px;
  166. text-align:center;
  167. letter-spacing:1%;
  168. overflow:auto;
  169. background:{color:post bg};
  170. z-index:99;
  171. border-bottom:20px solid {color:border};
  172. opacity:1;
  173. transition-duration: 1.0s;
  174. -moz-transition-duration: 1.0s;
  175. -webkit-transition-duration: 1.0s;
  176. -o-transition-duration: 1.0s;
  177.  
  178.  
  179. }
  180.  
  181. #desc:hover{
  182. margin-top:110px;
  183. transition-duration: 1.0s;
  184. -moz-transition-duration: 1.0s;
  185. -webkit-transition-duration: 1.0s;
  186. -o-transition-duration: 1.0s;
  187.  
  188. }
  189.  
  190.  
  191.  
  192. /*PAGINAITON*/
  193.  
  194. #pagi {
  195. font-size:14px;
  196. text-transform:uppercase;
  197. letter-spacing:3px;
  198. font-style:normal;
  199. position:fixed;
  200. text-align:center;
  201. margin-left:1140px;
  202. margin-top:400px;
  203. padding-top:3px;
  204. padding-bottom:3px;
  205. line-height:230%;
  206. width:120px;
  207. height:30px;
  208. color:{color:links};
  209. background-color:{color:links bg};
  210. z-index:9999999;
  211. opacity:1;
  212. font-family:calibri;
  213. transition-duration: 0.9s;
  214. -moz-transition-duration:0.9s;
  215. -webkit-transition-duration:0.9s;
  216. -o-transition-duration:0.9s;
  217.  
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224. #pagi:hover{
  225. color:{color:hover};
  226. transition-duration: 0.9s;
  227. -moz-transition-duration:0.9s;
  228. -webkit-transition-duration:0.9s;
  229. -o-transition-duration:0.9s;
  230.  
  231. }
  232.  
  233. /*IMAGES*/
  234.  
  235.  
  236. #arteaga {
  237. position:fixed;
  238. opacity:1;
  239. width:320px;
  240. height:360px;
  241. top:160px;
  242. margin-left:40px;
  243. z-index:999;
  244. background:{color:bg};
  245. outline:2px solid {color:border};
  246.  
  247.  
  248. }
  249.  
  250. #trotta {
  251. position:fixed;
  252. width:1362px;
  253. height:130px;
  254. top:0px;
  255. margin-left:0px;
  256. z-index:-9;
  257. border-bottom:2px solid {color:border};
  258.  
  259.  
  260. }
  261.  
  262.  
  263.  
  264. /*LINKS*/
  265.  
  266. #links{
  267. font-size:15px;
  268. text-align:right;
  269. position:fixed;
  270. line-height:10%;
  271. letter-spacing:5%;
  272. font-family:calibri;
  273. margin-left:255px;
  274. margin-top:158px;
  275. width:137px;
  276. z-index:99;
  277.  
  278. }
  279.  
  280. #links a{
  281. opacity:1;
  282. display:inline-block;
  283. text-transform:uppercase;
  284. color:{color:sblinks};
  285. background-color:{color:links bg};
  286. border-right:20px solid {color:links border};
  287. width:100px;
  288. height:45px;
  289. padding-right:7px;
  290. padding-top:6px;
  291. display:block;
  292. line-height:300%;
  293. padding-bottom:3px;
  294. transition-duration: 1.9s;
  295. -moz-transition-duration: 1.9s;
  296. -webkit-transition-duration: 1.9s;
  297. -o-transition-duration: 1.9s;
  298.  
  299.  
  300.  
  301. }
  302.  
  303. #links a:hover{
  304. margin-left:85px;
  305. color:{color:hover};
  306. transition-duration: 1.0s;
  307. -moz-transition-duration: 1.0s;
  308. -webkit-transition-duration: 1.0s;
  309. -o-transition-duration: 1.0s;
  310.  
  311. }
  312.  
  313.  
  314. /*ENTRIES*/
  315.  
  316. #container{
  317. width:525px;
  318. margin-left:8px;
  319. margin-top:160px;
  320. position:absolute;
  321. z-index:-99;
  322.  
  323. }
  324.  
  325. #post{
  326. padding:15px;
  327. width:500px;
  328. background-color:{color:post bg};
  329. border:2px solid {color:border};
  330. overflow:hidden;
  331. margin-bottom:20px;
  332. margin-left:500px;
  333. float:left;
  334. z-index:9999;
  335.  
  336. }
  337.  
  338.  
  339. /*POST INFO*/
  340.  
  341. #info {
  342. width:490px;
  343. text-align:center;
  344. font-family:calibri;
  345. font-size:10px;
  346. padding:5px;
  347. color:{color:text};
  348. line-height:10px;
  349. background-color:{color:infobg};
  350. margin-top:5px;
  351. margin-bottom:5px;
  352. transition-duration: 1.0s;
  353. -moz-transition-duration: 1.0s;
  354. -webkit-transition-duration: 1.0s;
  355. -o-transition-duration: 1.0s;
  356.  
  357. }
  358.  
  359. #info hover{
  360. color:{color:links};
  361. transition-duration: 1.0s;
  362. -moz-transition-duration: 1.0s;
  363. -webkit-transition-duration: 1.0s;
  364. -o-transition-duration: 1.0s;
  365.  
  366.  
  367.  
  368.  
  369. }
  370.  
  371. #notes {
  372. font-size:9px;
  373. opacity:0;
  374. text-transform:uppercase;
  375. width:530px;
  376. margin-left:500px;
  377. margin-bottom:auto;
  378. position:absolute;
  379. z-index:999;
  380. background:{color:post bg};
  381.  
  382. }
  383.  
  384.  
  385. /*ASKS*/
  386.  
  387. #asks {
  388. font-size:11px;
  389. text-align:center;
  390. padding:5px;
  391. margin-top:0px;
  392. background-color:{color:infobg}
  393.  
  394. }
  395.  
  396.  
  397. /*CREDIT-- Just leave this please*/
  398.  
  399. #c{
  400. position:fixed;
  401. font-size:12px;
  402. padding-bottom:5px;
  403. padding-top:5px;
  404. height:30px;
  405. width:30px;
  406. padding-left:5px;
  407. padding-right:5px;
  408. margin-left:1300px;
  409. margin-top:580px;
  410. float:left;
  411. opacity:0.5;
  412. text-transform:uppercase;
  413. background-color:{color:credit};
  414. transition-duration: 0.8s;
  415. -moz-transition-duration: 0.8s;
  416. -webkit-transition-duration: 0.8s;
  417. -o-transition-duration: 0.8s;
  418. -webkit-border-radius: 10px;
  419. -moz-border-radius: 10px;
  420. border-radius: 10px;
  421.  
  422.  
  423. }
  424.  
  425. #c:hover{
  426. color:{color:hover};
  427. opacity:1;
  428. transition-duration: 0.8s;
  429. -moz-transition-duration: 0.8s;
  430. -webkit-transition-duration: 0.8s;
  431. -o-transition-duration: 0.8s;
  432.  
  433. }
  434.  
  435.  
  436. {CustomCSS}
  437.  
  438. </style></head>
  439.  
  440.  
  441. <body>
  442.  
  443.  
  444. <div id="sidebar">
  445. <div id="arteaga"><img src="{image:sb1}"></div>
  446. <div id="trotta"><img src="{image:header}"></div>
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454. <div id="links">
  455. <a href="/" href="">home</a><br>
  456. <a href="ask" href="/ask">message</a><br>
  457. <a href="{text:link 1 url}">{text:link 1}</a></br>
  458. <a href="{text:link 2 url}">{text:link 2}</a></br>
  459. <a href="{text:link 3 url}">{text:link 3}</a></br>
  460. <a href="{text:link 4 url}">{text:link 4}</a></br>
  461. <a href="{text:link 5 url}">{text:link 5}</a>
  462.  
  463.  
  464. </div>
  465. <div id="desc">{description}</div>
  466. {block:Pagination}
  467. <div id="pagi">
  468. {block:PreviousPage}
  469. <a href="{PreviousPage}">←prev/a> —
  470. {/block:PreviousPage}
  471. {block:NextPage}
  472. <a href="{NextPage}">next➝</a>
  473. {/block:NextPage}
  474. </div>
  475. {/block:Pagination}
  476. </div>
  477. </div>
  478.  
  479.  
  480. <div id="container">
  481. {block:Posts}
  482. <div id="post">
  483.  
  484. <!--TEXT POSTS-->
  485.  
  486. {block:Text}
  487. {block:Title}<h2>{Title}</h2>{/block:Title}
  488. {Body}
  489. {/block:Text}
  490.  
  491. <!--ASKS-->
  492.  
  493. {block:Answer}
  494. <div id="asks">
  495. <div style="padding-bottom:8px; font-size:14px;"><b><i>{Asker} whispered:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:10px;">{Question}</div>
  496. </div>
  497. {Answer}
  498. {/block:Answer}
  499.  
  500. <!--QUOTE POSTS-->
  501. {block:Quote}
  502.  
  503. <div class="quote">
  504. <div class="quotetext_{Length}">"{Quote}"</div>
  505. {block:Source}<div class="source">{Source}</div>{/block:Source}
  506. </div>
  507. {/block:Quote}
  508.  
  509. <!--LINK POSTS-->
  510.  
  511. {block:Link}
  512. <h2><a href="{URL}">{Name}</a></h2>
  513. {block:Description}{Description}{/block:Description}
  514. {/block:Link}
  515.  
  516. <!--CHAT POSTS-->
  517.  
  518. {block:Chat}
  519. {block:Title}<h2>{Title}</h2>{/block:Title}
  520. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  521. {Line}</li>{/block:Lines}</ul>
  522. {/block:Chat}
  523.  
  524. <!--PHOTO POSTS-->
  525.  
  526. {block:Photo}
  527. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  528.  
  529. {block:Caption}{Caption}{/block:Caption}
  530. {/block:Photo}
  531.  
  532. <!--PHOTOSET POSTS-->
  533.  
  534. {block:Photoset}
  535. {Photoset-500}
  536. {block:Caption}{Caption}{/block:Caption}
  537. {/block:Photoset}
  538.  
  539. <!--VIDEO POSTS-->
  540.  
  541. {block:Video}
  542. {Video-500}
  543. {block:Caption}{Caption}{/block:Caption}
  544. {/block:Video}
  545.  
  546.  
  547. <!--AUDIO-->
  548.  
  549. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  550. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  551. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  552. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  553. {/block:Audio}
  554.  
  555.  
  556. <!--POST INFO-->
  557.  
  558.  
  559. <div id="info">
  560. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;▼▲&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;▼▲&nbsp;&nbsp;&nbsp;
  561. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;▼▲&nbsp;&nbsp;&nbsp;
  562. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;▼▲&nbsp;&nbsp;&nbsp;
  563. {/block:ContentSource}<a href="{Permalink}">{NoteCount} </a>▼▲</a></a>
  564.  
  565. </div>
  566. </div>
  567.  
  568. {/block:Posts}
  569. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  570. {/block:Posts}</div></div></div>
  571. <br><br><br><br>
  572.  
  573.  
  574.  
  575. </div></div>
  576.  
  577. {/block:Posts}
  578.  
  579. <!--Simply don't remove it pls.-->
  580. </div>
  581.  
  582. </div>
  583. <div id="c">
  584. <a href="http://themesbycelina.tumblr.com/"><img src="http://static.tumblr.com/bdprbgm/X2ynfgbjt/of_mice_and_men_logo_by_captainanalbead-d77euml.png" title="THEMESBYCELINA"></a>
  585.  
  586. </div>
  587. </div>
  588. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement