Advertisement
sexycullen

# 152

Dec 12th, 2015
11,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.52 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 152
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FCFCFC">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#282828">
  26. <meta name="color:Text Shadow" content="#D7D7D7">
  27. <meta name="color:Hover Title" content="#FFFFFF">
  28. <meta name="color:Title BG" content="#FFFFFF">
  29. <meta name="color:Title" content="#000000">
  30. <meta name="color:Title Shadow" content="#FFFFFF">
  31. <meta name="color:Scrollbar" content="#000000">
  32. <meta name="color:ScrollBG" content="#FFFFFF">
  33. <meta name="color:Blockquote" content="#F8F8F8">
  34. <meta name="color:Info Border" content="#F8F7F7">
  35. <meta name="color:Container Border" content="#F8F8F8">
  36. <meta name="color:Posts BG" content="#FFFFFF">
  37. <meta name="color:Black BG" content="#000000">
  38. <meta name="color:Image Border" content="#FFFFFF">
  39. <meta name="color:Questions Border" content="#F8F7F7">
  40. <meta name="color:Sidebar Border" content="#F8F8F8">
  41.  
  42. <meta name="text:Body Font Size" content="9px"/>
  43. <meta name="text:Body Font" content="arial"/>
  44.  
  45. <meta name="image:Icon" content=""/>
  46. <meta name="image:Icon2" content=""/>
  47. <meta name="image:Background" content="" />
  48.  
  49. <meta name="if:Hover Tags" content="0"/>
  50. <meta name="if:Show Borders" content="1" />
  51. <meta name="if:Show Text Shadow" content="1" />
  52. <meta name="if:Show 2 Icons" content="1" />
  53. <meta name="if:Show Links Option 2" content="0" />
  54. <meta name="if:Show Description Border" content="1" />
  55. <meta name="if:Show Title" content="0" />
  56. <meta name="if:Show Link1" content="0" />
  57. <meta name="if:Show Link2" content="0" />
  58. <meta name="if:Show Link3" content="0" />
  59. <meta name="if:Show Link4" content="0" />
  60.  
  61. <meta name="text:link1" content="">
  62. <meta name="text:link1 url" content="/">
  63. <meta name="text:link2" content="">
  64. <meta name="text:link2 url" content="/">
  65. <meta name="text:link3" content="">
  66. <meta name="text:link3 url" content="/">
  67. <meta name="text:link4" content="">
  68. <meta name="text:link4 url" content="/">
  69. <meta name="text:Title" content="">
  70.  
  71. <meta name="text:link1" content="">
  72. <meta name="text:link1 hover" content="link1">
  73. <meta name="text:link2" content="">
  74. <meta name="text:link2 hover" content="link2">
  75. <meta name="text:link3" content="">
  76. <meta name="text:link3 hover" content="link3">
  77. <meta name="text:link4" content="">
  78. <meta name="text:link4 hover" content="link4">
  79.  
  80. <link href='https://fonts.googleapis.com/css?family=Muli:400,400italic' rel='stylesheet' type='text/css'>
  81.  
  82. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("a[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:90,
  94. tip_fade_speed:600,
  95. attribute:"title"
  96. });
  97. });
  98. })(jQuery);
  99. </script>
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:3px; width:3px}
  105. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:4px}
  106. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:4px!important}
  107.  
  108.  
  109. #s-m-t-tooltip {
  110. max-width:300px;
  111. margin-top:-20px;
  112. margin-left:-20px;
  113. font-size:8px;
  114. padding:2px;
  115. font-family:arial;
  116. letter-spacing:1px;
  117. text-align:center;
  118. text-transform:uppercase;
  119. background-color:{color:Black BG};
  120. color:{color:hover title};
  121. text-shadow: 1px 1px 1px {color:Black BG};
  122. z-index:999999999999999999999999999999999999;
  123. }
  124.  
  125. h1 {
  126. font-weight:normal;
  127. font-size: {text:Body Font Size};
  128. font-family: {text:Body Font};
  129. text-align:center;
  130. font-style:italic;
  131. letter-spacing:0px;
  132. text-transform:none;
  133. color:{color:Text};
  134. }
  135.  
  136. h2 {
  137. margin-bottom:12px;
  138. padding-bottom:10px;
  139. font-weight:normal;
  140. font-family:arial;
  141. font-size:17px;
  142. letter-spacing:-1px;
  143. font-style:none;
  144. font-weight:bold;
  145. line-height:100%;
  146. text-transform:;
  147. color:{color:Text};
  148. margin: 0px;
  149. border-bottom: px solid {color:Info Border};
  150. }
  151.  
  152. pre {
  153. width:400px;
  154. text-align: left;
  155. word-wrap: break-word;
  156. color:{color:Text};
  157. }
  158.  
  159.  
  160. blockquote {
  161. border-left:1px solid {color:Blockquote};
  162. padding-left:13px;
  163. padding-top:1px;
  164. padding-bottom:1px;
  165. margin:10px;
  166. margin-top:20px;
  167. margin-bottom:10px;
  168. margin-left:20px;
  169. }
  170.  
  171. blockquote img {
  172. width:auto;
  173. height:auto;
  174. }
  175.  
  176. body {
  177. color: {color:Text};
  178. background-color:{color:Background};
  179. background-image:url('{image:background}');
  180. background-attachment: fixed;
  181. background-repeat: repeat;
  182. word-spacing:1px;
  183. {block:ifShowTextShadow}
  184. text-shadow: 1px 1px 1px {color:Text Shadow};
  185. {/block:ifShowTextShadow}
  186. }
  187.  
  188. a {
  189. color: {color:Link};
  190. text-decoration: none;
  191. -moz-transition-duration: 0.5s;
  192. -o-transition-duration: 0.5s;
  193. -webkit-transition-duration: 0.5s;
  194. transition-duration: 0.5s;
  195. }
  196.  
  197. a:hover {
  198. color: {color:Link Hover};
  199. text-decoration:underline;
  200. -moz-transition-duration: 0.5s;
  201. -o-transition-duration: 0.5s;
  202. -webkit-transition-duration: 0.5s;
  203. transition-duration: 0.5s;
  204. }
  205.  
  206. .title {
  207. width:196px;
  208. text-align:center;
  209. padding: 5px 2px 5px;
  210. margin-top:10px;
  211. margin-left:px;
  212. font-family:calibri;
  213. font-size:10px;
  214. letter-spacing:1px;
  215. font-style:none;
  216. font-weight:bold;
  217. line-height:120%;
  218. text-transform:uppercase;
  219. color:{color:title};
  220. background-color:{color:Title BG};
  221. border-bottom:px solid {color:Sidebar Border};
  222. text-shadow: 1px 1px 1px {color:Title Shadow};
  223. }
  224.  
  225. .title a {
  226. color:{color:title};
  227. }
  228.  
  229. .bottom {
  230. width:703px;
  231. padding-top:9px;
  232. padding-left:5px;
  233. padding-right:5px;
  234. padding-bottom:10px;
  235. margin-top:572px;
  236. margin-left:102px;
  237. font-family:Hind;
  238. font-size:8px;
  239. position:fixed;
  240. letter-spacing:1px;
  241. font-style:none;
  242. font-weight:;
  243. line-height:87%;
  244. text-transform:uppercase;
  245. color:{color:text};
  246. background-color:{color:Posts BG};
  247. border-bottom:px solid {color:Sidebar Border};
  248. }
  249.  
  250. .bottom a {
  251. color:{color:text};
  252. }
  253.  
  254.  
  255. .sidebar {
  256. width:200px;
  257. height:500px;
  258. color:{color:Text};
  259. position: fixed;
  260. margin-top:70px;
  261. margin-left:102px;
  262. padding:0px;
  263. background-color:{color:Posts BG};
  264. {block:ifShowBorders}
  265. border-top:1px solid {color:Container Border};
  266. border-left:1px solid {color:Container Border};
  267. border-bottom:1px solid {color:Container Border};
  268. {/block:ifShowBorders}
  269. }
  270.  
  271. .sidebarimage {
  272. margin-top:10px;
  273. margin-bottom:0px;
  274. margin-left:0px;
  275. width:60px;
  276. padding:0px;
  277. outline:1px solid {color:Sidebar Border};
  278. border:12px solid {color:Image Border};
  279. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  280. }
  281.  
  282. .sidebarlinks {
  283. margin-top:10px;
  284. width:200px;
  285. }
  286.  
  287. .links1 {
  288. display: inline-block;
  289. width:60px;
  290. margin-top:px;
  291. margin-bottom:10px;
  292. text-transform:uppercase;
  293. font-size:9px;
  294. font-family:Hind;
  295. line-height:223%;
  296. text-align:right;
  297. color:{color:Text};
  298. }
  299.  
  300. .links1 li {
  301. list-style-type:none
  302. }
  303.  
  304. .links2 {
  305. vertical-align:top;
  306. display: inline-block;
  307. width:60px;
  308. margin-top:px;
  309. margin-bottom:10px;
  310. text-transform:uppercase;
  311. font-size:9px;
  312. font-family:Hind;
  313. line-height:223%;
  314. text-align:left;
  315. color:{color:Text};
  316. }
  317.  
  318. .links2 li {
  319. list-style-type:none
  320. }
  321.  
  322. .sidebarlinks a {
  323. color:{color:Text};
  324. padding:3px;
  325. -moz-transition-duration: 0.5s;
  326. -o-transition-duration: 0.5s;
  327. -webkit-transition-duration: 0.5s;
  328. transition-duration: 0.5s;
  329. border-bottom:1px solid {color:Sidebar Border};
  330. }
  331.  
  332. .sidebarlinks a:hover {
  333. color:{color:Link Hover};
  334. text-decoration:underline;
  335. -moz-transition-duration: 0.5s;
  336. -o-transition-duration: 0.5s;
  337. -webkit-transition-duration: 0.5s;
  338. transition-duration: 0.5s;
  339. }
  340.  
  341.  
  342.  
  343. .description {
  344. text-transform:;
  345. width:160px;
  346. padding-top:px;
  347. margin-top:5px;
  348. margin-bottom:5px;
  349. padding:5px;
  350. text-align:justify;
  351. font-size:9px;
  352. font-family:arial;
  353. color:{color:Text};
  354. letter-spacing:px;
  355. {block:ifShowDescriptionBorder}
  356. border:1px solid {color:Sidebar Border};
  357. {/block:ifShowDescriptionBorder}
  358. }
  359.  
  360. .description a:hover {
  361. color:{color:Link Hover};
  362. }
  363.  
  364. .border {
  365. margin-left:10px;
  366. border-bottom: 1px solid {color:Sidebar Border};
  367. width:150px;
  368. }
  369.  
  370. .border2 {
  371. margin-left:0px;
  372. border-bottom: 1px solid {color:Sidebar Border};
  373. width:90px;
  374. }
  375.  
  376. .borderdescr {
  377. padding-bottom:6px;
  378. margin-left:0px;
  379. border-bottom: 1px solid {color:Sidebar Border};
  380. width:90px;
  381. }
  382.  
  383.  
  384. .pagination {
  385. width:240px;
  386. padding:5px;
  387. margin-top:10px;
  388. margin-bottom:10px;
  389. margin-top:1px;
  390. font-family:hind;
  391. font-size:9px;
  392. letter-spacing:1px;
  393. font-weight:;
  394. text-transform:lowercase;
  395. }
  396.  
  397. .pagination a {
  398. padding:3px;
  399. color:{color:Text};
  400. }
  401.  
  402. .pagination a:hover {
  403. color:{color:Link Hover};
  404. }
  405.  
  406. .container {
  407. width:900px;
  408. margin: auto;
  409. margin-top:-8px;
  410. }
  411.  
  412.  
  413. .postscontainer {
  414. width:510px;
  415. height:500px;
  416. margin: auto;
  417. position:fixed;
  418. margin-top:71px;
  419. margin-bottom:50px;
  420. margin-left:304px;
  421. background-color:{color:Posts BG};
  422. {block:ifShowBorders}
  423. outline:1px solid {color:Container Border};
  424. border-right:0px solid {color:Container Border};
  425. border-bottom:0px solid {color:Container Border};
  426. {/block:ifShowBorders}
  427. overflow-y:scroll;
  428. overflow-x:hidden;
  429. }
  430.  
  431. .posts {
  432. width:400px;
  433. font-size: {text:Body Font Size};
  434. font-family: {text:Body Font};
  435. margin-bottom:12px;
  436. margin-left:33px;
  437. padding:20px;
  438. text-align:justify;
  439. }
  440.  
  441. .info {
  442. margin-top:20px;
  443. margin-bottom:0px;
  444. padding-top:4px;
  445. text-align:center;
  446. text-transform:uppercase;
  447. font-size:9px;
  448. font-family:calibri;
  449. color:{color:Text};
  450. letter-spacing:0px
  451. border-top:1px solid {color:Info Border};
  452. border-top:1px solid {color:Info Border};
  453. }
  454.  
  455. .info a {
  456. padding:3px;
  457. color:{color:Text};
  458. border-bottom:1px solid {color:Info Border};
  459. }
  460.  
  461. .info a:hover {
  462. text-decoration:none;
  463. color:{color:Link Hover};
  464. }
  465.  
  466. .info2 {
  467. text-align:left;
  468. margin-top:-6px;
  469. font-family:arial;
  470. text-transform:lowercase;
  471. letter-spacing:0px;
  472. font-size:9px;
  473. }
  474.  
  475. .info2 a {
  476. color:{color:Text};
  477. }
  478.  
  479. .info2 a:hover {
  480. text-decoration:underline;
  481. color:{color:Link Hover};
  482. }
  483.  
  484. .dashicons {
  485. margin-top:5px;
  486. margin-left:510px;
  487. padding-bottom:0px;
  488. line-height:0%;
  489. font-family:arial;
  490. text-transform:lowercase;
  491. letter-spacing:0px;
  492. font-size:11px;
  493. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  494. list-style: none;
  495. }
  496.  
  497. .posts:hover .dashicons {
  498. margin-top:5px;filter: alpha(opacity = 100);
  499. opacity:100;-webkit-transition: all 0.5s ease-out;
  500. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  501. }
  502.  
  503. .posts:hover .tags {
  504. {block:ifHoverTags}
  505. margin-top:8px;filter: alpha(opacity = 100);
  506. opacity:100;-webkit-transition: all 0.5s ease-out;
  507. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  508. {/block:ifHoverTags}}
  509.  
  510. .tags {
  511. {block:ifHoverTags}
  512. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  513. {/block:ifHoverTags}
  514. width:400px;
  515. position:absolute;
  516. margin-top:8px;
  517. line-height:120%;
  518. font-size:9px;
  519. letter-spacing:0px;
  520. font-family:calibri;
  521. text-align:center;
  522. -moz-transition-duration:0.5s;
  523. -webkit-transition-duration:0.5s;
  524. -o-transition-duration:0.5s;
  525. }
  526.  
  527. .tags a {
  528. padding:4px;
  529. color:{color:Text};
  530. }
  531.  
  532. .tags a:hover {
  533. text-transform:;
  534. color:{color:Link Hover};
  535. }
  536.  
  537. .postnote {
  538. width:400px;
  539. text-transform:lowercase;
  540. font-size: {text:Body Font Size};
  541. font-family: {text:Body Font};
  542. text-align:left;
  543. line-height:90%;
  544. margin-top:40px;
  545. }
  546.  
  547. .postnote li {
  548. list-style-type:none;
  549. border-bottom:1px solid {color:Info Border};
  550. padding:37px 0px 3px 0px;
  551. text-align:left;
  552. margin:0px;
  553. -moz-transition-duration:0.5s;
  554. -webkit-transition-duration:0.5s;
  555. -o-transition-duration:0.5s;
  556. }
  557.  
  558. .postnote img {
  559. width:20px;
  560. padding: 3px;
  561. margin:2px 7px -3px 6px;
  562. text-align:left;
  563. margin:2px 7px -3px 6px;
  564. border:2px solid {color:Info Border};
  565. border-radius:100px;
  566. -webkit-border-radius:100px;
  567. -moz-border-radius:100px;
  568. }
  569.  
  570. .music {
  571. width:400px;
  572. {block:ifShow400pxposts}
  573. width:400px;
  574. {/block:ifShow400pxposts}
  575. padding-bottom:10px;
  576. }
  577.  
  578. .albumart {
  579. float:left;
  580. width:50px;
  581. padding: 3px;
  582. margin:2px 7px -3px 6px;
  583. border:2px solid {color:Info Border};
  584. border-radius:100px;
  585. -webkit-border-radius:100px;
  586. -moz-border-radius:100px;
  587. }
  588.  
  589. .playercontainer {
  590. text-align:left;
  591. padding-top:15px;
  592. width:450px;
  593. {block:ifShow400pxposts}
  594. width:350px;
  595. {/block:ifShow400pxposts}
  596. }
  597.  
  598. .musicinfo {
  599. padding:10px;
  600. margin-top:20px;
  601. font-size: {text:Body Font Size};
  602. font-family: {text:Body Font};
  603. color:{color:Text};
  604. }
  605.  
  606. .quote {
  607. font-family:arial;
  608. font-size:17px;
  609. letter-spacing:-1px;
  610. font-style:none;
  611. font-weight:bold;
  612. line-height:100%;
  613. text-align:center;
  614. }
  615.  
  616. .source {
  617. font-family:calibri;
  618. font-size:10px;
  619. font-style:normal;
  620. text-align:center;
  621. line-height:17px;
  622. }
  623.  
  624. .chat ol {
  625. font-size: {text:Body Font Size};
  626. font-family: {text:Body Font};
  627. line-height:200%;
  628. padding:3px;
  629. list-style:none;
  630. }
  631.  
  632. .label {
  633. font-weight:bold;
  634. text-transform:uppercase;
  635. font-family:hind;
  636. font-size:11px;
  637. letter-spacing:1px;
  638. color:{color:Text};
  639. padding:px;
  640. border-bottom: 1px solid {color:Info Border};
  641. }
  642.  
  643. .line.odd {
  644. padding:4px;
  645. margin-bottom:2px;
  646. }
  647.  
  648. .line.even {
  649. padding:4px;
  650. margin-bottom:2px;
  651. }
  652.  
  653. .ask {
  654. width:400px;
  655. font-size: {text:Body Font Size};
  656. font-family: {text:Body Font};
  657. text-transform:capitalize;
  658. text-align:left;
  659. font-weight:;
  660. padding-top:4px;
  661. padding-left:7px;
  662. padding-bottom:8px;
  663. border-bottom: 1px solid {color:Questions Border};
  664. }
  665.  
  666. .ask a {
  667. color:{color:Text};
  668. }
  669.  
  670. .question {
  671. width:400px;
  672. letter-spacing:0px;
  673. margin-top:3px;
  674. padding-left:7px;
  675. padding-bottom:8px;
  676. text-align:justify;
  677. color:{color:Text};
  678. font-size: {text:Body Font Size};
  679. font-family: {text:Body Font};
  680. }
  681.  
  682. .answer {
  683. width:400px;
  684. letter-spacing:0px;
  685. text-align:justify;
  686. padding-top:5px;
  687. margin-bottom:1px;
  688. font-size: {text:Body Font Size};
  689. font-family: {text:Body Font};
  690. color:{color:Text};
  691. }
  692.  
  693. .askimg {
  694. padding: 3px;
  695. margin:2px 7px -3px 6px;
  696. }
  697.  
  698. .credit {
  699. font-family:Hind;
  700. margin-top:-7px;
  701. font-size:8px;
  702. letter-spacing:1px;
  703. text-transform:uppercase;
  704. text-align:right;
  705. }
  706.  
  707. .credit a {
  708. font-style:normal;
  709. padding:3px;
  710. color:{color:text};
  711. -moz-transition-duration:0.5s;
  712. -webkit-transition-duration:0.5s;
  713. -o-transition-duration:0.5s;
  714. }
  715.  
  716. </style>
  717. </head>
  718.  
  719.  
  720. <body>
  721. <div class="container">
  722. <div class="bottom">
  723. {block:Pagination}
  724. {block:PreviousPage}
  725. <a href="{PreviousPage}"> ‹ </a>
  726. {/block:PreviousPage}
  727. {block:JumpPagination length="6"}
  728. {block:CurrentPage}
  729. <span class="current_page">{PageNumber}</span>
  730. {/block:CurrentPage}
  731. {block:JumpPage}
  732. <a class="jump_page" href="{URL}">{PageNumber}</a>
  733. {/block:JumpPage}
  734. {/block:JumpPagination}
  735. {block:NextPage}
  736. <a href="{NextPage}"> › </a>
  737. {/block:NextPage}
  738. {/block:Pagination}
  739. <div class="credit">
  740. <a href="http://scottisbae.tumblr.com/">scottisbae</a>
  741. </div>
  742. </div>
  743. <div class="sidebar">
  744. <br><br>
  745. <center>
  746. <img src="{image:icon}" class="sidebarimage">
  747. {block:IfShow2Icons}
  748. <img src="{image:icon2}" class="sidebarimage">
  749. {/block:IfShow2Icons}
  750.  
  751. {block:ifShowTitle}
  752. <div class="title">
  753. <a href="/">
  754. <b>{text:Title}</b>
  755. </a></div>
  756. {/block:ifShowTitle}
  757. <div class="description">
  758. {Description}
  759. </div>
  760.  
  761.  
  762.  
  763. {block:IfNotShowLinksOption2}
  764. <div class="sidebarlinks">
  765. <div class="links1">
  766. <span style="letter-spacing:1px;font-size:8px;">
  767. <li><a href="/">home</i></a></li>
  768. {block:ifShowLink1}
  769. <li><a href="{text:link1 url}">{text:link1}</a> </li>
  770. {/block:IfShowLink1}
  771. {block:ifShowLink3}
  772. <li><a href="{text:link3 url}">{text:link3}</a></li>
  773. {/block:IfShowLink3}
  774. </span>
  775. </div>
  776.  
  777. <div class="links2">
  778. <span style="letter-spacing:1px;font-size:8px;">
  779. <li><a href="/ask">ask</a></li>
  780. {block:ifShowLink2}
  781. <li><a href="{text:link2 url}">{text:link2}</a></li>
  782. {/block:IfShowLink2}
  783. {block:IfShowLink4}
  784. <li><a href="{text:link4 url}">{text:link4}</a></li>
  785. {/block:IfShowLink4}
  786. </span>
  787. </div>
  788. </div>
  789. {/block:IfNotShowLinksOption2}
  790.  
  791. {block:IfShowLinksOption2}
  792. <div class="sidebarlinks">
  793. <div class="links1">
  794. <span style="letter-spacing:2px;font-size:8px;text-transform:uppercase;">
  795. <li><a title="home" href="/">I.</a></li>
  796. {block:ifShowLink1}
  797. <li>
  798. <a title="{text:link1 hover}" href="{text:link1 url}">III.</a> </li>
  799. {/block:IfShowLink1}
  800. {block:ifShowLink3}
  801. <li><a title="{text:link3 hover}" href="{text:link3 url}">V.</a></li>
  802. {/block:IfShowLink3}
  803. </span>
  804. </div>
  805.  
  806. <div class="links2">
  807. <span style="letter-spacing:2px;font-size:8px;text-transform:uppercase;">
  808. <li><a title="ask" href="/ask">II.</a></li>
  809. {block:ifShowLink2}
  810. <li><a title="{text:link2 hover}" href="{text:link2 url}">IV.</a></li>
  811. {/block:IfShowLink2}
  812. {block:IfShowLink4}
  813. <li><a title="{text:link4 hover}" href="{text:link4 url}">VI.</a></li>
  814. {/block:IfShowLink4}
  815. </span>
  816. </div></div>
  817. {/block:IfShowLinksOption2}
  818. </center>
  819. </div>
  820.  
  821. <div class="postscontainer">
  822.  
  823. {block:Posts}
  824. <div class="posts">
  825.  
  826.  
  827. {block:Text}
  828. {block:Title}<h2>{Title}</h2>{/block:Title}
  829. {Body}
  830. {/block:Text}
  831.  
  832. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  833.  
  834. {/block:Quote}
  835.  
  836. {block:Link}
  837. <h2><a href="{URL}">{Name}</a></h2>
  838. {block:Description}{Description}{/block:Description}
  839. {/block:Link}
  840.  
  841. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  842. </ol></div>{/block:Chat}
  843.  
  844. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:1px;text-transform:uppercase;font-family:hind;font-size:px;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  845.  
  846. {block:Photo}
  847. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  848. {/block:Photo}
  849.  
  850. {block:Photoset}{Photoset-400}
  851. {block:Caption}{Caption}{/block:Caption}
  852. {/block:Photoset}
  853.  
  854. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  855. <div class="playercontainer">{AudioPlayerWhite}</div>
  856. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  857. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  858.  
  859. {block:Video}{Video-400}
  860. {block:Caption}{Caption}{/block:Caption}
  861. {/block:Video}
  862.  
  863. {block:Date}
  864. <div class="info"><span style="letter-spacing:1px;font-size:8px;text-transform:uppercase;"><a title="{timeago}" href="{Permalink}">{dayofweek}</a> {block:NoteCount} </span><span style="font-weight:bold;font-size:px;"> ≡ </span> <span style="letter-spacing:1px;font-size:8px;text-transform:uppercase;">{NoteCount} N.{/block:NoteCount} </span><span style="font-weight:bold;font-size:10px;"></span> {block:PermalinkPage} {block:RebloggedFrom} ≡ <span style="letter-spacing:1px;font-size:8px;text-transform:uppercase;"><a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a><a href="{SourceURL}"></a></span></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  865. {/block:Date}
  866.  
  867. {block:HasTags}
  868. <div class="tags">
  869. <span style="font-weight:bold;font-size:10px;">“</span>{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}<span style="font-weight:bold;font-size:10px;">„</span>
  870. </div>
  871. {/block:HasTags}
  872.  
  873. <div class="postnote">
  874. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  875.  
  876. </div>
  877. {/block:Posts}
  878.  
  879.  
  880. </div>
  881. </div>
  882. </div>
  883. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement