Advertisement
sexycullen

# 142

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