sexycullen

# 163

Aug 21st, 2016
16,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.02 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 # 163
  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="#8F8E8E">
  24. <meta name="color:Bold" content="#3C3C3C">
  25. <meta name="color:Link Hover" content="#A7CDDC">
  26. <meta name="color:Text" content="#393939">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:Blockquote" content="#EAEAEA">
  29. <meta name="color:Info Border" content="#F0F0F0">
  30. <meta name="color:Questions Border" content="#FAFAFA">
  31. <meta name="color:Sidebar Image Border" content="#F0F0F0">
  32. <meta name="color:Sidebar Image BG" content="#FFFFFF">
  33. <meta name="color:Sidebar Details" content="#E5E5E5">
  34. <meta name="color:Description BG" content="#FBF9F9">
  35.  
  36. <meta name="text:Body Font Size" content="10px"/>
  37. <meta name="text:Body Font" content="'Hind',arial,sans-serif;"/>
  38.  
  39. <meta name="image:Sidebar" content=""/>
  40.  
  41. <meta name="if:Show 540px posts" content="0" />
  42. <meta name="if:Show 500px posts" content="1" />
  43. <meta name="if:Show 400px posts" content="0" />
  44. <meta name="if:Show Sidebar 245px" content="0"/>
  45. <meta name="if:Show Link1" content="1" />
  46. <meta name="if:Show Link2" content="1" />
  47. <meta name="if:Show Link3" content="1" />
  48. <meta name="if:Show Link4" content="1" />
  49.  
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">
  57. <meta name="text:link4" content="">
  58. <meta name="text:link4 url" content="/">
  59.  
  60. <meta name="text:link1" content="">
  61. <meta name="text:link1 hover" content="link1">
  62. <meta name="text:link2" content="">
  63. <meta name="text:link2 hover" content="link2">
  64. <meta name="text:link3" content="">
  65. <meta name="text:link3 hover" content="link3">
  66. <meta name="text:link4" content="">
  67. <meta name="text:link4 hover" content="link4">
  68.  
  69.  
  70. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  71.  
  72. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  73.  
  74.  
  75.  
  76. <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css'>
  77.  
  78. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  79.  
  80. <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  81.  
  82. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  83.  
  84. <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'>
  85.  
  86. <link href='https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  87.  
  88. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  90.  
  91. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  92. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  93.  
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $("a[title]").style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:90,
  100. tip_fade_speed:600,
  101. attribute:"title"
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106.  
  107.  
  108.  
  109. <!----- pxu photosets ---->
  110.  
  111. <script>
  112. // PXU Photoset Script by Pixel Union
  113. $(document).ready(function(){
  114. $('.photo-slideshow').pxuPhotoset({
  115. lightbox:true,
  116. rounded:false,
  117. gutter:'0px',
  118. borderRadius:'0px',
  119. photoset:'.photo-slideshow',
  120. photoWrap:'.photo-data',
  121. photo:'.pxu-photo'
  122. });
  123. });
  124. </script>
  125.  
  126.  
  127.  
  128.  
  129.  
  130. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  131. <script type="text/javascript">
  132. $(document).ready(function(){
  133. $(".hover_body").hide();
  134. $(".hover_head").click(function(){
  135. $(this).next(".hover_body").slideToggle('fast');
  136. }); }); </script>
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <script>
  143. $(document).ready(function(){
  144. $('.photo-slideshow').pxuPhotoset({
  145. highRes:true,
  146. lightbox: true,
  147. rounded: false,
  148. gutter: '0px',
  149. borderRadius: '0px',
  150. photoset: '.photo-slideshow',
  151. photoWrap: '.photo-data',
  152. photo: '.pxu-photo'
  153. });
  154. });
  155. </script>
  156.  
  157.  
  158. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  159. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  160. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  161.  
  162.  
  163.  
  164. <style type="text/css">
  165.  
  166.  
  167.  
  168. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  169. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  170. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  171.  
  172. #s-m-t-tooltip {
  173. max-width:300px;
  174. margin-top:-25px;
  175. margin-left:-25px;
  176. font-size:9px;
  177. padding:2px;
  178. font-family:hind;
  179. letter-spacing:0px;
  180. text-align:center;
  181. text-transform:lowercase;
  182. background-color:{color:Background};
  183. z-index:999999999999999999999999999999999999;
  184. }
  185.  
  186. h1 {
  187. font-size: {text:Body Font Size};
  188. font-family: {text:Body Font};
  189. text-align:center;
  190. font-style:italic;
  191. line-height:50%;
  192. letter-spacing:px;
  193. text-transform:none;
  194. }
  195.  
  196. h2 {
  197. font-size: {text:Body Font Size};
  198. font-family: {text:Body Font};
  199. letter-spacing:px;
  200. margin-bottom:12px;
  201. padding-bottom:10px;
  202. font-weight:bold;
  203. line-height:90%;
  204. text-transform:lowercase;
  205. color:{color:Text};
  206. margin: 0px;
  207. border-bottom:1px solid {color:Info Border};
  208. }
  209.  
  210.  
  211. strong, b {
  212. color:{color:bold};
  213. }
  214.  
  215. small, sub, sup {letter-spacing:1px;}
  216.  
  217. pre {
  218. {block:ifShow540pxposts}
  219. width:540px;
  220. {/block:ifShow540pxposts}
  221. {block:ifShow500pxposts}
  222. width:500px;
  223. {/block:ifShow500pxposts}
  224. {block:ifShow400pxposts}
  225. width:400px;
  226. {/block:ifShow400pxposts}
  227. text-align: left;
  228. word-wrap: break-word;
  229. }
  230.  
  231.  
  232. blockquote {
  233. border-left:1px solid {color:Blockquote};
  234. padding-left:6px;
  235. padding-top:0px;
  236. padding-bottom:0px;
  237. margin:10px;
  238. margin-top:20px;
  239. margin-bottom:5px;
  240. margin-left:8px;
  241. }
  242.  
  243. blockquote img {
  244. max-width:470px;
  245. }
  246.  
  247.  
  248. body {
  249. background-color:{color:Background};
  250. color:{color:Text};
  251. letter-spacing:0px;
  252. }
  253.  
  254. a {
  255. color: {color:Link};
  256. text-decoration: none;
  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.  
  264. a:hover {
  265. color: {color:Link Hover};
  266. text-decoration:underline;
  267. -moz-transition-duration: 0.5s;
  268. -o-transition-duration: 0.5s;
  269. -webkit-transition-duration: 0.5s;
  270. transition-duration: 0.5s;
  271. }
  272.  
  273.  
  274. .sidebar {
  275. {block:ifNotShowSidebar245px}
  276. width:160px;
  277. position: fixed;
  278. margin-top:50px;
  279. margin-left:30px;
  280. {/block:ifNotShowSidebar245px}
  281.  
  282. {block:ifShowSidebar245px}
  283. width:245px;
  284. position: fixed;
  285. margin-top:50px;
  286. margin-left:-30px;
  287. {/block:ifShowSidebar245px}
  288. }
  289.  
  290. .sidebarimage {
  291. {block:ifNotShowSidebar245px}
  292. width:100px;
  293. padding:3px;
  294. outline:1px solid {color:Sidebar Image Border};
  295. border-top:1px solid {color:Sidebar Image BG};
  296. border-left:3px solid {color:Sidebar Image BG};
  297. border-right:3px solid {color:Sidebar Image BG};
  298. border-bottom:25px solid {color:Sidebar Image BG};
  299. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  300. {/block:ifNotShowSidebar245px}
  301.  
  302. {block:ifShowSidebar245px}
  303. width:245px;
  304. {/block:ifShowSidebar245px}
  305. }
  306.  
  307. .sidebarlinks {
  308. {block:ifNotShowSidebar245px}
  309. width:160px;
  310. margin-top:15px;
  311. margin-bottom:px;
  312. font-size:9px;
  313. line-height:200%;
  314. font-family: 'Hind',arial,sans-serif;
  315. text-transform:lowercase;
  316. text-align:center;
  317. font-weight:none;
  318. letter-spacing:1px;
  319. {/block:ifNotShowSidebar245px}
  320.  
  321. {block:ifShowSidebar245px}
  322. width:245px;
  323. margin-top:15px;
  324. margin-bottom:px;
  325. font-size:9px;
  326. line-height:200%;
  327. font-family: 'Hind',arial,sans-serif;
  328. text-transform:lowercase;
  329. text-align:center;
  330. font-weight:none;
  331. letter-spacing:1px;
  332. {/block:ifShowSidebar245px}
  333. }
  334.  
  335. .sidebarlinks a {
  336. color:{color:text};
  337. padding:2px;
  338. -moz-transition-duration: 0.5s;
  339. -o-transition-duration: 0.5s;
  340. -webkit-transition-duration: 0.5s;
  341. transition-duration: 0.5s;
  342. }
  343.  
  344. .sidebarlinks a:hover {
  345. color:{color:Link Hover};
  346. text-decoration:underline;
  347. -moz-transition-duration: 0.5s;
  348. -o-transition-duration: 0.5s;
  349. -webkit-transition-duration: 0.5s;
  350. transition-duration: 0.5s;
  351. }
  352.  
  353. .sidebarlinks2 {
  354. {block:ifNotShowSidebar245px}
  355. width:160px;
  356. margin-top:0px;
  357. margin-bottom:px;
  358. font-size:9px;
  359. line-height:200%;
  360. font-family: 'Hind',arial,sans-serif;
  361. text-transform:lowercase;
  362. text-align:center;
  363. font-weight:none;
  364. letter-spacing:1px;
  365. {/block:ifNotShowSidebar245px}
  366.  
  367. {block:ifShowSidebar245px}
  368. width:245px;
  369. margin-top:0px;
  370. margin-bottom:px;
  371. font-size:9px;
  372. line-height:200%;
  373. font-family: 'Hind',arial,sans-serif;
  374. text-transform:lowercase;
  375. text-align:center;
  376. font-weight:none;
  377. letter-spacing:1px;
  378. {/block:ifShowSidebar245px}
  379. }
  380.  
  381. .sidebarlinks2 a {
  382. color:{color:text};
  383. padding:2px;
  384. -moz-transition-duration: 0.5s;
  385. -o-transition-duration: 0.5s;
  386. -webkit-transition-duration: 0.5s;
  387. transition-duration: 0.5s;
  388. }
  389.  
  390. .sidebarlinks2 a:hover {
  391. color:{color:Link Hover};
  392. text-decoration:underline;
  393. -moz-transition-duration: 0.5s;
  394. -o-transition-duration: 0.5s;
  395. -webkit-transition-duration: 0.5s;
  396. transition-duration: 0.5s;
  397. }
  398.  
  399. .description {
  400. {block:ifNotShowSidebar245px}
  401. width:135px;
  402. padding:6px;
  403. margin-top:5px;
  404. padding-bottom:5px;
  405. text-align:center;
  406. line-height:170%;
  407. font-size:10px;
  408. font-family:'Hind',arial,sans-serif;
  409. text-transform:none;
  410. letter-spacing:0px;
  411. background-color:{color:Description BG};
  412. {/block:ifNotShowSidebar245px}
  413.  
  414. {block:ifShowSidebar245px}
  415. width:235px;
  416. padding:6px;
  417. margin-top:5px;
  418. padding-bottom:5px;
  419. text-align:center;
  420. line-height:170%;
  421. font-size:10px;
  422. font-family:'Hind',arial,sans-serif;
  423. text-transform:none;
  424. letter-spacing:0px;
  425. background-color:{color:Description BG};
  426. {/block:ifShowSidebar245px}
  427. }
  428.  
  429. .pagination {
  430. {block:ifNotShowSidebar245px}
  431. width:160px;
  432. margin-top:px;
  433. margin-bottom:px;
  434. font-size:9px;
  435. line-height:200%;
  436. font-family: 'PT Sans',arial,sans-serif;
  437. text-transform:lowercase;
  438. text-align:center;
  439. font-weight:bold;
  440. letter-spacing:0px;
  441. {/block:ifNotShowSidebar245px}
  442.  
  443. {block:ifShowSidebar245px}
  444. width:245px;
  445. margin-top:px;
  446. margin-bottom:px;
  447. font-size:9px;
  448. line-height:200%;
  449. font-family: 'PT Sans',arial,sans-serif;
  450. text-transform:lowercase;
  451. text-align:center;
  452. font-weight:bold;
  453. letter-spacing:0px;
  454. {/block:ifShowSidebar245px}
  455. }
  456.  
  457. .pagination a {
  458. color:{color:text};
  459. padding:3px;
  460. -moz-transition-duration: 0.5s;
  461. -o-transition-duration: 0.5s;
  462. -webkit-transition-duration: 0.5s;
  463. transition-duration: 0.5s;
  464. }
  465.  
  466. .pagination a:hover {
  467. color:{color:Link Hover};
  468. text-decoration:underline;
  469. -moz-transition-duration: 0.5s;
  470. -o-transition-duration: 0.5s;
  471. -webkit-transition-duration: 0.5s;
  472. transition-duration: 0.5s;
  473. }
  474.  
  475.  
  476. .container {
  477. width:900px;
  478. margin: auto;
  479. margin-top:-8px;
  480. }
  481.  
  482.  
  483. .postscontainer {
  484. {block:ifShow540pxposts}
  485. width:540px;
  486. {/block:ifShow540pxposts}
  487. {block:ifShow500pxposts}
  488. width:500px;
  489. {/block:ifShow500pxposts}
  490. {block:ifShow400pxposts}
  491. width:400px;
  492. {/block:ifShow400pxposts}
  493. margin: auto;
  494. margin-top:-10px;
  495. margin-left:370px;
  496. margin-bottom:80px;
  497. }
  498.  
  499. .posts {
  500. {block:ifShow540pxposts}
  501. width:540px;
  502. {/block:ifShow540pxposts}
  503. {block:ifShow500pxposts}
  504. width:500px;
  505. {/block:ifShow500pxposts}
  506. {block:ifShow400pxposts}
  507. width:400px;
  508. {/block:ifShow400pxposts}
  509. font-size: {text:Body Font Size};
  510. font-family: {text:Body Font};
  511. margin-top:100px;
  512. line-height:115%;
  513. text-align:justify;
  514. }
  515.  
  516.  
  517. .posts img {
  518. {block:ifShow540pxposts}
  519. max-width:540px;
  520. {/block:ifShow540pxposts}
  521. {block:ifShow500pxposts}
  522. max-width:500px;
  523. {/block:ifShow500pxposts}
  524. {block:ifShow400pxposts}
  525. max-width:400px;
  526. {/block:ifShow400pxposts}
  527. }
  528.  
  529. /* style for pixel union photosets
  530. i recomend not changing if you don't know what you're doing */
  531.  
  532. .set {
  533. margin-bottom:-8px;
  534. }
  535.  
  536. .photo-slideshow {
  537. width:auto!important;
  538. }
  539.  
  540. {block:ifShow540pxposts}
  541. .photo-slideshow .count-1 {
  542. margin-bottom:4px!important;
  543. width:540px;
  544. }
  545.  
  546. .photo-slideshow .count-2 {
  547. margin-left:4px!important;
  548. margin-bottom:4px!important;
  549. width:268px!important;
  550. }
  551.  
  552. .photo-slideshow .count-2:first-child {
  553. margin-left:0!important;
  554. }
  555.  
  556. .photo-slideshow .count-3 {
  557. margin-left:4px!important;
  558. margin-bottom:4px!important;
  559. width:177px!important;
  560. }
  561.  
  562. .photo-slideshow .count-3:first-child {
  563. margin-left:0!important;
  564. }
  565.  
  566. .photo-slideshow .count-3:nth-child(2) {
  567. width:177px!important;
  568. }
  569. {/block:ifShow540pxposts}
  570.  
  571.  
  572. {block:ifShow500pxposts}
  573. .photo-slideshow .count-1 {
  574. margin-bottom:4px!important;
  575. width:500px;
  576. }
  577.  
  578. .photo-slideshow .count-2 {
  579. margin-left:4px!important;
  580. margin-bottom:4px!important;
  581. width:245px!important;
  582. }
  583.  
  584. .photo-slideshow .count-2:first-child {
  585. margin-left:0!important;
  586. }
  587.  
  588. .photo-slideshow .count-3 {
  589. margin-left:4px!important;
  590. margin-bottom:4px!important;
  591. width:160px!important;
  592. }
  593.  
  594. .photo-slideshow .count-3:first-child {
  595. margin-left:0!important;
  596. }
  597.  
  598. .photo-slideshow .count-3:nth-child(2) {
  599. width:160px!important;
  600. }
  601. {/block:ifShow500pxposts}
  602.  
  603. {block:ifShow400pxposts}
  604. .photo-slideshow .count-1 {
  605. margin-bottom:4px!important;
  606. width:400px;
  607. }
  608.  
  609. .photo-slideshow .count-2 {
  610. margin-left:4px!important;
  611. margin-bottom:4px!important;
  612. width:49%!important;
  613. }
  614.  
  615. .photo-slideshow .count-2:first-child {
  616. margin-left:0!important;
  617. }
  618.  
  619. .photo-slideshow .count-3 {
  620. margin-left:4px!important;
  621. margin-bottom:4px!important;
  622. width:32%!important;
  623. }
  624.  
  625. .photo-slideshow .count-3:first-child {
  626. margin-left:0!important;
  627. }
  628.  
  629. .photo-slideshow .count-3:nth-child(2) {
  630. width:32%!important;
  631. }
  632. {/block:ifShow400pxposts}
  633.  
  634.  
  635.  
  636. .border {
  637. border-bottom: 1px solid {color:Info Border};
  638. width:100px;
  639. }
  640.  
  641. .border2 {
  642. border-bottom: 1px solid {color:Info Border};
  643. width:50px;
  644. }
  645.  
  646. .info {
  647. {block:ifShow540pxposts}
  648. width:540px;
  649. {/block:ifShow540pxposts}
  650. {block:ifShow500pxposts}
  651. width:500px;
  652. {/block:ifShow500pxposts}
  653. {block:ifShow400pxposts}
  654. width:400px;
  655. {/block:ifShow400pxposts}
  656. margin-top:20px;
  657. margin-left:px;
  658. text-align:left;
  659. padding-top:5px;
  660. text-transform:lowercase;
  661. font-size:8px;
  662. font-family:'Hind',arial,sans-serif;
  663. line-height:150%;
  664. letter-spacing:1px;
  665. }
  666.  
  667. .info a {
  668. color:{color:text};
  669. padding:3px;
  670. border-bottom: px solid {color:Info Border};
  671. }
  672.  
  673. .info a:hover {
  674. text-decoration:underline;
  675. color:{color:Link Hover};
  676. }
  677.  
  678. .dashicons {
  679. margin-top:5px;
  680. {block:ifNotShow400pxposts}
  681. margin-left:510px;
  682. {/block:ifNotShow400pxposts}
  683. {block:ifShow400pxposts}
  684. margin-left:410px;
  685. {/block:ifShow400pxposts}
  686. padding-bottom:0px;
  687. line-height:0%;
  688. font-family:calibri;
  689. text-transform:lowercase;
  690. letter-spacing:0px;
  691. font-size:11px;
  692. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  693. list-style: none;
  694. }
  695.  
  696. svg {
  697. width:10px;
  698. height:auto;
  699. opacity:.3;
  700. padding:1px;
  701. display:block;
  702. overflow:visible;
  703. color:{color:bold};
  704. {block:ifShow540pxposts}
  705. margin-left:545px;
  706. {/block:ifShow540pxposts}
  707. {block:ifShow500pxposts}
  708. margin-left:505px;
  709. {/block:ifShow500pxposts}
  710. {block:ifShow400pxposts}
  711. margin-left:405px;
  712. {/block:ifShow400pxposts}
  713. }
  714. .controls a {
  715. margin-top:px;
  716. position:absolute;
  717. display:inline-block;
  718. padding:5px;
  719. width:12px;
  720. height:12px;
  721. }
  722. .controls .reblog {
  723. opacity:.93;
  724. }
  725. .controls .reblog svg {
  726. width:9px;
  727. margin-bottom:5px;
  728. }
  729. .controls .like .liked + svg {
  730. opacity:1;
  731. }
  732. .controls .like .liked + svg path {
  733. fill:#ec5a5a;
  734. }
  735. .controls .like_button iframe {
  736. position:absolute;
  737. top:0;
  738. left:0;
  739. bottom:0;
  740. right:0;
  741. width:100%;
  742. height:100%;
  743. z-index:2;
  744. opacity:0;
  745. }
  746.  
  747.  
  748. .posts:hover .tags {
  749. {block:ifHoverTags}
  750. margin-top:5px;filter: alpha(opacity = 100);
  751. opacity:100;-webkit-transition: all 0.5s ease-out;
  752. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  753. {/block:ifHoverTags}}
  754.  
  755. .tags {
  756. {block:ifHoverTags}
  757. position:static;
  758. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  759. {/block:ifHoverTags}
  760. {block:ifShow540pxposts}
  761. width:540px;
  762. {/block:ifShow540pxposts}
  763. {block:ifShow500pxposts}
  764. width:500px;
  765. {/block:ifShow500pxposts}
  766. {block:ifShow400pxposts}
  767. width:400px;
  768. {/block:ifShow400pxposts}
  769. position:static;
  770. line-height:135%;
  771. text-align:left;
  772. margin-top:5px;
  773. padding-left:4px;
  774. text-transform:none;
  775. font-size:9px;
  776. font-family:'Hind',arial,sans-serif;
  777. line-height:120%;
  778. letter-spacing:px;
  779. -moz-transition-duration:0.5s;
  780. -webkit-transition-duration:0.5s;
  781. -o-transition-duration:0.5s;
  782. }
  783.  
  784. .tags a {
  785. color:{color:text};
  786. padding:4px;
  787. }
  788.  
  789. .tags a:hover {
  790. text-decoration:underline;
  791. color:{color:Link Hover};
  792. }
  793.  
  794. .postnote {
  795. {block:ifShow540pxposts}
  796. width:540px;
  797. {/block:ifShow540pxposts}
  798. {block:ifShow500pxposts}
  799. width:500px;
  800. {/block:ifShow500pxposts}
  801. {block:ifShow400pxposts}
  802. width:400px;
  803. {/block:ifShow400pxposts}
  804. text-transform:lowercase;
  805. font-size: {text:Body Font Size};
  806. font-family: {text:Body Font};
  807. text-align:left;
  808. margin-top:60px;
  809. }
  810.  
  811. .postnote li {
  812. list-style-type:none;
  813. padding:10px 0px 0px 0px;
  814. text-align:left;
  815. -moz-transition-duration:0.5s;
  816. -webkit-transition-duration:0.5s;
  817. -o-transition-duration:0.5s;
  818. }
  819.  
  820. .postnote img {
  821. width:0px;
  822. }
  823.  
  824. .music {
  825. width:500px;
  826. {block:ifShow400pxposts}
  827. width:400px;
  828. {/block:ifShow400pxposts}
  829. padding-bottom:10px;
  830. }
  831.  
  832. .albumart {
  833. float:left;
  834. }
  835.  
  836. .albumart img {
  837. width:50px;
  838. padding: 3px;
  839. margin:2px 7px -3px 6px;
  840. border:2px solid {color:Info Border};
  841. border-radius:100px;
  842. -webkit-border-radius:100px;
  843. -moz-border-radius:100px;
  844. }
  845.  
  846. .playercontainer {
  847. text-align:left;
  848. padding-top:15px;
  849. width:450px;
  850. {block:ifShow400pxposts}
  851. width:350px;
  852. {/block:ifShow400pxposts}
  853. }
  854.  
  855. .musicinfo {
  856. padding:10px;
  857. margin-top:20px;
  858. font-size: {text:Body Font Size};
  859. font-family: {text:Body Font};
  860. }
  861.  
  862. .quote {
  863. font-size: {text:Body Font Size};
  864. font-family: {text:Body Font};
  865. letter-spacing:1px;
  866. font-style:none;
  867. text-transform:uppercase;
  868. font-weight:bold;
  869. text-align:left;
  870. }
  871.  
  872. .source {
  873. font-size: 8px;
  874. font-family: {text:Body Font};
  875. text-transform:uppercase;
  876. font-style:normal;
  877. text-align:left;
  878. line-height:17px;
  879. }
  880.  
  881. .chat {
  882. margin-top:10px;
  883. font-size: {text:Body Font Size};
  884. font-family: {text:Body Font};
  885. }
  886.  
  887. .chat .lines {
  888. margin-left:0;
  889. }
  890.  
  891. .chat .lines span {
  892. font-weight: bold;
  893. color:{color:bold};
  894. }
  895.  
  896.  
  897.  
  898. .ask {
  899. {block:ifShow540pxposts}
  900. width:540px;
  901. {/block:ifShow540pxposts}
  902. {block:ifShow500pxposts}
  903. width:500px;
  904. {/block:ifShow500pxposts}
  905. {block:ifShow400pxposts}
  906. width:400px;
  907. {/block:ifShow400pxposts}
  908. font-size: {text:Body Font Size};
  909. font-family: {text:Body Font};
  910. text-transform:capitalize;
  911. text-align:justify;
  912. font-weight:;
  913. padding-top:4px;
  914. padding-left:7px;
  915. padding-bottom:px;
  916. }
  917.  
  918. .ask a {
  919. color:{color:Text};
  920. }
  921.  
  922. .question {
  923. {block:ifShow540pxposts}
  924. width:540px;
  925. {/block:ifShow540pxposts}
  926. {block:ifShow500pxposts}
  927. width:500px;
  928. {/block:ifShow500pxposts}
  929. {block:ifShow400pxposts}
  930. width:400px;
  931. {/block:ifShow400pxposts}
  932. letter-spacing:0px;
  933. margin-top:4px;
  934. padding-left:7px;
  935. padding-bottom:8px;
  936. text-align:justify;
  937. font-size: {text:Body Font Size};
  938. font-family: {text:Body Font};
  939. border-bottom: 1px solid {color:Questions Border};
  940. }
  941.  
  942. .answer {
  943. {block:ifShow540pxposts}
  944. width:540px;
  945. {/block:ifShow540pxposts}
  946. {block:ifShow500pxposts}
  947. width:500px;
  948. {/block:ifShow500pxposts}
  949. {block:ifShow400pxposts}
  950. width:400px;
  951. {/block:ifShow400pxposts}
  952. letter-spacing:0px;
  953. text-align:justify;
  954. padding-top:5px;
  955. margin-bottom:1px;
  956. font-size: {text:Body Font Size};
  957. font-family: {text:Body Font};
  958. }
  959.  
  960.  
  961. .askimg {
  962. padding: 3px;
  963. margin:2px 7px -3px 6px;
  964. }
  965.  
  966. .credit {
  967. position:fixed;
  968. font-family:calibri;
  969. font-size:8px;
  970. color:{color:text}
  971. line-height:150%;
  972. letter-spacing:0px;
  973. right:5px;
  974. bottom:20px;
  975. text-transform:uppercase;
  976. text-align:center;
  977. }
  978.  
  979. .credit a {
  980. color:{color:text};
  981. font-style:normal;
  982. padding:3px;
  983. -moz-transition-duration:0.5s;
  984. -webkit-transition-duration:0.5s;
  985. -o-transition-duration:0.5s;
  986. }
  987.  
  988.  
  989. </style>
  990.  
  991.  
  992.  
  993. </head>
  994.  
  995. <body>
  996. <div class="container">
  997. <div class="sidebar">
  998. <center>
  999. <img src="{image:sidebar}" class="sidebarimage">
  1000. </center>
  1001. <div class="sidebarlinks">
  1002. <center>
  1003. <a href="/">home</a>
  1004. <a href="/ask">questions</a>
  1005. <p><div class="border"></div></p>
  1006. </center>
  1007. </div>
  1008. <center>
  1009. <div class="description">
  1010. {description}
  1011. </div>
  1012. <div class="sidebarlinks2">
  1013. <center><p><div class="border"></div></p></center>
  1014. {block:ifShowLink1}
  1015. <a title="{text:link1 hover}" href="{text:link1 url}">one</a>
  1016. {/block:IfShowLink1}
  1017. {block:ifShowLink2}
  1018. <a title="{text:link2 hover}" href="{text:link2 url}">two</a>
  1019. {/block:IfShowLink2}
  1020. {block:ifShowLink3}
  1021. <a title="{text:link3 hover}" href="{text:link3 url}">three</a>
  1022. {/block:IfShowLink3}
  1023. {block:ifShowLink4}
  1024. <a title="{text:link4 hover}" href="{text:link4 url}">four</a>
  1025. {/block:IfShowLink4}
  1026. </div>
  1027. <div class="pagination">
  1028. {block:Pagination}
  1029. <br><span style="color:{color:Sidebar Details}">—</span>
  1030. <span style="font-weight:normal;font-size:8px;text-transform:uppercase;font-family:calibri;letter-spacing:1px;color:{color:text};">
  1031. {block:PreviousPage}
  1032. <a href="{PreviousPage}"><big> ‹</big> back </a>
  1033. {/block:PreviousPage}
  1034. {block:NextPage}
  1035. <a href="{NextPage}"> forth<big> › </big></a>
  1036. {/block:NextPage}</span>
  1037. {/block:Pagination}
  1038. </div>
  1039. </center>
  1040. </div>
  1041.  
  1042. <div class="postscontainer">
  1043.  
  1044. {block:Posts}
  1045. <div class="posts">
  1046.  
  1047. <div class="controls">
  1048. <a href="{ReblogURL}" target="_blank" class="reblog">
  1049. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  1050. </a>
  1051. </div>
  1052.  
  1053.  
  1054. {block:Text}
  1055. {block:Title}<h2>{Title}</h2>{/block:Title}
  1056. {Body}
  1057. {/block:Text}
  1058.  
  1059. {block:Quote}<div class="quote">&#8220; {Quote} &#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  1060.  
  1061. {/block:Quote}
  1062.  
  1063. {block:Link}
  1064. <h2><a href="{URL}">{Name}</a></h2>
  1065. {block:Description}{Description}{/block:Description}
  1066. {/block:Link}
  1067.  
  1068. {block:Chat}
  1069. {block:Title}<h2>{Title}</h2>{/block:Title}
  1070. {block:lines}
  1071. <div class="chat">
  1072. <div class="lines">{block:label}
  1073. <span>{label}</span>
  1074. {/block:label}
  1075. <br>{line}</br></div></div>
  1076. {/block:lines}
  1077. {/block:Chat}
  1078.  
  1079. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:lowercase;font-family:;font-size:px;">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span></div><div class="question"><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  1080.  
  1081. {block:Photo}
  1082. {linkopentag}
  1083. <img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>
  1084. {linkclosetag}
  1085. {block:Caption}{Caption}{/block:Caption}
  1086. {/block:Photo}
  1087.  
  1088. {block:Photoset}
  1089. <div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1090. <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></div></center>
  1091. {block:Caption}{Caption}{/block:Caption}
  1092. {/block:Photoset}
  1093.  
  1094.  
  1095. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  1096. <div class="playercontainer">{AudioPlayerWhite}</div>
  1097. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  1098. {/block:ExternalAudio}</div>
  1099. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1100.  
  1101. {block:Video}<div class="video">{Video-500}</div>
  1102. {block:Caption}{Caption}{/block:Caption}
  1103. {/block:Video}
  1104.  
  1105. {block:Date}<div class="info"><span style="font-size:px;letter-spacing:;"><a title="{timeago}" href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a> {block:NoteCount}♡ {NoteCountWithLabel}{/block:NoteCount} {block:HasTags}<span style="color:{color:bold};font-size:8px;padding-left:10px;"><i class="fa fa-tags"></i></span><span style="color:{color:bold};font-size:9px;text-transform:none;letter-spacing:0px;">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags} {block:PermalinkPage} {block:RebloggedFrom} <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}
  1106. </div>
  1107.  
  1108. <p><div class="border2"></div></p>
  1109. {/block:Date}
  1110.  
  1111.  
  1112.  
  1113. <div class="postnote">
  1114. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1115.  
  1116. </div>
  1117. {/block:Posts}
  1118.  
  1119.  
  1120.  
  1121. <div class="credit"><a href="https://scottisbae.tumblr.com/">scottisbae</a></div>
  1122. </script></div>
  1123. </script></div>
  1124.  
  1125. </div>
  1126. </div>
  1127. </div>
  1128. </body>
Advertisement
Add Comment
Please, Sign In to add comment