Advertisement
Beautifully-Flawless

Theme 18: Jovana (Three Columned)

Aug 30th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.67 KB | None | 0 0
  1. <!--
  2. Theme 18: Jovana
  3. By Vanilla Beaux
  4. Please Do Not Remove Credit
  5. -->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon"href="{favicon}">
  15. <link rel="alternate"type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description"content="{MetaDescription}"/>
  18. {/block:Description}
  19.  
  20. <!--Variables-->
  21. <meta name="color:Background" content="#fff" />
  22. <meta name="color:Text" content="#000000" />
  23. <meta name="color:Link" content="#888"/>
  24. <meta name="color:Link Hover" content="#ddd"/>
  25. <meta name="color:Posts Border" content="#ddd"/>
  26. <meta name="color:Posts BG" content="#fff"/>
  27. <meta name="color:Title" content="#000"/>
  28. <meta name="color:Banner" content="#bbb"/>
  29. <meta name="color:Sidebar Border" content="#ddd"/>
  30. <meta name="color:Sidebar BG" content="#fff"/>
  31. <meta name="color:Sidebar Shadow" content="#888"/>
  32. <meta name="color:Navigate BG" content="#fff"/>
  33. <meta name="color:Navigate" content="#000"/>
  34. <meta name="color:Navigate Border" content="#888"/>
  35. <meta name="color:Navigate Hover BG" content="#ddd"/>
  36. <meta name="color:Navigate Hover" content="#6E6E6E"/>
  37. <meta name="color:Banner Shadow" content="#888"/>
  38.  
  39. <meta name="image:sidebar" content="http://static.tumblr.com/gdh5wux/IPrm7fcrh/tumblr_lz6yp2qcej1r2nqjxo1_500.png" />
  40. <meta name="image:fav 1" content="http://i42.tinypic.com/fk2o3r.png"/>
  41. <meta name="image:fav 2" content="http://i40.tinypic.com/33xtz7r.png"/>
  42. <meta name="image:fav 3" content="http://i43.tinypic.com/2nsqr7p.png"/>
  43. <meta name="image:fav 4" content="http://i44.tinypic.com/121vot5.png"/>
  44.  
  45. <meta name="text:Favorite 1 URL" content=""/>
  46. <meta name="text:Favorite 2 URL" content=""/>
  47. <meta name="text:Favorite 3 URL" content=""/>
  48. <meta name="text:Favorite 4 URL" content=""/>
  49. <meta name="text:Favorite 1" content="BLOG NAME"/>
  50. <meta name="text:Favorite 2" content="BLOG NAME"/>
  51. <meta name="text:Favorite 3" content="BLOG NAME"/>
  52. <meta name="text:Favorite 4" content="BLOG NAME"/>
  53.  
  54.  
  55. <!--Variables-->
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar{width:9px;height:4px;background:transparent;}
  59. ::-webkit-scrollbar-thumb{background-color:#ddd;-webkit-box-shadow: inset 0 0 6px #000;-webkit-border-radius:10px;border-radius:10px;}
  60.  
  61. #tumblr_controls{position:fixed !important;-webkit-filter: invert(100%);}
  62.  
  63.  
  64. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf'); }
  65.  
  66. @font-face { font-family:"quicksand"; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); }
  67.  
  68. @font-face { font-family: "oregano"; src: url('http://static.tumblr.com/gdh5wux/mmimerymw/oregano-regular.ttf'); }
  69.  
  70. @font-face { font-family: "tangerine"; src: url('http://static.tumblr.com/gdh5wux/MAfm61bhn/tangerine_regular.ttf'); }
  71.  
  72. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  73.  
  74. @font-face { font-family: "Dynalight"; src: url('http://static.tumblr.com/gdh5wux/Racmscvif/dynalight-regular.otf'); }
  75.  
  76. body {
  77. margin:0px;
  78. background-image:url('http://static.tumblr.com/gdh5wux/BSMm7hthi/tumblr_m4g4ah5ezv1r0z8gw.png');
  79. background-attachment:fixed;
  80. background-repeat:repeat;
  81. background-position:center;
  82. background-color:{color:Background};
  83. }
  84.  
  85. body, div, p, textarea, submit, input {
  86. font-family:"tinytots";
  87. font-size: 8px;
  88. color:{color:Text};
  89. text-transform:uppercase;
  90. }
  91.  
  92. a:link, a:active, a:visited{
  93. color:{color:Link};
  94. text-decoration: none;
  95. -webkit-transition: color 0.5s ease-out;
  96. -moz-transition: color 0.5s ease-out;
  97. transition: color 0.5s ease-out;
  98. }
  99.  
  100. a:hover{
  101. color:{color:Link Hover};
  102. -webkit-transition: color 0.4s ease-out;
  103. -moz-transition: color 0.4s ease-out;
  104. text-shadow:0px 0px 1px {color:Link Hover Shadow};
  105. }
  106.  
  107. .left{
  108. float:left;
  109. margin-right:20px;
  110. width:1200px;
  111. }
  112.  
  113. #container{
  114. position:relative;
  115. margin:auto;
  116. width:1200px;
  117. }
  118.  
  119. div#posts {
  120. float:left;
  121. width:580px;
  122. z-index:99;
  123. margin-left:300px;
  124. }
  125.  
  126. .entry {
  127. float:left;
  128. margin:5px;
  129. padding:3px;
  130. overflow:hidden;
  131. background-color:#fff;
  132. border:2px solid #ddd;
  133. {block:IndexPage}
  134. width:270px;
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. width:500px;
  138. {/block:PermalinkPage}
  139. }
  140.  
  141. .perma
  142. {
  143. opacity: 0.0;
  144. filter: alpha(opacity = 0);
  145. margin-top: -21px;
  146. width: px;
  147. height: 30px;
  148. line-height: 30px;
  149. font-size: 9px;
  150. position:absolute;
  151. text-align: center;
  152. z-index:800;
  153. color: {color:permalink};
  154.  
  155. }
  156. a.p
  157. {
  158.  
  159. color: {color:permalink};
  160. }
  161. .entry:hover .perma {
  162.  
  163. -webkit-transition: opacity 0.4s linear;
  164. opacity: 1;
  165. -moz-transition: all 0.4s linear;
  166. transition: all 0.4s linear;
  167. filter: alpha(opacity = 100);
  168.  
  169. }
  170.  
  171. select {
  172. font-size: 9px;
  173. width: 100px;
  174. margin-left: 10px;
  175.  
  176. }
  177. option {
  178. font-size: 9px;
  179. text-align: left;
  180.  
  181. }
  182. input[type=button]
  183. {
  184. font-size: 9px;
  185. }
  186.  
  187. .likep {
  188. width: 21px;
  189. height: 20px;
  190. overflow: hidden;
  191. position: relative;
  192. z-index: 99;
  193. position: absolute;
  194. margin-top: 26px;
  195. margin-left: 5px;
  196. }
  197. .rep {
  198. width: 24px;
  199. height: 20px;
  200. overflow: hidden;
  201. position: relative;
  202. z-index: 99;
  203. position: absolute;
  204. margin-top: 26px;
  205. margin-left: 29px;
  206. }
  207. .likep a:hover {
  208. background-position: 0px 0px;
  209. }
  210. .likep a {
  211. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  212. background-position: 0px 0px;
  213. display: block;
  214. z-index: 99;
  215. webkit-transition: all 0s linear;
  216. -webkit-transition: all 0s linear;
  217. -moz-transition: all 0s linear;
  218. transition: all 0s linear;
  219. }
  220. .likep img {
  221. width: 21px;
  222. height: 20px;
  223. webkit-transition: all 0.2s linear;
  224. -webkit-transition: all 0.2s linear;
  225. -moz-transition: all 0.2s linear;
  226. transition: all 0.2s linear;
  227. }
  228. .rep img{
  229. width: 24px;
  230. height: 20px;
  231. line-height: 30px;
  232. display: inline;
  233. }
  234.  
  235. .not{
  236. position:absolute;
  237. background:url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  238. height:20px;
  239. font-size:11px;
  240. line-height:20px;
  241. color:#fff;
  242. margin-top:26px;
  243. margin-left:56px;
  244. padding-left:4px;
  245. padding-right:4px;
  246. -moz-border-radius:2px;
  247. border-radius:2px;
  248. }
  249. .not a{ color: #fff;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
  250.  
  251. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8;filter: alpha(opacity = 80);}
  252.  
  253. .not:hover , .rep:hover, .likep:hover {opacity: 1!important;filter: alpha(opacity = 100)!important;}
  254.  
  255. #infscr-loading{
  256. bottom: -70px;
  257. position: absolute;
  258. left: 50%;
  259. margin-left:-8px;
  260. width:16px;
  261. height:11px;
  262. overflow:hidden;
  263. margin-bottom: 50px;
  264. }
  265.  
  266. .title{
  267. font-family:'quicksand';
  268. text-transform:uppercase;
  269. font-size:20px;
  270. line-height:20px;
  271. color:#333;
  272. text-align:center;
  273. }
  274.  
  275. .quote{
  276. font-family:'oregano';
  277. font-size:15px;
  278. text-transform:none;
  279. line-height:25px;
  280. text-align:right;
  281. color:#aaa;
  282. }
  283.  
  284. asker{
  285. font-family:'Sail';
  286. font-size:20px;
  287. text-transform:none;
  288. color:#888;
  289. line-height:20px;
  290. }
  291.  
  292. #ask{
  293. padding:3px;
  294. font-family:'Calibri';
  295. font-size:10px;
  296. font-style:italic;
  297. text-transform:none;
  298. color:#999;
  299. }
  300.  
  301. .askerimg img{
  302. width:40px;
  303. align:left;
  304. float:left;
  305. padding:3px;
  306. background:#ddd;
  307. margin-right:6px;
  308. border-radius:30px;
  309. box-shadow:0px 1px 1px #888;
  310. }
  311.  
  312. #askbox{
  313. overflow:auto;
  314. padding:4px;
  315. border-radius:10px;
  316. border:2px solid #ddd;
  317. box-shadow:0px 1px 1px #888;
  318. }
  319.  
  320. blockquote{
  321. padding:0px 0px 2px 5px;
  322. margin:0px 0px 2px 10px;
  323. border-left: 7px solid #999999;
  324. }
  325.  
  326. ul, ol, li{list-style:circle; margin:5px; margin-left:10px; padding-left:3px;}
  327. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  328. .user_9 .label {color:text};}
  329.  
  330. .notes img{width:10px; position:relative; top:3px;}
  331.  
  332. #sidebar{
  333. position:fixed;
  334. width:320px;
  335. height:500px;
  336. margin-left:-50px;
  337. margin-top:60px;
  338. color:{color:text};
  339. border:4px double {color:Sidebar Border};
  340. background-color:{color:Sidebar BG};
  341. box-shadow:1px 1px 3px {color:Sidebar Shadow};
  342. }
  343.  
  344. #sidebar img{width:290px; height:400px;border:2px outset #ddd;margin-left:12px; margin-top:10px;}
  345.  
  346. #deco img{margin-left:70px; margin-top:5px;border:none;width:166px;height:24px;}
  347.  
  348. #decoo img{width:166px;height:24px;border:none;margin-left:70px;margin-top:16px;-webkit-transform:rotate(-180deg);-moz-transform: rotate(-180deg);}
  349.  
  350. #sidebar2{
  351. position:fixed;
  352. width:300px;
  353. height:550px;
  354. border:4px double #ddd;
  355. margin-left:900px;
  356. margin-top:60px;
  357. background-color:{color:Sidebar BG};
  358. box-shadow:1px 1px 3px {color:Sidebar Shadow};
  359. }
  360.  
  361. #name{
  362. font-size:30px;
  363. text-align:left;
  364. line-height:20px;
  365. text-transform:none;
  366. font-family:"lovenote";
  367. border-bottom:1px solid #aaa;
  368. }
  369.  
  370. div.navigate a{
  371. background: #fff;
  372. color: #000;
  373. width:60px;
  374. height:10px;
  375. line-height:10px;
  376. font-family:"tinytots";
  377. font-size:8px;
  378. text-align: center;
  379. text-transform:uppercase;
  380. margin:2px;
  381. position:relative;
  382. border:3px double #ddd;
  383. border-radius:2px;
  384. text-align:center;
  385. z-index:1;
  386. display: inline-block;
  387. }
  388.  
  389. div.navigate a:hover{
  390. background: #ddd;
  391. color: #6E6E6E;
  392. letter-spacing:2px;
  393. }
  394.  
  395. #faves img {
  396. opacity:0.5;
  397. width:60px;
  398. height:60px;
  399. padding:0px;
  400. margin:4px;
  401. border-radius:0px;
  402. -webkit-transition-duration:.7s;
  403. }
  404.  
  405. #faves img:hover {
  406. -webkit-transition: 0.2s ease-in;
  407. border-radius:32px;
  408. padding:0px;
  409. width:50px;
  410. height:50px;}
  411.  
  412. #blogtitle{
  413. font-size:50px;
  414. position:fixed;
  415. margin-top:10px;
  416. line-height:45px;
  417. margin-left:-50px;
  418. z-index:9999;
  419. text-align:center;
  420. text-transform:none;
  421. color:{color:Banner};
  422. font-family:'Dynalight';
  423. text-shadow:0px 1px 3px #444;
  424. }
  425.  
  426. {CustomCSS}
  427. </style>
  428. <body>
  429. <div id="container">
  430. <div class="left">
  431.  
  432. <div id="blogtitle">{title}</div>
  433.  
  434. <div id="sidebar">
  435. <div id="deco"><img src="http://i.imgur.com/QPtQM8P.png"></div>
  436.  
  437. <img style="" src="{image:sidebar}">
  438.  
  439. <div id="decoo"><img src="http://i.imgur.com/QPtQM8P.png"></div>
  440. </div>
  441.  
  442.  
  443. <div id="sidebar2">
  444. <br>
  445. <div id="name">About Le Blogette</div>
  446. {description}
  447. <div id="name">My Obessions</div>
  448. TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE
  449. <div id="name">Statistics</div>
  450. <center>
  451. <div class="heart">INSERT STAT HERE</div>
  452. <div class="heart">INSERT STAT HERE</div>
  453. <div class="heart">INSERT STAT HERE</div>
  454. <div class="heart">INSERT STAT HERE</div>
  455. </center>
  456. <div id="name">Navigation</div>
  457. <div class="navigate">
  458. <a href="/">Home</a>
  459. <a href="/ask">ask</a>
  460. <a href="/submit">submit</a>
  461. <a href="/more">more</a>
  462. <a href="http://beautifully-flawless.tumblr.com/">credits</a>
  463. </div>
  464. <div id="name">Favorites</div>
  465. <div id="faves">
  466. <a href="{text:Favorite 1 URL}"><img src='{image:Fav 1}'title="{text:Favorite 1}"/></a>
  467. <a href="{text:Favorite 2 URL}"><img src='{image:Fav 2}'title="{text:Favorite 2}"/></a>
  468. <a href="{text:Favorite 3 URL}"><img src='{image:Fav 3}'title="{text:Favorite 3}"/></a>
  469. <a href="{text:Favorite 4 URL}"><img src='{image:Fav 4}'title="{text:Favorite 4}"/></a>
  470. <div id="name">Blogroll</div>
  471. <marquee behavior="scroll" scrollamount="5" direction="left" onmouseover="this.stop();" onmouseout="this.start();">{block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-96}' width="45px" height="45px" />{/block:Followed}{/block:Following}</marquee>
  472. </div>
  473. </div>
  474.  
  475. <div id="posts">
  476.  
  477. {block:Posts}
  478. <div class="entry">
  479.  
  480. {block:IndexPage}
  481. <div class="perma">
  482. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  483.  
  484. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
  485. {/block:IndexPage}
  486.  
  487. {block:Text}
  488. {block:Title}
  489. <div class="title">{Title}</div>
  490. {/block:Title}
  491. <span class="entrytext">{Body}</span>
  492. {/block:Text}
  493.  
  494. {block:Link}
  495. <div class="title"><a href="{URL}">{Name}</a></div>
  496. {block:Description}
  497. {Description}
  498. {/block:Description}
  499. {block:Link}
  500.  
  501. {block:Photo}
  502. {block:IndexPage}
  503. {LinkOpenTag}
  504. <div class="photo"><a href="{permalink}">
  505. <img class="photo"src="{PhotoURL-HighRes}"alt="{PhotoAlt}"width="100%"/></a></div>
  506. {LinkCloseTag}
  507. {/block:IndexPage}
  508. {block:PermalinkPage}
  509. {LinkOpenTag}
  510. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  511. {LinkCloseTag}
  512. {/block:PermalinkPage}
  513. {/block:Photo}
  514.  
  515. {block:Photoset}
  516. {block:IndexPage}
  517. {Photoset-250}
  518. {/block:IndexPage}
  519. {block:PermalinkPage}
  520. <center>
  521. {Photoset-500}
  522. </center>
  523. {/block:PermalinkPage}
  524. {/block:Photoset}
  525.  
  526. {block:Quote}
  527. {Quote}
  528. </span>
  529. {block:Source}
  530. <div class="quote">{Source}</div>
  531. {/block:Source}
  532. {/block:Quote}
  533.  
  534. {block:Chat}
  535. {block:Title}
  536. <span class="title">{Title}</span>
  537. {/block:Title}
  538. <ul class="chat">
  539. {block:Lines}
  540. <li class="user_{UserNumber}">
  541. {block:Label}
  542. <span class="label">{Label}</span>
  543. {/block:Label}
  544. {Line}
  545. </li>
  546. {/block:Lines}
  547. </ul>
  548. {/block:Chat}
  549.  
  550. {block:Audio}
  551. <center>{AudioPlayerWhite}</center>
  552.  
  553. {block:ExternalAudio}{/block:ExternalAudio}
  554. {/block:Audio}
  555.  
  556. {block:Video}
  557. {block:IndexPage}
  558. <center>
  559. {Video-250}
  560. </center>
  561. {/block:IndexPage}
  562. {block:PermalinkPage}
  563. <center>
  564. {Video-500}
  565. </center>
  566. {/block:PermalinkPage}
  567. {block:Video}
  568.  
  569. {block:Answer}
  570. <div id="askbox">
  571. <div class="askerimg"><img src="{AskerPortraitURL-40}"></div>
  572. <asker>{Asker}:</asker>
  573. <div id="ask">{Question}</div>
  574. </div>
  575. {Answer}
  576. {/block:Answer}
  577.  
  578. {block:PermalinkPage}
  579. <center>
  580. <br>
  581. {block:Caption}
  582. {Caption}
  583. {/block:Caption}
  584.  
  585. {block:ContentSource}<a href="{SourceURL}"> </a>{block:ContentSource}
  586.  
  587. {block:RebloggedFrom}
  588. <a href="{ReblogParentURL}"> </a>
  589. <a href="{ReblogRootURL}"> </a>
  590. {/block:RebloggedFrom}
  591.  
  592. {block:NoteCount}
  593. {NoteCountWithLabel}
  594. {/block:NoteCount}
  595.  
  596. {block:HasTags}
  597. &middot;{block:Tags}<a href="TagURL">#{Tag}</a>{/block:Tags}
  598. {/block:hasTags}
  599. </center>
  600. {/block:PermalinkPage}
  601.  
  602.  
  603. {block:PostNotes}
  604. {PostNotes}
  605. {/block:PostNotes}
  606. </div>
  607.  
  608. {/block:Posts}
  609. </div>
  610. </div>
  611. </div>
  612. </div>
  613.  
  614. {block:IndexPage}
  615. {block:Pagination}
  616. <div id="pagination">
  617. {block:NextPage}
  618. <a id="nextPage" href="{NextPage}"></a>
  619. {/block:NextPage}
  620. {block:PreviousPage}
  621. <a href="{PreviousPage}"></a>
  622. {/block:PreviousPage}
  623. </div>
  624. {/block:Pagination}
  625. {/block:IndexPage}
  626.  
  627. {block:IndexPage}
  628. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  629. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  630.  
  631. <script type="text/javascript">
  632. $(window).load(function () {
  633. var $content = $('#posts');
  634. $content.masonry({itemSelector: '.entry'}),
  635. $content.infinitescroll({
  636. navSelector : 'div#pagination',
  637. nextSelector : 'div#pagination a#nextPage',
  638. itemSelector : '.entry',
  639. loading: {
  640. finishedMsg: '',
  641. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  642. },
  643. bufferPx : 600,
  644. debug : false,
  645. },
  646. // call masonry as a callback.
  647. function( newElements ) {
  648. var $newElems = $( newElements );
  649. $newElems.hide();
  650. // ensure that images load before adding to masonry layout
  651. $newElems.imagesLoaded(function(){
  652. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(400);} );
  653.  
  654.  
  655. });
  656. });
  657. });
  658. </script>
  659. {/block:IndexPage}
  660. </div>
  661. </body>
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement