Advertisement
briqhter

theme 13 v1

Dec 5th, 2014
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.76 KB | None | 0 0
  1. <!--
  2. theme 13 version 1 by Sabina (dyothms/luhyns)
  3. please do not remove the credit
  4. -->
  5.  
  6. <!DOCTYPE html>
  7. <html lang="en">
  8.  
  9. <head>
  10.  
  11. <!------script------>
  12.  
  13. <!------meta1------>
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:title" content="#777777"/>
  16. <meta name="color:text" content="#777777"/>
  17. <meta name="color:link" content="#777777"/>
  18. <meta name="color:hover" content="#575757"/>
  19. <meta name="color:borders" content="#dddddd"/>
  20. <meta name="color:link text" content="#b39fff"/>
  21. <meta name="color:link background" content="#eaf7ff"/>
  22. <meta name="color:link underline" content="#b39fff"/>
  23.  
  24. <meta name="color:sidebar border" content="#c8bfe7"/>
  25. <meta name="color:sidebar shadow" content="#e2e8f0"/>
  26. <meta name="color:navi title" content="#e3c0e7"/>
  27. <meta name="color:navi background" content="#ffffff"/>
  28. <meta name="color:navi links" content="#767676"/>
  29.  
  30. <meta name="color:post border" content="#c8bfe7"/>
  31. <meta name="color:post shadow" content="#dddddd"/>
  32. <meta name="color:audio" content="#c8bfe7"/>
  33. <meta name="color:asker" content="#e3c0e7"/>
  34. <meta name="color:tags" content="#e3c0e7"/>
  35. <meta name="color:pagination" content="#c8d5f7"/>
  36. <meta name="color:scrollbar" content="#c8bfe7"/>
  37.  
  38. <meta name="image:background" content="0"/>
  39. <meta name="image:sidebar" content="0"/>
  40.  
  41. <meta name="text:blogtitle" content="title"/>
  42. <meta name="text:link 1" content="/"/>
  43. <meta name="text:link 2" content="/"/>
  44. <meta name="text:link 3" content="/"/>
  45. <meta name="text:link 4" content="/"/>
  46. <meta name="text:link 5" content="/"/>
  47. <meta name="text:link 6" content="http://dyothms.tumblr.com/"/>
  48. <meta name="text:link 1 title" content="link 1"/>
  49. <meta name="text:link 2 title" content="link 2"/>
  50. <meta name="text:link 3 title" content="link 3"/>
  51. <meta name="text:link 4 title" content="link 4"/>
  52. <meta name="text:link 5 title" content="link 5"/>
  53. <meta name="text:link 6 title" content="credit"/>
  54.  
  55. <meta name="if:short sidebar" content="1"/>
  56. <meta name="if:sidebar shadow" content="1"/>
  57. <meta name="if:post shadow" content="1"/>
  58. <meta name="if:alt pagination" content="1"/>
  59. <meta name="if:250px posts" content="0"/>
  60. <meta name="if:400px posts" content="1"/>
  61. <meta name="if:500px posts" content="0"/>
  62. <meta name="if:black and white posts" content="0"/>
  63.  
  64.  
  65. <!------meta2------>
  66.  
  67. <style type="text/css">
  68.  
  69. /* basics */
  70. body {
  71. font-family:calibri;
  72. font-size:11px;
  73. line-height:12px;
  74. color:{color:text};
  75. background-color:{color:background};
  76. background-image:url({image:background});
  77. background-attachment:fixed;
  78. background-repeat:repeat;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. text-decoration:none;
  83. color:{color:link};
  84. }
  85.  
  86. a:hover {
  87. color:{color:hover};
  88. }
  89.  
  90. img {
  91. border:0;
  92. max-width:100%;
  93. height:auto;
  94. }
  95.  
  96. ::-webkit-scrollbar {width: 8px; height: 4px; background: white; }
  97. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 1px; }
  98.  
  99. /* posts */
  100. #posts {
  101. z-index:10;
  102. margin-top:10px;
  103. margin-left:450px;
  104. width:500px;
  105. }
  106.  
  107. #entry {
  108. margin:40px;
  109. padding:10px;
  110. background:white;
  111. border:1px solid {color:post border};
  112. {block:IfPostShadow}
  113. box-shadow: 8px -8px 0px {color:post shadow};
  114. {/block:IfPostShadow}
  115. {block:If250pxPosts}width:250px;{/block:If250pxPosts}
  116. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  117. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  118. }
  119.  
  120. .bw{
  121. -webkit-filter: grayscale(1);
  122. filter: grayscale(1);
  123. transition: all 0.4s ease-out;
  124. -o-transition-transition: all 0.4s ease-out;
  125. -webkit-transition: all 0.4s ease-out;
  126. -moz-transition: all 0.4s ease-out;
  127. }
  128.  
  129. #entry:hover .bw{
  130. -webkit-filter: grayscale(0);
  131. filter: grayscale(0);
  132. }
  133.  
  134. .perma{
  135. margin:-10px;
  136. margin-bottom:10px;
  137. height:16px;
  138. background:{color:post border};
  139. line-height:16px;
  140. padding:5px;
  141. padding-left:10px;
  142. color:white;
  143. letter-spacing:1px;
  144. font-family:consolas;
  145. font-size:10px;
  146. {block:If250pxPosts}
  147. font-size:9px;
  148. letter-spacing:0px;
  149. {/block:If250pxPosts}
  150. }
  151.  
  152. .perma a{
  153. color:white;
  154. background-color:transparent;
  155. }
  156.  
  157. .perma a:hover{
  158. border-bottom:0px;
  159. }
  160.  
  161. .pbox1{
  162. position:absolute;
  163. margin-top:-15px;
  164. margin-left:354px;
  165. height:12px;
  166. width:16px;
  167. border:1px solid white;
  168. background:{color:post border};
  169. line-height:6px;
  170. text-align:center;
  171. {block:If250pxPosts}margin-left:204px;{/block:If250pxPosts}
  172. {block:If400pxPosts}margin-left:354px;{/block:If400pxPosts}
  173. {block:If500pxPosts}margin-left:454px;{/block:If500pxPosts}
  174. }
  175.  
  176. .pbox2{
  177. position:absolute;
  178. margin-top:-15px;
  179. margin-left:370px;
  180. height:12px;
  181. width:16px;
  182. border:1px solid white;
  183. background:{color:post border};
  184. line-height:12px;
  185. text-align:center;
  186. {block:If250pxPosts}margin-left:220px;{block:If250pxPosts}
  187. {block:If400pxPosts}margin-left:370px;{/block:If400pxPosts}
  188. {block:If500pxPosts}margin-left:470px;{/block:If500pxPosts}
  189. }
  190.  
  191. .pbox3{
  192. position:absolute;
  193. margin-top:-15px;
  194. margin-left:386px;
  195. height:12px;
  196. width:16px;
  197. border:1px solid white;
  198. background:{color:post border};
  199. line-height:12px;
  200. text-align:center;
  201. {block:If250pxPosts}margin-left:236px;{block:If250pxPosts}
  202. {block:If400pxPosts}margin-left:386px;{/block:If400pxPosts}
  203. {block:If500pxPosts}margin-left:486px;{/block:If500pxPosts}
  204. }
  205.  
  206. .tags{
  207. margin:-10px;
  208. margin-top:10px;
  209. height:auto;
  210. background:white;
  211. border-top:1px solid {color:post border};
  212. line-height:12px;
  213. padding:7px;
  214. padding-left:10px;
  215. letter-spacing:1px;
  216. font-family:consolas;
  217. font-size:10px;
  218. color:{color:tags};
  219. text-transform:uppercase;
  220. }
  221.  
  222. .tags a{
  223. color:{color:tags};
  224. }
  225.  
  226. .tags a:hover{
  227. border-bottom:1px solid {color:link underline};
  228. }
  229.  
  230. #posts .tags .comma:last-child {
  231. display:none;
  232. }
  233.  
  234. .vias{
  235. margin:-10px;
  236. margin-top:10px;
  237. height:auto;
  238. background:white;
  239. border-top:1px solid {color:post border};
  240. border-bottom:1px solid {color:post border};
  241. line-height:12px;
  242. padding:7px;
  243. padding-left:10px;
  244. color:{color:text};
  245. letter-spacing:1px;
  246. font-family:consolas;
  247. font-size:10px;
  248. text-transform:uppercase;
  249. }
  250.  
  251. .vias a{
  252. color:{color:tags};
  253. }
  254.  
  255. .vias a:hover {
  256. border-bottom:1px solid {color:link underline};
  257. }
  258.  
  259. .title {
  260. width:auto;
  261. font-family:consolas;
  262. font-size:12px;
  263. line-height:16px;
  264. color:{color:title};
  265. letter-spacing:1px;
  266. }
  267.  
  268. .title a{
  269. color:{color:link text};
  270. background-color:{color:link background};
  271. }
  272.  
  273. .title a:hover{
  274. border-bottom:1px solid {color:link underline};
  275. }
  276.  
  277. .caption {
  278. overflow:hidden;
  279. }
  280.  
  281. .caption a{
  282. color:{color:link text};
  283. background-color:{color:link background};
  284. }
  285.  
  286. .caption a:hover{
  287. border-bottom:1px solid {color:link underline}
  288. }
  289.  
  290. #posts blockquote {
  291. margin-left:10px;
  292. padding-left:5px;
  293. border-left:solid 1px {color:borders};
  294. }
  295.  
  296. #posts #notecontainer {
  297. margin-top:20px;
  298. margin-left:-20px;
  299. {block:If250pxPosts}width:250px;{/block:If250pxPosts}
  300. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  301. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  302. font-size: 11px;
  303. line-height:16px;
  304. }
  305.  
  306. #notecontainer a{
  307. color:{color:link text};
  308. background-color:{color:link background};
  309. }
  310.  
  311. #notecontainer a:hover{
  312. border-bottom:1px solid {color:link underline}
  313. }
  314.  
  315. #posts #notecontainer ol.notes {
  316. list-style-type: none;
  317. margin: 0;
  318. padding-top: 10px;
  319. padding-bottom: 10px;
  320. }
  321.  
  322. #posts #notecontainer img.avatar {
  323. margin-right: 5px;
  324. width: 16px;
  325. height: 16px;
  326. }
  327.  
  328. #asker {
  329. margin-left:-10px;
  330. margin-right:-10px;
  331. min-height:38px;
  332. padding:5px;
  333. padding-right:10px;
  334. padding-left:10px;
  335. background:white;
  336. border:1px solid {color:post border};
  337. border-right:0px;
  338. border-left:5px solid {color:post border};
  339. }
  340.  
  341. #asker img {
  342. margin-right:10px;
  343. padding:3px;
  344. background:white;
  345. border:1px solid {color:borders};
  346. }
  347.  
  348. #asker a {
  349. text-transform:uppercase;
  350. letter-spacing:1px;
  351. background-color:transparent;
  352. border-bottom:0px;
  353. font-family:consolas;
  354. color:{color:asker};
  355. }
  356.  
  357. #asker a:hover {
  358. border-bottom:1px solid {color:link underline};
  359. }
  360.  
  361. #ans {
  362. margin-left:-10px;
  363. margin-right:-10px;
  364. margin-top:10px;
  365. min-height:38px;
  366. padding:5px;
  367. padding-right:10px;
  368. padding-left:10px;
  369. background:white;
  370. border:1px solid {color:post border};
  371. border-left:0px;
  372. border-right:5px solid {color:post border};
  373. text-align:right;
  374. }
  375.  
  376. #ans a{
  377. color:{color:link text};
  378. background-color:{color:link background};
  379. }
  380.  
  381. #ans a:hover{
  382. border-bottom:1px solid {color:link underline}
  383. }
  384.  
  385. .line {
  386. font-size:11px;
  387. line-height:20px;
  388. }
  389.  
  390. .odd .line {
  391. margin-left:-10px;
  392. margin-right:-10px;
  393. padding-left:10px;
  394. border:1px solid {color:post border};
  395. border-left:5px solid {color:post border};
  396. border-right:0px;
  397. }
  398.  
  399. .even .line {
  400. margin-left:-10px;
  401. margin-right:-10px;
  402. padding-left:15px;
  403. border-right:0px;
  404. border-left:0px;
  405. }
  406.  
  407. .label {
  408. letter-spacing:uppercase;
  409. }
  410.  
  411. .qsource {
  412. font-size:12px;
  413. font-style:italic;
  414. font-family:calibri;
  415. }
  416.  
  417. .qsource a{
  418. color:{color:link text};
  419. background-color:{color:link background};
  420. }
  421.  
  422. .qsource a:hover{
  423. border-bottom:1px solid {color:link underline}
  424. }
  425.  
  426. .aud1 {
  427. margin-left:-10px;
  428. margin-right:-10px;
  429. margin-top:10px;
  430. padding:10px;
  431. background:white;
  432. border:1px solid {color:post border};
  433. border-left:5px solid {color:post border};
  434. border-right:0px;
  435. text-align:left;
  436. }
  437.  
  438. .aud2 {
  439. margin-left:-10px;
  440. margin-right:-10px;
  441. margin-top:10px;
  442. padding:10px;
  443. background:white;
  444. border:1px solid {color:post border};
  445. border-right:5px solid {color:post border};
  446. border-left:0px;
  447. text-align:left;
  448. }
  449.  
  450. .aud2 img{
  451. margin-left:5px;
  452. width:50px;
  453. padding:5px;
  454. background:white;
  455. border:1px solid {color:borders};
  456. }
  457.  
  458. .aud3 {
  459. position:absolute;
  460. overflow:hidden;
  461. margin-top:-1px;
  462. margin-left:75px;
  463. width:160px;
  464. height:60px;
  465. {block:If250pxPosts}width:170px;{/block:If250pxPosts}
  466. {block:If400pxPosts}width:160px;{/block:If400pxPosts}
  467. {block:If500pxPosts}width:210px;{/block:If500pxPosts}
  468. }
  469.  
  470. .a1{
  471. overflow:hidden;
  472. margin-top:10px;
  473. width:140px;
  474. height:10px;
  475. padding:5px;
  476. padding-top:3px;
  477. padding-bottom:3px;
  478. background:white;
  479. border:1px solid {color:audio};
  480. border-left:5px solid {color:audio};
  481. line-height:10px;
  482. {block:If250pxPosts}width:150px;{/block:If250pxPosts}
  483. {block:If400pxPosts}width:140px;{/block:If400pxPosts}
  484. {block:If500pxPosts}width:190px;{/block:If500pxPosts}
  485. }
  486.  
  487. .aud4 {
  488. position:absolute;
  489. overflow:hidden;
  490. margin-top:-1px;
  491. margin-left:240px;
  492. width:160px;
  493. height:60px;
  494. {block:If400pxPosts}width:160px;{/block:If400pxPosts}
  495. {block:If500pxPosts}
  496. margin-left:290px;
  497. width:210px;
  498. {/block:If500pxPosts}
  499. }
  500.  
  501. /* sidebar */
  502. #sidebar {
  503. position:fixed;
  504. margin-left:170px;
  505. margin-top:170px;
  506. width:200px;
  507. height:auto;
  508. background-color:white;
  509. padding:10px;
  510. border:1px solid {color:sidebar border};
  511. font-size:9px;
  512. font-family:Arial;
  513. {block:IfShortSidebar}
  514. margin-left:210px;
  515. width:160px;
  516. {/block:IfShortSidebar}
  517. {block:IfSidebarShadow}
  518. box-shadow: 5px -5px 0px {color:sidebar shadow};
  519. {/block:IfSidebarShadow}
  520. }
  521.  
  522. .simg{
  523. margin-bottom:5px;
  524. }
  525.  
  526. .desc a{
  527. color:{color:link text};
  528. background-color:{color:link background};
  529. }
  530.  
  531. .desc a:hover{
  532. border-bottom:1px solid {color:link underline}
  533. }
  534.  
  535. .sidebartop{
  536. margin:-10px;
  537. margin-bottom:10px;
  538. height:16px;
  539. background:{color:sidebar border};
  540. line-height:16px;
  541. padding:5px;
  542. padding-left:10px;
  543. color:white;
  544. letter-spacing:1px;
  545. font-family:consolas;
  546. font-size:10px;
  547. }
  548.  
  549. .sbox1{
  550. position:absolute;
  551. margin-top:-15px;
  552. margin-left:154px;
  553. height:12px;
  554. width:16px;
  555. border:1px solid white;
  556. background:{color:sidebar border};
  557. line-height:6px;
  558. text-align:center;
  559. {block:IfShortSidebar}margin-left:114px;{/block:IfShortSidebar}
  560. }
  561.  
  562. .sbox2 {
  563. position:absolute;
  564. margin-top:-15px;
  565. margin-left:170px;
  566. height:12px;
  567. width:16px;
  568. border:1px solid white;
  569. background:{color:sidebar border};
  570. line-height:12px;
  571. text-align:center;
  572. {block:IfShortSidebar}margin-left:130px;{/block:IfShortSidebar}
  573. }
  574.  
  575. .sbox3 {
  576. position:absolute;
  577. margin-top:-15px;
  578. margin-left:186px;
  579. height:12px;
  580. width:16px;
  581. border:1px solid white;
  582. background:{color:sidebar border};
  583. line-height:12px;
  584. text-align:center;
  585. {block:IfShortSidebar}margin-left:146px;{/block:IfShortSidebar}
  586. }
  587.  
  588. #navi {
  589. overflow:hidden;
  590. margin-top:10px;
  591. margin-left:-10px;
  592. margin-right:-10px;
  593. height:20px;
  594. border-top:1px solid {color:sidebar border};
  595. border-bottom:1px solid {color:sidebar border};
  596. text-align:center;
  597. letter-spacing:1px;
  598. text-transform:uppercase;
  599. font-family:calibri;
  600. transition: all 0.4s ease-out;
  601. -o-transition-transition: all 0.4s ease-out;
  602. -webkit-transition: all 0.4s ease-out;
  603. -moz-transition: all 0.4s ease-out;
  604. }
  605.  
  606. #navi:hover{
  607. height:77px;
  608. border-bottom:1px solid {color:sidebar border};
  609. }
  610.  
  611. #navi a{
  612. color:{color:navi links};
  613. }
  614.  
  615. #navi a:hover{
  616. color:{color:navi links};
  617. }
  618.  
  619. .n1{
  620. margin-left:0px;
  621. margin-right:0px;
  622. height:10px;
  623. padding:5px;
  624. border-bottom:1px solid {color:sidebar border};
  625. background:{color:navi background};
  626. color:{color:navi title};
  627. line-height:10px;
  628. font-family:consolas;
  629. font-size:10px;
  630. }
  631.  
  632. .n2{
  633. margin-left:0px;
  634. margin-right:0px;
  635. height:10px;
  636. width:102px;
  637. {block:IfShortSidebar}
  638. width:82px;
  639. {/block:IfShortSidebar}
  640. padding:4px;
  641. border-bottom:1px solid {color:sidebar border};
  642. border-right:1px solid {color:sidebar border};
  643. line-height:10px;
  644. font-size:8px;
  645. }
  646.  
  647. .n3{
  648. margin-left:111px;
  649. margin-top:-19px;
  650. height:10px;
  651. width:101px;
  652. {block:IfShortSidebar}
  653. margin-left:91px;
  654. width:81px;
  655. {/block:IfShortSidebar}
  656. padding:4px;
  657. border-bottom:1px solid {color:sidebar border};
  658. line-height:10px;
  659. font-size:8px;
  660. }
  661.  
  662. #pg {
  663. position:fixed;
  664. margin-top:20px;
  665. margin-left:0px;
  666. height:26px;
  667. width:202px;
  668. background:transparent;
  669. text-align:center;
  670. font-family:consolas;
  671. font-size:11px;
  672. {block:IfShortSidebar}width:162px;{/block:IfShortSidebar}
  673. }
  674.  
  675. #pg a{
  676. height:auto;
  677. width:20px;
  678. background:white;
  679. border:1px solid {color:pagination};
  680. padding:5px;
  681. line-height:24px;
  682. }
  683.  
  684. #altpg {
  685. margin-top:-10px;
  686. margin-bottom:20px;
  687. margin-left:0px;
  688. width:502px;
  689. background:transparent;
  690. text-align:center;
  691. font-family:consolas;
  692. font-size:11px;
  693. {block:If250pxPosts}width:352px;{/block:If250pxPosts}
  694. {block:If400pxPosts}width:502px;{/block:If400pxPosts}
  695. {block:If500pxPosts}width:602px;{/block:If500pxPosts}
  696. }
  697.  
  698. #altpg a{
  699. height:auto;
  700. width:20px;
  701. background:white;
  702. border:1px solid {color:pagination};
  703. padding:5px;
  704. line-height:24px;
  705. }
  706.  
  707. .currentpg{
  708. width:20px;
  709. padding:5px;
  710. background:{color:pagination};
  711. border:1px solid {color:pagination};
  712. color:white;
  713. line-height:24px;
  714. }
  715.  
  716. .currentpg a{
  717. color:white;
  718. }
  719.  
  720. #crt {
  721. z-index: 4783;
  722. position:fixed;
  723. bottom:-1px;
  724. right:10px;
  725. width:60px;
  726. background:white;
  727. border: 1px solid #eee;
  728. padding: 5px;
  729. font-family: calibri;
  730. font-size: 10px;
  731. line-height: 12px;
  732. letter-spacing:1px;
  733. color:#bbb;
  734. font-style:italic;
  735. text-align:center;
  736. transition: all 0.6s ease-out;
  737. -o-transition-transition: all 0.4s ease-out;
  738. -webkit-transition: all 0.4s ease-out;
  739. -moz-transition: all 0.4s ease-out;
  740. }
  741.  
  742. #crt a{
  743. color:#bbb;
  744. }
  745.  
  746. #crt:hover{
  747. opacity: 0;
  748. transition: all 0.6s ease-out;
  749. -o-transition-transition: all 0.4s ease-out;
  750. -webkit-transition: all 0.4s ease-out;
  751. -moz-transition: all 0.4s ease-out;
  752. }
  753.  
  754. #ctpl {
  755. z-index: 4780;
  756. position:fixed;
  757. bottom:-1px;
  758. right:10px;
  759. width:60px;
  760. background:white;
  761. border: 1px solid #eee;
  762. padding: 5px;
  763. font-family: calibri;
  764. font-size: 10px;
  765. line-height: 12px;
  766. letter-spacing:1px;
  767. color:#bbb;
  768. font-style:italic;
  769. text-align:center;
  770. }
  771.  
  772. #ctpl a{
  773. color:#bbb;
  774. }
  775.  
  776. {CustomCSS}
  777.  
  778. </style>
  779.  
  780. <!------title------>
  781. <title>{title}</title>
  782. <link rel="shortcut icon" href="{Favicon}" />
  783. <meta name="viewport" content="width=820" />
  784.  
  785. </head>
  786.  
  787. <body>
  788.  
  789. <a href="http://dyothms.tumblr.com/"><div id="crt">theme</div>
  790. <div id="ctpl">dyothms</div></a>
  791.  
  792. <!------mainhtml1------>
  793. <div id="sidebar">
  794. <div class="sidebartop">&raquo; {text:blogtitle}
  795. <div class="sbox1">_</div>
  796. <div class="sbox2">□</div>
  797. <div class="sbox3">x</div>
  798. </div><!--sidebartop-->
  799. {block:IfSidebarImage}<div class="simg"><img src="{image:sidebar}" /></div>{/block:IfSidebarImage}
  800. <div class="desc">{description}</div>
  801. <div id="navi">
  802. <div class="n1">+navigation</div>
  803. <div class="n2"><a href="{text:link 1}">{text:link 1 title}</a></div>
  804. <div class="n3"><a href="{text:link 2}">{text:link 2 title}</a></div>
  805. <div class="n2"><a href="{text:link 3}">{text:link 3 title}</a></div>
  806. <div class="n3"><a href="{text:link 4}">{text:link 4 title}</a></div>
  807. <div class="n2"><a href="{text:link 5}">{text:link 5 title}</a></div>
  808. <div class="n3"><a href="{text:link 6}">{text:link 6 title}</a></div>
  809. </div><!--navi-->
  810. {block:IfNotAltPagination}
  811. <div id="pg">
  812. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  813. {block:JumpPagination length="5"}
  814. {block:CurrentPage}
  815. <span class="currentpg">{PageNumber}</span>
  816. {/block:CurrentPage}
  817.  
  818. {block:JumpPage}
  819. <a href="{URL}">{PageNumber}</a>
  820. {/block:JumpPage}
  821. {/block:JumpPagination}
  822. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  823. </div><!--pg-->
  824. {/block:IfNotAltPagination}
  825. </div><!--sidebar-->
  826.  
  827. <!------mainhtml2------>
  828.  
  829. <!------posts1------>
  830. <div id="posts">
  831. {block:Posts}
  832. <div id="entry">
  833.  
  834. <div class="perma">
  835. <a href="{Permalink}">
  836. {block:If250pxPosts}
  837. &raquo; {block:Date}{lang:Posted TimeAgo}{/block:Date}
  838. {block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}
  839. {/block:If250pxPosts}
  840. {block:If400pxPosts}
  841. &raquo; {block:Date}{lang:Posted TimeAgo}{/block:Date}
  842. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  843. {/block:If400pxPosts}
  844. {block:If500pxPosts}
  845. &raquo; {block:Date}{lang:Posted TimeAgo}{/block:Date}
  846. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  847. {/block:If500pxPosts}
  848. </a>
  849. <div class="pbox1">_</div>
  850. <div class="pbox2">□</div>
  851. <div class="pbox3">x</div>
  852. </div><!--perma-->
  853.  
  854. {block:Text}
  855. {block:Title}<div class="title">{Title}</div>{/block:Title}
  856. <div class="caption">{Body}</div>
  857. {/block:Text}
  858.  
  859. {block:Link}
  860. <div class="title"><a href="{URL}" >{Name}</a></div><!--title-->
  861. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  862. {/block:Link}
  863.  
  864. {block:Answer}
  865. <div id="asker">
  866. {block:IfBlackAndWhitePosts}<div class="bw">{/block:IfBlackAndWhitePosts}
  867. <img src="{AskerPortraitURL-30}" align="left">
  868. {block:IfBlackAndWhitePosts}</div>{/block:IfBlackAndWhitePosts}
  869. {Asker}: {Question}</div><!--asker-->
  870. <div id="ans">{Answer}</div><!--ans-->
  871. {/block:Answer}
  872.  
  873. {block:Photo}
  874. {LinkOpenTag}
  875. {block:IfBlackAndWhitePosts}<div class="bw">{/block:IfBlackAndWhitePosts}
  876. {block:If250pxPosts}<img src="{PhotoURL-250}" />{/block:If250pxPosts}
  877. {block:If400pxPosts}<img src="{PhotoURL-400}" />{/block:If400pxPosts}
  878. {block:If500pxPosts}<img src="{PhotoURL-500}" />{/block:If500pxPosts}
  879. {block:IfBlackAndWhitePosts}</div>{/block:IfBlackAndWhitePosts}
  880. {LinkCloseTag}
  881. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  882. {/block:Photo}
  883.  
  884. {block:Photoset}
  885. {block:IfBlackAndWhitePosts}<div class="bw">{/block:IfBlackAndWhitePosts}
  886. {block:If250pxPosts}{Photoset-250}{block:If250pxPosts}
  887. {block:If400pxPosts}{Photoset-400}{block:If400pxPosts}
  888. {block:If500pxPosts}{Photoset-500}{block:If500pxPosts}
  889. {block:IfBlackAndWhitePosts}</div>{/block:IfBlackAndWhitePosts}
  890. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  891. {/block:Photoset}
  892.  
  893. {block:Video}
  894. {block:IfBlackAndWhitePosts}<div class="bw">{/block:IfBlackAndWhitePosts}
  895. {block:If250pxPosts}{Video-250}{block:If250pxPosts}
  896. {block:If400pxPosts}{Video-400}{block:If400pxPosts}
  897. {block:If500pxPosts}{Video-500}{block:If500pxPosts}
  898. {block:IfBlackAndWhitePosts}</div>{/block:IfBlackAndWhitePosts}
  899. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  900. {/block:Video}
  901.  
  902. {block:Audio}
  903. <div class="aud1">{AudioPlayer}</div><!--aud1-->
  904. <div class="aud2">
  905. {block:If250pxPosts}
  906. <div class="aud3">
  907. <div class="a1">Track: {block:TrackName}{TrackName}{/block:TrackName}</div><!--a1-->
  908. <div class="a1">{block:Artist}Artist: {Artist}{/block:Artist}</div><!--a1-->
  909. </div><!--aud3-->
  910. {/block:If250pxPosts}
  911. {block:If400pxPosts}
  912. <div class="aud3">
  913. <div class="a1">Track: {block:TrackName}{TrackName}{/block:TrackName}</div><!--a1-->
  914. <div class="a1">{block:Artist}Artist: {Artist}{/block:Artist}</div><!--a1-->
  915. </div><!--aud3-->
  916. <div class="aud4">
  917. <div class="a1">Album: {block:Album}{Album}{/block:Album}</div><!--a1-->
  918. <div class="a1">Play Count: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}</div><!--a1-->
  919. </div><!--aud4-->
  920. {/block:If400pxPosts}
  921. {block:If500pxPosts}
  922. <div class="aud3">
  923. <div class="a1">Track: {block:TrackName}{TrackName}{/block:TrackName}</div><!--a1-->
  924. <div class="a1">{block:Artist}Artist: {Artist}{/block:Artist}</div><!--a1-->
  925. </div><!--aud3-->
  926. <div class="aud4">
  927. <div class="a1">Album: {block:Album}{Album}{/block:Album}</div><!--a1-->
  928. <div class="a1">Play Count: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}</div><!--a1-->
  929. </div><!--aud4-->
  930. {/block:If500pxPosts}
  931. {block:IfBlackAndWhitePosts}<div class="bw">{/block:IfBlackAndWhitePosts}
  932. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  933. {block:IfBlackAndWhitePosts}</div>{/block:IfBlackAndWhitePosts}
  934. </div><!--aud2-->
  935. {block:Caption}<br /><div class="caption">{Caption}</div>{/block:Caption}
  936. {/block:Audio}
  937.  
  938. {block:Quote}
  939. <div class="title">"{Quote}"
  940. <span class="qsource">{block:Source}— {Source}{/block:Source}</span>
  941. </div><!--title-->
  942. {/block:Quote}
  943.  
  944. {block:Chat}
  945. {block:Title}{Title}<br />{/block:Title}
  946. {block:Lines}
  947. <div class="{Alt}"><div class="line">
  948. {block:Label}{Label}{/block:Label} {Line}<br />
  949. </div><!--line-->
  950. </div><!--alt-->
  951. {/block:Lines}
  952. {/block:Chat}
  953.  
  954. {block:HasTags}<div class="tags">
  955. <font color="{color:text}">tags:</font>
  956. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}.
  957. </div><!--tags-->
  958. {/block:HasTags}
  959.  
  960. {block:PermalinkPage}
  961.  
  962. <div class="vias">
  963. {block:RebloggedFrom}
  964. {lang:via}: <a href="{ReblogParentURL}">{ReblogParentName}</a> -
  965. {lang:source}: <a href="{ReblogRootURL}">{ReblogRootName}</a> -
  966. {/block:RebloggedFrom}
  967. {block:NotReblog}my original post - {/block:NotReblog}
  968. <a href="{ReblogURL}">reblog</a>
  969. </div>
  970.  
  971. {block:PostNotes}
  972. <div id="notecontainer">{PostNotes}</div>
  973. {/block:PostNotes}
  974.  
  975. <center>{block:ContentSource}
  976. <br><a href="{SourceURL}">
  977. {lang:Source}:
  978. {block:SourceLogo}
  979. <img src="{BlackLogoURL}" width="{LogoWidth}"
  980. height="{LogoHeight}" alt="{SourceTitle}" />
  981. {/block:SourceLogo}
  982. {block:NoSourceLogo}
  983. {SourceLink}
  984. {/block:NoSourceLogo}
  985. </a>
  986. {/block:ContentSource}</center>
  987.  
  988. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  989.  
  990. {/block:PermalinkPage}
  991.  
  992. </div><!--entry-->
  993.  
  994. {/block:Posts}
  995.  
  996. {block:IfAltPagination}
  997. <div id="altpg">
  998. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  999. {block:JumpPagination length="7"}
  1000. {block:CurrentPage}
  1001. <span class="currentpg">{PageNumber}</span>
  1002. {/block:CurrentPage}
  1003.  
  1004. {block:JumpPage}
  1005. <a href="{URL}">{PageNumber}</a>
  1006. {/block:JumpPage}
  1007. {/block:JumpPagination}
  1008. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  1009. </div><!--altpg-->
  1010. {/block:IfAltPagination}
  1011.  
  1012. </div><!--posts-->
  1013. <!------posts2------>
  1014.  
  1015. </body>
  1016.  
  1017. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement