Advertisement
sarahcaths

theme 3 | take it lightly

Aug 20th, 2012
5,569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.33 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15.  
  16. © SARAHCATHS.TUMBLR.COM | "TAKE IT LIGHTLY" #3
  17.  
  18. + Do not steal any portion of this code, or use this code as a base.
  19. + Feel free to edit anything, but do not remove the credit.
  20. + If you have any questions or concerns, just contact me!
  21. + Thanks for using my theme! :) Hope you enjoy it!
  22.  
  23. ---->
  24.  
  25. <!-- VARIABLES -->
  26.  
  27.  
  28. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua/nrMm8xs1a/background.png"/>
  29. <meta name="image:Header Image" content="http://static.tumblr.com/vqqnpua/qRum8xsep/1.gif" />
  30. <meta name="image:Sidebar BG" content="http://static.tumblr.com/vqqnpua/Ptgm8yu4r/sidebar_background.png" />
  31.  
  32. <meta name="color:Background" content="#f4e1c2" />
  33. <meta name="color:Body Text" content="#e4af8a" />
  34. <meta name="color:Body Shadow" content="#eecdb6">
  35. <meta name="color:Body Dark Shadow" content="#ca917d">
  36. <meta name="color:Signature Color" content="#ace7e9" />
  37. <meta name="color:Bold" content="#e7c448" />
  38. <meta name="color:Italic" content="#eea12e" />
  39. <meta name="color:Link" content="#9ea39e" />
  40. <meta name="color:Borders" content="#FFFFFF" />
  41. <meta name="color:Entries BG" content="#ffffff" />
  42. <meta name="color:Entries Border" content="#ebebeb" />
  43. <meta name="color:Info BG" content="#ace7e9">
  44. <meta name="color:Info" content="#ffffff" />
  45. <meta name="color:Info Border" content="#e7d0d3" />
  46. <meta name="color:Sidebar BG Color" content="#FFFFFF" />
  47. <meta name="color:Tags" content="#3079b4">
  48. <meta name="color:Main Links" content="#ffffff" />
  49.  
  50. <meta name="font:Title Font" content="Georgia" />
  51. <meta name="font:Tags Font" content="Arial" />
  52. <meta name="font:Navigation" content="Georgia" />
  53.  
  54. <meta name="text:Body Font Size" content="9pt" />
  55. <meta name="text:Tags Font Size" content="6pt" />
  56. <meta name="text:Navigation" content="20px" />
  57.  
  58. <meta name="text:Link 1 URL" content="http://" />
  59. <meta name="text:Link 1" content="Link 1" />
  60. <meta name="text:Link 2 URL" content="http://" />
  61. <meta name="text:Link 2" content="Link 2" />
  62. <meta name="text:Link 3 URL" content="http://" />
  63. <meta name="text:Link 3" content="Link 3" />
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. /* MAIN */
  69.  
  70. body {
  71. background-color:{color:Background};
  72. background-image: url('{image:Background}');
  73. color:{color:Body Text};
  74. font-family: calibri;
  75. font-size: {text:Body Font Size};
  76. text-shadow: {color:Body Shadow} 1px 1px 1px;
  77. margin: 0px;
  78. padding: 0px;}
  79.  
  80. a:link, a:active {
  81. text-decoration:none;
  82. color: {color:Body Dark Shadow}; }
  83.  
  84. a:visited {
  85. text-decoration:none;
  86. color: {color:Body Dark Shadow}; }
  87.  
  88. a:hover {
  89. text-decoration:none;
  90. font-style:italic;}
  91.  
  92. b, strong, .strong {color:{color:Bold};}
  93.  
  94. blockquote {
  95. border-left:2px solid {color:Body Shadow};
  96. padding-left:6px; }
  97.  
  98. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  99.  
  100. i, em, .em {color:{color:Italic};}
  101.  
  102. /* FONTS */
  103.  
  104. @import url(http://fonts.googleapis.com/css?family=Amatic+SC);
  105.  
  106. /* PAGINATION */
  107.  
  108. .pagination a, .pagination a:visited, .pagination a:active {
  109. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  110. color:{color:Body Text};
  111. text-transform:uppercase;
  112. font-size:9pt;
  113. font-weight:bold;
  114. text-align:center;
  115. background-color:{color:Borders};
  116. padding:5pt 10pt 5pt 10pt;
  117. font-family: {font:Body Text};
  118. box-shadow:{color:Body Dark Shadow} 0px 0px 1px;
  119. -webkit-transition: all 0.4s ease-in-out;
  120. -moz-transition: all 0.4s ease-in-out;
  121. -o-transition: all 0.4s ease-in-out;
  122. transition: all 0.4s ease-in-out;}
  123.  
  124. .pagination {
  125. padding:10pt;
  126. background-color:{color:Borders};
  127. box-shadow:{color:Body Dark Shadow} 0px 0px 1px;
  128. -webkit-transition: all 0.4s ease-in-out;
  129. -moz-transition: all 0.4s ease-in-out;
  130. -o-transition: all 0.4s ease-in-out;
  131. transition: all 0.4s ease-in-out;}
  132.  
  133.  
  134. .pagination a:hover {
  135. color:{color:Borders};
  136. background-color:{color:Bold};
  137. -moz-border-radius: 0px;
  138. border-radius: 0px;
  139. -webkit-transition: all 0.4s ease-in-out;
  140. -moz-transition: all 0.4s ease-in-out;
  141. -o-transition: all 0.4s ease-in-out;
  142. transition: all 0.4s ease-in-out;}
  143.  
  144. /* MAIN DIVS */
  145.  
  146. .sideborder {
  147. width:36px;
  148. background-color:{color:Main Links};
  149. border-right:10px solid {color:Signature Color};
  150. opacity:0.4;
  151. margin:0;
  152. position:fixed;
  153. top:0px;
  154. height:100%;
  155. left:1000px; }
  156.  
  157. .content {
  158. width:100%;
  159. height:100%;
  160. margin-top:0px;
  161. margin-bottom:40px;}
  162.  
  163. #cred {
  164. font-size:8px;
  165. letter-spacing:1px;
  166. opacity:0.3;
  167. font-weight:bold;
  168. color: #000000;
  169. font-family: georgia;
  170. background-color: #FFFFFF;
  171. padding:4px;
  172. border:1px dashed #514a4d;
  173. text-transform:uppercase;
  174. bottom:10px;
  175. right:10px;
  176. position:fixed; }
  177.  
  178. #cred a:link, #cred a:active, #cred a:visited, #cred a:hover {
  179. color:#000000 }
  180.  
  181.  
  182. #cred:hover {
  183. font-size:8px;
  184. letter-spacing:1px;
  185. font-weight:bold;
  186. color: #000000;
  187. opacity:1.0;
  188. font-family: georgia;
  189. background-color: #FFFFFF;
  190. padding:4px;
  191. border:1px dashed #514a4d;
  192. text-transform:uppercase;
  193. bottom:10px;
  194. right:10px;
  195. position:fixed;
  196. -webkit-transform: rotate(4deg);
  197. -moz-transform: rotate(4deg);
  198. -o-transform: rotate(4deg);
  199. -ms-transform: rotate(4deg);
  200. transform: rotate(4deg);
  201. -webkit-transition: all 0.9s ease-in-out;
  202. -moz-transition: all 0.9s ease-in-out;
  203. -o-transition: all 0.9s ease-in-out;
  204. transition: all 0.9s ease-in-out;}
  205.  
  206. .hover {
  207. width:400px;
  208. height:100%;
  209. top:0px;
  210. left:0px;}
  211.  
  212. #sidebar {
  213. top:0px;
  214. font-family:calibri;
  215. text-shadow:{color:Body Shadow} 1px 1px 1px;
  216. font-size:8pt;
  217. line-height:12pt;
  218. text-align:justify;
  219. left:150px;
  220. width:220px;
  221. margin-top:20px;
  222. height:120%;
  223. -moz-border-radius: 200px;
  224. border-radius: 200px;
  225. position:fixed;
  226. border:6px solid {color:Borders};
  227. box-shadow:{color:Body Dark Shadow} 0px 0px 3px;
  228. background-image:url('{image:Sidebar BG}');
  229. background-color:{color:Sidebar BG Color};
  230. background-repeat:repeat; }
  231.  
  232. #sbpadding {
  233. padding:10px; }
  234.  
  235.  
  236. #sidebarimg {
  237. background-image:url('{image:Header Image}');
  238. background-repeat:no-repeat;
  239. max-width:200px;
  240. height:200px;
  241. border:10px solid {color:Borders};
  242. opacity:1.0;
  243. -moz-border-radius: 200px;
  244. border-radius: 200px;
  245. overflow:auto;
  246. -webkit-transition: all 0.9s ease-in-out;
  247. -moz-transition: all 0.9s ease-in-out;
  248. -o-transition: all 0.9s ease-in-out;
  249. transition: all 0.9s ease-in-out;}
  250.  
  251.  
  252. .hover:hover #sidebarimg {
  253. opacity:1.0;
  254. overflow:auto;
  255. border:10px solid {color:Signature Color};
  256. -webkit-transition: all 0.9s ease-in-out;
  257. -moz-transition: all 0.9s ease-in-out;
  258. -o-transition: all 0.9s ease-in-out;
  259. transition: all 0.9s ease-in-out;}
  260.  
  261. .title {
  262. text-shadow:{color:Body Dark Shadow} 0px 0px 2px;
  263. color:{color:Entries BG};
  264. text-transform:uppercase;
  265. font-family: {font:Tags Font};
  266. position:fixed;
  267. font-size:40px;
  268. width:800px;
  269. opacity:1.0;
  270. margin-left:0px;
  271. margin-top:550px;
  272. font-style:italic;
  273. -webkit-transform: rotate(90deg);
  274. -moz-transform: rotate(90deg);
  275. -o-transform: rotate(90deg);
  276. -ms-transform: rotate(90deg);
  277. transform: rotate(90deg);
  278. transition-duration: 0.6s;
  279. -moz-transition-duration: 0.5s;
  280. -webkit-transition-duration: 0.5s;
  281. -o-transition-duration: 0.5s;}
  282.  
  283. .hover:hover .title {
  284. opacity:1.0;
  285. transition-duration: 0.5s;
  286. -moz-transition-duration: 0.5s;
  287. -webkit-transition-duration: 0.5s;
  288. -o-transition-duration: 0.5s;}
  289.  
  290. .navigation a, .navigation a:visited, .navigation a:active {
  291. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  292. color:{color:Body Text};
  293. text-transform:uppercase;
  294. font-size:10pt;
  295. font-weight:bold;
  296. text-align:center;
  297. display:block;
  298. background-color:{color:Borders};
  299. padding:10pt;
  300. font-family: {font:Body Text};
  301. -moz-border-radius: 20px;
  302. border-radius: 20px;
  303. box-shadow:{color:Body Dark Shadow} 0px 0px 6px;
  304. border-left:10px solid {color:Bold};
  305. -webkit-transition: all 0.4s ease-in-out;
  306. -moz-transition: all 0.4s ease-in-out;
  307. -o-transition: all 0.4s ease-in-out;
  308. transition: all 0.4s ease-in-out;}
  309.  
  310. .navigation a:hover {
  311. opacity:0.2;
  312. color:{color:Body Dark Shadow};
  313. border-left:10px solid {color:Italic};
  314. -moz-border-radius: 0px;
  315. border-radius: 0px;
  316. -webkit-transition: all 0.4s ease-in-out;
  317. -moz-transition: all 0.4s ease-in-out;
  318. -o-transition: all 0.4s ease-in-out;
  319. transition: all 0.4s ease-in-out;}
  320.  
  321.  
  322. /* POSTS DIVS */
  323.  
  324. .entrywhole {
  325. background-color:{color:Borders};
  326. width:470px;
  327. -moz-border-radius: 200px;
  328. border-radius: 0px 0px 70px 70px;
  329. margin-left:450px;
  330. margin-bottom:70px;
  331. border:6px solid {color:Borders};
  332. box-shadow:{color:Body Dark Shadow} 0px 0px 3px;
  333. background-image:url('{image:Sidebar BG}');
  334. background-color:{color:Sidebar BG Color};
  335. height:100%;}
  336.  
  337.  
  338. .entriesborder {
  339. width: 400px;
  340. height: auto;
  341. margin:auto;
  342. z-index:4;
  343. margin:20px;}
  344.  
  345. .entriesborder:hover {
  346. opacity:0.7;
  347. background-color:{color:Borders};
  348. transition-duration: 0.6s;
  349. -moz-transition-duration: 0.6s;
  350. -webkit-transition-duration: 0.6s;
  351. -o-transition-duration: 0.6s;}
  352.  
  353. .notes {
  354. opacity:0.0;
  355. margin:0;
  356. padding:0;
  357. height:0;
  358. width:0;}
  359.  
  360. .entries:hover .notes {
  361. opacity:1.0;
  362. z-index:1;
  363. padding-top:10px;
  364. float:center;
  365. width:400px;
  366. margin-top:0px;
  367. position:absolute;
  368. text-align:center;
  369. font-size:{text:Tags Font Size};
  370. letter-spacing:-1px;
  371. font-family:{font:Tags Font};
  372. color:#000000;}
  373.  
  374.  
  375. .entries {
  376. width: 400px;
  377. height: auto;
  378. padding:10px;
  379. margin-top:20px;
  380. background-color: {color:Entries BG};
  381. border:1px solid {color:Entries Border};}
  382.  
  383. .info {
  384. height:20px;
  385. float:center;
  386. opacity:0.2;
  387. background-color: {color:Info BG};
  388. background-image:url('{image:Info BG}');
  389. border-top: 3px solid {color:Info Border};
  390. border-bottom: 3px solid {color:Info Border};
  391. font-size: {text:Tags Font Size};
  392. font-family: {font:Tags Font};
  393. color: {color:Info BG};
  394. text-shadow:{color:Info BG} 1px 1px 1px;
  395. width: 400px;
  396. text-transform:uppercase;
  397. transition-duration: 0.6s;
  398. -moz-transition-duration: 0.6s;
  399. -webkit-transition-duration: 0.6s;
  400. -o-transition-duration: 0.6s; }
  401.  
  402.  
  403. .entriesborder:hover .info {
  404. font-size: {text:Tags Font Size};
  405. font-family: {font:Tags Font};
  406. color: {color:Info};
  407. opacity:1.0;
  408. height:60px;
  409. transition-duration: 0.6s;
  410. -moz-transition-duration: 0.6s;
  411. -webkit-transition-duration: 0.6s;
  412. -o-transition-duration: 0.6s; }
  413.  
  414.  
  415. .info a:link, .info a:active, .info a:visited {
  416. font-size: 9pt;
  417. font-family: calibri;
  418. color: {color:Borders};
  419. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;}
  420.  
  421. .info a:hover {
  422. color: {color:Link}; }
  423.  
  424. /* TAGS */
  425.  
  426. .tags {
  427. padding:10px;
  428. padding-top:0px; }
  429.  
  430. .tags a:link, .tags a:active, .tags a:visited {
  431. opacity:0.0;
  432. font-size: {text:Tags Font Size};
  433. font-family: {font:Tags Font};
  434. transition-duration: 0.6s;
  435. -moz-transition-duration: 0.6s;
  436. -webkit-transition-duration: 0.6s;
  437. -o-transition-duration: 0.6s;}
  438.  
  439. .entriesborder:hover .tags a:link, .tags a:active, .tags a:visited {
  440. opacity:0.5;
  441. color:{color:Tags};
  442. font-size: {text:Tags Font Size};
  443. font-family: {font:Tags Font};
  444. transition-duration: 0.6s;
  445. -moz-transition-duration: 0.6s;
  446. -webkit-transition-duration: 0.6s;
  447. -o-transition-duration: 0.6s;}
  448.  
  449. .entriesborder:hover .tags a:hover {
  450. opacity:1.0;
  451. font-style:italic;
  452. color:{color:Tags};
  453. font-size: {text:Tags Font Size};
  454. font-family: {font:Tags Font};
  455. transition-duration: 0.6s;
  456. -moz-transition-duration: 0.6s;
  457. -webkit-transition-duration: 0.6s;
  458. -o-transition-duration: 0.6s;}
  459.  
  460.  
  461. /* ALL POSTS CSS */
  462.  
  463. .ttitle, .ttitle:link, .ttitle:visited, .tttitle:active {
  464. font-family: {font:Title Font};
  465. color: {color:Body Text};
  466. letter-spacing: 2px;
  467. font-weight:bold;
  468. text-transform:uppercase;
  469. display:block;
  470. text-shadow:{color:Dark Shadow} 1px 1px 1px;
  471. font-size:10px;
  472. text-align:left;
  473. padding:0px 0px 0px 20px;
  474. margin-top:10px;}
  475.  
  476. .ttitle:hover {
  477. border-left:30px solid {color:Signature Color};
  478. -webkit-transition: all 0.4s ease-in-out;
  479. -moz-transition: all 0.4s ease-in-out;
  480. -o-transition: all 0.4s ease-in-out;
  481. transition: all 0.4s ease-in-out;}
  482.  
  483.  
  484. .quote {
  485. font-family: {font:Tags Font};
  486. font-style:italic;
  487. font-size: 20px;
  488. text-align: justify;
  489. width:80%;
  490. margin:auto;
  491. letter-spacing: -2px;
  492. line-height: 25px;
  493. text-transform: none; }
  494.  
  495.  
  496. .source {
  497. font-family: {font:Tags Font};
  498. font-style:italic;
  499. font-size: 10px;
  500. text-align: justify;
  501. letter-spacing: 1px;
  502. line-height: 12px;
  503. text-align:right;
  504. text-transform: none;
  505. text-indent: 15px; }
  506.  
  507. .source a:link, a:active, a:visited {
  508. color: {color:Link};
  509. text-decoration:none; }
  510.  
  511. .question {
  512. background-color:{color:Borders};
  513. margin:10px;
  514. margin-top:0px;
  515. padding:10px;
  516. font-family: {font:Title Font};
  517. font-size:10px; }
  518.  
  519. .answer {
  520. background-color:{color:Borders};
  521. margin:10px;
  522. padding:10px;
  523. margin-top:0px;}
  524.  
  525. .asker {
  526. font-size:12px;
  527. text-transform:uppercase;
  528. color:{color:Bold}:
  529. font-style:italic;
  530. text-align:left;
  531. font-family:{font:Tags};
  532. margin-bottom:-5px;
  533. margin-left:30px;}
  534.  
  535.  
  536. .reblogged {
  537. float:left;
  538. opacity:0.0;
  539. height:10px;
  540. margin:0px 5px 0px 5px; }
  541.  
  542. .entriesborder:hover .reblogged {
  543. border:2px solid {color:Borders};
  544. float:left;
  545. height:40px;
  546. width:40px;
  547. opacity:1.0;
  548. margin:5px;
  549. -webkit-transition: all 0.4s ease-in-out;
  550. -moz-transition: all 0.4s ease-in-out;
  551. -o-transition: all 0.4s ease-in-out;
  552. transition: all 0.4s ease-in-out;}
  553.  
  554. /* AUDIO POSTS */
  555.  
  556. .playbutton {
  557. width: 20px;
  558. height: 20px;
  559. overflow: hidden;
  560. position: relative;
  561. opacity:0.5;
  562. left:20px;
  563. top:20px;
  564. z-index: 1000; }
  565.  
  566. .cover {
  567. position: relative;
  568. z-index: 1;
  569. width:150px;
  570. height:150px;
  571. margin:5px;
  572. -webkit-border-radius: 100px;
  573. -moz-border-radius: 100px;
  574. border-radius: 100px;
  575. box-shadow:{color:Body Dark Shadow} 0px 0px 7px; }
  576.  
  577. .playbox {background-color: #FFFFFF;
  578. position: absolute;
  579. z-index: 1000;
  580. opacity:0.5;
  581. width:70px;
  582. height:70px;
  583. margin-left:45px;
  584. margin-top:45px;
  585. -webkit-border-radius: 100px;
  586. -moz-border-radius: 100px;
  587. border-radius: 100px;}
  588.  
  589. .playbutton:hover {
  590. opacity:1.0; }
  591.  
  592. .audiocaption {
  593. width:200px;
  594. height:100px;
  595. overflow:auto;
  596. padding:10px;
  597. font-size:8pt;
  598. -webkit-border-radius: 20px;
  599. -moz-border-radius: 20px;
  600. border-radius: 20px; }
  601.  
  602. </style>
  603.  
  604.  
  605.  
  606. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  607.  
  608. <script type="text/javascript">
  609. WebFontConfig = {
  610. google: { families: [ 'Amatic+SC::latin' ] }
  611. };
  612. (function() {
  613. var wf = document.createElement('script');
  614. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  615. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  616. wf.type = 'text/javascript';
  617. wf.async = 'true';
  618. var s = document.getElementsByTagName('script')[0];
  619. s.parentNode.insertBefore(wf, s);
  620. })(); </script>
  621.  
  622. </head>
  623.  
  624. <body>
  625.  
  626. <div class="sideborder">
  627. </div> <!-- END SIDEBORDER -->
  628.  
  629. <div class="hover">
  630. <div id="sidebar">
  631. <div align="center">
  632. <div id="sidebarimg">
  633. </div> <!-- END SIDEBAR IMG -->
  634. </div> <!-- END DIV CENTER -->
  635. <div id="sbpadding">
  636. <div class="navigation">
  637. <a href="{text:Link 1 URL}">{text:Link 1}</a><br>
  638. <a href="{text:Link 2 URL}">{text:Link 2}</a><br>
  639. <a href="{text:Link 3 URL}">{text:Link 3}</a><br>
  640. </div> <!-- END NAVIGATION -->
  641. {Description}
  642. <p>
  643. <div class="pagination">
  644. {block:Pagination}
  645. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  646. {block:JumpPagination length="3"}{block:CurrentPage}
  647. <a href="{URL}">{PageNumber}</a>
  648. {/block:CurrentPage}
  649. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  650. {/block:JumpPagination}
  651. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  652. {/block:Pagination}
  653. </div> <!-- END PAGINATION -->
  654. </div> <!-- END SIDEBAR PADDING -->
  655. </div> <!-- END SIDEBAR -->
  656.  
  657. <div class="title">
  658. {Title}
  659. </div> <!-- END TITLE -->
  660. </div> <!-- END HOVER -->
  661.  
  662.  
  663.  
  664.  
  665.  
  666. <div id="cred">
  667. <a href="http://sarahcaths.tumblr.com" target="_blank">THEME BY SARAHCATHS+</a>
  668. </div> <!-- END CREDIT (DO NOT REMOVE!) -->
  669.  
  670. <div class="entrywhole">
  671. {block:Posts}
  672. <div class="entriesborder">
  673.  
  674. <div class="entries">
  675. <div class="info" style="text-align: center;">
  676. <table>
  677. <tr><td width="40%" vAlign="middle">
  678. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-40}" class="reblogged"></a><a href="{ReblogRootURL}" title="source © {ReblogRootName}"><img src="{ReblogRootPortraitURL-40}" class="reblogged"></a>{/block:RebloggedFrom}</td>
  679. <td width="60%" vAlign="middle">
  680. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  681. {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}</a>
  682.  
  683. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  684. </td></tr></table>
  685.  
  686. </div> <!--END INFO -->
  687.  
  688. {block:Text}
  689. {block:Title}
  690. <a href="{Permalink}" class="ttitle">{Title}</a>
  691. {/block:Title}
  692. {Body}
  693. {/block:Text}
  694.  
  695. {block:Photo}
  696. <img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}" />
  697. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  698. {/block:Photo}
  699.  
  700. {block:Photoset}
  701. {Photoset-400}
  702. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  703. {/block:Photoset}
  704.  
  705. {block:Quote}
  706. <div class="quote">{Quote}</div>
  707. <p>
  708. <div class="source">{block:Source}- {Source}{/block:Source}</div>
  709. {/block:Quote}
  710.  
  711. {block:Link}
  712. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  713. {block:Description} {Description} {/block:Description}
  714. {/block:Link}
  715.  
  716. {block:Chat}
  717. {block:Title} {Title} {/block:Title}
  718. {block:Lines} <div style="font-family: georgia;font-style:italic;font-size:10px;line-height:12px;margin:0;padding:0;">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div><br>
  719.  
  720. {/block:Lines}
  721. {/block:Chat}
  722.  
  723.  
  724. {block:Audio}
  725. <table><tr><td width="20%" vAlign="middle">
  726. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  727. {block:AlbumArt}
  728. <img src="{AlbumArtURL}" class="cover">
  729. {/block:AlbumArt}
  730. </td><td width="80%" vAlign="middle">
  731. {block:Caption}
  732. <div class="audiocaption">
  733. {Caption}
  734. </div>
  735. {/block:Caption}
  736. </td></tr></table>
  737. {/block:Audio}
  738.  
  739.  
  740. {block:Video}
  741. {Video-400}
  742. {block:Caption}{Caption}{/block:Caption}
  743. {/block:Video}
  744.  
  745. {block:Answer}
  746. <div class="asker">
  747. {Asker} asked,</div>
  748. <div class="question">
  749. {Question}</div>
  750. <div class="answer">{Answer}</div>
  751. {/block:Answer}
  752.  
  753.  
  754.  
  755. {block:PermalinkPage}
  756. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  757. {block:PostNotes}
  758. {PostNotes}
  759. {/block:PostNotes}
  760. {/block:PermalinkPage}
  761.  
  762. </div> <!-- END ENTRIES -->
  763. </div> <!-- END ENTRIESBORDER -->
  764. {/block:Posts}
  765.  
  766. </div> <!-- END ENTRYWHOLE -->
  767.  
  768.  
  769.  
  770.  
  771. </body>
  772. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement