Advertisement
teenageblog

Stelena Theme

Sep 21st, 2013
5,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 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="#999"/>
  29.  
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Background" content="0"/>
  33.  
  34. <meta name="text:blogtitle size" content="20" />
  35. <meta name="text:Quote" content="" />
  36. <meta name="text:Link One Title" content="home" />
  37. <meta name="text:Link One" content="/" />
  38. <meta name="text:Link Two Title" content="inbox" />
  39. <meta name="text:Link Two" content="/ask" />
  40. <meta name="text:Link Three Title" content="more" />
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content="fave" />
  43. <meta name="text:Link Four" content="" />
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. 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;}
  50.  
  51. 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;}
  52.  
  53.  
  54.  
  55. .wrapper{
  56. margin: 0px auto;
  57. margin-left: 60px;
  58. width: 1045px;
  59. }
  60.  
  61. .header{
  62. float: left;
  63. width: 100%;
  64. }
  65.  
  66. .left{
  67. float: left;
  68. margin-right: 20px;
  69. width:1045;
  70. }
  71.  
  72. .right{
  73. float: right;
  74. width: 200px;
  75. background-color: #fff;
  76. }
  77.  
  78. body {
  79. margin:0px;
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;}
  84. body, div, p, textarea, submit, input{
  85. font-family: 'Ubuntu', sans-serif;
  86. font-size: 11px;
  87. line-height:14px;
  88. letter-spacing:1px;
  89. color:{color:Text};
  90. }
  91. ::-webkit-scrollbar-thumb{
  92. background-color: {color:scrollbar};
  93. border: 2px solid #ffffff;
  94. height:auto;
  95. -moz-border-radius: 10px;
  96. border-radius: 10px;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height:auto;
  101. width:9px;
  102. background-color: #999999;
  103. border: 4px solid #fff;
  104. }
  105.  
  106.  
  107.  
  108. p {
  109. margin:0px;
  110. margin-top:0px;
  111. }
  112.  
  113. a:link, a:active, a:visited{
  114. text-decoration: none;
  115. -webkit-transition: color 0.3s ease-out;
  116. -moz-transition: color 0.3s ease-out;
  117. transition: color 0.3s ease-out;
  118. color: {color:Link};
  119. }
  120.  
  121. a:hover {
  122. : -webkit-transition-duration: 1.0s;
  123. color:{color:Hover};
  124. }
  125.  
  126.  
  127.  
  128.  
  129. div#center{
  130. margin:auto;
  131. margin-top:0px;
  132. position:relative;
  133. width:1045px;
  134. background-color:;
  135. overflow:auto;
  136. overflow-y:hidden;
  137. }
  138.  
  139. #topbar{
  140. position:fixed;
  141. z-index:100;
  142. opacity:0.9;
  143. width:1320px;
  144. height:30px;
  145. padding: 3px;
  146. padding-left: 35px;
  147. margin-left:0px;
  148. margin-top: -10px;
  149. text-transform: lowercase;
  150. background: #222;
  151. color: #fff;
  152. border-left:0px;
  153. border-right:0px;
  154. line-height:36px;
  155. text-align:center;
  156. font-size: 12px;
  157. letter-spacing: 1px;
  158. font-family: "consolas";
  159. }
  160. @font-face {
  161. font-family:lol k;
  162. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  163. }
  164.  
  165. #blogtitle{
  166. position:fixed !important;
  167. font-family: lol k;
  168. font-size:{text:blogtitle size}px;
  169. margin-top:130px;
  170. margin-left:110px;
  171. color:{color:blogtitle};
  172. }
  173. #sidebar{
  174. position:fixed;
  175. width:220px;
  176. height:auto;
  177. padding:5px;
  178. border:1px solid #ccc;
  179. background-color:#fff;
  180. top:150px;
  181. left:120px;
  182. opacity:0.8;
  183. text-align:center;
  184. }
  185.  
  186. #sidebar img{
  187. width:210px;
  188. padding:5px;
  189. }
  190. .entry {
  191. float:left;
  192. display: block;
  193. overflow:hidden;
  194. width:240px;
  195. padding:15px;
  196. border: 1px solid #eee;
  197. margin:6px;
  198. background-color: white;
  199. padding:8px;
  200. padding-bottom:6px;
  201. transition: all 0.5s ease-out;
  202. -o-transition-transition: all 0.5s ease-out;
  203. -webkit-transition: all 0.5s ease-out;
  204. -moz-transition: all 0.5s ease-out;
  205. {block:PermalinkPage}
  206. width:520px;
  207. margin-left:0px;
  208. text-align:center;
  209. {/block:PermalinkPage}
  210. }
  211.  
  212. .perma{
  213. position:absolute;
  214. text-transform:uppercase;
  215. width:;
  216. padding:9px;
  217. left:0px;
  218. background-color:#000;
  219. overflow:hidden;
  220. opacity:0.0;
  221. text-align:center;
  222. color:#fff;
  223. letter-spacing:1px;
  224. text-align:center;
  225. font-size:8px;
  226. top:15px;
  227. z-index:8;
  228. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  229. }
  230.  
  231. .entry:hover .perma{
  232. opacity:.8;
  233. left:20px;
  234. }
  235.  
  236. .entry .perma a{
  237. color:#fff;
  238. }
  239.  
  240. .entry:hover{
  241. opacity:1;
  242. -webkit-transition: all .7s ease;
  243. -moz-transition: all .7s ease;
  244. -o-transition: all .7s ease;
  245. transition: all .7s ease;
  246. }
  247. .permatext{
  248. height:auto;
  249. line-height:100%;
  250. position:absolute;
  251. right:4px;
  252. bottom:0px;
  253. {block:IfPermalinkMovement}
  254. bottom:-5px;
  255. {block:IfPermalinkMovement}
  256. opacity:0;
  257. padding:0;
  258. background:#transparent;
  259. box-shadow:0 0 15px 10px #transparent;
  260. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  261. }
  262. .entry:hover .permatext{
  263. right:4px; bottom:0px;
  264. opacity:1;
  265. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  266. }
  267. .entry:hover .permatext:hover{
  268. opacity:1;
  269. }
  270.  
  271. .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;}
  272. .bubble p {margin:1px 0px;}
  273. .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;}
  274. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  275.  
  276. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  277.  
  278.  
  279. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  280. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  281. .cover img {float:left; width:60px; height:60px;}
  282. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  283. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  284.  
  285. .title{
  286. font-family: "cedarville cursive";
  287. font-size: 22px;
  288. line-height: 20px;
  289. color: {color:Title};
  290. text-shadow:1px 2px 2px #aaa;
  291. letter-spacing: 1px;
  292. font-weight: normal;
  293. }
  294.  
  295. .cred {
  296. color: #000;
  297. font-family: Calibri;
  298. font-size:14px;
  299. z-index: 99999999999999px;
  300. line-height:14px;
  301. background:#fff;
  302. border: 1px #eee solid;
  303. background-repeat:repeat;
  304. padding:2px;
  305. -webkit-border-radius:2px;
  306. moz-border-radius:2px;
  307. -o-border-radius:2px;
  308. border-radius:2px;
  309. }
  310.  
  311. .cred a { color: #000; }
  312.  
  313.  
  314. #posts {
  315. width:600px;
  316. margin-top: 40px;
  317. margin-left: 350px;
  318. margin-right: auto;
  319. position:relative;
  320. overflow-y: hidden;
  321. }
  322.  
  323.  
  324. #infscr-loading{
  325. bottom: -70px;
  326. position: absolute;
  327. left: 50%;
  328. margin-left:-8px;
  329. width:16px;
  330. height:11px;
  331. overflow:hidden;
  332. margin-bottom: 50px;
  333. }
  334.  
  335. #postnotes{
  336. text-align: justify;
  337. }
  338.  
  339. #postnotes blockquote{
  340. border: 0px;
  341. }
  342.  
  343. blockquote{
  344. padding:0px 0px 2px 5px;
  345. margin:0px 0px 2px 1px;
  346. border-left: 1px dotted {color:Text};
  347. }
  348.  
  349. blockquote p, ul{
  350. margin:0px;
  351. padding:0px;
  352. }
  353.  
  354. a img{border: 0px;}
  355. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  356. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  357. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  358. .notes img{width:10px; position:relative; top:3px;
  359. }
  360.  
  361. small{font-size: 90%;}
  362.  
  363. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  364. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  365.  
  366. {CustomCSS}
  367.  
  368. </style>
  369.  
  370. {block:IndexPage}
  371.  
  372.  
  373. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  374. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  376.  
  377. <script type="text/javascript">
  378. $(window).load(function () {
  379. var $content = $('#posts');
  380. $content.masonry({itemSelector: '.entry'}),
  381. $content.infinitescroll({
  382. navSelector : 'div#pagination',
  383. nextSelector : 'div#pagination a#nextPage',
  384. itemSelector : '.entry',
  385. loading: {
  386. finishedMsg: '',
  387. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  388. },
  389. bufferPx : 600,
  390. debug : false,
  391. },
  392. // call masonry as a callback.
  393. function( newElements ) {
  394. var $newElems = $( newElements );
  395. $newElems.hide();
  396. // ensure that images load before adding to masonry layout
  397. $newElems.imagesLoaded(function(){
  398. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  399.  
  400.  
  401. });
  402. });
  403. });
  404. </script>
  405. {/block:IndexPage}
  406.  
  407.  
  408. <title>{Title}</title>
  409. <link rel="shortcut icon" href="{favicon}">
  410. <meta name="viewport" content="width=720" />
  411. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  412. </head>
  413.  
  414. <body>
  415.  
  416. <div id="topbar">{text:quote}</center></div>
  417.  
  418.  
  419. <div class="wrapper">
  420. <div class="header">
  421. </div>
  422.  
  423. <div id="sidebar">
  424. <img src="{image:sidebar}"><br>
  425. {Description}
  426. <br>
  427. <a href="{text:Link One}">{text:Link One Title}</a> /
  428. <a href="{text:Link Two}">{text:Link Two Title}</a> /
  429. <a href="{text:Link Three}">{text:Link Three Title}</a> /
  430. <a href="{text:Link Four}">{text:Link Four Title}</a></div>
  431.  
  432.  
  433. <div id="blogtitle">{title}</div>
  434.  
  435. <div class="left">
  436. <div id="posts">
  437. {block:Posts}
  438. <div class="entry">
  439.  
  440. {block:Answer}
  441. <div class="post"><div class="askborder">
  442. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  443. {Answer}
  444. </div><br>
  445. {/block:Answer}
  446.  
  447.  
  448. {block:Text}
  449. {block:Title}<left><span class="title">{Title}</span></left>{/block:Title}
  450. <div style="margin-left:3px;">{Body}</div>
  451. {block:IndexPage}
  452.  
  453. {/block:IndexPage}
  454. {/block:Text}
  455.  
  456.  
  457. {block:Link}
  458. <left><a href="{URL}"><span class="title">{Name}</span></a></left>
  459. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  460. {block:IndexPage}
  461. {/block:IndexPage}
  462. {block:Link}
  463.  
  464.  
  465. {block:Photo}{block:IndexPage}
  466.  
  467. <div class="perma">
  468. <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">↺</a>
  469. </div>
  470.  
  471. {/block:IndexPage}
  472. {block:IndexPage}
  473. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=240px/></a>
  474. {/block:IndexPage}
  475. {block:permalinkpage}{LinkOpenTag}
  476. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  477. {/block:permalinkpage}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. <center>
  482. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  483. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  484. </center>
  485.  
  486. {block:IndexPage}
  487.  
  488. {/block:IndexPage}
  489. {/block:Photoset}
  490.  
  491.  
  492. {block:Quote}
  493. <div style="margin-left:3px;">
  494. {Quote}</span>
  495. {block:Source}<strong>{Source}</strong>{/block:Source}
  496. </div>
  497.  
  498. {block:IndexPage}
  499. {/block:IndexPage}
  500. {/block:Quote}
  501.  
  502. {block:Chat}
  503. <div style="margin-left:3px;">
  504. {block:Title}<span class="title">{Title}</span>{/block:Title}
  505. <ul class="chat">
  506. {block:Lines}
  507. <li class="user_{UserNumber}">
  508. {block:Label}
  509. <span class="label">{Label}</span>
  510. {/block:Label}
  511. {Line}
  512. </li>
  513. {/block:Lines}
  514. </ul>
  515. </div>
  516.  
  517. {block:IndexPage}
  518. {/block:IndexPage}
  519. {/block:Chat}
  520.  
  521. {block:Audio}
  522. <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>
  523. {block:IndexPage}
  524. {/block:IndexPage}
  525. {/block:Audio}
  526.  
  527. {block:Video}
  528. {block:IndexPage}
  529. <center>
  530. {Video-250}</center>
  531. {/block:IndexPage}
  532. {block:PermalinkPage}
  533. <center>
  534. {Video-500}</center>
  535. {/block:PermalinkPage}
  536.  
  537. {block:IndexPage}
  538. {/block:IndexPage}
  539. {block:Video}
  540.  
  541.  
  542.  
  543. {block:IndexPage}
  544. {block:Text}
  545. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  546. {/block:Text}
  547. {block:Photoset}
  548. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  549. {/block:Photoset}
  550. {block:Quote}
  551. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  552. {/block:Quote}
  553. {block:Link}
  554. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  555. {/block:Link}
  556. {block:Chat}
  557. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  558. {/block:Chat}
  559. {block:Audio}
  560. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  561. {/block:Audio}
  562. {block:Answer}
  563. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  564. {/block:Answer}
  565. {/block:IndexPage}
  566.  
  567. {block:PostNotes}<div align="middle">{caption}</div>
  568. <center>
  569.  
  570. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  571.  
  572. {block:HasTags}
  573. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  574. {block:RebloggedFrom}
  575. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  576. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  577.  
  578. {/block:RebloggedFrom}
  579. </center></span>
  580. <br>
  581. <div id="postnotes">{PostNotes}</div><br>
  582.  
  583. <center>{block:ContentSource}
  584. <br><a href="{SourceURL}">
  585. {lang:Source}:
  586. {block:SourceLogo}
  587. <img src="{BlackLogoURL}" width="{LogoWidth}"
  588. height="{LogoHeight}" alt="{SourceTitle}" />
  589. {/block:SourceLogo}
  590. {block:NoSourceLogo}
  591. {SourceLink}
  592. {/block:NoSourceLogo}
  593. </a>
  594. {/block:ContentSource}</center>
  595.  
  596. {/block:PostNotes}
  597. </div>
  598. {/block:Posts}
  599. </div></div>
  600.  
  601. {block:IndexPage}
  602. {block:Pagination}
  603. <div id="pagination">
  604. {block:NextPage}
  605. <a id="nextPage" href="{NextPage}"></a>
  606. {/block:NextPage}
  607. {block:PreviousPage}
  608. <a href="{PreviousPage}"></a>
  609. {/block:PreviousPage}
  610. </div>
  611. {/block:Pagination}
  612. {/block:IndexPage}
  613.  
  614.  
  615. <div style="position: fixed; right:6px;bottom:10px;">
  616. <span class="cred">
  617. <a href="http://teenageblog.tumblr.com/" target="_blank">
  618. </a></span></div>
  619. </body>
  620. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement