Advertisement
elsaofarendelle

seth theme redux

Dec 9th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.38 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. theme #033 by Rose @ itsacrimetheme.tumblr.com
  6. Please do not copy or claim as your own
  7. Do not remove this credit from the code
  8. Thank you :3
  9.  
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. <meta name="color:accent" content="#d13843" />
  20. <meta name="color:asktext" content="#2e2c27" />
  21. <meta name="color:askbackground" content="#f8f8f8" />
  22. <meta name="color:background" content="#f8f8f8" />
  23. <meta name="color:bold" content="#272726" />
  24. <meta name="color:border" content="#e9e8e7" />
  25. <meta name="color:buttonsbg" content="#fcfcfc" />
  26. <meta name="color:descriptiontext" content="#797979" />
  27. <meta name="color:entries" content="#f3f3f3" />
  28. <meta name="color:infolink" content="#929292" />
  29. <meta name="color:infotext" content="#cecece" />
  30. <meta name="color:italics" content="#616160" />
  31. <meta name="color:link" content="#d13843" />
  32. <meta name="color:posts" content="#fbfbfb" />
  33. <meta name="color:sidebar" content="#e7e7e7" />
  34. <meta name="color:tags" content="#6d6d6d" />
  35. <meta name="color:text" content="#959595" />
  36.  
  37. <meta name="image:background" content="" />
  38. <meta name="image:sidebarbg1" content="" />
  39. <meta name="image:sidebarbg2" content="" />
  40.  
  41. <meta name="text:blogtitle" content="" />
  42. <meta name="text:asker" content="said" />
  43. <meta name="text:bodyfontsize" content="11px" />
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 Title" content="" />
  50. <meta name="text:Link4" content="" />
  51. <meta name="text:Link4 Title" content="" />
  52. <meta name="text:Link5" content="" />
  53. <meta name="text:Link5 Title" content="" />
  54. <meta name="text:Link6" content="" />
  55. <meta name="text:Link6 Title" content="" />
  56.  
  57.  
  58. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Playfair+Display|Homemade+Apple' rel='stylesheet' type='text/css'>
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  68.  
  69. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  70. <script>
  71. $().ready(function() {
  72. $("[title]").style_my_tooltips({
  73. tip_follows_cursor: "on", //on/off
  74. tip_delay_time: 200 //milliseconds
  75. });
  76. });
  77. </script>
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82. body {background-color:{color:background}; color:{color:text}; font-family: Tahoma; font-size: {text:bodyfontsize}; line-height:128%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed;}
  83.  
  84. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
  85. a:hover {color:{color:text}; text-decoration: none; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
  86.  
  87. img a {border:0px;}
  88. b, strong{font-weight: bold; color:{color:bold};letter-spacing: 0px;}
  89. i, em {font-style: italic; color:{color:italics};}
  90. s, strike, del {color: {color:italics};}
  91. u {font-style:underline; border-bottom: 1px dashed {color:accent}; color: {color:text};}
  92. p {margin-top: 6px;}
  93. blockquote {padding-left: 5px; margin: 5px 0 5px 5px; border-left: 1px solid {color:border}; word-wrap: break-word;}
  94. blockquote img {max-width:100%; height: auto;}
  95. p img {max-width:100%; height: auto;}
  96. pre {width:95%; margin: 10px auto; font-family: Courier; font-size:11px; padding: 6px 7px 6px 7px; word-wrap: break-word; background-color:{color:sidebar}; color: {color:sidebartext}; border: 1px solid {color:border}; max-height:170px!important; overflow-y:auto;}
  97.  
  98. h1 {
  99. width: 400px;
  100. height: auto;
  101. margin: 2px auto 5px auto;
  102. font-family:'Playfair Display', serif;
  103. font-weight:normal;
  104. font-style:italic;
  105. font-size:19px;
  106. color: {color:accent};
  107. }
  108.  
  109. #s-m-t-tooltip {
  110. position: absolute;
  111. max-width: 300px;
  112. padding: 1px 8px 1px 8px;
  113. z-index: 99999;
  114. display: inline-block;
  115. font-family: Calibri;
  116. font-size: 9px;
  117. text-transform: uppercase;
  118. color: {color:bold};
  119. background-color:{color:posts};
  120. border: 1px solid {color:entries};
  121. box-shadow: 2px 2px 8px #222;
  122. }
  123.  
  124. /* SIDEBAR */
  125.  
  126. #sidebar {
  127. width: 340px;
  128. height: 100%;
  129. position:fixed;
  130. margin: 0;
  131. background-color: {color:sidebar};
  132. background-image: url('{image:sidebarbg1}');
  133. background-attachment:fixed;
  134. background-size:340px auto;
  135. background-position:bottom left;
  136. background-repeat:no-repeat;
  137. }
  138.  
  139. #blogtitle {
  140. font-family:'Playfair Display', serif;
  141. font-size: 28px;
  142. line-height: 26px;
  143. letter-spacing: -1px;
  144. text-align:right;
  145. margin: 0 auto 10px auto;
  146. text-transform:none;
  147. color: {color:bold};
  148. text-shadow: -1px -1px 0px {color:posts};
  149. }
  150.  
  151. #description {
  152. width: 220px;
  153. height: auto;
  154. position:absolute;
  155. text-align:justify;
  156. font-size: 11px;
  157. bottom: 20px;
  158. margin-left:45px;
  159. padding: 15px;
  160. color: {color:descriptiontext};
  161. background-color: {color:sidebar};
  162. }
  163.  
  164. /* PAGINATION */
  165.  
  166. #pagination {
  167. width: 210px;
  168. height: auto;
  169. margin: 8px auto 0 auto;
  170. font-family: 'Playfair Display', serif;
  171. font-size:13px;
  172. text-align:right;
  173. padding: 3px 2px;
  174. border-top: 1px solid {color:border};
  175. color: {color:descriptiontext};
  176. }
  177.  
  178. #pagination a {
  179. padding: 1px 3px;
  180. font-weight:normal;
  181. color: {color:infolink};
  182. background-color: {color:posts};
  183. }
  184.  
  185. #pagination a:hover {
  186. color: {color:bold};
  187. font-style: italic;
  188. }
  189.  
  190. .current_page {
  191. font-weight: bold;
  192. padding: 1px 5px;
  193. color: {color:bold};
  194. }
  195.  
  196. /* SIDEBAR LINKS */
  197.  
  198. #rightbar {
  199. width: 200px;
  200. height: 100%;
  201. position:fixed;
  202. text-align:center;
  203. margin: 0 0 0 1000px;
  204. background-image: url('{image:sidebarbg2}');
  205. background-size:200px auto;
  206. background-position:bottom;
  207. background-repeat:no-repeat;
  208. background-color: {color:sidebar};
  209. }
  210.  
  211.  
  212.  
  213. #sidelinks {
  214. width: 160px;
  215. height: auto;
  216. margin: 25px auto 30px auto;
  217. }
  218.  
  219. #sidelinks a {
  220. display:block;
  221. font-family:'Calibri', sans-serif;
  222. font-size: 10px;
  223. line-height:10px;
  224. text-transform:uppercase;
  225. padding: 5px;
  226. margin-bottom:4px;
  227. color: {color:text};
  228. background-color: {color:posts};
  229. }
  230.  
  231. #sidelinks a:hover {
  232. color: {color:posts};
  233. box-shadow: inset 170px 0 0 {color:link};
  234. }
  235.  
  236. /* SEARCH BAR */
  237.  
  238. #searchthing {
  239. width: 160px;
  240. height: auto;
  241. font-family: Arial;
  242. font-size:10px;
  243. margin: 15px auto 0 auto;
  244. opacity:0.8;
  245. background-color:{color:posts};
  246. }
  247.  
  248. #sf {
  249. background: url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') {color:background} left center no-repeat;
  250. background-size: 10px 10px;
  251. width:143px;
  252. }
  253.  
  254. .sfm input {
  255. font-size: 9px;
  256. border: 0px;
  257. text-transform: none;
  258. margin-top: 0px;
  259. letter-spacing: 1px;
  260. padding: 4px 8px;
  261. font-family: calibri, helvetica, arial;
  262. color: {color:italics};
  263. background-color: {color:posts};
  264. }
  265.  
  266. /* CREDIT
  267. touch this and I'll turn you into a frog */
  268.  
  269. #othello {
  270. width: 36px;
  271. height: 9px;
  272. position: fixed;
  273. overflow: hidden;
  274. bottom: 10px;
  275. right: 10px;
  276. padding: 2px;
  277. font-size: 8px;
  278. text-transform: uppercase;
  279. letter-spacing: 1px;
  280. text-align: center;
  281. z-index: 999;
  282. -webkit-transition: all 0.4s ease-in-out;
  283. -moz-transition: all 0.4s ease-in-out;
  284. -o-transition: all 0.4s ease-in-out;
  285. transition: all 0.4s ease-in-out;
  286. background-color:#373737;
  287. }
  288.  
  289. #othello a {
  290. color:#fefefe;
  291. }
  292.  
  293. .othello {
  294. line-height: 10px;
  295. -webkit-transition: all 0.4s ease-in-out;
  296. -moz-transition: all 0.4s ease-in-out;
  297. -o-transition: all 0.4s ease-in-out;
  298. transition: all 0.4s ease-in-out;
  299. }
  300.  
  301. .desdemona {
  302. line-height: 16px;
  303. color: #f6db36;
  304. }
  305.  
  306. #othello a:hover .othello {
  307. margin-top: -13px;
  308. -webkit-transition: all 0.4s ease-in-out;
  309. -moz-transition: all 0.4s ease-in-out;
  310. -o-transition: all 0.4s ease-in-out;
  311. transition: all 0.4s ease-in-out;
  312. }
  313.  
  314. /* POSTS */
  315.  
  316. #entries {
  317. width: 580px;
  318. height: auto;
  319. padding: 0px 0px 30px 0px;
  320. margin: 0px 0 0px 380px;
  321. position:absolute;
  322. background-color: {color:background};
  323. }
  324.  
  325. #entry {
  326. width: 540px;
  327. height: auto;
  328. padding: 10px 20px 20px 20px;
  329. margin: 20px auto 0px auto;
  330. }
  331.  
  332. #posts {
  333. width:500px;
  334. height: auto;
  335. padding:20px;
  336. background-color: {color:posts};
  337. border: 1px solid {color:border};
  338. }
  339.  
  340. /* INFO */
  341.  
  342. #info {
  343. width: 478px;
  344. height: auto;
  345. padding: 20px 10px 5px 10px;
  346. margin: 15px auto 2px auto;
  347. font-family: 'Homemade Apple', serif;
  348. font-size:16px;
  349. text-transform:normal;
  350. text-align:center;
  351. color: {color:infotext};
  352. border-top: 1px solid {color:background};
  353. }
  354.  
  355. #info a {
  356. font-family: 'Homemade Apple', serif;
  357. color: {color:infolink};
  358. }
  359.  
  360. #info a:hover {
  361. color: {color:infotext};
  362. }
  363.  
  364.  
  365. /* BUTTONS */
  366.  
  367. #buttons {
  368. width: 30px;
  369. height: 60px;
  370. position: absolute;
  371. margin: 0px 0 0 510px;
  372. }
  373.  
  374. .likebutton {
  375. width:16px;
  376. height:16px;
  377. padding: 3px;
  378. background-color: {color:buttonsbg};
  379. border: 1px solid {color:border};
  380. }
  381.  
  382. .reblogbutton {
  383. width:16px;
  384. height:16px;
  385. padding: 3px;
  386. margin-top:4px;
  387. background-color: {color:buttonsbg};
  388. border: 1px solid {color:border};
  389. }
  390.  
  391.  
  392. /* TAGS */
  393.  
  394. #tagbox {
  395. width: 510px;
  396. height: auto;
  397. padding: 1px 10px;
  398. margin: -10px auto 10px auto;
  399. font-family:Trebuchet MS;
  400. font-size:8px;
  401. color: {color:border};
  402. }
  403.  
  404. #tagbox a {
  405. font-family: Tahoma;
  406. font-size:9px;
  407. line-height: 9px;
  408. color: {color:tags};
  409. }
  410.  
  411. #tagbox a:hover {
  412. color: {color:infotext};}
  413.  
  414. /* CONTENT */
  415.  
  416. #titled {
  417. text-align:center;
  418. font-family: 'Playfair Display', serif;
  419. font-size: 27px;
  420. line-height:25px;
  421. letter-spacing:-1px;
  422. text-align:right;
  423. margin: 10px auto 20px auto;
  424. color: {color:italics};
  425. }
  426.  
  427. #titled a {
  428. font-family: 'Playfair Display', serif;
  429. color: {color:accent};
  430. }
  431.  
  432. #titled a:hover {
  433. color: {color:italics};
  434. }
  435.  
  436. #question {
  437. width: 500px;
  438. height: auto;
  439. padding: 0px;
  440. text-align:right;
  441. margin: 0 auto 20px auto;
  442. color: {color:asktext};
  443. }
  444.  
  445. #askericon {
  446. width: 48px;
  447. padding: 10px;
  448. border-radius:100%;
  449. }
  450.  
  451. #askericon img {
  452. width: 48px;
  453. height: 48px;
  454. border: 6px solid {color:background};
  455. border-radius:100%;
  456. }
  457.  
  458. #ask {
  459. width: 402px;
  460. padding: 10px 0px 10px 10px;
  461. text-align:justify;
  462. }
  463.  
  464. .asker {
  465. font-family: 'Playfair Display', serif;
  466. font-style: italic;
  467. font-size:18px;
  468. line-height: 15px;
  469. color: {color:italics};
  470. }
  471.  
  472. #answer {
  473. width: 500px;
  474. height: auto;
  475. margin: -10px auto 10px auto;
  476. text-align:left;
  477. }
  478.  
  479. .image {
  480. opacity: 0.99;
  481. -webkit-transition: all 0.5s ease-in-out;
  482. -moz-transition: all 0.5s ease-in-out;
  483. -o-transition: all 0.5s ease-in-out;
  484. transition: all 0.5s ease-in-out;
  485. }
  486.  
  487. .image:hover {
  488. opacity:1;
  489. -webkit-transition: all 0.5s ease-in-out;
  490. -moz-transition: all 0.5s ease-in-out;
  491. -o-transition: all 0.5s ease-in-out;
  492. transition: all 0.5s ease-in-out;
  493. }
  494.  
  495. .qqmarkleft {
  496. font-size: 80px;
  497. font-family: 'Playfair Display', serif;
  498. font-weight: bold;
  499. line-height: 100px;
  500. position: relative;
  501. margin: 0px 0 -70px 30px;
  502. color: {color:entries};
  503. opacity: 0.8;
  504. }
  505.  
  506. .qqmarkright {
  507. font-family: 'Playfair Display', serif;
  508. font-size: 80px;
  509. font-weight: bold;
  510. padding-right: 0px;
  511. line-height: 30px;
  512. text-align: right;
  513. position: relative;
  514. margin:0 30px 0 -10px;
  515. color: {color:entries};
  516. opacity: 0.8;
  517. }
  518.  
  519. .qquote {
  520. width: 75%;
  521. font-family: 'Playfair Display', serif;
  522. font-size: 23px;
  523. text-align: justify;
  524. padding-top: 10px;
  525. letter-spacing: 1px;
  526. line-height: 25px;
  527. text-transform: none;
  528. text-indent: 15px;
  529. margin: 0px 10px;
  530. margin-bottom: 10px;
  531. position: relative;
  532. }
  533.  
  534. .qquote:first-letter {
  535. font-size: 110%;
  536. color: {color:accent};
  537. }
  538.  
  539. .qusource {
  540. width: 95%;
  541. text-align:right;
  542. font-size: 10px;
  543. font-family: Tahoma;
  544. color: {color:text};
  545. line-height: 10px;
  546. opacity: 0.7;
  547. margin-bottom:15px;
  548. padding: 2px;
  549. }
  550. .qusource a {
  551. text-align:right;
  552. font-size: 9px;
  553. line-height: 9px;
  554. padding: 1px 3px;
  555. text-transform:uppercase;
  556. color: {color:link};
  557. opacity: 0.9;
  558. }
  559. .qusource a:hover {
  560. opacity: 1;
  561. padding: 1px 3px;
  562. color: {color:text};
  563. background-color:transparent;
  564. }
  565.  
  566. #audio {
  567. margin-bottom: 0px;
  568. width: 490px;
  569. height:100px;
  570. padding: 5px;
  571. background-color: transparent;
  572. }
  573.  
  574. .cover {
  575. width: 100px;
  576. height: 100px;
  577. position: absolute;
  578. margin-left: 390px;
  579. }
  580.  
  581. .cover img {
  582. width: 100px;
  583. height: 100px;
  584. float: left;
  585. border-radius: 100%;
  586. }
  587.  
  588. .playercontainer {
  589. width:80px;
  590. height:80px;
  591. position:absolute;
  592. display:block;
  593. background-color: #ffffff;
  594. z-index:6;
  595. opacity:0.6;
  596. -webkit-transition:all 0.7s ease-in-out;
  597. -moz-transition:all 0.7s ease-in-out;
  598. -o-transition:all 0.7s ease-in-out;
  599. -ms-transition:all 0.7s ease-in-out;
  600. transition:all 0.7s ease-in-out;
  601. margin-left: 400px;
  602. margin-top: 10px;
  603. border-radius: 100%;
  604. }
  605.  
  606. .playercontainer:hover {
  607. opacity:0.8;
  608. -webkit-transition:all 0.7s ease-in-out;
  609. -moz-transition:all 0.7s ease-in-out;
  610. -o-transition:all 0.7s ease-in-out;
  611. -ms-transition:all 0.7s ease-in-out;
  612. transition:all 0.7s ease-in-out;
  613. }
  614.  
  615. .player {
  616. width: 25px;
  617. height: 25px;
  618. overflow: hidden;
  619. margin: 26px 27px;
  620. background-color:#ffffff;
  621. }
  622.  
  623. .sugarbabylove {
  624. margin-left:0px;
  625. float:left;
  626. width:373px;
  627. height: 90px;
  628. padding:5px;
  629. margin-bottom:5px;
  630. font-size:10px;
  631. line-height:13px;
  632. letter-spacing:0px;
  633. color: {color:asktext};
  634. text-align:right;
  635. }
  636.  
  637. .sugarbabylove small {
  638. font-family: 'Helvetica',sans-serif;
  639. font-size:8px;
  640. color: {color:info};
  641. }
  642.  
  643. .trackname {
  644. text-align:right;
  645. font-family: 'Playfair Display', serif;
  646. font-size:22px;
  647. line-height:22px;
  648. letter-spacing:-1px;
  649. color: {color:bold};
  650. padding: 15px 0px 13px 0px;
  651. }
  652.  
  653. .chat .line {
  654. margin: 1px 2px;
  655. padding: 2px;
  656. line-height:150%;
  657. color: {color:italic};
  658. }
  659.  
  660. .chat .line.odd {
  661. color: {color:text};
  662. }
  663.  
  664. .label {
  665. font-family:'Playfair Display', serif;
  666. font-size:110%;
  667. font-weight:bold;
  668. color:{color:bold};
  669. }
  670.  
  671. .cap {
  672. margin: 15px auto 0 auto;
  673. padding: 0 10px;
  674. }
  675.  
  676. .cap img {
  677. max-width:100%;
  678. height: auto;
  679. }
  680.  
  681. #notes {background-color: transparent; width:520px; margin: 30px auto 10px auto; padding:15px; color: {color:infotext};}
  682. #notestext {width: 500px; margin: 5px auto 5px auto; background-color: transparent; padding:5px 0; text-align: left; font-size:11px;}
  683. #notes blockquote a {color:{color:link}; font-weight:normal; background-color: transparent; padding: 5px; margin:0; font-style:italic;}
  684. #notes a {color:{color:infolink};}
  685.  
  686. ol.notes {list-style: none; padding:0px;}
  687. ol.notes li {background-color: {color:entries}; margin: 0 px; padding: 5px; color: {color:italic};}
  688. ol.notes .avatar {border: 1px solid {color:posts}; height: 10px; padding: 0px; width: 10px; margin-right: 5px;}
  689. ol.notes li .clear {height: 0px!important;}
  690. ol.notes li blockquote {border-color: {color:border}!important; background-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  691.  
  692. ::-webkit-scrollbar-corner {
  693. background-color:{color:background};
  694. }
  695.  
  696. ::-webkit-scrollbar-thumb:vertical {
  697. background-color: {color:accent};
  698. width:7px;
  699. height:auto;
  700. border: 1px solid {color:accent};
  701. -webkit-border-radius: 1px;
  702. }
  703.  
  704. ::-webkit-scrollbar-thumb:horizontal {
  705. background-color: {color:accent};
  706. width:auto;
  707. height:7px;
  708. border: 1px solid {color:accent};
  709. -webkit-border-radius: 1px;
  710. }
  711.  
  712. ::-webkit-scrollbar {
  713. height:7px;
  714. width:7px;
  715. background-color:{color:background};
  716. }
  717.  
  718. ::-moz-selection {background-color:{color:bold}; color:{color:posts};}
  719. ::selection {background-color: {color:bold}; color: {color:posts};}
  720.  
  721.  
  722. .source {
  723. display:none;
  724. }
  725.  
  726.  
  727. {CustomCSS}
  728.  
  729.  
  730. </style>
  731.  
  732. <script type="text/javascript">
  733. <!--
  734. function handleThis(formElm)
  735. {
  736. window.location="http://{Name}.tumblr.com/tagged/"+formElm.number.value+"";
  737. return false;
  738. }
  739. // -->
  740. </script>
  741.  
  742. </head>
  743.  
  744. <body>
  745.  
  746. <div id="othello"><a href="http://itsacrimetheme.tumblr.com/" target="_blank" title="theme by itsacrimescene"><div class="othello">theme</div><div class="desdemona">crime</div></a></div>
  747.  
  748.  
  749. <div id="sidebar">
  750.  
  751. {block:Description}<div id="description">
  752.  
  753. <div id="blogtitle">{text:blogtitle}</div>
  754.  
  755. {Description}
  756.  
  757. {block:Pagination}
  758. <div id="pagination">
  759. {block:PreviousPage}
  760. <a href="{PreviousPage}" title="previous page">&laquo;</a>
  761. {/block:PreviousPage}
  762.  
  763. {block:JumpPagination length="8"}
  764. {block:CurrentPage}
  765. <span class="current_page">{PageNumber}</span>
  766. {/block:CurrentPage}
  767.  
  768. {block:JumpPage}
  769. <a class="jump_page" href="{URL}">{PageNumber}</a>
  770. {/block:JumpPage}
  771. {/block:JumpPagination}
  772.  
  773. {block:NextPage}
  774. <a href="{NextPage}" title="next page">&raquo;</a>
  775. {/block:NextPage}
  776. </div>
  777. {/block:Pagination}
  778.  
  779. </div>{/block:Description}
  780.  
  781. </div> <!-- sidebar //-->
  782.  
  783.  
  784. <div id="rightbar">
  785.  
  786.  
  787.  
  788. <div id="sidelinks">
  789. <a href="/">home</a>
  790. <a href="/ask">ask</a>
  791. <a href="/archive">archive</a>
  792.  
  793. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  794. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  795. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  796. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  797. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  798. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  799. {block:HasPages}{block:Pages}
  800. <a href="{URL}">{Label}</a>{/block:Pages} {/block:HasPages}
  801. </div>
  802.  
  803. <div id="searchthing">
  804.  
  805. <form onsubmit="return handleThis(this)" class="sfm" name="theform">
  806. <input type="text" name="number" id="sf" />
  807. </form>
  808. </div> <!-- searchthing //-->
  809.  
  810. </div> <!-- rightbar //-->
  811.  
  812.  
  813. <div id="entries">
  814.  
  815. {block:Posts}
  816.  
  817. <div id="entry">
  818.  
  819. <div id="posts">
  820.  
  821. {block:Date}
  822.  
  823. <div id="buttons">
  824. <div class="likebutton">{LikeButton color="gray" size="16"}</div>
  825.  
  826. <div class="reblogbutton">{ReblogButton color="gray" size="16"}</div>
  827. </div>
  828.  
  829. {/block:Date}
  830.  
  831.  
  832. {block:Quote}
  833. <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
  834. {block:Source}
  835. <div class="qusource"> {Source} &nbsp; &nbsp; </div>
  836. {/block:Source}
  837. {/block:Quote}
  838.  
  839. {block:Text}
  840. {block:Title}<div id="titled">{Title}</div>
  841. {/block:Title}
  842. {Body}
  843. {/block:Text}
  844.  
  845. {block:Link}
  846. <div id="titled">&laquo; <a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  847. {/block:Link}
  848.  
  849. {block:Photo}
  850. <div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
  851. {/block:Photo}
  852.  
  853. {block:Photoset}
  854. <div class="image"><center>{Photoset-500}</center></div>
  855. {/block:Photoset}
  856.  
  857. {block:Chat}
  858. {block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  859. <div class="chat">
  860. {block:Lines}<div class="chat"><div class="line {Alt}">
  861. <div class="{Alt} user_{UserNumber}">
  862. {block:Label}
  863. <span class="label">{Label}</span>
  864. {/block:Label}
  865. {Line}</div>
  866. </div></div>
  867. {/block:Lines}
  868. </div>
  869. {/block:Chat}
  870.  
  871. {block:Video}
  872. {Video-500}
  873. {/block:Video}
  874.  
  875. {block:Answer}
  876. <table id="question">
  877. <tr>
  878. <td id="askericon"><img src="{AskerPortraitURL-48}"></td>
  879. <td id="ask">
  880. <span class="asker">{Asker} {text:asker}:</span><br>
  881. {Question}</td>
  882.  
  883. </tr>
  884. </table>
  885.  
  886. <div id="answer">
  887. {Replies}
  888. </div>
  889.  
  890. {/block:Answer}
  891.  
  892. {block:Audio}<div id="audio">
  893. <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
  894. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  895. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
  896. </div>{/block:AudioPlayer}
  897. <div class="sugarbabylove">
  898. {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
  899. {block:Artist}{Artist}{/block:Artist}
  900. {block:Album} <small>&&</small> {Album}{/block:Album}
  901.  
  902. </div>
  903. </div>
  904. {/block:Audio}
  905.  
  906.  
  907. {block:Photo}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  908. {block:Video}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
  909. {block:Photoset}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  910. {block:Audio}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Audio}
  911.  
  912.  
  913. <div class="source">
  914. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  915. </div>
  916.  
  917. {block:Date}
  918. <div id="info">
  919. {block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
  920. {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
  921. {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  922. {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
  923. {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
  924. {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
  925. {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
  926. {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
  927. {block:answer}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} answered{/block:NotReblog}{/block:answer}
  928. <a href="{Permalink}" title="{DayOfMonthWithZero} {Month} {Year} @ {24HourWithZero}:{Minutes}">{TimeAgo}</a> {block:NoteCount}& {NoteCountWithLabel}{/block:NoteCount}
  929. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}">via</a> {block:ContentSource}/<a href="{ReblogRootURL}" title="originally {ReblogRootName}">src</a>{/block:ContentSource}{/block:RebloggedFrom}
  930.  
  931. </div>
  932. {/block:Date}
  933.  
  934.  
  935. </div> <!-- posts //-->
  936.  
  937. </div> <!-- entry //-->
  938.  
  939. {block:HasTags}
  940. <div id="tagbox">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  941. {/block:HasTags}
  942.  
  943. {/block:Posts}
  944.  
  945. {block:PostNotes}
  946. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  947. {/block:PostNotes}
  948.  
  949. </div> <!-- entries //-->
  950.  
  951.  
  952. </body>
  953. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement