Advertisement
yanilavigne

Lavigne

Oct 21st, 2012
2,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.30 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <HTML>
  3.  
  4. <!--
  5. Lavigne by: Miss-Yani
  6. (w w w.m i s s - y a n i.com)
  7. Visit My Themes's site
  8. (w w w.missyani-themes.tumblr.com)
  9.  
  10. *Strictly no removing of credits,leave at least one link of my blog*
  11. *You can't use this as your base code*
  12. *No theme redistribution or posting to any site*
  13.  
  14. -->
  15.  
  16.  
  17. <HEAD>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  21. <meta name="description" content="{MetaDescription}" />
  22. <title> {title}</title>
  23. <link rel="shortcut icon" href="{favicon}">
  24.  
  25.  
  26. {block:IfEnableendlessscrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>{/block:IfEnableendlessscrolling}
  27. <link href='http://fonts.googleapis.com/css?family=Chivo' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  29.  
  30. <!-- DEFAULT VARIABLES -->
  31. <META name="image:Background" content="http://static.tumblr.com/txfvidw/AYBme54kt/grey.jpg">
  32. <META name="image:avatar" content="http://static.tumblr.com/txfvidw/pULme4k9a/tumblr_mb11qovhrl1rdo68po1_500.jpg">
  33. <META name="color:Background Color" content="#f3f1f3">
  34. <META name="color:Wrapper Background" content="#fdfdfc">
  35. <meta name="font:title" content="Georgia" />
  36. <META name="color:font color" content="#a39893">
  37. <META name="color:link color" content="#b89d83">
  38. <META name="color:link hover" content="#f8f7f3">
  39. <META name="color:Border" content="#d3e1e2">
  40. <META name="color:post title font" content="#c9c8c7">
  41. <META name="color:Post Background" content="#faf9f8">
  42. <META name="color:Sidebar Header BG" content="#d6e1e7">
  43. <META name="color:Sidebar Header Font" content="#fdf8f9">
  44. <META name="text:Twitter Username" content="">
  45. <META name="text:Number of tweets" content="5">
  46. <META name="text:Disqus Username" content="">
  47. <meta name="if:ShowSearch" content="1"/>
  48. <meta name="if:Enableendlessscrolling" content="0"/>
  49. <meta name="if:ShowNavigation" content="1"/>
  50. <meta name="if:ShowFollowing" content="0"/>
  51. <meta name="if:ShowOtherLinks" content="1"/>
  52. <meta name="if:ShowLikes" content="1"/>
  53. <meta name="if:ShowSourceVia" content="0"/>
  54. <META name="text:LINK 1" content="Home">
  55. <META name="text:LINKURL 1" content="/">
  56. <META name="text:LINK 2" content="Archive">
  57. <META name="text:LINKURL 2" content="/archive">
  58. <META name="text:LINK 3" content="Random">
  59. <META name="text:LINKURL 3" content="/random">
  60. <META name="text:LINK 4" content="Theme">
  61. <META name="text:LINKURL 4" content="http://yanilavigne.tumblr.com">
  62.  
  63. <script language=javascript>document.write(unescape('%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%73%74%61%74%69%63%2E%74%75%6D%62%6C%72%2E%63%6F%6D%2F%36%6C%74%74%6A%76%31%2F%74%4E%72%6D%65%30%7A%69%37%2F%6A%71%75%65%72%79%2E%6D%69%6E%2E%6A%73%22%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%3E%3C%2F%73%63%72%69%70%74%3E%0A%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%73%74%61%74%69%63%2E%74%75%6D%62%6C%72%2E%63%6F%6D%2F%74%78%66%76%69%64%77%2F%73%5A%47%6D%64%32%39%6A%79%2F%6A%71%75%65%72%79%2E%74%77%65%65%74%2E%6A%73%22%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%3E%3C%2F%73%63%72%69%70%74%3E'))</script>
  64.  
  65. <script type='text/javascript'>
  66. jQuery(function($){
  67. $("#ticker").tweet({
  68. username: "{text:Twitter Username}",
  69. page: 1,
  70. avatar_size: 32,
  71. count: {text:Number of tweets},
  72. loading_text: "loading ..."
  73. }).bind("loaded", function() {
  74. var ul = $(this).find(".tweet_list");
  75. var ticker = function() {
  76. setTimeout(function() {
  77. ul.find('li:first').animate( {marginTop: '-4em'}, 160, function() {
  78. $(this).detach().appendTo(ul).removeAttr('style');
  79. });
  80. ticker();
  81. }, 5000);
  82. };
  83. ticker();
  84. });
  85. });
  86. </script>
  87.  
  88.  
  89.  
  90. <style type="text/css">
  91. #navbar-iframe {height:0px; visibility:hidden; display:none}
  92. /* LINKS */
  93. a:link, a:visited, a:active {
  94. color: {color:link color};
  95. cursor: default;
  96. text-decoration:none;
  97. }
  98. a:hover {
  99. color: {color:link hover};
  100. cursor: pointer;
  101. text-decoration:none;
  102. background-color: {color:link color};
  103. }
  104. a.nav {
  105. color: {color:link color};
  106. border-bottom: 1px solid {color:Border};
  107. margin-top: 7px;
  108. padding-left: 5px;
  109. cursor: pointer;
  110. -webkit-transition: .30s ease-in; display: block;
  111. }
  112. a.nav:hover {
  113. color: {color:Sidebar Header BG};
  114. background-color: {color:Post Background};
  115. padding-left: 30px;
  116. }
  117. /* BODY */
  118. body {
  119. background-color: {color:Background Color};
  120. background-image: url({image:Background});
  121. background-attachment: fixed;
  122. background-repeat: repeat;
  123. color:{color:font color};
  124. cursor: url(""), default;
  125. text-align:justify;
  126. margin: 0px;
  127. padding: 0px;
  128. }
  129. ::-webkit-scrollbar {
  130. height: 12px;
  131. width: 10px;
  132. background: {color:Post background};
  133. }
  134. ::-webkit-scrollbar-thumb {
  135. background: {color:Sidebar Header BG};
  136. border:0px solid #879114;
  137. -webkit-border-radius: 0ex;
  138. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  139. }
  140. ::-webkit-scrollbar-corner {
  141. background: #transparent;
  142. }
  143. blockquote{
  144. border-left-width: 1px;
  145. border-left-style: dotted;
  146. border-left-color:{color:Border};
  147. padding:1px; padding-left: 2px; margin: 0px;
  148. }
  149. /* FONTS */
  150. .header {
  151. font: 25px {font:title};
  152. color: {color:post title font};
  153. text-transform: none;
  154. margin-top:5px;
  155. font-weight:normal;
  156. line-height:23px;
  157. letter-spacing:-2px;
  158. }
  159. b {
  160. color: {color:font color};}
  161. strong {
  162. color: {color:font color};}
  163. i {
  164. color: {color:font color};}
  165. u {
  166. font-color: {color:font color};
  167. }
  168. /* TABLE */
  169. table {
  170. background-color: transparent;
  171. font-family:Chivo;
  172. font-size: 8pt;
  173. color:{color:font color};
  174. line-height: 120%;
  175. padding: 0px;
  176. margin-left: auto;
  177. margin-right: auto;
  178. margin-top: 0px;
  179.  
  180. }
  181. /* TWEETS */
  182. .tweet,
  183. .query {
  184. font-family:Chivo;
  185. font-size: 8pt;
  186. margin-top: -10px;
  187. color:{color:font color};
  188. }
  189. .tweet_list {
  190. -webkit-border-radius: 0.5em;
  191. -moz-border-radius: 0.5em;
  192. border-radius: 0.5em;
  193. list-style: none;
  194. margin: 0;
  195. padding: 0;
  196. overflow-y: hidden;
  197. height: 160;
  198. background-color: {color:Post background};
  199. }
  200. .tweet_list li {
  201. overflow-y: auto;
  202. overflow-x: hidden;
  203. padding: 5px;
  204. list-style-type: none;
  205. margin-bottom: 50px;
  206. }
  207. .tweet_list li a {
  208. color: {color:Sidebar Header BG};
  209. }
  210. .tweet_list .tweet_even {
  211. background-color: {color:Post background};
  212. }
  213. .tweet_list .tweet_avatar {
  214. padding-right: .3em; float: left;
  215. }
  216. .tweet_list .tweet_avatar img {
  217. vertical-align: middle;
  218. }
  219. .boxtwitter {
  220. background-color:{color:Post background};
  221. height: 100px;
  222. overflow-y: hidden;
  223. margin-bottom:5px;
  224. text-align:left;
  225. border:2px {color:Border} solid;text-align:left;padding: 5px 5px 5px 5px;
  226. }
  227. .followontwitter {
  228. font-family:Lekton;
  229. font-size: 10pt;
  230. color: {color:post title font};
  231. background-color: {color:Post background};
  232. text-transform: none;
  233. margin-top:-25px;
  234. font-weight:normal;
  235. line-height:23px;
  236. letter-spacing:-2px;
  237. border-bottom:2px {color:Border} solid;
  238. border-top:0px {color:Border} solid;
  239. border-right:2px {color:Border} solid;
  240. border-left:2px {color:Border} solid;
  241. text-align:center;
  242. }
  243. /* CHAT */
  244. .chat {
  245. margin-left:0px;
  246. padding:0px
  247. text-align:left;
  248. }
  249. .chat li {
  250. padding: 2px;
  251. list-style-type: none;
  252. }
  253. .chat li:nth-child(odd) {
  254. background:{color:Sidebar Header BG};
  255. }
  256. /* POST NOTES */
  257. ol.notes {
  258. padding: 0px;
  259. margin: 25px 0px;
  260. list-style-type: none;
  261. border-bottom: solid 2px {color:Border};
  262. }
  263.  
  264. ol.notes li.note {
  265. border-top: solid 2px {color:Border};
  266. padding: 10px;
  267. }
  268.  
  269. ol.notes li.note img.avatar {
  270. vertical-align: -4px;
  271. margin-right: 10px;
  272. width: 16px;
  273. height: 16px;
  274. }
  275.  
  276. ol.notes li.note span.action {
  277. font-weight: bold;
  278. }
  279.  
  280. ol.notes li.note .answer_content {
  281. font-weight: normal;
  282. }
  283.  
  284. ol.notes li.note blockquote {
  285. border-color: {color:Border};
  286. padding: 4px 10px;
  287. margin: 10px 0px 0px 25px;
  288. }
  289.  
  290. ol.notes li.note blockquote a {
  291. text-decoration: none;
  292. }
  293. #dsq-content { color:{color:font color} !important; }
  294. .dsq-full-comment { color: #ffffff !important; }
  295. .dsq-comment-body { color: #ffffff !important; }
  296. /* LIKES */
  297. #likes {
  298. list-style-type: none;
  299. margin: 3px 0 0 0;
  300. padding: 0 0 0 0;
  301. }
  302. li.like_post {
  303. /* Should match the width specified in the Likes tag */
  304. width: 195px;
  305. padding: 10px 40px 0 0;
  306. float: left;
  307. }
  308. li.like_post img {
  309. max-width: 100%;
  310. }
  311. li.like_post blockquote {
  312. margin: 0;
  313. padding: 0 0 0 5px;
  314. border-left: 1px solid {color:Border};
  315. }
  316. li.like_post ol,
  317. li.like_post ul {
  318. margin: 0 0 0 15px;
  319. padding: 0;
  320. }
  321. li.like_post .like_link a {
  322. font-weight: bold;
  323. }
  324. li.like_post .like_title {
  325. font-weight: bold;
  326. }
  327. li.like_post .post_info_bottom {
  328. margin: 1px 0 0 0;
  329. display: block !important;
  330. }
  331. #audio {
  332. width:500px;
  333. margin-left: -5px;
  334. }
  335. #audio .audioplayer {
  336. width:30px;
  337. height:30px;
  338. overflow:hidden;
  339. position:absolute;
  340. margin-top:15px;
  341. margin-left: 25px;
  342. margin-bottom:45px;
  343. opacity: 0.7;
  344. }
  345. #audio .albumart {
  346. margin-left: 10px;
  347.  
  348. }
  349. #audio .details {
  350. margin-left: 10px;
  351. width: 490px;
  352. height: 56px;
  353. text-align:left;
  354. background-color: {color:Sidebar Header BG};
  355. font-family:Lekton;
  356. font-size: 12pt;
  357. }
  358. /* Q AND A */
  359. .ask {
  360. background-color: {color:Sidebar Header BG};
  361. padding: 2px;
  362. border-bottom: 1px dotted {color:Sidebar Header BG};
  363. }
  364. .ask i {
  365. font-style: normal;
  366. }
  367. /* SEARCH */
  368. #search {
  369. width: 200px;
  370. }
  371. input[type=submit]
  372. {
  373. width: 50px;
  374. background-color: {color:font color};
  375. border:0px;
  376. color:#fff;
  377. font-family:Lekton;
  378. font-size: 8pt;
  379. }
  380. input[type=text]
  381. {
  382. width: 140px;
  383. background-color: {color:Sidebar Header BG};
  384. border:none;
  385. font-family:Lekton;
  386. font-size: 8pt;
  387. }
  388. #wrappers {
  389. width: 780px;
  390. background-color: {color:Wrapper Background};
  391. }
  392. /* SIDEBAR */
  393. #sidebar {
  394. width: 210px;
  395. margin-left: -40px;
  396. }
  397. #sidebar .desc{
  398. margin: 0px 2px 2px 2px;
  399. padding:1px;
  400. text-align: justify;
  401. }
  402. #sidebar .header {
  403. background: {color:Sidebar Header BG};
  404. font: normal 15px {font:title};
  405. color: {color:Sidebar Header Font};
  406. border-left: 0px solid #666;
  407. letter-spacing: 2px;
  408. line-height: 1; margin: 0 0 1px;
  409. }
  410. #sidebar .box {
  411. background-color:{color:Post background};
  412. margin-bottom:5px;
  413. text-align:left;
  414. border:2px {color:Border} solid;text-align:left;padding: 5px 5px 5px 5px;
  415. /* MAIN POSTS */
  416. }
  417. #main{
  418. overflow:hidden;
  419. padding-bottom:5px;
  420. width:550px;
  421. margin-top: -1px;
  422. margin-left: 10px;
  423. }
  424. #post {
  425. background-color: {color:Post background};
  426. float:left;
  427. border:2px {color:Border} solid;text-align:left;padding: 5px 5px 5px 5px;
  428. {block:IndexPage}
  429. width:500px;
  430. overflow:hidden;
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. width:500px;
  434. background-color:{color:Post background};
  435. {/block:PermalinkPage}
  436. padding: 5px;
  437. margin-right:0px;
  438. margin-bottom:15px;
  439. }
  440. #post .detail {
  441. font-family: 'Lekton';
  442. letter-spacing: 1px;
  443. font-size: 10px;
  444. text-align: center;
  445. }
  446. #post .img{
  447. {block:IndexPage}
  448. width: 500px;
  449. padding: 0px;
  450. {/block:IndexPage}
  451. }
  452. #text{
  453. {block:IndexPage}
  454. margin-bottom: 5px;
  455. overflow-x:hidden;
  456. overflow-y:hidden;
  457. {/block:IndexPage}
  458.  
  459. }
  460. #text img{
  461. {block:IndexPage}
  462. width: 500px;
  463. {/block:IndexPage}
  464.  
  465. }
  466. /* FOOTER */
  467. .pagination {
  468. font-family:Lekton;
  469. font-size: 8pt;
  470. font-size: 13px;
  471. margin-left: 2px;
  472. text-transform: uppercase;
  473. background:{color:Sidebar Header BG};
  474. padding: 3px;
  475. display: inline-block;
  476. width:20px;
  477. }
  478. .pagination:hover {
  479. background-color: {color:Post background};
  480. }
  481. .nextprev {
  482. font-family:Lekton;
  483. font-size: 8pt;
  484. text-transform: uppercase;
  485. background:{color:Sidebar Header BG};
  486. padding: 3px; display:
  487. inline-block;
  488. width:35px;
  489. margin-left: 2px;
  490. }
  491. .nextprev:hover {
  492. background-color: {color:Post background};
  493. }
  494.  
  495. {CustomCSS}
  496. </style>
  497. </head>
  498.  
  499.  
  500. <BODY>
  501. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://miss-yani.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  502.  
  503. <center><div id="wrappers">
  504. <table width="780px" align="center" cellpadding="10" cellspacing="0" border-style="1px dashed #000000";>
  505.  
  506.  
  507. <td width="505px" valign="top" style="background:transparent; text-align:justify;"><div id="main">
  508.  
  509.  
  510. <!-- Post Starts -->
  511. {block:Posts}
  512. <div id="post">
  513.  
  514. {block:Text}
  515. <a href="{Permalink}"><div class="header">{Title}</div></a>
  516. {block:IndexPage}
  517. <div id="text">
  518. {Body}</div>{/block:IndexPage}
  519. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  520. {/block:Text}
  521.  
  522.  
  523. {block:Photo}
  524. {block:IndexPage}
  525. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" class="img"/></a>
  526. <div align="left">
  527. {block:Caption}
  528. {Caption}
  529. {/block:Caption}
  530. </div>
  531. {/block:IndexPage}
  532. {block:PermalinkPage}{LinkOpenTag}
  533. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>
  534. <div align="left">
  535. {block:Caption}
  536. {Caption}
  537. {/block:Caption}</div>{/block:PermalinkPage}</center>
  538. {/block:Photo}
  539.  
  540.  
  541.  
  542. {block:Photoset}
  543. {block:IndexPage}
  544. {Photoset-500}
  545. {block:Caption}
  546. {Caption}
  547. {/block:Caption}
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. {Photoset-500}
  551. {block:Caption}
  552. {Caption}
  553. {/block:Caption}{/block:PermalinkPage}
  554. {/block:Photoset}
  555.  
  556.  
  557.  
  558. {block:Quote}
  559. {block:IndexPage}
  560. <div class="header">&ldquo;{Quote}&rdquo;</div>{block:Source}-{Source}{/block:Source}{/block:IndexPage}
  561.  
  562. {block:PermalinkPage}<div class="header">&ldquo;{Quote}&rdquo;</div>{block:Source}-{Source}{/block:Source}{/block:PermalinkPage}
  563. {/block:Quote}
  564.  
  565.  
  566. {block:Link}
  567. <a href="{URL}" id="postlink" {Target}><div class="header">{Name}&rarr;</div></a><BR>{block:Description}{Description}{/block:Description}
  568. {/block:Link}
  569.  
  570.  
  571. {block:Chat}
  572. <a href="{Permalink}"><div class="header">{Title}</div></a>
  573. <div class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>
  574. {/block:Lines}</div>
  575. {/block:Chat}
  576.  
  577.  
  578. {block:Video}
  579. {block:IndexPage}{Video-500}{block:Caption}{Caption}{/block:Caption}
  580. {/block:IndexPage}
  581. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}
  582. {/block:PermalinkPage}
  583. {/block:Video}
  584.  
  585.  
  586.  
  587. {block:Audio}
  588. {block:IndexPage}
  589. <div id="audio">
  590. <div class="audioplayer">{AudioPlayerWhite} </div>
  591. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="55">{/block:AlbumArt}</div>
  592. <div class="details">
  593. {PlayCountWithLabel}
  594. {block:Album}
  595. <br>
  596. {Album}
  597. {/block:Album}
  598. {block:Artist}
  599. <br>
  600. {Artist}
  601. {/block:Artist}
  602. {block:TrackName}
  603. <br>
  604. {TrackName}
  605. {/block:TrackName}
  606. </div></div>{/block:IndexPage}
  607. {block:PermalinkPage}
  608. <div id="audio">
  609. <div class="audioplayer">{AudioPlayerWhite} </div>
  610. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="55">{/block:AlbumArt}</div>
  611. <div class="details">
  612. {PlayCountWithLabel}
  613. {block:Album}
  614. <br>
  615. {Album}
  616. {/block:Album}
  617. {block:Artist}
  618. <br>
  619. {Artist}
  620. {/block:Artist}
  621. {block:TrackName}
  622. <br>
  623. {TrackName}
  624. {/block:TrackName}
  625. </div></div>
  626. <div align="left">
  627. {block:caption}{caption}{/block:caption}</div>
  628. {/block:PermalinkPage}
  629. {/block:Audio}
  630.  
  631.  
  632.  
  633. {block:Answer}
  634. <div class="ask"><b><img src="{AskerPortraitURL-24}"align="left" /><i>{Asker}</i> asked:</b> {Question}</div>
  635. {Answer}
  636. {/block:Answer}
  637.  
  638.  
  639.  
  640.  
  641. <!--Post Details-->
  642. {block:IndexPage}
  643. <div class="detail">
  644. <div style="float:right;">
  645. {block:IfShowSourceVia}{block:RebloggedFrom}<a href="{ReblogParentURL}">(via)</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" target="_blank">(s)</a>{/block:ContentSource}{/block:IfShowSourceVia}<a href="{ReblogURL}" target="_blank">Reblog this post</a>
  646. </div>
  647. <div style="float:left;">
  648. Posted<a href="{Permalink}"> {TimeAgo}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  649. </div></div>{/block:IndexPage}
  650. <!--End Post Details-->
  651.  
  652.  
  653. <!--Disqus and Source-->
  654. {block:PermalinkPage}
  655. {block:IfDisqusUsername}<br><br>
  656. <div id="disqus_thread"></div><div id="dsq-content">
  657. <script type="text/javascript">
  658. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  659. var disqus_shortname = '{text:Disqus Username}'; // required: replace example with your Disqus site shortname
  660. var disqus_url = '{Permalink}';
  661. var disqus_title = '{block:PostTitle}{PostTitle}{/block:PostTitle}';
  662. /* * * DON'T EDIT BELOW THIS LINE * * */
  663. (function() {
  664. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  665. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  666. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);})();
  667. </script>
  668. </div>{/block:IfDisqusUsername}
  669.  
  670.  
  671. {block:Date} Date Posted: <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block:Date}</a>{block:HasTags} | Tagged as:
  672. {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}{/block:HasTags}
  673. {/block:PermalinkPage}
  674. <!--Disqus and Source-->
  675.  
  676.  
  677. <!--Post Notes-->
  678. {block:PostNotes}
  679. <br><br><B>NOTES:</B>
  680. {PostNotes}
  681. {/block:PostNotes}
  682.  
  683. </div></ol>
  684. {/block:Posts}
  685. </div>
  686.  
  687. <center>
  688. {block:Pagination}
  689. {block:PreviousPage}
  690. <a href="{PreviousPage}"><div class="nextprev">Prev</a></div>
  691. {/block:PreviousPage}
  692. {block:JumpPagination length="5"}
  693. {block:CurrentPage}
  694. <span class="current_page"><div class="pagination">{PageNumber}</div></span>{/block:CurrentPage}
  695. {block:JumpPage}
  696. <a class="jump_page" href="{URL}"><div class="pagination">{PageNumber}</div></a>
  697. {/block:JumpPage}
  698. {/block:JumpPagination}
  699.  
  700. {block:NextPage}
  701. <a href="{NextPage}"><div class="nextprev">Next</a></div>
  702. {/block:NextPage}
  703. {/block:Pagination}
  704. <br></td>
  705.  
  706. <!--Post Ends-->
  707.  
  708.  
  709.  
  710. <td width="200px" valign="top" cellpadding="15" style="background: transparent;">
  711. <div id="sidebar">
  712.  
  713. <!--Sidebar Starts-->
  714. {block:IfShowSearch}
  715. <div class="box">
  716. <form action="/search" method="get">
  717. <input type="text" name="q" value="{SearchQuery}"/>
  718. <input type="submit" value="Search"/>
  719. </form></div><br>
  720. {/block:IfShowSearch}
  721.  
  722. <div class="header">ABOUT</div>
  723. <div class="box">
  724. <center><a href="/"><img src="{image:avatar}" width="195"></img></a>
  725. {block:Description}<div class="desc">{Description}</div>{/block:Description}</center></div><br>
  726.  
  727. {block:IfShowOtherLinks}
  728. <div class="box">
  729. <center>
  730. <select style="background-color: {color:Wrapper Background}; font-size: 10px; color: {color:link color};border: 0px; font-family: Lekton; width: 200px;"
  731. onchange="window.location=this.options[this.selectedIndex].value;">
  732. <option> OTHER LINKS</OPTION>
  733. <option value="{text:LINKURL 1}">{text:LINK 1}</option>
  734. <option value="{text:LINKURL 2}">{text:LINK 2}</option>
  735. <option value="{text:LINKURL 3}">{text:LINK 3}</option>
  736. <option value="{text:LINKURL 4}">{text:LINK 4}</option>
  737. </select></center>
  738. </div><br>
  739. {/block:IfShowOtherLinks}
  740.  
  741.  
  742. {block:IfTwitterUsername}
  743. <div class="header">TWEETS</div>
  744. <div class="boxtwitter">
  745. <p><div class="tweet"></div>
  746. <div id="ticker" class="query"></div>
  747. </p> </div>
  748. <div class="followontwitter"><a href="http://twitter.com/{text:Twitter Username}">Follow Me on Twitter</a></div>
  749. <br>
  750. {/block:IfTwitterUsername}
  751.  
  752.  
  753. {block:IfShowNavigation}
  754. <div class="header">Navigation</div>
  755. <div class="box">
  756. <a class="nav" href="/">Home</a>
  757. {block:AskEnabled}<a class="nav" href="/ask">Ask Me Anything</a> {/block:AskEnabled}
  758. {block:IfSubmitEnabled}<a class="nav" href="/submit">Submit</a><br>{/block:IfSubmitEnabled}
  759. <a class="nav" href="/archive">Archive</a>
  760. <a class="nav" href="/random">Random</a>
  761. <a class="nav" href="{RSS}">RSS</a>
  762.  
  763. <a class="nav" href="http://miss-yani.com">Theme</a>
  764. </div><br>
  765. {/block:IfShowNavigation}
  766.  
  767. {block:ifShowLikes}
  768. {block:Likes}
  769. <div class="header">Likes</div>
  770. <div class="box"><div id="likes">
  771. {Likes limit="3" summarize="100" width="150"}
  772. <a href="http://www.tumblr.com/liked/by/{Name}">
  773. <br>See more stuff I like
  774. </a></div></div>
  775. {/block:Likes}<br>
  776. {/block:ifShowLikes}
  777.  
  778. {block:IfShowFollowing}
  779. <div class="header">FOLLOWING</div>
  780. <div class="box">
  781. <center>
  782. {block:Following}{block:Followed}
  783. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" style="Border:2px solid {color:Wrapper Background};"; /></a>
  784. {/block:Followed}{/block:Following}</div><br>
  785. {/block:IfShowFollowing}
  786.  
  787. <div class="header">CREDITS</div>
  788. <div class="box">
  789. Theme by: <a href="http://miss-yani.com">Miss-Yani.Com</a><br>
  790. Best Viewed: Google Chrome
  791. </DIV><br>
  792.  
  793.  
  794. </div>
  795.  
  796. <!--Sidebar Ends-->
  797.  
  798. </td>
  799. </tr></div>
  800. </table>
  801. </body>
  802. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement