ninpen

Fiona

Aug 12th, 2012
3,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.16 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-------------------------------
  5.  
  6. FIONA BY NINPEN.TUMBLR.COM
  7. DO NOT REMOVE THE CREDIT.
  8. HOW TO INSTALL
  9.  
  10. 1. Click on customize theme then click on edit HTML
  11. 2. Delete the entire code, and replace it with the code for this theme
  12. 3. Click on update preview then click on appearance.
  13. 4. Click save. Now refresh the screen. Now you can customize the appearance
  14. ___________________________________________________________________________
  15.  
  16. If there's a problem with the theme, or you need help, just ask me.
  17. --------------------------------->
  18.  
  19.  
  20.  
  21.  
  22. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  23. <head>
  24. <meta name="text:picture hover text" content="fiona"/>
  25.  
  26. <meta name="if:smallposts" content="1"/>
  27. <meta name="if:mediumposts" content=""/>
  28. <meta name="if:normalposts" content=""/>
  29. <meta name="if:grayscale" content="0"/>
  30. <meta name="if:showCaption" content="0"/>
  31.  
  32. <meta name="color:info text" content="#fff"/>
  33. <meta name="color:info BG" content="#1f1d1d"/>
  34. <meta name="color:Link" content="#1f1d1d"/>
  35. <meta name="color:Link-hover" content="#555555"/>
  36. <meta name="color:Background" content ="#f9f9f9"/>
  37. <meta name="color:navi BG hover" content="#000"/>
  38. <meta name="color:navi text hover" content="#fff"/>
  39. <meta name="color:navi text" content="#000"/>
  40. <meta name="color:navigation BG" content="#000"/>
  41. <meta name="color:navigation text" content="#fff"/>
  42. <meta name="color:navigation BG hover" content="#ffff23"/>
  43. <meta name="color:navigation text hover" content="#000"/>
  44. <meta name="color:posts" content ="#ffffff"/>
  45. <meta name="color:inform bg" content ="#000"/>
  46. <meta name="color:inform text" content ="#fff"/>
  47. <meta name="color:Text" content="#4e4e4e"/>
  48. <meta name="color:H1 text" content ="#666"/>
  49. <meta name="color:H2 text" content ="#1F1D1D"/>
  50. <meta name="color:H2 BG" content ="#fff"/>
  51. <meta name="color:H1 BG" content ="#fff"/>
  52. <meta name="color:border" content="#fff"/>
  53.  
  54. <meta name="image:background image" content=""/>
  55. <meta name="image:entry BG image" content=""/>
  56. <meta name="image:portrait" content="http://static.tumblr.com/1f1tzta/Xf8m8mmfl/untitled-2.png"/>
  57.  
  58. <meta name="text:Custom Link One" content=""/>
  59. <meta name="text:Custom Link One URL" content=""/>
  60. <meta name="text:Custom Link Two" content=""/>
  61. <meta name="text:Custom Link Two URL" content=""/>
  62. <meta name="text:Custom Link Three" content=""/>
  63. <meta name="text:Custom Link Three URL" content=""/>
  64. <meta name="text:Custom Link Four" content=""/>
  65. <meta name="text:Custom Link Four URL" content=""/>
  66. <meta name="text:Custom Link Five" content=""/>
  67. <meta name="text:Custom Link Five URL" content=""/>
  68.  
  69.  
  70. <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
  71. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  72. <title>{Title}</title>
  73. <link rel="shortcut icon" href="{Favicon}" />
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  75.  
  76. <style type="text/css">
  77. ::-webkit-scrollbar {width: 5px;border: 2px solid #000;}
  78. ::-webkit-scrollbar-thumb { border: 2px solid #fff;}
  79.  
  80. body {
  81. background-color: #fff;
  82. font-family: "Open Sans", Arial, sans-serif;
  83. font-size: 12px;
  84. line-height: 14px;
  85. font-weight:400;
  86. font-size: 11px;
  87. color: {color:text};
  88. background-color: {color:Background};
  89. background-attachment: fixed;
  90. background-repeat: repeat;
  91. background-image: url({image:background image});
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color: {color:Link};
  96. text-decoration: none;
  97. }
  98.  
  99. a:hover {
  100. color:{color:Link-hover};
  101. }
  102.  
  103. h1{
  104. border-left: 20px solid #eee;
  105. border-right: 20px solid #eee;
  106. line-height: 15pt;
  107. font-family: courier new;
  108. text-transform: uppercase;
  109. font-size: 9px;
  110. letter-spacing: 2px;
  111. margin-bottom: 7px;
  112. text-align: center;
  113. background-color:{color:h1 BG};
  114. color:{color:h1 text};
  115. }
  116.  
  117. h1 a{
  118. color:{color:h1 text};
  119. }
  120.  
  121. h2 {
  122. font-size: 8pt;
  123. font-weight:100;
  124. font-family: 'Lora', serif;
  125. font-style: italic;
  126. text-align:center;
  127. text-transform: none;
  128. letter-spacing: 1px;
  129. background-color:{color:h2 BG};
  130. color: {color:h2 text};
  131. }
  132.  
  133. {block:Ifgrayscale}
  134. img {
  135. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  136. filter: gray;
  137. -webkit-filter: grayscale(100%);
  138. }
  139. {/block:Ifgrayscale}
  140.  
  141. #music{
  142. margin-top:13px;
  143. position:fixed;
  144. padding:10px;
  145. text-align:center;
  146. height:12px;
  147. width:50px;
  148. overflow:hidden;
  149. color:#888;
  150. -webkit-transition: opacity 0.7s linear;
  151. -webkit-transition: all 0.7s ease-in-out;
  152. -moz-transition: all 0.7s ease-in-out;
  153. -o-transition: all 0.7s ease-in-out;
  154. background-color:{color:posts};
  155. {block:IndexPage}
  156. {block:Ifnormalposts}margin-left:677px;{/block:Ifnormalposts}
  157. {block:Ifmediumposts}margin-left:572px;{/block:Ifmediumposts}
  158. {block:Ifsmallposts}margin-left: 422px;{/block:Ifsmallposts}
  159. {/block:IndexPage}
  160. {block:PermalinkPage}margin-left:677px;{/block:PermalinkPage}
  161. }
  162.  
  163. #topnav{
  164. position:fixed;
  165. text-align:center;
  166. height:35px;
  167. padding:10px;
  168. top:0px;
  169. left:50%;
  170. border-bottom:1px solid #eee;
  171. {block:IndexPage}
  172. {block:Ifnormalposts}margin-left:-435px;width:750px;{/block:Ifnormalposts}
  173. {block:Ifmediumposts}margin-left:-380px;width:650px;{/block:Ifmediumposts}
  174. {block:Ifsmallposts}margin-left: -280px;width:500px;{/block:Ifsmallposts}
  175. {/block:IndexPage}
  176. {block:PermalinkPage}margin-left:-435px;width:750px;{/block:PermalinkPage}
  177. }
  178.  
  179. #toppy{
  180. position:fixed;
  181. top:0px;
  182. left:50%;
  183. padding-top:20px;
  184. height:35px;
  185. background-color:{color:posts};
  186. color:{color:navigation text};
  187. {block:IndexPage}
  188. {block:Ifnormalposts}margin-left:-300px;width:505px;{/block:Ifnormalposts}
  189. {block:Ifmediumposts}margin-left:-250px;width:405px;{/block:Ifmediumposts}
  190. {block:Ifsmallposts}margin-left: -170px;width:300px;{/block:Ifsmallposts}
  191. {/block:IndexPage}
  192. {block:PermalinkPage}margin-left:-350px;width:600px;{/block:PermalinkPage}
  193. }
  194.  
  195. #topnav a{
  196. padding:2px;
  197. text-transform:uppercase;
  198. font-family:trebuchet ms;
  199. font-size:7px;
  200. letter-spacing:2px;
  201. background-color:{color:navigation BG};
  202. color:{color:navigation text};
  203. }
  204.  
  205. #topnav a:hover{
  206. background-color:{color:navigation BG hover};
  207. color:{color:navigation text hover};
  208. }
  209.  
  210. #navi{
  211. position:absolute;
  212. text-align:left;
  213. top:9px;
  214. left:170px;
  215. }
  216.  
  217. #navi a{
  218. background-color:{color:posts};
  219. padding:2px 50px 2px 20px;
  220. text-transform:uppercase;
  221. font-family:trebuchet ms;
  222. font-size:7px;
  223. line-height:7px;
  224. letter-spacing:2px;
  225. border-bottom:1px solid #fff;
  226. color:{color:navi text};
  227. background-color:{color:posts};
  228. }
  229.  
  230. #navi a:hover{
  231. color:{color:navi text hover};
  232. background-color:{color:navi BG hover};
  233. }
  234.  
  235. .side {
  236. position: fixed;
  237. width: 15%;
  238. height:200px;
  239. bottom:200px;
  240. {block:IndexPage}
  241. {block:Ifnormalposts}right: 15%;{/block:Ifnormalposts}
  242. {block:Ifmediumposts}right: 18%;{/block:Ifmediumposts}
  243. {block:Ifsmallposts}margin-right: 70px;right: 17%;{/block:Ifsmallposts}
  244. {/block:IndexPage}
  245. {block:PermalinkPage}right: 15%;{/block:PermalinkPage}
  246. }
  247. }
  248.  
  249. #side1 {
  250. position:fixed;
  251. top:250px;
  252. margin-left:-70px;
  253. }
  254.  
  255. .side-portrait {
  256. width: 100%;
  257. height: 100%;
  258. position: relative;
  259. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  260. cursor: default;
  261. }
  262.  
  263. .side-info-wrap,
  264. .side-info{
  265. position: absolute;
  266. width: 100px;
  267. height: 100px;
  268. }
  269.  
  270. .side-info-wrap {
  271. top: 20px;
  272. left: 20px;
  273. background-color:;
  274. box-shadow:
  275. 0 0 0 20px {color:border},
  276. inset 0 0 3px rgba(115,114, 23, 0.8);
  277. }
  278.  
  279. .side-info > div {
  280. display: block;
  281. position: absolute;
  282. width: 100%;
  283. height: 100%;
  284. background-position: center center;
  285. -webkit-backface-visibility: hidden;
  286. }
  287.  
  288. .side-info .side-info-front {
  289. -webkit-transition: all 0.6s ease-in-out;
  290. -moz-transition: all 0.6s ease-in-out;
  291. -o-transition: all 0.6s ease-in-out;
  292. -ms-transition: all 0.6s ease-in-out;
  293. transition: all 0.6s ease-in-out;
  294. }
  295.  
  296. .side-info .side-info-back {
  297. opacity: 0;
  298. background: {color:inform BG};
  299. pointer-events: none;
  300. -webkit-transform: scale(1.5);
  301. -moz-transform: scale(1.5);
  302. -o-transform: scale(1.5);
  303. -ms-transform: scale(1.5);
  304. transform: scale(1.5);
  305. -webkit-transition: all 0.4s ease-in-out 0.2s;
  306. -moz-transition: all 0.4s ease-in-out 0.2s;
  307. -o-transition: all 0.4s ease-in-out 0.2s;
  308. -ms-transition: all 0.4s ease-in-out 0.2s;
  309. transition: all 0.4s ease-in-out 0.2s;
  310. }
  311.  
  312. .side-img-1 {
  313. background-image: url({image:portrait});
  314. }
  315.  
  316. .side-info h3 {
  317. color: {color:inform text};
  318. text-transform: uppercase;
  319. letter-spacing: 2px;
  320. line-height:22px;
  321. font-size: 18px;
  322. margin: 0 15px;
  323. padding: 40px 0 0 0;
  324. height: 80px;
  325. font-family: 'Open Sans', Arial, sans-serif;
  326. text-shadow:
  327. 0 0 1px #fff,
  328. 0 1px 2px rgba(0,0,0,0.3);
  329. }
  330.  
  331. .side-info p {
  332. color: #fff;
  333. padding: 10px 5px 0;
  334. font-style: italic;
  335. margin: 0 30px;
  336. font-size: 12px;
  337. border-top: 1px solid rgba(255,255,255,0.5);
  338. }
  339.  
  340. .side-info p a {
  341. display: block;
  342. color:;
  343. font-style: normal;
  344. font-weight: 700;
  345. text-transform: uppercase;
  346. font-size: 9px;
  347. letter-spacing: 1px;
  348. padding-top: 4px;
  349. font-family: 'Open Sans', Arial, sans-serif;
  350. }
  351.  
  352. .side-info p a:hover {
  353. color: #fff;
  354. }
  355.  
  356. .side-portrait:hover .side-info-front {
  357. -webkit-transform: scale(0);
  358. -moz-transform: scale(0);
  359. -o-transform: scale(0);
  360. -ms-transform: scale(0);
  361. transform: scale(0);
  362. opacity: 0;
  363. }
  364.  
  365. .side-portrait:hover .side-info-back {
  366. -webkit-transform: scale(1);
  367. -moz-transform: scale(1);
  368. -o-transform: scale(1);
  369. -ms-transform: scale(1);
  370. transform: scale(1);
  371.  
  372. opacity: 1;
  373. pointer-events: auto;
  374. }
  375.  
  376. #desc{
  377. position:absolute;
  378. text-align:left;
  379. top:55px;
  380. left:180px;
  381. width:110px;
  382. font-size:10px;
  383. letter-spacing:1px;
  384. font-style:italic;
  385. font-family: calibri;
  386. color:{color:inform text};
  387. }
  388.  
  389. #content{
  390. position: absolute;
  391. top: 40px;
  392. left: 0px;
  393. width: 100%;
  394. height: 1px;
  395. overflow: visible;
  396. }
  397.  
  398. .container{
  399. position: relative;
  400. left: 50%;
  401. margin-bottom: 30px;
  402. background-color:{color:posts};
  403. {block:IndexPage}
  404. {block:Ifnormalposts}margin-left:-250px;width:500px;{/block:Ifnormalposts}
  405. {block:Ifmediumposts}margin-left:-200px;width:400px;{/block:Ifmediumposts}
  406. {block:Ifsmallposts}margin-left: -125px;width:250px;{/block:Ifsmallposts}
  407. {/block:IndexPage}
  408. {block:PermalinkPage}margin-left:-250px;width:500px;{/block:PermalinkPage}
  409. }
  410.  
  411. #cont{
  412. position:relative;
  413. left:50%;
  414. margin-top:-40px;
  415. border-left:1px solid #eee;
  416. border-right:1px solid #eee;
  417. {block:IndexPage}
  418. {block:Ifnormalposts}margin-left:-350px;width:600px;{/block:Ifnormalposts}
  419. {block:Ifmediumposts}margin-left:-300px;width:500px;{/block:Ifmediumposts}
  420. {block:Ifsmallposts}margin-left: -200px;width:350px;{/block:Ifsmallposts}
  421. {/block:IndexPage}
  422. {block:PermalinkPage}margin-left:-351px;width:605px;{/block:PermalinkPage}
  423. background-color: {color:posts};
  424. background-attachment: fixed;
  425. background-repeat: repeat;
  426. background-image: url({image:entry BG image});
  427. }
  428.  
  429.  
  430. .askcontain {
  431. background:transparent;
  432. margin-left:10px;
  433. border-bottom: 1px dotted #eee;
  434. padding-bottom: 3px;
  435. }
  436.  
  437. .answer{
  438. position:relative;
  439. overflow:auto;
  440. {block:IndexPage}
  441. {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
  442. {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
  443. {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
  444. {/block:IndexPage}
  445. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  446. }
  447.  
  448. img{
  449. max-width:100%;
  450. }
  451.  
  452. .askingimage{
  453. position: relative;
  454. margin: 0px;
  455. background:{color:posts};
  456. border:1px solid #eee;
  457. padding: 5px;
  458. }
  459.  
  460. .audiotext {
  461. font-size: 8px;
  462. font-family: trebuchet ms;
  463. text-transform:uppercase;
  464. line-height: 10px;
  465. letter-spacing: 1px;
  466. }
  467.  
  468. .audioplayer {
  469. opacity: 0.96;
  470. filter:alpha(opacity=0.96);
  471. width: 500px;
  472. position: relative;
  473. overflow: hidden;
  474. padding: 2px 0;
  475. background-color: {color:posts};
  476. }
  477.  
  478. .audiocont{
  479. position: absolute;
  480. padding:5px;
  481. left: 80px;
  482. top: 80px;
  483. width:25px;
  484. height:20px;
  485. }
  486.  
  487. .audiocirc {
  488. margin-left:25px;
  489. margin-top:25px;
  490. width: 25px;
  491. height: 30px;
  492. overflow: hidden;
  493. }
  494.  
  495. .albumart {
  496. position: relative;
  497. margin-left:-3px;
  498. margin-top:-10px;
  499. {block:IndexPage}
  500. {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
  501. {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
  502. {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
  503. {/block:IndexPage}
  504. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  505. background-color: {color:posts};
  506. }
  507.  
  508. #albumart {
  509. {block:IndexPage}
  510. {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
  511. {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
  512. {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
  513. {/block:IndexPage}
  514. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  515. }
  516.  
  517. #pagination{
  518. margin-left:80px;
  519. margin-top:150px;
  520. font-family: "Arial Black",Gadget,sans-serif;
  521. font-size:40px;
  522. }
  523.  
  524. .postinfo {
  525. position:absolute;
  526. text-align:left;
  527. background-color:{color:info BG};
  528. color:{color:info text};
  529. width:5px;
  530. padding:5px;
  531. height:auto;
  532. margin-left:-15px;
  533. font-family:trebuchet ms;
  534. line-height:8px;
  535. font-size:7px;
  536. text-transform:uppercase;
  537. -webkit-transition: opacity 0.6s linear;
  538. -webkit-transition: all 0.6s ease-in-out;
  539. -moz-transition: all 0.6s ease-in-out;
  540. -o-transition: all 0.6s ease-in-out;
  541. }
  542.  
  543. .postinfo a{
  544. color:{color:info text};
  545. }
  546.  
  547. .container:hover .postinfo{
  548. padding:5px;
  549. width:100px;
  550. -webkit-transition: opacity 0.6s linear;
  551. -webkit-transition: all 0.6s ease-in-out;
  552. -moz-transition: all 0.6s ease-in-out;
  553. -o-transition: all 0.6s ease-in-out;
  554. }
  555.  
  556. #infoperm{
  557. text-align:center;
  558. margin-top:-20px;
  559. margin-bottom:10px;
  560. font-family:trebuchet ms;
  561. font-size:7px;
  562. line-height:11px;
  563. letter-spacing:1px;
  564. text-transform:uppercase;
  565. padding:10px 10px 9px 10px;
  566. width:580px;
  567. background-color:{color:posts};
  568. }
  569.  
  570. blockquote{
  571. font-size:9px;
  572. font-family:calibri;
  573. margin:1.5em 3em;
  574. padding:.5em 1em;
  575. color:{color:text};
  576. border-left:3px solid {color:info BG};
  577. background-color:{color:background};
  578. }
  579.  
  580. ul {
  581. list-style-type: square;
  582. list-style-image: inherit;
  583. list-style-position: inside;
  584. color: {color: Text};
  585. }
  586.  
  587. ol {
  588. list-style-type: decimal;
  589. list-style-position: inside;
  590. color: {color: Text};
  591. }
  592.  
  593. #notes {
  594. position:absolute;
  595. left:50%;
  596. border-left:1px solid #eee;
  597. border-right:1px solid #eee;
  598. margin-top:-10px;
  599. margin-left:-351px;
  600. width:605px;
  601. }
  602.  
  603. .note {
  604. font-family:trebuchet ms;
  605. font-size:7px;
  606. text-transform:uppercase;
  607. letter-spacing:1px;
  608. padding: 5px;
  609. position:relative;
  610. background-color:{color:posts};
  611. color: {color:text};
  612. }
  613.  
  614. .notes img{
  615. border: 0px;
  616. border-radius:50%;
  617. max-width:20px;
  618. width:20px;
  619. }
  620.  
  621. .notes li {
  622. list-style-type: none;
  623. }
  624. </style>
  625.  
  626. </head>
  627. <body>
  628.  
  629.  
  630.  
  631.  
  632. <div class="side">
  633.  
  634. <div id="side1">
  635. <div id="navi">
  636. <a href="/">Homepage</a><br>
  637. <a href="/">Inbox</a><br>
  638. <a href="/">Archive</a>
  639. </div>
  640.  
  641. <div id="desc">
  642. <span style="background-color:{color:inform BG}; padding:3px;line-height:13px;">{Description}</span>
  643. </div>
  644.  
  645. <ul class="side-grid">
  646. <div class="side-portrait side-img-1">
  647. <div class="side-info-wrap">
  648. <div class="side-info">
  649. <div class="side-info-front side-img-1"></div>
  650. <div class="side-info-back">
  651. {block:Ifpicturehovertext}<h3><center>{text:picture hover text}</h3></center>{/block:Ifpicturehovertext}
  652. </div>
  653. </div>
  654. </div>
  655. </div>
  656. </ul>
  657.  
  658.  
  659. <div id="pagination">
  660. {block:PreviousPage}
  661. <a href="{PreviousPage}">-</a>
  662. {/block:PreviousPage}
  663.  
  664. {block:NextPage}
  665. <a href="{NextPage}">+</a>
  666. {/block:NextPage}
  667. </div>
  668.  
  669. </div>
  670.  
  671.  
  672.  
  673. </div>
  674.  
  675.  
  676.  
  677.  
  678. <div id="content">
  679. <div id="cont">
  680. <br><br><br><br><br>
  681.  
  682. {block:Posts}
  683. <div class="container">
  684.  
  685.  
  686. {block:IndexPage}
  687. <div class="postinfo">
  688. <a href="{Permalink}">p<br>e<br>r<br>m<br>a<br>l<br>i<br>n<br>k</a>
  689. </div>
  690. {/block:IndexPage}
  691.  
  692. {block:Text}
  693. {block:Title}<h1>{Title}</h1>{/block:Title}
  694. {Body}
  695. {/block:Text}
  696.  
  697.  
  698.  
  699.  
  700. {block:Link}
  701. <a href="{URL}" class="title"><h1>{Name}</h1></a>
  702. {block:Description}{Description}{/block:Description}
  703. {block:Link}
  704.  
  705.  
  706.  
  707.  
  708. {block:Photo}
  709. {block:IndexPage}<a href="{Permalink}"><img class="postimg" src="{PhotoURL-500}"
  710. {block:Ifnormalposts}width="500px"{/block:Ifnormalposts}
  711. {block:Ifmediumposts}width="400px"{/block:Ifmediumposts}
  712. {block:Ifsmallposts}width="250px"{/block:Ifsmallposts}alt="{PhotoAlt}"></a>
  713. {block:IfshowCaption}
  714. {Caption}
  715. {/block:IfshowCaption}
  716. {/block:IndexPage}
  717. {block:PermalinkPage}{LinkOpenTag}
  718. <img class="photo" src="{PhotoURL-500}" width="500px"
  719. alt="{PhotoAlt}"/>{LinkCloseTag}
  720. {Caption}{/block:PermalinkPage}
  721. {/block:photo}
  722.  
  723.  
  724.  
  725. {block:Photoset}
  726. {block:IndexPage}{block:Ifnormalposts}{Photoset-500}{/block:Ifnormalposts}
  727. {block:Ifmediumposts}{Photoset-400}{/block:Ifmediumposts}
  728. {block:Ifsmallposts}{Photoset-250}{/block:Ifsmallposts}
  729. {block:IfshowCaption}
  730. {Caption}
  731. {/block:IfshowCaption}{/block:IndexPage}
  732. {block:PermalinkPage}
  733. {Photoset-500}{Caption}
  734. {/block:PermalinkPage}
  735. {/block:Photoset}
  736.  
  737.  
  738. {block:Quote}
  739. <h2>"{Quote}"</h2>
  740. {block:Source}
  741. <div style="text-align:right;font-style:italic;font-size:8px;letter-spacing:1px;font-family:calibri;text-transform:uppercase;
  742. ">? {Source}</div>
  743. {/block:Source}
  744. {/block:Quote}
  745.  
  746.  
  747. {block:Chat}
  748. {block:Title}
  749. <h3><a href="{Permalink}">{Title}</a></h3>
  750. {/block:Title}
  751. <ul class="chat">
  752. {block:Lines}
  753. <li class="{Alt} user_{UserNumber}">
  754. {block:Label}
  755. <span class="label">{Label}
  756. {/block:Label}
  757. {Line}
  758. </li>
  759. {/block:Lines}
  760. </ul>
  761. {/block:Chat}
  762.  
  763.  
  764.  
  765. {block:Audio}<h1>{block:TrackName}<span><span>{TrackName}</span></span>{/block:TrackName}</h1>
  766.  
  767. <div class="audiotext" style="margin-bottom: -8px !important;">
  768. <table><tr><td>
  769. <div class="albumart">
  770. {block:AlbumArt}
  771. <img src="{AlbumArtURL}" id="albumart" style="margin: 0;">
  772. {/block:AlbumArt}
  773. <div class="audiocont" style="opacity:.9;width:80px;height:80px;background-color: {color:posts};overflow: hidden;">
  774. <div class="audiocirc">
  775. {AudioPlayerWhite}
  776. </div></div>
  777. </div>
  778. </td>
  779.  
  780. <td>
  781. <div class="audiotext">
  782. <tr><td>{block:Artist}<b>ARTIST: </b><i>{Artist}</i>{/block:Artist}</td></tr>
  783. <tr><td>{block:Album}<b>ALBUM: </b><i>{Album}</i>{/block:Album}</td></tr>
  784. <tr><td>{block:PlayCount}<b>Plays:</b> <i>{FormattedPlayCount}</i> {/block:PlayCount}</td>
  785. </tr>
  786. </td></tr></table>
  787. </div>
  788. <div style="margin-bottom:20px;"></div>
  789. {block:IfshowCaption}
  790. {Caption}
  791. {/block:IfshowCaption}
  792. {/block:Audio}
  793.  
  794.  
  795.  
  796. {block:Video}
  797. {block:IndexPage}{block:Ifnormalposts}{Video-500}{/block:Ifnormalposts}
  798. {block:Ifmediumposts}{Video-400}{/block:Ifmediumposts}
  799. {block:Ifsmallposts}{Video-250}{/block:Ifsmallposts}
  800. {block:IfshowCaption}
  801. {Caption}
  802. {/block:IfshowCaption}{/block:IndexPage}
  803. {block:PermalinkPage}{Video-500}{Caption}{/block:PermalinkPage}
  804. {/block:Video}
  805.  
  806.  
  807. {block:Answer}
  808. <a href="{Permalink}"><img src="{AskerPortraitURL-30}" align="left" class="askingimage">
  809. <div class="askcontain">{Asker} <i>asked:</i> {Question}</div>
  810. <div class="answer">{Answer}</div>
  811. {/block:answer}
  812.  
  813. </div>
  814.  
  815.  
  816. {block:PermalinkPage}
  817. <div id="infoperm">
  818. <center>
  819. {block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}<br>
  820. {block:PostNotes}<b>With:</b>&nbsp;{NoteCountWithLabel}&nbsp;&nbsp;-&nbsp;&nbsp;{/block:PostNotes}<b>Posted:</b>&nbsp;{block:Date}{TimeAgo}{/block:Date} <br>
  821. {block:RebloggedFrom}<b>Via:</b>&nbsp;&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  822. <b>Source:</b>&nbsp;&nbsp;<a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  823. </center>
  824. </div>
  825. {/block:PermalinkPage}
  826.  
  827.  
  828.  
  829. {/block:Posts}
  830.  
  831. <div id="topnav">
  832.  
  833.  
  834. <div id="music">
  835. <div id="musicplayer"><center><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.mediafire.com/?z65us012044tf91&t0=Off to the races&f1=http://www.mediafire.com/?hh2z8waghff6qgy&t1=Dark Paradise&f2=http://www.mediafire.com/?asnaanacuk10rs3&t2=Without you&f3=http://www.mediafire.com/?31996ns1cctryaz&t3=Born to die&f4=http://www.mediafire.com/?39bwwbc9bwz6itu&t4=this is what makes us girls&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
  836. </div>
  837.  
  838.  
  839. <div id="toppy">
  840. <a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"> {text:Custom Link One}{/block:IfCustomLinkOne}</a>
  841. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"> {text:Custom Link Two}{/block:IfCustomLinkTwo}</a>
  842. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"> {text:Custom Link Three}{/block:IfCustomLinkThree}</a>
  843. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"> {text:Custom Link Four}{/block:IfCustomLinkFour}</a>
  844. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"> {text:Custom Link Five}{/block:IfCustomLinkFive}</a>
  845. </div>
  846. </div>
  847. </div>
  848.  
  849.  
  850. <div id="notes">
  851. <div class="note">
  852. {block:PostNotes}{PostNotes}{/block:PostNotes}
  853. </div></div>
  854.  
  855.  
  856. {block:ContentSource}
  857. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  858. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  859. {/block:SourceLogo}
  860. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  861. {/block:ContentSource}
  862. </div>
  863.  
  864.  
  865.  
  866.  
  867.  
  868. </body>
  869. </html>
Advertisement
Add Comment
Please, Sign In to add comment