Advertisement
teenageblog

Elena Theme

Sep 25th, 2013
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.45 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <head>
  19. <!-- DEFAULT VARIABLES -->
  20. <title>{Title}</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Text" content="#000"/>
  24. <meta name="color:Title" content="#000"/>
  25. <meta name="color:Link" content="#999"/>
  26. <meta name="color:Hover" content="#000"/>
  27. <meta name="color:Scrollbar" content="#ccc"/>
  28. <meta name="color:Blogtitle" content="#ccc"/>
  29. <meta name="color:Line1" content="#eee"/>
  30. <meta name="color:Line2" content="#ccc"/>
  31. <meta name="color:Line3" content="#999"/>
  32. <meta name="color:Line4" content="#ccc"/>
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Background" content="0"/>
  36.  
  37. <meta name="if:ShowFlower" content="1"/>
  38. <meta name="if:Black And White Sidebar" content="0"/>
  39.  
  40. <meta name="text:link one" content="" />
  41. <meta name="text:link one title" content="link" />
  42. <meta name="text:link two" content="" />
  43. <meta name="text:link two title" content="link" />
  44. <meta name="text:link three" content="" />
  45. <meta name="text:link three title" content="link" />
  46. <meta name="text:link four" content="" />
  47. <meta name="text:link four title" content="link" />
  48. <meta name="text:link five" content="" />
  49. <meta name="text:link five title" content="link" />
  50.  
  51.  
  52. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:200,
  59. tip_fade_speed:300
  60. }
  61. );
  62. });
  63. })(jQuery);
  64. </script>
  65. <style type="text/css">
  66. #s-m-t-tooltip{
  67. max-width:300px;
  68. margin:15px;
  69. padding:2px 8px;
  70. border:1px solid #DDD;
  71. border-radius:4px;
  72. background:#FFF;
  73. color:#AAA;
  74. z-index:999999;
  75. font-size:10px;
  76. font-style:italic;
  77. text-transform:lowercase;
  78. letter-spacing:1px;
  79. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  80.  
  81. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  82.  
  83. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  84.  
  85.  
  86.  
  87. .wrapper{
  88. margin: 0px auto;
  89. margin-left: 60px;
  90. width: 1045px;
  91. }
  92.  
  93. .header{
  94. float: left;
  95. width: 100%;
  96. }
  97.  
  98. .left{
  99. float: left;
  100. margin-right: 20px;
  101. width:1045;
  102. }
  103.  
  104. .right{
  105. float: right;
  106. width: 200px;
  107. background-color: #fff;
  108. }
  109.  
  110. body {
  111. margin:0px;
  112. background-color: {color:Background};
  113. background-image:url({image:Background});
  114. background-attachment: fixed;
  115. background-repeat: repeat;}
  116. body, div, p, textarea, submit, input{
  117. font-family: 'Ubuntu', sans-serif;
  118. font-size: 11px;
  119. line-height:14px;
  120. letter-spacing:1px;
  121. color:{color:Text};
  122. }
  123. ::-webkit-scrollbar-thumb{
  124. background-color: {color:scrollbar};
  125. border: 2px solid #ffffff;
  126. height:auto;
  127. -moz-border-radius: 10px;
  128. border-radius: 10px;
  129. }
  130.  
  131. ::-webkit-scrollbar {
  132. height:auto;
  133. width:9px;
  134. background-color: #999999;
  135. border: 4px solid #fff;
  136. }
  137.  
  138.  
  139. p {
  140. margin:0px;
  141. margin-top:0px;
  142. }
  143.  
  144. a:link, a:active, a:visited{
  145. text-decoration: none;
  146. -webkit-transition: color 0.3s ease-out;
  147. -moz-transition: color 0.3s ease-out;
  148. transition: color 0.3s ease-out;
  149. color: {color:Link};
  150. }
  151.  
  152. a:hover {
  153. : -webkit-transition-duration: 1.0s;
  154. color:{color:Hover};
  155. }
  156.  
  157.  
  158.  
  159.  
  160. div#center{
  161. margin:auto;
  162. margin-top:0px;
  163. position:relative;
  164. width:1045px;
  165. background-color:;
  166. overflow:auto;
  167. overflow-y:hidden;
  168. }
  169. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  170.  
  171. #blogtitle{
  172. position:fixed !important;
  173. z-index:99;
  174. width:260px;
  175. height:30px;
  176. opacity: 1;
  177. padding:3px;
  178. margin-top:100px;
  179. margin-left:50px;
  180. background:transperant;
  181. line-height:40px;
  182. text-align:center;
  183. border-bottom: 0px;
  184. color: {color:blogtitle};
  185. text-shadow: -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
  186. letter-spacing:0px;
  187. font-size: 90px;
  188. font-family: 'halohandletter';
  189. -o-transition-transition: all 0.4s ease-out;
  190. -webkit-transition: all 0.4s ease-out;
  191. -moz-transition: all 0.4s ease-out;
  192. }
  193.  
  194. .sideback{
  195. -webkit-animation:fadeInDownBig ease-in-out 2.5s;
  196. -moz-animation:fadeInDownBig ease-in-out 2.5s;
  197. -ms-animation:fadeInDownBig ease-in-out 2.5s;
  198. position:fixed;
  199. z-index:5;
  200. margin-left:990px;
  201. margin-top:-13px;
  202. top: 0px;
  203. background-position: right;
  204. background: {color:line1};
  205. height:1000px;
  206. border-bottom:0px solid #fff;
  207. border-top: 0px solid #fff;
  208. border-left: 0px double #fff;
  209. border-right: 0px double #fff;
  210. opacity:1;
  211. width:8px;
  212. -webkit-transition: opacity .4s linear;
  213. -webkit-transition: all .4s ease-in-out;
  214. -moz-transition: all .4s ease-in-out;
  215. -o-transition: all .4s ease-in-out;
  216. -webkit-background-size: cover;
  217. -moz-background-size: cover;
  218. -o-background-size: cover;
  219. background-size: cover;
  220.  
  221. }
  222.  
  223. .sideback2{
  224. -webkit-animation:fadeInDownBig ease-in-out 2.5s;
  225. -moz-animation:fadeInDownBig ease-in-out 2.5s;
  226. -ms-animation:fadeInDownBig ease-in-out 2.5s;
  227. position:fixed;
  228. margin-left:380px;
  229. margin-top: -13px;
  230. z-index:5;
  231. background: #;
  232. background-position: right;
  233. background: {color:line2};
  234. height:1000px;
  235. border-bottom:0px solid #fff;
  236. border-top: 0px solid #fff;
  237. border-left: 0px double #fff;
  238. border-right: 0px double #fff;
  239.  
  240. opacity:1;
  241. width:15px;
  242. -webkit-transition: opacity .4s linear;
  243. -webkit-transition: all .4s ease-in-out;
  244. -moz-transition: all .4s ease-in-out;
  245. -o-transition: all .4s ease-in-out;
  246. -webkit-background-size: cover;
  247. -moz-background-size: cover;
  248. -o-background-size: cover;
  249. background-size: cover;
  250.  
  251. }
  252.  
  253. .sideback3{
  254. -webkit-animation:fadeInUpBig ease-in-out 2s;
  255. -moz-animation:fadeInUpBig ease-in-out 2s;
  256. -ms-animation:fadeInUpig ease-in-out 2s;
  257. position:fixed;
  258. margin-left:360px;
  259. margin-top: -13px;
  260. z-index:5;
  261. background: #;
  262. background-position: right;
  263. background: {color:line1};
  264. height:1000px;
  265. border-bottom:0px solid #fff;
  266. border-top: 0px solid #fff;
  267. border-left: 0px double #fff;
  268. border-right: 0px double #fff;
  269. opacity:1;
  270. width:10px;
  271. -webkit-transition: opacity .4s linear;
  272. -webkit-transition: all .4s ease-in-out;
  273. -moz-transition: all .4s ease-in-out;
  274. -o-transition: all .4s ease-in-out;
  275. -webkit-background-size: cover;
  276. -moz-background-size: cover;
  277. -o-background-size: cover;
  278. background-size: cover;
  279. }
  280. .sideback4{
  281. -webkit-animation:fadeInUpBig ease-in-out 2s;
  282. -moz-animation:fadeInUpBig ease-in-out 2s;
  283. -ms-animation:fadeInUpig ease-in-out 2s;
  284. position:fixed;
  285. margin-left:1022px;
  286. margin-top: -13px;
  287. z-index:5;
  288. background: #;
  289. background-position: right;
  290. background: {color:line3};
  291. height:1000px;
  292. border-bottom:0px solid #fff;
  293. border-top: 0px solid #fff;
  294. border-left: 0px double #fff;
  295. border-right: 0px double #fff;
  296. opacity:1;
  297. width:10px;
  298. -webkit-transition: opacity .4s linear;
  299. -webkit-transition: all .4s ease-in-out;
  300. -moz-transition: all .4s ease-in-out;
  301. -o-transition: all .4s ease-in-out;
  302. -webkit-background-size: cover;
  303. -moz-background-size: cover;
  304. -o-background-size: cover;
  305. background-size: cover;
  306. }
  307. #link1{
  308. position:fixed;
  309. z-index:999;
  310. width:30px;
  311. height:30px;
  312. opacity: 1;
  313. padding:3px;
  314. padding-top: 6px;
  315. padding-bottom: 0px;
  316. margin-left:976px;
  317. margin-top:120px;
  318. background:white;
  319. box-shadow: 0px 0px 5px #ddd;
  320. border:2px solid #ccc;
  321. line-height:23px;
  322. text-align:center;
  323. color: color{link};
  324. font-size: 20px;
  325. letter-spacing: 1px;
  326. font-family: bebas neue;
  327. border-top-left-radius: 20px;
  328. border-top-right-radius: 20px;
  329. border-bottom-left-radius: 20px;
  330. border-bottom-right-radius: 20px;
  331. -webkit-animation:fadeInDownBig ease-in-out 3.4s;
  332. -moz-animation:fadeInDownBig ease-in-out 3.4s;
  333. -ms-animation:fadeInDownBig ease-in-out 3.4s;
  334. }
  335.  
  336.  
  337.  
  338.  
  339. #link2{
  340. position:fixed;
  341. z-index:999;
  342. width:30px;
  343. height:30px;
  344. opacity: 1;
  345. padding:3px;
  346. padding-top: 6px;
  347. padding-bottom: 0px;
  348. margin-left:976px;
  349. margin-top:200px;
  350. background: white;
  351. box-shadow: 0px 0px 5px #ddd;
  352. border:2px solid #ccc;
  353. line-height:23px;
  354. text-align:center;
  355. color: color{link};
  356. font-size: 20px;
  357. letter-spacing: 1px;
  358. font-family: bebas nueue;
  359. border-top-left-radius: 20px;
  360. border-top-right-radius: 20px;
  361. border-bottom-left-radius: 20px;
  362. border-bottom-right-radius: 20px;
  363. -webkit-animation:fadeInDownBig ease-in-out 3.2s;
  364. -moz-animation:fadeInDownBig ease-in-out 3.2s;
  365. -ms-animation:fadeInDownBig ease-in-out 3.2s;
  366. }
  367.  
  368.  
  369. #link5{
  370. position:fixed;
  371. z-index:999;
  372. box-shadow: 0px 0px 5px #ddd;
  373. width:30px;
  374. height:30px;
  375. opacity: 1;
  376. padding:3px;
  377. padding-top: 6px;
  378. padding-bottom: 0px;
  379. margin-left:976px;
  380. margin-top:440px;;
  381. background: white;
  382. border:2px solid #ccc;
  383. line-height:23px;
  384. text-align:center;
  385. color: color{link};
  386. font-size: 20px;
  387. letter-spacing: 1px;
  388. font-family: bebas nueue;
  389. border-top-left-radius: 20px;
  390. border-top-right-radius: 20px;
  391. border-bottom-left-radius: 20px;
  392. border-bottom-right-radius: 20px;
  393. -webkit-animation:fadeInDownBig ease-in-out 2.6s;
  394. -moz-animation:fadeInDownBig ease-in-out 2.6s;
  395. -ms-animation:fadeInDownBig ease-in-out 2.5s;
  396. }
  397.  
  398.  
  399. #link3{
  400. position:fixed;
  401. z-index:999;
  402. box-shadow: 0px 0px 5px #ddd;
  403. width:30px;
  404. height:30px;
  405. opacity: 1;
  406. padding:3px;
  407. padding-top: 6px;
  408. padding-bottom: 0px;
  409. margin-left:976px;
  410. margin-top:280px;
  411. background: white;
  412. border:2px solid #ccc;
  413. line-height:23px;
  414. text-align:center;
  415. color: color{link};
  416. font-size: 20px;
  417. letter-spacing: 1px;
  418. font-family: bebas nueue;
  419. border-top-left-radius: 20px;
  420. border-top-right-radius: 20px;
  421. border-bottom-left-radius: 20px;
  422. border-bottom-right-radius: 20px;
  423. transition: all 0.6s ease-out;
  424. -webkit-animation:fadeInDownBig ease-in-out 3s;
  425. -moz-animation:fadeInDownBig ease-in-out 3s;
  426. -ms-animation:fadeInDownBig ease-in-out 3s;
  427. }
  428.  
  429.  
  430. #link4{
  431. position:fixed;
  432. z-index:999;
  433. box-shadow: 0px 0px 5px #ddd;
  434. width:30px;
  435. height:30px;
  436. opacity: 1;
  437. padding:3px;
  438. padding-top: 6px;
  439. padding-bottom: 0px;
  440. margin-left:976px;
  441. margin-top:360px;
  442. background: white;
  443. border:2px solid #ccc;
  444. line-height:23px;
  445. text-align:center;
  446. color: color{link};
  447. font-size: 20px;
  448. letter-spacing: 1px;
  449. font-family: bebas nueue;
  450. border-top-left-radius: 20px;
  451. border-top-right-radius: 20px;
  452. border-bottom-left-radius: 20px;
  453. border-bottom-right-radius: 20px;
  454. -webkit-animation:fadeInDownBig ease-in-out 2.8s;
  455. -moz-animation:fadeInDownBig ease-in-out 2.8s;
  456. -ms-animation:fadeInDownBig ease-in-out 2.8s;
  457. }
  458.  
  459.  
  460. .entry {
  461. float:left;
  462. display: block;
  463. overflow:hidden;
  464. width:240px;
  465. padding:15px;
  466. border: 1px solid #eee;
  467. margin:6px;
  468. background-color: white;
  469. padding:8px;
  470. padding-bottom:6px;
  471. transition: all 0.5s ease-out;
  472. -o-transition-transition: all 0.5s ease-out;
  473. -webkit-transition: all 0.5s ease-out;
  474. -moz-transition: all 0.5s ease-out;
  475. {block:PermalinkPage}
  476. width:520px;
  477. margin-left:0px;
  478. text-align:center;
  479. {/block:PermalinkPage}
  480. }
  481.  
  482.  
  483. .entry .elena a{
  484. color: #aaa;
  485. }
  486.  
  487.  
  488. .entry .elena{
  489. position:absolute;
  490. margin-top:5%;;
  491. margin-left:0px;
  492. width:240px;
  493. height:30px;
  494. text-transform:uppercase;
  495. background-color:#fff;;
  496. padding:5px;
  497. overflow:hidden;
  498. font-family:calibri;
  499. letter-spacing:0px;
  500. font-size: 10px;
  501. line-height:15px;
  502. text-align:center;
  503. opacity:0.0;
  504. color:#aaa;
  505. border-right-radius:50px;
  506. transition: all 0.9s ease;
  507. -o-transition-transition: all 0.9s ease;
  508. -webkit-transition: all 0.9s ease;
  509. -moz-transition: all 0.9s ease;
  510. }
  511.  
  512. .entry:hover .elena{
  513. overflow:visible;
  514. opacity:0.9;
  515. transition: all 0.9s ease;
  516. -o-transition-transition: all 0.9s ease;
  517. -webkit-transition: all 0.9s ease;
  518. -moz-transition: all 0.9s ease;
  519. }
  520. .permatext{
  521. height:auto;
  522. line-height:100%;
  523. position:absolute;
  524. right:4px;
  525. bottom:0px;
  526. {block:IfPermalinkMovement}
  527. bottom:-5px;
  528. {block:IfPermalinkMovement}
  529. opacity:0;
  530. padding:0;
  531. background:#transparent;
  532. box-shadow:0 0 15px 10px #transparent;
  533. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  534. }
  535. .entry:hover .permatext{
  536. right:4px; bottom:0px;
  537. opacity:1;
  538. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  539. }
  540. .entry:hover .permatext:hover{
  541. opacity:1;
  542. }
  543.  
  544. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  545. .bubble p {margin:1px 0px;}
  546. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  547. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  548.  
  549. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  550.  
  551.  
  552. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  553. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  554. .cover img {float:left; width:60px; height:60px;}
  555. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  556. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  557.  
  558. .title{
  559. font-family: "cedarville cursive";
  560. font-size: 22px;
  561. line-height: 20px;
  562. color: {color:Title};
  563. text-shadow:1px 2px 2px #aaa;
  564. letter-spacing: 1px;
  565. font-weight: normal;
  566. }
  567.  
  568. .cred {
  569. color: #000;
  570. font-family: Calibri;
  571. font-size:14px;
  572. z-index: 99999999999999px;
  573. line-height:14px;
  574. background:#fff;
  575. border: 1px #eee solid;
  576. background-repeat:repeat;
  577. padding:2px;
  578. -webkit-border-radius:2px;
  579. moz-border-radius:2px;
  580. -o-border-radius:2px;
  581. border-radius:2px;
  582. }
  583.  
  584. .cred a { color: #000; }
  585. #sidebar{
  586. position:fixed;
  587. width:230px;
  588. height:auto;
  589. padding:5px;
  590. border:1px solid #ccc;
  591. background-color:#fff;
  592. top:150px;
  593. left:75px;
  594. opacity:0.7;
  595. text-align:center;
  596. }
  597.  
  598. #sidebar img{
  599. {block:ifblackandwhitesidebar}
  600. -webkit-filter:grayscale(100%);
  601. {/block:ifblackandwhitesidebar}
  602. width:215px;
  603. border:1px solid #ccc;
  604. padding:5px;
  605. background-color:#f4f4f4
  606. }
  607. #floral{
  608. position:fixed !important;
  609. z-index:9;
  610. width:63px;
  611. height:20px;
  612. opacity: 2;
  613. padding:3px;
  614. margin-top:100px;
  615. margin-left:30px;
  616. line-height:23px;
  617. text-align:left;
  618. color:#000;
  619. text-shadow: 0px 0px 2px #919191;
  620. letter-spacing:0px;
  621. font-size: 23px;
  622. font-family: 'aderyn';
  623. background: asdfgh;
  624. }
  625.  
  626. #posts {
  627. width:600px;
  628. margin-top: 5px;
  629. margin-left: 360px;
  630. margin-right: auto;
  631. position:relative;
  632. overflow-y: hidden;
  633. }
  634.  
  635.  
  636. #infscr-loading{
  637. bottom: -70px;
  638. position: absolute;
  639. left: 50%;
  640. margin-left:-8px;
  641. width:16px;
  642. height:11px;
  643. overflow:hidden;
  644. margin-bottom: 50px;
  645. }
  646.  
  647. #postnotes{
  648. text-align: justify;
  649. }
  650.  
  651. #postnotes blockquote{
  652. border: 0px;
  653. }
  654.  
  655. blockquote{
  656. padding:0px 0px 2px 5px;
  657. margin:0px 0px 2px 1px;
  658. border-left: 1px dotted {color:Text};
  659. }
  660.  
  661. blockquote p, ul{
  662. margin:0px;
  663. padding:0px;
  664. }
  665.  
  666. a img{border: 0px;}
  667. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  668. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  669. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  670. .notes img{width:10px; position:relative; top:3px;
  671. }
  672.  
  673. small{font-size: 90%;}
  674.  
  675. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  676. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  677.  
  678.  
  679.  
  680. @-webkit-keyframes fadeInUpBig {
  681. 0% {
  682. opacity: 0;
  683. -webkit-transform: translateY(2000px);
  684. }
  685.  
  686. 100% {
  687. opacity: 1;
  688. -webkit-transform: translateY(0);
  689. }
  690. }
  691.  
  692. @-moz-keyframes fadeInUpBig {
  693. 0% {
  694. opacity: 0;
  695. -moz-transform: translateY(2000px);
  696. }
  697.  
  698. 100% {
  699. opacity: 1;
  700. -moz-transform: translateY(0);
  701. }
  702. }
  703.  
  704. @-o-keyframes fadeInUpBig {
  705. 0% {
  706. opacity: 0;
  707. -o-transform: translateY(2000px);
  708. }
  709.  
  710. 100% {
  711. opacity: 1;
  712. -o-transform: translateY(0);
  713. }
  714. }
  715.  
  716. @keyframes fadeInUpBig {
  717. 0% {
  718. opacity: 0;
  719. transform: translateY(2000px);
  720. }
  721.  
  722. 100% {
  723. opacity: 1;
  724. transform: translateY(0);
  725. }
  726. }
  727.  
  728. .fadeInUpBig {
  729. -webkit-animation-name: fadeInUpBig;
  730. -moz-animation-name: fadeInUpBig;
  731. -o-animation-name: fadeInUpBig;
  732. animation-name: fadeInUpBig;
  733. }
  734.  
  735.  
  736. @-webkit-keyframes fadeInDownBig {
  737. 0% {
  738. opacity: 0;
  739. -webkit-transform: translateY(-2000px);
  740. }
  741. 100% {
  742. opacity: 1;
  743. -webkit-transform: translateY(0);
  744. }
  745. }
  746. @-moz-keyframes fadeInDownBig {
  747. 0% {
  748. opacity: 0;
  749. -moz-transform: translateY(-2000px);
  750. }
  751. 100% {
  752. opacity: 1;
  753. -moz-transform: translateY(0);
  754. }
  755. }
  756. @-ms-keyframes fadeInDownBig {
  757. 0% {
  758. opacity: 0;
  759. -ms-transform: translateY(-2000px);
  760. }
  761. 100% {
  762. opacity: 1;
  763. -ms-transform: translateY(0);
  764. }
  765. }
  766. @-o-keyframes fadeInDownBig {
  767. 0% {
  768. opacity: 0;
  769. -o-transform: translateY(-2000px);
  770. }
  771. 100% {
  772. opacity: 1;
  773. -o-transform: translateY(0);
  774. }
  775. }
  776. @keyframes fadeInDownBig {
  777. 0% {
  778. opacity: 0;
  779. transform: translateY(-2000px);
  780. }
  781. 100% {
  782. opacity: 1;
  783. transform: translateY(0);
  784. }
  785. }
  786. .fadeInDownBig {
  787. -webkit-animation-name: fadeInDownBig;
  788. -moz-animation-name: fadeInDownBig;
  789. -ms-animation-name: fadeInDownBig;
  790. -o-animation-name: fadeInDownBig;
  791. animation-name: fadeInDownBig;
  792. }
  793.  
  794. @-webkit-keyframes fadeInDown {
  795. 0% {
  796. opacity: 0;
  797. -webkit-transform: translateY(-20px);
  798. }
  799. 100% {
  800. opacity: 1;
  801. -webkit-transform: translateY(0);
  802. }
  803. }
  804. @-moz-keyframes fadeInDown {
  805. 0% {
  806. opacity: 0;
  807. -moz-transform: translateY(-20px);
  808. }
  809. 100% {
  810. opacity: 1;
  811. -moz-transform: translateY(0);
  812. }
  813. }
  814. @-ms-keyframes fadeInDown {
  815. 0% {
  816. opacity: 0;
  817. -ms-transform: translateY(-20px);
  818. }
  819. 100% {
  820. opacity: 1;
  821. -ms-transform: translateY(0);
  822. }
  823. }
  824. @-o-keyframes fadeInDown {
  825. 0% {
  826. opacity: 0;
  827. -ms-transform: translateY(-20px);
  828. }
  829. 100% {
  830. opacity: 1;
  831. -ms-transform: translateY(0);
  832. }
  833. }
  834. @keyframes fadeInDown {
  835. 0% {
  836. opacity: 0;
  837. transform: translateY(-20px);
  838. }
  839. 100% {
  840. opacity: 1;
  841. transform: translateY(0);
  842. }
  843. }
  844. .fadeInDown {
  845. -webkit-animation-name: fadeInDown;
  846. -moz-animation-name: fadeInDown;
  847. -ms-animation-name: fadeInDown;
  848. -o-animation-name: fadeInDown;
  849. animation-name: fadeInDown;
  850. }
  851.  
  852.  
  853. {CustomCSS}
  854.  
  855. </style>
  856.  
  857. {block:IndexPage}
  858.  
  859.  
  860. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  861. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  862. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  863.  
  864. <script type="text/javascript">
  865. $(window).load(function () {
  866. var $content = $('#posts');
  867. $content.masonry({itemSelector: '.entry'}),
  868. $content.infinitescroll({
  869. navSelector : 'div#pagination',
  870. nextSelector : 'div#pagination a#nextPage',
  871. itemSelector : '.entry',
  872. loading: {
  873. finishedMsg: '',
  874. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  875. },
  876. bufferPx : 600,
  877. debug : false,
  878. },
  879. // call masonry as a callback.
  880. function( newElements ) {
  881. var $newElems = $( newElements );
  882. $newElems.hide();
  883. // ensure that images load before adding to masonry layout
  884. $newElems.imagesLoaded(function(){
  885. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  886.  
  887.  
  888. });
  889. });
  890. });
  891. </script>
  892. {/block:IndexPage}
  893.  
  894.  
  895. <title>{Title}</title>
  896. <link rel="shortcut icon" href="{favicon}">
  897. <meta name="viewport" content="width=720" />
  898. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  899. </head>
  900.  
  901. <body>
  902. {block:ifshowflower}<div id="floral">
  903. <img src="http://24.media.tumblr.com/b26540ab070647080349527dbc5babf9/tumblr_mnh35xANal1rm6jd7o1_500.png" style="width:80px;"></div>{/block:ifshowflower}
  904.  
  905.  
  906. <div class="sideback"></div>
  907. <div class="sideback2"></div>
  908. <div class="sideback3"></div>
  909. <div class="sideback4"></div>
  910. <div id="blogtitle">{title}</center></div>
  911. <div id="sidebar">
  912. <a href="/"><img src="{image:sidebar}"><br>
  913. {Description}
  914. </div>
  915. <div id="link1"><a href="{text:link one}" title="{text:link one title}">I</a> </div>
  916. <div id="link2"><a href="{text:link two}"title="{text:link two title}">II</a> </div>
  917. <div id="link3"><a href="{text:link three}"title="{text:link three title}">III</a> </div>
  918. <div id="link4"><a href="{text:link four}"title="{text:link four title}">IV</a> </div>
  919. <div id="link5"><a href="{text:link five}"title="{text:link five title}">VI</a> </div>
  920. <div class="wrapper">
  921. <div class="header">
  922. </div>
  923.  
  924.  
  925.  
  926.  
  927. <div class="left">
  928. <div id="posts">
  929. {block:Posts}
  930. <div class="entry">
  931.  
  932. {block:Answer}
  933. <div class="post"><div class="askborder">
  934. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  935. {Answer}
  936. </div><br>
  937. {/block:Answer}
  938.  
  939.  
  940. {block:Text}
  941. {block:Title}<left><span class="title">{Title}</span></left>{/block:Title}
  942. <div style="margin-left:3px;">{Body}</div>
  943. {block:IndexPage}
  944.  
  945. {/block:IndexPage}
  946. {/block:Text}
  947.  
  948.  
  949. {block:Link}
  950. <left><a href="{URL}"><span class="title">{Name}</span></a></left>
  951. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  952. {block:IndexPage}
  953. {/block:IndexPage}
  954. {block:Link}
  955.  
  956.  
  957. {block:Photo}{block:IndexPage}
  958.  
  959. <div class="elena">
  960. <a href="{permalink}"><a href="{permalink}">Reblogged this {timeago}</a> <br> <a href="{permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank"> Reblog </a></span></div>
  961.  
  962. {/block:IndexPage}
  963. {block:IndexPage}
  964. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=240px/></a>
  965. {/block:IndexPage}
  966. {block:permalinkpage}{LinkOpenTag}
  967. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  968. {/block:permalinkpage}
  969. {/block:Photo}
  970.  
  971. {block:Photoset}
  972. <center>
  973. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  974. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  975. </center>
  976.  
  977. {block:IndexPage}
  978.  
  979. {/block:IndexPage}
  980. {/block:Photoset}
  981.  
  982.  
  983. {block:Quote}
  984. <div style="margin-left:3px;">
  985. {Quote}</span>
  986. {block:Source}<strong>{Source}</strong>{/block:Source}
  987. </div>
  988.  
  989. {block:IndexPage}
  990. {/block:IndexPage}
  991. {/block:Quote}
  992.  
  993. {block:Chat}
  994. <div style="margin-left:3px;">
  995. {block:Title}<span class="title">{Title}</span>{/block:Title}
  996. <ul class="chat">
  997. {block:Lines}
  998. <li class="user_{UserNumber}">
  999. {block:Label}
  1000. <span class="label">{Label}</span>
  1001. {/block:Label}
  1002. {Line}
  1003. </li>
  1004. {/block:Lines}
  1005. </ul>
  1006. </div>
  1007.  
  1008. {block:IndexPage}
  1009. {/block:IndexPage}
  1010. {/block:Chat}
  1011.  
  1012. {block:Audio}
  1013. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  1014. {block:IndexPage}
  1015. {/block:IndexPage}
  1016. {/block:Audio}
  1017.  
  1018. {block:Video}
  1019. {block:IndexPage}
  1020. <center>
  1021. {Video-250}</center>
  1022. {/block:IndexPage}
  1023. {block:PermalinkPage}
  1024. <center>
  1025. {Video-500}</center>
  1026. {/block:PermalinkPage}
  1027.  
  1028. {block:IndexPage}
  1029. {/block:IndexPage}
  1030. {block:Video}
  1031.  
  1032.  
  1033.  
  1034. {block:IndexPage}
  1035. {block:Text}
  1036. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1037. {/block:Text}
  1038. {block:Photoset}
  1039. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1040. {/block:Photoset}
  1041. {block:Quote}
  1042. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1043. {/block:Quote}
  1044. {block:Link}
  1045. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1046. {/block:Link}
  1047. {block:Chat}
  1048. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1049. {/block:Chat}
  1050. {block:Audio}
  1051. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1052. {/block:Audio}
  1053. {block:Answer}
  1054. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1055. {/block:Answer}
  1056. {/block:IndexPage}
  1057.  
  1058. {block:PostNotes}<div align="middle">{caption}</div>
  1059. <center>
  1060.  
  1061. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1062.  
  1063. {block:HasTags}
  1064. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1065. {block:RebloggedFrom}
  1066. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1067. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1068.  
  1069. {/block:RebloggedFrom}
  1070. </center></span>
  1071. <br>
  1072. <div id="postnotes">{PostNotes}</div><br>
  1073.  
  1074. <center>{block:ContentSource}
  1075. <br><a href="{SourceURL}">
  1076. {lang:Source}:
  1077. {block:SourceLogo}
  1078. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1079. height="{LogoHeight}" alt="{SourceTitle}" />
  1080. {/block:SourceLogo}
  1081. {block:NoSourceLogo}
  1082. {SourceLink}
  1083. {/block:NoSourceLogo}
  1084. </a>
  1085. {/block:ContentSource}</center>
  1086.  
  1087. {/block:PostNotes}
  1088. </div>
  1089. {/block:Posts}
  1090. </div></div>
  1091.  
  1092. {block:IndexPage}
  1093. {block:Pagination}
  1094. <div id="pagination">
  1095. {block:NextPage}
  1096. <a id="nextPage" href="{NextPage}"></a>
  1097. {/block:NextPage}
  1098. {block:PreviousPage}
  1099. <a href="{PreviousPage}"></a>
  1100. {/block:PreviousPage}
  1101. </div>
  1102. {/block:Pagination}
  1103. {/block:IndexPage}
  1104.  
  1105.  
  1106. <div style="position: fixed; right:6px;bottom:10px;">
  1107. <span class="cred">
  1108. <a href="http://teenageblog.tumblr.com/" target="_blank">
  1109. </a></span></div>
  1110. </body>
  1111. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement