Advertisement
Labyrinthines

Theme 4

Mar 5th, 2012
23,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.69 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. theme by merel (labyrinthines.tumblr.com)
  5. do not remove, change or move the credit in any way.
  6. do not repost it and claim it as your own.
  7. do not use it as a base.
  8. -->
  9.  
  10.  
  11. <html>
  12. <head>
  13. <link rel="shortcut icon" href="{Favicon}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19.  
  20.  
  21. <meta name="image:Sidebar Left" content=""/>
  22. <meta name="image:Sidebar Round 1" content=""/>
  23. <meta name="image:Sidebar Round 2" content=""/>
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#1d1d1d"/>
  26. <meta name="color:Links" content="#000000"/>
  27. <meta name="color:Links Hover" content="#E0D4BD"/>
  28. <meta name="color:Post Background" content="#fff"/>
  29. <meta name="color:Sidebar Right" content="#D7DBDC"/>
  30. <meta name="color:Sidebar Border" content="#E0D4BD"/>
  31. <meta name="color:Title 1" content="#d7dbdc"/>
  32. <meta name="color:Maintitle2 Color" content="#252525"/>
  33. <meta name="text:Custom Link One" content="Link 1"/>
  34. <meta name="text:Custom Link One URL" content=""/>
  35. <meta name="text:Custom Link Two" content="Link 2"/>
  36. <meta name="text:Custom Link Two URL" content=""/>
  37. <meta name="text:Custom Link Three" content="Link 3"/>
  38. <meta name="text:Custom Link Three URL" content=""/>
  39. <meta name="text:Custom Link Four" content="Link 4"/>
  40. <meta name="text:Custom Link Four URL" content=""/>
  41. <meta name="text:Custom Link Five" content="Link 5"/>
  42. <meta name="text:Custom Link Five URL" content=""/>
  43. <meta name="font:Body" content="times new roman"/>
  44. <meta name="font:Sidebar" content="times new roman"/>
  45. <meta name="text:Body Font Size" content="9px"/>
  46. <meta name="text:Sidebar Font Size" content="7px"/>
  47. <meta name="text:Maintitle1 Text" content="when the light's out"/>
  48. <meta name="text:Maintitle2 Text" content="and all of the fracturing starts"/>
  49.  
  50.  
  51. <meta name="if:Show Title" content="1"/>
  52.  
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Ruthie' rel='stylesheet' type='text/css'>
  56.  
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. body {
  62. color:{color:Text};
  63. background-image:url({image:Background});
  64. background-color:{color:Background};
  65. font-family:{font:Body};
  66. font-size:{text:Body Font Size};
  67. line-height: 120%;
  68. text-align:justify;
  69.  
  70.  
  71. }
  72.  
  73.  
  74. a:link, a:active, a:visited {
  75. transition: all 0.6s ease-in-out 0s;
  76. -moz-transition: all 0.6s ease-in-out 0s;
  77. -webkit-transition: all 0.6s ease-in-out 0s;
  78. -o-transition: all 0.6s ease-in-out 0s;
  79. font-family:{font:Body};
  80. text-transform:uppercase;
  81. font-weight:none;
  82. text-align: center;
  83. text-decoration: none;
  84. color: {color:Links};
  85. }
  86.  
  87. a:hover {
  88. transition: all 0.6s ease-in-out 0s;
  89. -moz-transition: all 0.6s ease-in-out 0s;
  90. -webkit-transition: all 0.6s ease-in-out 0s;
  91. -o-transition: all 0.6s ease-in-out 0s;
  92. text-align: center;
  93. color: {color:Links Hover};
  94. }
  95.  
  96. a img {
  97. border: 0px;
  98. }
  99.  
  100. .sidebar {
  101. background-color: {color:Sidebar Right};
  102. border-left: 10px solid {color:Background};
  103. height: 100%;
  104. position: fixed;
  105. right: 0;
  106. top: 0;
  107. width: 310px;
  108. }
  109.  
  110. .sidebarborder {
  111. background-color: {color:Sidebar Border};
  112. width:120px;
  113. position: fixed;
  114. right: 320px;
  115. top:0;
  116. height:100%;
  117. }
  118.  
  119.  
  120. .rounds {
  121. height:595px;
  122. width:190px;
  123. margin:auto;
  124. position:fixed;
  125. top:0pt;
  126. right:216px;
  127. bottom:0pt;
  128. }
  129.  
  130. .image1 {
  131. height:170px;
  132. width:170px;
  133. background-color:{color:Background};
  134. -moz-border-radius:170px;
  135. border-radius:170px;
  136. -webkit-border-radius: 170px;
  137. background-image:url({image:Sidebar Round 1});
  138. border:7px solid {color:Background};
  139. margin-bottom:22px;
  140. z-index:100;
  141. }
  142.  
  143. .image11 {
  144. height:170px;
  145. width:170px;
  146. margin-top:-205px;
  147. background-color:#fff;
  148. -moz-border-radius:170px;
  149. border-radius:170px;
  150. -webkit-border-radius: 170px;
  151. border:7px solid {color:Background};
  152. margin-bottom:22px;
  153. z-index:1000;
  154. opacity:0.2;
  155. transition: all 0.6s ease-in-out 0s;
  156. -moz-transition: all 0.6s ease-in-out 0s;
  157. -webkit-transition: all 0.6s ease-in-out 0s;
  158. -o-transition: all 0.6s ease-in-out 0s;
  159. }
  160.  
  161.  
  162. .image11:hover {
  163. height:170px;
  164. width:170px;
  165. margin-top:-205px;
  166. background-color:#fff;
  167. -moz-border-radius:170px;
  168. border-radius:170px;
  169. -webkit-border-radius: 170px;
  170. border:7px solid {color:Background};
  171. margin-bottom:22px;
  172. z-index:1000;
  173. opacity:0;
  174. transition: all 0.6s ease-in-out 0s;
  175. -moz-transition: all 0.6s ease-in-out 0s;
  176. -webkit-transition: all 0.6s ease-in-out 0s;
  177. -o-transition: all 0.6s ease-in-out 0s;
  178. }
  179.  
  180. .roundlinks {
  181. height:139px;
  182. width:184px;
  183. -moz-border-radius:170px;
  184. -webkit-border-radius:170px;
  185. border-radius:170px;
  186. background-color:{color:Background};
  187. text-align:center;
  188. padding-top:45px;
  189. line-height: 180%;
  190. text-transform:uppercase;
  191. font-family:{font:Body};
  192. font-size:6px;
  193. letter-spacing:2px;
  194. margin-bottom:22px;
  195. }
  196.  
  197. .roundlinks a:link, .roundlinks a:active, .roundlinks a:visited {
  198. transition: all 0.6s ease-in-out 0s;
  199. -moz-transition: all 0.6s ease-in-out 0s;
  200. -webkit-transition: all 0.6s ease-in-out 0s;
  201. -o-transition: all 0.6s ease-in-out 0s;
  202. font-color:{color:Links};
  203. font-family:{font:Body};
  204. font-size:6px;
  205. letter-spacing:2px;
  206. }
  207.  
  208. .roundlinks a:hover {
  209. transition: all 0.6s ease-in-out 0s;
  210. -moz-transition: all 0.6s ease-in-out 0s;
  211. -webkit-transition: all 0.6s ease-in-out 0s;
  212. -o-transition: all 0.6s ease-in-out 0s;
  213. color: {color:Links Hover};
  214. font-family:{font:Body};
  215. font-size:6px;
  216. letter-spacing:2px;
  217. }
  218.  
  219.  
  220. .image2 {
  221. height:170px;
  222. width:170px;
  223. -moz-border-radius:170px;
  224. border-radius:170px;
  225. -webkit-border-radius:170px;
  226. background-image:url({image:Sidebar Round 2});
  227. border:7px solid {color:Background};
  228. }
  229.  
  230. .image22 {
  231. height:170px;
  232. width:170px;
  233. border-radius:170px;
  234. margin-top:-184px;
  235. background-color:{color:Background};
  236. -moz-border-radius:170px;
  237. -webkit-border-radius: 170px;
  238. border:7px solid {color:Background};
  239. margin-bottom:22px;
  240. z-index:1000;
  241. opacity:0.2;
  242. transition: all 0.6s ease-in-out 0s;
  243. -moz-transition: all 0.6s ease-in-out 0s;
  244. -webkit-transition: all 0.6s ease-in-out 0s;
  245. -o-transition: all 0.6s ease-in-out 0s;
  246. }
  247.  
  248.  
  249. .image22:hover {
  250. height:170px;
  251. width:170px;
  252. margin-top:-184px;
  253. background-color:#fff;
  254. -moz-border-radius:170px;
  255. -webkit-border-radius: 170px;
  256. border:7px solid {color:Background};
  257. margin-bottom:22px;
  258. z-index:1000;
  259. opacity:0;
  260. transition: all 0.6s ease-in-out 0s;
  261. -moz-transition: all 0.6s ease-in-out 0s;
  262. -webkit-transition: all 0.6s ease-in-out 0s;
  263. -o-transition: all 0.6s ease-in-out 0s;
  264. }
  265.  
  266.  
  267. .sidebarleft {
  268. height:430px;
  269. width:248px;
  270. margin:auto;
  271. top:0pt;
  272. bottom:0pt;
  273. position:fixed;
  274. right: 1000px;
  275. }
  276.  
  277. .content {
  278. background-color: {color:Post Background};
  279. font-family: {font:Body};
  280. font-size: 9px;
  281. padding: 20px;
  282. right:450px;
  283. position: absolute;
  284. width: 500px;
  285. z-index: 1;
  286. }
  287.  
  288.  
  289. .sidebardisc {
  290. height:190px;
  291. background-color:{color:Sidebar Right};
  292. font-size: {text:Sidebar Font Size};
  293. color:{color:Text};
  294. letter-spacing: 0.5px;
  295. line-height:100%;
  296. text-transform:uppercase;
  297. text-align:justify;
  298. width: 228px;
  299. padding:10px;
  300. font-family:{font:Sidebar};
  301. opacity:0.5;
  302. margin-bottom:5px;
  303. margin-top:10px;
  304. transition: all 0.6s ease-in-out 0s;
  305. -moz-transition: all 0.6s ease-in-out 0s;
  306. -webkit-transition: all 0.6s ease-in-out 0s;
  307. -o-transition: all 0.6s ease-in-out 0s;
  308. }
  309.  
  310.  
  311. .sidebardisc:hover {
  312. opacity:1;
  313. transition: all 0.6s ease-in-out 0s;
  314. -moz-transition: all 0.6s ease-in-out 0s;
  315. -webkit-transition: all 0.6s ease-in-out 0s;
  316. -o-transition: all 0.6s ease-in-out 0s;
  317. background-color:{color:Sidebar Right};
  318. }
  319.  
  320. .sidebarimage {
  321. width:248px;
  322. height:200px;
  323. transition: all 0.6s ease-in-out 0s;
  324. -moz-transition: all 0.6s ease-in-out 0s;
  325. -webkit-transition: all 0.6s ease-in-out 0s;
  326. -o-transition: all 0.6s ease-in-out 0s;
  327. background-image:url({image:Sidebar Left});
  328. opacity:0.8;
  329. }
  330.  
  331. .sidebarimage:hover {
  332. opacity:1;
  333. transition: all 0.6s ease-in-out 0s;
  334. -moz-transition: all 0.6s ease-in-out 0s;
  335. -webkit-transition: all 0.6s ease-in-out 0s;
  336. -o-transition: all 0.6s ease-in-out 0s;
  337. }
  338.  
  339. .title1 {
  340. font-family:Ruthie;
  341. font-size:35px;
  342. text-transform:lowercase;
  343. color:{color:Title 1};
  344. margin-left:3px;
  345. letter-spacing:0.5px;
  346. }
  347.  
  348. .title2 {
  349. font-family: times new roman;
  350. font-size:6px;
  351. letter-spacing:3px;
  352. text-align:right;
  353. text-transform:uppercase;
  354. margin-right:3px;
  355. }
  356.  
  357. .sidebarlinks {
  358. color: #000;
  359. font-family: times new roman;
  360. height: 125px;
  361. letter-spacing: 3px;
  362. padding: 5px;
  363. text-align:right;
  364. margin:auto;
  365. top:0pt;
  366. bottom:0pt;
  367. position:absolute;
  368.  
  369. }
  370.  
  371. .sidebarlinks a:link, .sidebarlinks a:active, .sidebarlinks a:visited {
  372. color: #000;
  373. font-family: times new roman;
  374. height: 20px;
  375. letter-spacing: 3px;
  376. padding: 15px 30px;
  377. text-align: center;
  378. width: 150px;
  379. }
  380.  
  381. .sidebarlinks a:hover {
  382. transition: all 0.6s ease-in-out 0s;
  383. -moz-transition: all 0.6s ease-in-out 0s;
  384. -webkit-transition: all 0.6s ease-in-out 0s;
  385. -o-transition: all 0.6s ease-in-out 0s;
  386. color: #000;
  387. font-family: times new roman;
  388. height: 20px;
  389. letter-spacing: 3px;
  390. padding: 15px 30px;
  391. text-align: center;
  392. width: 150px;
  393. }
  394.  
  395.  
  396.  
  397. .post img {
  398. display: block;
  399. margin: 0 auto;
  400. }
  401.  
  402.  
  403.  
  404.  
  405. .notesandtags {
  406. padding: 5px;
  407. font-size: 7px;
  408. background-color: {color:Sidebar Right};
  409. margin-bottom: 5px;
  410. margin-top: 5px;
  411. line-height:100%;
  412. overflow:auto;}
  413.  
  414. .notesandtags a:hover {
  415. color:#fff;
  416. }
  417.  
  418. .tags {
  419. font-size: 7px;
  420. letter-spacing: 1px;
  421. line-height: 100%;
  422. margin-bottom: 30px;
  423. opacity: 0.5;
  424. padding: 0 10px;
  425. text-transform: uppercase;
  426. width: 500px;
  427. }
  428.  
  429. .tag {
  430. font-weight: normal;
  431. margin-right: 2px;
  432. font-size: 7px;
  433. color: #fff;
  434. font-family:{font:Body};
  435. line-height:100%;
  436. }
  437.  
  438.  
  439. .time {
  440. color: #000;
  441. font-size: 6.5px;
  442. font-weight: none;
  443. letter-spacing: 3px;
  444. font-family:{font:Body};
  445. text-transform: uppercase;
  446. }
  447.  
  448. h3 {
  449. color:#000;
  450. font-family: {font:Body};
  451. font-size: 8px;
  452. letter-spacing:4px;
  453. line-height: 20px;
  454. margin: 0;
  455. padding: 5px;
  456. text-align: center;
  457. }
  458.  
  459. h3 a:link, h3 a:active, h3 a:visited {
  460. font-family:{font:Body};
  461. color:#000;
  462. font-size: 8px;
  463. letter-spacing:4px;}
  464.  
  465. blockquote {
  466. background-color: {color:Background};
  467. border-left: 7px solid {color:Sidebar Border};
  468. font-family: {font:Body};
  469. font-size: 10px;
  470. margin: 5px 5px 5px 2px;
  471. padding-left: 5px;
  472. padding-right: 10px;
  473. width: 450px;
  474. }
  475.  
  476. blockquote a:link, blockquote a:active, blockquote a:visited {
  477. font-size:8px;
  478. margin
  479.  
  480. }
  481.  
  482. .quote {
  483. font-family: {font:Body};font-size: 9px;
  484.  
  485. text-transform:lowercase;
  486. color: #000;
  487. letter-spacing:1px;
  488. }
  489.  
  490. .source {
  491. margin-left: 105px;
  492. margin-bottom:10px;
  493. margin-top:-3px;
  494. text-transform:uppercase;
  495. font-family:{font:Body};
  496. font-size: 7px;
  497. letter-spacing:2px;
  498. }
  499.  
  500. .link {
  501. color: #000;
  502. padding: 5px;
  503. font-size: 10px;
  504. font-family:{font:Body};
  505. text-transform:uppercase;
  506. letter-spacing:4px;
  507. }
  508.  
  509. .link:hover {
  510. color: {color:Link Hover};
  511. }
  512.  
  513. ul.chat {
  514. margin: 0;
  515. padding: 0;
  516. }
  517.  
  518. .chat li {
  519. list-style-type: none;
  520. margin-left: 0px;
  521. padding: 3px;
  522. }
  523.  
  524. .chat li.odd {
  525. background-color: {color:Background};
  526. margin-bottom: 1px;
  527. color: #1d1d1d;
  528. }
  529.  
  530. .chat li.even {
  531. background-color: {color:Background} ;
  532. margin-bottom: 1px;
  533. color: #1d1d1d;
  534. }
  535.  
  536. .label {
  537. font-weight: bold;
  538. }
  539.  
  540. .notes img {
  541. float: left;
  542. margin-right: 2px;
  543. position: relative;
  544. top: 2px;
  545. width: 10px;
  546. }
  547.  
  548. ol.notes, .notes li {
  549. list-style: none outside none;
  550. margin: 0;
  551. padding: 0;
  552. }
  553.  
  554. .asker {
  555. color: #000000;
  556. font-family: {font:Body};
  557. font-size: 7px;
  558. letter-spacing: 1px;
  559. line-height: 100%;
  560. text-align: center;
  561. text-transform: uppercase;
  562. }
  563.  
  564. .asker a:link, .asker a:active, .asker a:visited {
  565. color: #000000;
  566. font-family: {font:Body};
  567. font-size: 7px;
  568. letter-spacing: 1px;
  569. line-height: 100%;
  570. text-align: center;
  571. text-transform: uppercase;
  572. }
  573.  
  574. .asker a:hover {
  575. color: #000000;
  576. font-family:{font:Body};
  577. font-size: 7px;
  578. letter-spacing: 1px;
  579. line-height: 100%;
  580. text-align: center;
  581. text-transform: uppercase;
  582. }
  583.  
  584. .title {
  585. font-size: 30px;
  586. font-family: {font:Body};
  587. letter-spacing: -2px;
  588. color: {color:Title} ;
  589. }
  590.  
  591.  
  592. #foto:hover .caps {
  593. display:block;
  594. transition: all 0.6s ease-in-out 0s;
  595. -moz-transition: all 0.6s ease-in-out 0s;
  596. -webkit-transition: all 0.6s ease-in-out 0s;
  597. -o-transition: all 0.6s ease-in-out 0s;
  598. }
  599.  
  600. {block:IndexPage}#foto .caps {
  601. display: none;
  602. transition: all 0.6s ease-in-out 0s;
  603. -moz-transition: all 0.6s ease-in-out 0s;
  604. -webkit-transition: all 0.6s ease-in-out 0s;
  605. -o-transition: all 0.6s ease-in-out 0s;
  606. }{/block:IndexPage}
  607.  
  608.  
  609. #fotoset:hover .caps {
  610. display:block;
  611. transition: all 0.6s ease-in-out 0s;
  612. -moz-transition: all 0.6s ease-in-out 0s;
  613. -webkit-transition: all 0.6s ease-in-out 0s;
  614. -o-transition: all 0.6s ease-in-out 0s;
  615. }
  616.  
  617. {block:IndexPage}#fotoset .caps {
  618. display: none;
  619. transition: all 0.6s ease-in-out 0s;
  620. -moz-transition: all 0.6s ease-in-out 0s;
  621. -webkit-transition: all 0.6s ease-in-out 0s;
  622. -o-transition: all 0.6s ease-in-out 0s;
  623. }{/block:IndexPage}
  624.  
  625.  
  626.  
  627.  
  628. {CustomCSS}
  629. </style>
  630.  
  631. <title>{Title}</title>
  632.  
  633.  
  634.  
  635.  
  636. </head>
  637.  
  638. <body>
  639. <div class="sidebarleft">
  640.  
  641. <div class="title1">{text:Maintitle1 Text}</div>
  642. <div class="title2">{text:Maintitle2 Text}</div>
  643. <div class="sidebardisc">
  644. {block:Description}
  645. {Description}
  646. {/block:Description}
  647. </div>
  648.  
  649. <div class="sidebarimage"></div>
  650.  
  651. {block:Pagination} <div style="margin-top:5px; height:20px; width:248px; background-color:{color:Sidebar Border}; text-align:center; font-family:times new roman;font-size:7px; color:#000; text-transform:uppercase; line-height:20px; letter-spacing:2px;">
  652. {block:PreviousPage}
  653. <a href="{PreviousPage}" style="font-family:times new roman;font-size:7px; color:#000; text-transform:uppercase; line-height:20px; letter-spacing:2px;">PREV</a>
  654. {/block:PreviousPage}
  655. {block:NextPage}
  656. <a href="{NextPage}" style="font-family:times new roman;font-size:7px; color:#000; text-transform:uppercase; line-height:20px; letter-spacing:2px;">NEXT</a>
  657. {/block:NextPage}</div>
  658. {/block:Pagination}
  659.  
  660.  
  661. </div>
  662.  
  663.  
  664. <div class="sidebar"></div>
  665. <div class="sidebarborder"></div>
  666.  
  667. <div class="rounds">
  668.  
  669. <div class="image1"></div>
  670. <div class="image11"></div>
  671.  
  672. <div class="roundlinks">
  673.  
  674.  
  675. <a href="/">home</a>
  676. <br>
  677. <a href="/ask">ask</a>
  678. <br>
  679. <a href="{text:Custom Link One URL}">{text:Custom Link One}</a>
  680. <br>
  681. <a href="{text:Custom Link Two URL}">{text:Custom Link Two}</a>
  682. <br>
  683. <a href="{text:Custom Link Three URL}">{text:Custom Link Three}</a>
  684. <br>
  685. <a href="{text:Custom Link Four URL}">{text:Custom Link Four}</a>
  686. <br>
  687. <a href="{text:Custom Link Five URL}">{text:Custom Link Five}</a>
  688. <br>
  689. <a href="http://labyrinthines.tumblr.com/">theme</a>
  690. </div>
  691.  
  692.  
  693.  
  694.  
  695. <div class="image2"></div>
  696. <div class="image22"></div>
  697.  
  698. </div>
  699.  
  700.  
  701. <div class="content">
  702.  
  703. {block:Posts}
  704.  
  705.  
  706. {block:Text}
  707.  
  708. {block:Title}
  709. <h3><a href="{Permalink}">{Title}</a></h3>
  710. {/block:Title}
  711. {Body}
  712. {block:PermalinkPage}
  713. {/block:PermalinkPage}
  714. {/block:Text}
  715.  
  716. {block:Photo}
  717. <div id="foto">
  718. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  719.  
  720. {block:Caption}<div class="caps">{Caption}</div>
  721.  
  722.  
  723. {block:ContentSource}
  724. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  725. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  726. {/block:SourceLogo}
  727. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  728. {/block:ContentSource}{/block:Caption}</div>
  729. {/block:Photo}
  730.  
  731. {block:Photoset}
  732. <div id="fotoset">
  733. <center>{Photoset-500}</center>
  734. {block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
  735. {/block:Photoset}
  736.  
  737. {block:Quote}
  738. <div style="width:470px; text-align:justify; background-color:{color:Sidebar Border}; margin-bottom:5px; padding:15px; "><span class="quote">"{Quote}"</span></div>
  739. {block:Source}
  740.  
  741. <div style="font-size:35px; margin-left:30px; margin-top:-11px; color:{color:Sidebar Border};">β—„ </div> <div class="source"> {Source}</div>
  742. {/block:Source}
  743.  
  744. {/block:Quote}
  745.  
  746. {block:Link}
  747. <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
  748. {block:Description}
  749. <div class="description">{Description}</div>
  750. {/block:Description}
  751. {block:PermalinkPage}
  752. {/block:PermalinkPage}
  753. {/block:Link}
  754.  
  755. {block:Chat}
  756. {block:Title}
  757. <h3><a href="{Permalink}">{Title}</a></h3>
  758. {/block:Title}
  759. <ul class="chat">
  760. {block:Lines}
  761. <li class="{Alt} user_{UserNumber}">
  762. {block:Label}
  763. <span class="label">{Label}</span>
  764. {/block:Label}
  765. {Line}
  766. </li>
  767. {/block:Lines}
  768. </ul>
  769. {/block:Chat}
  770.  
  771. {block:Video} <div id="fotoset">
  772. <center>{Video-500}</center>
  773. {block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
  774. {/block:Video}
  775.  
  776. {block:Audio} <div id="fotoset">
  777. <center>
  778. <div style="text-transform:uppercase; width:480px; height:75px; padding: 15px;">{block:AlbumArt}
  779. <img src="{AlbumArtURL}" width="75px" height="75px;" style="float:left;">
  780. {/block:AlbumArt}
  781. {AudioPlayerWhite}
  782. <span style="color:#000; font-family:consolas; font-size:8px; letter-spacing:3px; ">
  783. {block:Artist}
  784. {Artist}
  785. {/block:Artist} - {block:TrackName}
  786. {TrackName}
  787. {/block:TrackName}<br>
  788. {PlayCountWithLabel}
  789. </span> </div>
  790. </center>{block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
  791. {/block:Audio}
  792.  
  793. {block:Answer}
  794.  
  795. <div style="width:470px; background-color:{color:Sidebar Border}; margin-bottom:5px; padding:15px; text-align:justify;">{Question}</div>
  796. <center> <div style="font-size:35px; margin-top:-11px; margin-left:-400px; color:{color:Sidebar Border};">β—„</div> <span style="font-size:7px; text-transform:uppercase;">ASKED BY {Asker}</span></center><div style="text-align:right;">
  797. {Answer}
  798. </div>
  799. {/block:Answer}
  800.  
  801. <div class="notesandtags">
  802. <div class="time">{block:Date}Posted: <a href="{Permalink}">{TimeAgo}</a>{/block:Date} <div style="float:right; font-size:8px; font-family:calibri;">{block:NoteCount} <font color="#8b5e5d"><span style="font-size:8px; ">β₯ </span></font> {NoteCount}{/block:NoteCount}</div>
  803.  
  804. </div>
  805.  
  806. </div>
  807.  
  808. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags}</div>
  809.  
  810. {block:PermalinkPage}<div style="margin-top:-10px;">
  811. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  812.  
  813. {/block:Posts}
  814. </div>
  815.  
  816.  
  817.  
  818.  
  819.  
  820. </div>
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830. </body>
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement