Advertisement
missskinnylove

Theme 9- Let's get lost

Sep 17th, 2013
3,715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.12 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3.  
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  5.  
  6.  
  7. <!-----THEME BY MISSSKINNYLOVE.TUMBLR ------>
  8.  
  9. <!----- Do not steal or remove the credits!
  10. Do not claim as your own!
  11. Do not use my themes as a base!
  12. If you have any questions message me. ------>
  13.  
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19.  
  20.  
  21. <!-- DEFAULT VARIABLES -->
  22.  
  23.  
  24.  
  25. <meta name="image:Background" content="" />
  26. <meta name="image:SidebarImg" content="" />
  27. <meta name="image:TopBar" content="" />
  28. <meta name="image:SidebarBg" content="" />
  29.  
  30. <meta name="text:TitleTop" content="top title" />
  31. <meta name="text:SideTitle" content="side title" />
  32. <meta name="font:Body" content="cambria" />
  33. <meta name="font:Title" content="cambria" />
  34.  
  35.  
  36.  
  37. <meta name="color:TitleTop" content="#cebba3" />
  38. <meta name="color:SideTitle" content="#cebba3" />
  39.  
  40. <meta name="color:Background" content="#ffffff" />
  41. <meta name="color:Borders" content="#cebba3" />
  42. <meta name="color:Sidebar" content="#ffffff" />
  43. <meta name="color:Question" content="#fdfaf7" />
  44. <meta name="color:Bold" content="#b89c81" />
  45.  
  46. <meta name="color:Links" content="#bdaba1" />
  47. <meta name="color:SLinks" content="#bdaba1" />
  48. <meta name="color:LinksHover" content="#d5bdaa" />
  49. <meta name="color:TopLinksBg" content="#ffffff" />
  50. <meta name="color:Info" content="#fdfaf7" />
  51. <meta name="color:Posts" content="#fbf5e9" />
  52. <meta name="color:Permalink" content="#fbf5e9" />
  53. <meta name="color:Title" content="#cebba3" />
  54. <meta name="color:Description" content="#c2bdb9" />
  55.  
  56. <meta name="color:Text" content="#c2bdb9" />
  57. <meta name="name:start-here" content="#c2bdb9" />
  58.  
  59. <meta name="color:Scrollbar" content="#e6dbd5"/>
  60.  
  61.  
  62. <meta name="text:Link1" content="sidebar link1" />
  63. <meta name="text:Link1 URL" content="" />
  64. <meta name="text:Link2" content="sidebar link2" />
  65. <meta name="text:Link2 URL" content="" />
  66. <meta name="text:Link3" content="sidebar link3" />
  67. <meta name="text:Link3 URL" content="" />
  68. <meta name="text:Link4" content="sidebar link4" />
  69. <meta name="text:Link4 URL" content="" />
  70. <meta name="text:Link5" content="sidebar link5" />
  71. <meta name="text:Link5 URL" content="" />
  72. <meta name="text:Link6" content="sidebar link6" />
  73. <meta name="text:Link6 URL" content="" />
  74.  
  75.  
  76. <meta name="text:TLink1" content="top link1" />
  77. <meta name="text:TLink1 URL" content="" />
  78. <meta name="text:TLink2" content="top link2" />
  79. <meta name="text:TLink2 URL" content="" />
  80. <meta name="text:TLink3" content="top link3" />
  81. <meta name="text:TLink3 URL" content="" />
  82.  
  83.  
  84.  
  85.  
  86. <meta name="text:BackgroundRepeat" content="repeat" />
  87. <meta name="if:ShowSidebarImg" content="0" />
  88. <meta name="if:ShowSideTitle" content="0" />
  89. <meta name="if:ShowTitleTop" content="0" />
  90. <meta name="if:ShowTopBar" content="0" />
  91. <meta name="if:ShowSbarLinks" content="0" />
  92. <meta name="if:ShowTopLinks" content="0" />
  93.  
  94. <meta name="if:ShowTLink1" content="0" />
  95. <meta name="if:ShowTLink2" content="0" />
  96. <meta name="if:ShowTLink3" content="0" />
  97.  
  98.  
  99.  
  100. <SCRIPT TYPE="text/javascript">
  101.  
  102.  
  103. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
  104.  
  105. <style type="text/css">{CustomCSS}</style>
  106.  
  107. <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen">
  108.  
  109.  
  110. </SCRIPT>
  111.  
  112. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  113.  
  114. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  115.  
  116.  
  117. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  118.  
  119. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  120.  
  121. <link rel="shortcut icon" href="{Favicon}" />
  122. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  123. <style type="text/css">
  124.  
  125. /*CONTROL BUTTONS*/
  126.  
  127. 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;}
  128. 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;}
  129.  
  130.  
  131. /*SCROLLBAR*/
  132.  
  133. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};; height:auto; border: 0px solid #000; }
  134. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};; height:10px !important;}
  135. ::-webkit-scrollbar {height:7px; width:8px ; background-color:{color:Background};}
  136. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  137.  
  138.  
  139.  
  140. /*CONTAINER AND LINKS*/
  141.  
  142. body {
  143. font-family:arial;
  144. font-size:9px;
  145. text-align:justify;
  146. line-height:150%;
  147. color:{color:Text};
  148. background:{color:Background};
  149. background-image: url('{image:Background}');
  150. background-attachment:fixed;
  151. background-repeat: {text:BackgroundRepeat};
  152. }
  153.  
  154.  
  155. a:link, a:active, a:visited{
  156. color: {color:Links};
  157. text-decoration:none;
  158. -webkit-transition: all 0.6s ease-in-out;
  159. -moz-transition: all 0.6s ease-in-out;
  160. -o-transition: all 0.6s ease-in-out;
  161. -ms-transition: all 0.6s ease-in-out;
  162. transition: all 0.6s ease-in-out;
  163. }
  164.  
  165. a:hover{
  166. color:{color:LinksHover};
  167. background-color:{color:Permalin};
  168. -webkit-transition: all 0.6s ease-in-out;
  169. -moz-transition: all 0.6s ease-in-out;
  170. -o-transition: all 0.6s ease-in-out;
  171. -ms-transition: all 0.6s ease-in-out;
  172. transition: all 0.6s ease-in-out;
  173. }
  174.  
  175. #container {width:1200px; text-align:center;
  176. margin: 0 auto;
  177. }
  178.  
  179.  
  180. /*SIDEBAR*/
  181.  
  182. #sbar {
  183. width: 240px;
  184. height: 100%;
  185. float: center;
  186. margin-left:80px;
  187. text-align: center;
  188. background-color:{color:Sidebar};
  189. background-image: url('{image:SidebarBg}');
  190. margin-top:-5px;
  191. position:fixed;
  192. padding:100px 10px 10px 10px;
  193. border:0px dotted {color:Posts};
  194. }
  195.  
  196. #sbar img{
  197. width:196px;
  198. height:auto;
  199. text-align:center;
  200. border:0px solid {color:Posts};
  201. }
  202.  
  203. .stitle {
  204. font-size:15px;
  205. font-family: "sail-regular";
  206. background-color:{color:TitleBg};
  207. text-align:center;
  208. color:{color:SideTitle};
  209. width:200px;
  210. height:20px;
  211. margin-left:20px;
  212. letter-spacing: 1px;
  213. padding:15px 0px 0px 0px;
  214. border-bottom:1px solid {color:Borders};
  215. }
  216.  
  217. #description {
  218. width:200px;
  219. height:auto;
  220. font-size:8px;
  221. font-family:arial;
  222. font-weight:normal;
  223. font-style:italic;
  224. letter-spacing:1px;
  225. text-align: center;
  226. padding:20px 10px 10px 20px;
  227. line-height:130%;
  228. color:{color:Description};
  229.  
  230. }
  231.  
  232. .sbarlinks {
  233. color: {color:SLinks};
  234. text-align:center;
  235. width:200px;
  236. position:relative;
  237. margin-top:-10px;
  238. padding-bottom:0px;
  239. margin-left:0px;
  240. letter-spacing: 1px;
  241. }
  242.  
  243. .sbarlinks a{
  244. color: {color:SLinks};
  245. width:auto;
  246. height:5px;
  247. font:10px "calibri" italic;
  248. font-style:italic;
  249. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  250. display:inline-block;
  251. text-align: center;
  252. padding: 3px 2px 6px 2px;
  253. border-bottom:1px solid {color:Borders};
  254. }
  255.  
  256. .sbarlinks a:hover{
  257. color:{color:LinksHover};
  258. width:auto;
  259. height:5px;
  260. font:10px "calibri" italic;
  261. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  262. display:inline-block;
  263. text-align: center;
  264. padding: 3px 2px 6px 2px;
  265.  
  266. filter:alpha(opacity=90);
  267. -moz-opacity:0.9;
  268. -khtml-opacity: 0.9;
  269. opacity: 0.9;
  270. -webkit-transition: all 0.6s ease-in-out;
  271. -moz-transition: all 0.6s ease-in-out;
  272. -o-transition: all 0.6s ease-in-out;
  273. -ms-transition: all 0.6s ease-in-out;
  274. transition: all 0.6s ease-in-out;
  275. }
  276.  
  277.  
  278. /*TOPBAR*/
  279.  
  280. #topbar {
  281. background-color:{color:Posts};
  282. width: 700px;
  283. height:auto;;
  284. margin-left:380px;
  285. margin-top:-8px;
  286. border-bottom:1px solid {color:Borders};
  287. background-image: url('{image:Background3}');
  288. }
  289.  
  290.  
  291. #topbar img{
  292. width: 700px;
  293. height:auto;;
  294. margin-left:0px;
  295. background-image: url('{image:Background3}');
  296. text-align:center;
  297. }
  298.  
  299.  
  300. .toptitle {
  301. font-size:15px;
  302. font-family: "Gruenewald VA";
  303. /* background-color:{color:Title}; */
  304. text-align:center;
  305. color:{color:TitleTop};
  306. width:700px;
  307. height:20px;
  308. margin-left:0px;
  309. letter-spacing: 5px;
  310. padding:15px 0px 10px 0px;
  311. border-bottom:1px solid {color:Borders};
  312. }
  313.  
  314. .toplinks {
  315. background: {color:Permalink};
  316. color: {color:Links};
  317. text-align:center;
  318. border-right:0px solid {color:SBorder};
  319. border-left:0px solid {color:SBorder};
  320. width:700px;
  321. border-bottom:0px solid {color:Background};
  322. position:relative;
  323. padding-top:10px;
  324. padding-bottom:10px;
  325.  
  326. }
  327.  
  328. .toplinks a{
  329. width:80px;
  330. height:5px;
  331. background-color:{color:TopLinksBg};
  332. font:17px "caviardreams" italic;
  333. text-transform: uppercase; text-decoration: none; letter-spacing: 0px;
  334. display:inline-block;
  335. text-align: center;
  336. padding: 5px 10px 15px 10px;
  337. border:1px solid {color:Posts};
  338. }
  339.  
  340. .toplinks a:hover{
  341. background-color:{color:Posts};
  342. width:80px; height:5; display:inline-block;
  343. color:{color:LinksHover}; font:17px "caviardreams" ; text-transform: uppercase; text-decoration: none; letter-spacing: 0px;
  344. filter:alpha(opacity=90);
  345. -moz-opacity:0.9;
  346. -khtml-opacity: 0.9;
  347. opacity: 0.9;
  348. -webkit-transition: all 0.6s ease-in-out;
  349. -moz-transition: all 0.6s ease-in-out;
  350. -o-transition: all 0.6s ease-in-out;
  351. -ms-transition: all 0.6s ease-in-out;
  352. transition: all 0.6s ease-in-out;
  353. }
  354.  
  355.  
  356. /*POSTS*/
  357.  
  358. #entries {
  359. margin-left:380px;
  360. margin-top:0px;
  361. text-align:justify;
  362. border-left:100px solid {color:Posts};
  363. border-right:100px solid {color:Posts};
  364. border-top:50px solid {color:Posts};
  365. border-bottom:10px solid {color:Posts};
  366. background-color:{color:Posts};
  367. font-family:tahoma;
  368. max-width:500px;
  369. }
  370.  
  371. #posts {
  372. background-color:{color:Posts};
  373. text-align:justify;
  374. text-align: justify;
  375. padding:10px 0px 0px 0px;
  376. max-width: 500px;
  377. }
  378.  
  379. #info {
  380. height:20px;
  381. background-color:{color:Info};
  382. text-align:right;
  383. text-transform:uppercase;
  384. font-family:calibri;
  385. font-style:italic;
  386. font-size:8px;
  387. padding:10px 3px 10px 3px;
  388. border-bottom:1px solid {color:Borders};
  389. }
  390.  
  391.  
  392. #tags {
  393. font-family:calibri;
  394. text-align:left;
  395. text-transform:uppercase;
  396.  
  397. font-size:8px;
  398. margin-bottom:25px;
  399. width:100%
  400. padding:5px 5px 5px 5px;
  401. }
  402.  
  403.  
  404. /*ASKBOX*/
  405.  
  406. #askbox {
  407. background-color:{color:Question};
  408. height:auto;
  409. width:500px;
  410. }
  411.  
  412.  
  413. .pic {
  414. background:transparent;
  415. padding:10;
  416. width:50px;
  417. height:50px;
  418. }
  419.  
  420. .pic img {
  421. width:50px;
  422. height:50px;
  423. float:left;
  424. margin-left:5px;
  425. margin-top:5px;
  426. }
  427.  
  428. .asker {
  429. text-transform:none;
  430. font-weight:bold;
  431. font-size:9px;
  432. }
  433.  
  434. .answer {
  435. padding:5px 10px 5px 10px;
  436. font-style:italic;
  437. }
  438.  
  439. .question {
  440. background:transparent;
  441. padding:10px 10px 10px 10px;
  442. font-size:9px;
  443. font-style:italic;
  444. height:auto;
  445. min-height:40px;
  446. margin-left:50px;
  447. margin-top:-50px;
  448. }
  449.  
  450.  
  451. /*OTHER*/
  452.  
  453. h1 {margin-top:6px; font-family:{font:Body}; font-size:15px; text-align:left; text-shadow: #eeeeee 0.0em 0.1em 0.1em; color:{color:title};
  454. margin-left:20px; width:470px; font-style:italic; letter-spacing:1px;
  455.  
  456. }
  457.  
  458. h2{color:{color:text}; font-family:{font:Body}; font-size:12px; line-height:17px; font-weight:normal; margin-left:20px; text-align:justify; margin-top:-6px; width:470px; font-style:italic; letter-spacing:1px;}
  459.  
  460. h2:first-letter {letter-spacing:2px; font-size:20px; color:{color:link};}
  461.  
  462.  
  463. h3 {line-height:17px; color:{color:text}; font-family:{font:Body}; font-size:10px; letter-spacing:1px; text-align:left; margin-left:40px; margin-top:0px; font-style:italic;}
  464.  
  465.  
  466. h4 {position:absolute; margin:-10px 0px 0px -20px; float:left; font-style:italic; font-family:georgia; font-size: 40px; color:{color:quote};}
  467.  
  468.  
  469. p{margin-top:4px; margin-bottom:4px; line-height:15px;
  470. padding-left:20px; padding-right:20px;
  471. }
  472.  
  473. blockquote {border-left:1px {color:Info} solid; padding-left:2px; margin:0px 2px 0px 10px;}
  474. blockquote img {max-width:450px;}
  475. .blockquote small, blockquote small {font-size:10px;}
  476. b {color: {color:bold};}
  477. i {color: {color:italic};}
  478.  
  479.  
  480. /*CHAT*/
  481.  
  482. .user_1 .label {
  483. color:{color:Text}; font-weight:bold;
  484. }
  485. .user_2 .label {
  486. color:{color:Text}; font-weight:bold;
  487. }
  488.  
  489. ul.chat, .chat ol, .chat li {
  490. list-style:none;
  491. margin:0px;
  492. padding:10px 15px 5px 15px;
  493. line-height:15px;
  494. background-color:{color:Question};
  495. }
  496.  
  497. img a{
  498. border:none;
  499. }
  500.  
  501. /*PAGINATION*/
  502.  
  503. .pagination { width:500px; font-size:10px; word-spacing:3px;
  504. z-index:9999;
  505. padding: 10px 0px 10px 0px;
  506. }
  507.  
  508. .jump_page { padding:3px; background-color:#transparent; }
  509.  
  510. .current_page { padding:3px; background-color:#transparent; color:{color:body}; }
  511.  
  512.  
  513. /*FONTS*/
  514.  
  515.  
  516. @font-face { font-family: "edwardian"; src: url('http://static.tumblr.com/oetadgc/sUtm6d6kz/ufonts.com_edwardian-script-itc-2.ttf'); }
  517.  
  518. @font-face { font-family: "blackswan"; src: url('http://static.tumblr.com/q54tzar/7POm34eyl/a_s_black_swan_3_.ttf'); }
  519.  
  520. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  521.  
  522.  
  523. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  524.  
  525. @font-face {
  526. font-family: "just realize";
  527. src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');
  528. }
  529. @font-face {
  530. font-family: "tinytots";
  531. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  532. }
  533.  
  534. @font-face {
  535. font-family: "caviardreams";
  536. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  537. }
  538.  
  539. @font-face {
  540. font-family: 'sail-regular';
  541. src: url('http://static.tumblr.com/x5dncl8/6o3mj5gnp/sail-regular.otf');
  542. font-weight: normal;
  543. font-style: normal;
  544. }
  545.  
  546. /* CREDIT - DON'T TOUCH */
  547.  
  548. #credit {
  549. bottom:10px;
  550. right:15px;
  551. width:20px;
  552. height:15px;
  553. padding:4px;
  554. display:block;
  555. position:fixed;
  556. text-align:center;
  557. line-height:150%;
  558. font-family:calibri;
  559. font-size:10px;
  560. text-transform:uppercase;
  561. -webkit-transition:opacity 0.6s linear;
  562. opacity:0.6s;
  563. -webkit-transition:all 0.3s ease-out;
  564. -moz-transition:all 0.3s ease-out;
  565. transition:all 0.3s ease-out;
  566. border:1px solid {color:Borders};
  567. /*-webkit-border-radius: 100px;
  568. -moz-border-radius: 100px;
  569. border-radius: 100px;
  570. */
  571. }
  572.  
  573. #credit:hover {
  574. background-color:#ccc;
  575. }
  576.  
  577. #credit:hover a {
  578. color:#ffffff;
  579. text-decoration:none;
  580. -webkit-transition:opacity 0.6s linear;
  581. opacity:0.6s;
  582. -webkit-transition:all 0.3s ease-out
  583. -moz-transition:all 0.3s ease-out;
  584. transition:all 0.3s ease-out;
  585. }
  586.  
  587.  
  588.  
  589. </style>
  590. <style type="text/css">{CustomCSS}</style>
  591. </head>
  592. <body>
  593.  
  594. <div id="container">
  595.  
  596.  
  597. <div id="sbar">
  598.  
  599. {block:IfShowSidebarImg}
  600. <center><a href="/"><img src="{image:SidebarImg}" id="sbarimg" widht="200"></a></center>{/block:IfShowSidebarImg}
  601.  
  602. {block:IfShowSideTitle}
  603. <div class="stitle">{text:SideTitle}</div>
  604. <center><div id="stitle">{SideTitle}</div></center>{/block:IfShowSideTitle}
  605.  
  606. <div id="description" align="center" style="color:{color:STitle};">
  607. {block:Description}{Description}{/block:Description}<br></div>
  608.  
  609. {block:IfShowSbarLinks}
  610. <center><div class="sbarlinks">
  611. <a href="{text:Link1 URL}">{text:Link1}</a>
  612. <a href="{text:Link2 URL}">{text:Link2}</a>
  613. <a href="{text:Link3 URL}">{text:Link3}</a>
  614. <a href="{text:Link4 URL}">{text:Link4}</a>
  615. <a href="{text:Link5 URL}">{text:Link5}</a>
  616. <a href="{text:Link6 URL}">{text:Link6}</a>
  617. </div></center>{/block:IfShowSbarLinks}
  618.  
  619. </div>
  620.  
  621.  
  622. <div id="topbar">
  623.  
  624. {block:IfShowTopBar}
  625. <center><img src="{image:TopBar}" id="topbar img" widht="700"></center>{/block:IfShowTopBar}
  626.  
  627. {block:IfShowTitleTop}
  628. <div class="toptitle">{text:TitleTop}</div>
  629. <center><div id="toptitle">{TitleTop}</div></center>{/block:IfShowTitleTop}
  630.  
  631. {block:IfShowTopLinks}
  632. <div class="toplinks">
  633. <a href="/">home</a>
  634. <a href="/ask">ask</a>
  635. <a href="/archive">past</a>
  636. {block:IfShowTLink1}<a href="{text:TLink1 URL}">{text:TLink1}</a>{/block:IfShowTLink1}
  637. {block:IfShowTLink2}<a href="{text:TLink2 URL}">{text:TLink2}</a>{/block:IfShowTLink2}
  638. {block:IfShowTLink3}<a href="{text:TLink3 URL}">{text:TLink3}</a>{/block:IfShowTLink3}
  639. </div>{/block:IfShowTopLinks}
  640.  
  641. </div><br>
  642.  
  643.  
  644.  
  645. <div id="container">
  646.  
  647.  
  648. <div id="entries">
  649. {block:Posts}<div id="posts">
  650.  
  651. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  652.  
  653. {block:Text}{Body}{/block:Text}
  654.  
  655. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  656.  
  657. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  658.  
  659. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  660.  
  661. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  662.  
  663. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  664.  
  665. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  666. {block:TrackName}<b>Song:</b> {TrackName}<br />{/block:TrackName}
  667. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  668. </div> {/block:Audio}
  669. <br>
  670.  
  671. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  672.  
  673. {block:Answer}
  674. <div id="askbox">
  675. <div class="pic">
  676. <a href="{AskerURL}">
  677. <img src="{AskerPortraitURL-48}" />
  678. </a></div>
  679. <div class="question">
  680. <span class="asker">
  681. {Asker} asked:</span><br>
  682. {Question}</div></div>
  683. <div class="answer">
  684. {Answer}</div>
  685. {/block:Answer}
  686.  
  687. <div id="info">
  688.  
  689. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}
  690. • <a href="{Permalink}">{NoteCountWithLabel}</a> •
  691. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  692. {/block:NoteCount}
  693.  
  694. {block:RebloggedFrom}<span style="float:right; padding:5px; left:2px; margin-top:-6px"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" title="via"></a>&nbsp;<a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" title="source"></a></span>{/block:RebloggedFrom}
  695.  
  696. </div>
  697.  
  698. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  699.  
  700. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  701. </div>
  702.  
  703.  
  704. <center> {block:Pagination}
  705.  
  706. <div class="pagination">
  707. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  708. {block:JumpPagination length="5"}
  709. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  710. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  711. {/block:JumpPagination}
  712. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  713. </div>{/block:Pagination}</div>
  714.  
  715. </center>
  716.  
  717. <div id="credit">
  718. <a href="http://bleighton.tumblr.com">MSL</a>
  719. </div>
  720.  
  721. <p></p>
  722. <p></p>
  723.  
  724. <p></p>
  725. <p></p>
  726.  
  727. </div>
  728. <br>
  729.  
  730.  
  731. </div>
  732. </body>
  733.  
  734.  
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement