sarahcaths

theme 1 | the perfect sky

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