sexycullen

# 165

Jan 4th, 2017
1,732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.20 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 # 165
  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="#FFFFFF">
  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:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#F3F3F3">
  28. <meta name="color:Info Border" content="#F3F3F3">
  29. <meta name="color:Posts BG" content="#FFFFFF">
  30. <meta name="color:Image Border" content="#FFFFFF">
  31. <meta name="color:Questions Border" content="#F8F7F7">
  32.  
  33. <meta name="text:Body Font Size" content="9px"/>
  34. <meta name="text:Body Font" content="Arial"/>
  35.  
  36. <meta name="image:Icon" content=""/>
  37. <meta name="image:Icon2" content=""/>
  38. <meta name="image:Background" content="" />
  39.  
  40. <meta name="if:Show Link1" content="0" />
  41. <meta name="if:Show Link2" content="0" />
  42. <meta name="if:Show Link3" content="0" />
  43.  
  44. <meta name="text:link1" content="">
  45. <meta name="text:link1 url" content="/">
  46. <meta name="text:link2" content="">
  47. <meta name="text:link2 url" content="/">
  48. <meta name="text:link3" content="">
  49. <meta name="text:link3 url" content="/">
  50.  
  51.  
  52.  
  53. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  54.  
  55. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  56.  
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("a[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:90,
  68. tip_fade_speed:600,
  69. attribute:"title"
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  77. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  78.  
  79.  
  80. <script>
  81. $(document).ready(function(){
  82. $('.photo-slideshow').pxuPhotoset({
  83. lightbox: true,
  84. rounded: 'corners',
  85. gutter: '1px',
  86. borderRadius: '3px',
  87. photoset: '.photo-slideshow',
  88. photoWrap: '.photo-data',
  89. photo: '.pxu-photo'
  90. });
  91. });
  92. </script>
  93.  
  94. <style type="text/css">
  95.  
  96. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:2px;}
  97. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  98. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  99.  
  100.  
  101. h1 {
  102. font-weight:normal;
  103. font-size: {text:Body Font Size};
  104. font-family: {text:Body Font};
  105. text-align:center;
  106. font-style:italic;
  107. letter-spacing:0px;
  108. text-transform:none;
  109. color:{color:Text};
  110. }
  111.  
  112. h2 {
  113. margin-bottom:12px;
  114. padding-bottom:10px;
  115. font-size: 7px;
  116. font-family: arial;
  117. font-style:none;
  118. letter-spacing:0.5;
  119. font-weight:bold;
  120. line-height:100%;
  121. text-transform:uppercase;
  122. color:{color:Text};
  123. margin: 0px;
  124. border-bottom: px solid {color:Info Border};
  125. }
  126.  
  127. pre {
  128. width:400px;
  129. text-align: left;
  130. word-wrap: break-word;
  131. color:{color:Text};
  132. }
  133.  
  134.  
  135. blockquote {
  136. border-left:1px solid {color:Blockquote};
  137. padding-left:6px;
  138. padding-top:0px;
  139. padding-bottom:0px;
  140. margin:10px;
  141. margin-top:20px;
  142. margin-bottom:5px;
  143. margin-left:8px;
  144. }
  145.  
  146. blockquote img {
  147. max-width:470px;
  148. }
  149.  
  150. body {
  151. color: {color:Text};
  152. background-color:{color:Background};
  153. background-image:url('{image:background}');
  154. background-attachment: fixed;
  155. background-repeat: repeat;
  156. word-spacing:1px;
  157. }
  158.  
  159. a {
  160. color: {color:Link};
  161. text-decoration: none;
  162. -moz-transition-duration: 0.5s;
  163. -o-transition-duration: 0.5s;
  164. -webkit-transition-duration: 0.5s;
  165. transition-duration: 0.5s;
  166. }
  167.  
  168. a:hover {
  169. color: {color:Link Hover};
  170. text-decoration: none;
  171. -moz-transition-duration: 0.5s;
  172. -o-transition-duration: 0.5s;
  173. -webkit-transition-duration: 0.5s;
  174. transition-duration: 0.5s;
  175. }
  176.  
  177. .sidebar {
  178. width:481px;
  179. height:44px;
  180. margin-top:55px;
  181. margin-left:200px;
  182. position:fixed;
  183. outline:1px solid {color:info border};
  184. background-color:{color:Posts BG};
  185. }
  186.  
  187. .sidebar a {
  188. color:{color:title};
  189. }
  190.  
  191. .bottom {
  192. margin-top:561px;
  193. margin-left:200px;
  194. width:481px;
  195. height:44px;
  196. position:fixed;
  197. outline:1px solid {color:info border};
  198. background-color:{color:Posts BG};
  199. }
  200.  
  201. .bottom a {
  202. color:{color:text};
  203. }
  204.  
  205.  
  206. .sidebarimage {
  207. width:36px;
  208. float:;
  209. border:4px solid {color:Image Border};
  210. outline:1px solid {color:info border};
  211. }
  212.  
  213. .sidebarlinks {
  214. width:;
  215. text-transform:;
  216. padding:15px;
  217. font-size:7px;
  218. margin-left:px;
  219. text-align:right;
  220. font-family:arial;
  221. color:{color:Text};
  222. text-transform:uppercase;
  223. letter-spacing:0px;
  224. }
  225.  
  226.  
  227. .sidebarlinks a {
  228. color:{color:Text};
  229. padding:10px;
  230. -moz-transition-duration: 0.5s;
  231. -o-transition-duration: 0.5s;
  232. -webkit-transition-duration: 0.5s;
  233. transition-duration: 0.5s;}
  234.  
  235. .sidebarlinks a:hover {
  236. color:{color:Link Hover};
  237. text-decoration:underline;
  238. -moz-transition-duration: 0.5s;
  239. -o-transition-duration: 0.5s;
  240. -webkit-transition-duration: 0.5s;
  241. transition-duration: 0.5s;}
  242.  
  243.  
  244. .description {
  245. width:;
  246. text-transform:;
  247. padding:12px;
  248. font-size:7px;
  249. margin-left:40px;
  250. line-height:130%;
  251. font-family:arial;
  252. color:{color:Text};
  253. text-transform:uppercase;
  254. letter-spacing:0px;
  255. border:px solid {color:info border};
  256. }
  257.  
  258. .description a:hover {
  259. color:{color:Link Hover};
  260. }
  261.  
  262. .border {
  263. margin-left:10px;
  264. border-bottom: 1px solid {color:info border};
  265. width:150px;
  266. }
  267.  
  268. .border2 {
  269. margin-left:0px;
  270. border-bottom: 1px solid {color:info border};
  271. width:90px;
  272. }
  273.  
  274.  
  275. .pagination {
  276. font-family:arial;
  277. text-transform:uppercase;
  278. letter-spacing:2px;
  279. text-align:center;
  280. font-size:7px;
  281. font-weight:bold;
  282. text-align:center;
  283. margin-top:40px;
  284. margin-bottom:30px;
  285. padding:0px;
  286. position:justify;
  287. margin-left:auto;
  288. margin-right:auto
  289. background-color:{color:Background};
  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. .container {
  311. width:900px;
  312. margin: auto;
  313. margin-top:-8px;
  314. }
  315.  
  316.  
  317. .postscontainer {
  318. width:481px;
  319. height:460px;
  320. margin: auto;
  321. position:fixed;
  322. margin-top:100px;
  323. margin-bottom:50px;
  324. margin-left:200px;
  325. background-color:{color:Posts BG};
  326. outline:1px solid {color:info border};
  327. border-right:0px solid {color:info border};
  328. border-bottom:0px solid {color:info border};
  329. overflow-y:scroll;
  330. overflow-x:hidden;
  331. }
  332.  
  333. .posts {
  334. width:400px;
  335. font-size: {text:Body Font Size};
  336. font-family: {text:Body Font};
  337. margin-bottom:-23px;
  338. margin-top:6px;
  339. margin-left:20px;
  340. padding:20px;
  341. text-align:justify;
  342. }
  343.  
  344. .info {
  345. margin-top:35px;
  346. padding-bottom:5px;
  347. padding-top:5px;
  348. margin-left:5px;
  349. text-align:left;
  350. font-family:arial;
  351. text-transform:uppercase;
  352. letter-spacing:0.5px;
  353. font-size:7px;
  354. border-top:1px solid {color:Info Border};
  355. }
  356.  
  357. .info a {
  358. color:{color:Text};
  359. }
  360.  
  361. .info a:hover {
  362. text-decoration:none;
  363. color:{color:Link Hover};
  364. }
  365.  
  366. .info2 {
  367. text-align:left;
  368. margin-top:-6px;
  369. font-family:arial;
  370. text-transform:lowercase;
  371. letter-spacing:0px;
  372. font-size:9px;
  373. }
  374.  
  375. .info2 a {
  376. color:{color:Text};
  377. }
  378.  
  379. .info2 a:hover {
  380. text-decoration:underline;
  381. color:{color:Link Hover};
  382. }
  383.  
  384. .dashicons {
  385. margin-top:5px;
  386. margin-left:510px;
  387. padding-bottom:0px;
  388. line-height:0%;
  389. font-family:arial;
  390. text-transform:lowercase;
  391. letter-spacing:0px;
  392. font-size:11px;
  393. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  394. list-style: none;
  395. }
  396.  
  397. .posts:hover .dashicons {
  398. margin-top:5px;filter: alpha(opacity = 100);
  399. opacity:100;-webkit-transition: all 0.5s ease-out;
  400. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  401. }
  402.  
  403.  
  404. .tags {
  405. margin-top:px;
  406. text-transform:none;
  407. position:static;
  408. font-family:arial;
  409. letter-spacing:0px;
  410. font-weight:;
  411. font-size:8px;
  412. text-align:left;
  413. border-top:0px solid {color:infobg};
  414. -moz-transition-duration:0.5s;
  415. -webkit-transition-duration:0.5s;
  416. -o-transition-duration:0.5s;
  417. }
  418.  
  419. .tags a {
  420. padding:5px;
  421. background-color:none;
  422. color:{color:Text};
  423. }
  424.  
  425. .tags a:hover {
  426. text-decoration:none;
  427. color:{color:Link Hover};
  428. }
  429.  
  430. .postnote {
  431. width:400px;
  432. text-transform:lowercase;
  433. font-size: {text:Body Font Size};
  434. font-family: {text:Body Font};
  435. text-align:left;
  436. margin-top:60px;
  437. }
  438.  
  439. .postnote li {
  440. list-style-type:none;
  441. padding:10px 0px 0px 0px;
  442. text-align:left;
  443. -moz-transition-duration:0.5s;
  444. -webkit-transition-duration:0.5s;
  445. -o-transition-duration:0.5s;
  446. }
  447.  
  448. .postnote img {
  449. width:0px;
  450. }
  451.  
  452.  
  453. .music {
  454. width:400px;
  455. {block:ifShow400pxposts}
  456. width:400px;
  457. {/block:ifShow400pxposts}
  458. padding-bottom:10px;
  459. }
  460.  
  461. .albumart {
  462. float:left;
  463. width:50px;
  464. padding: 3px;
  465. margin:2px 7px -3px 6px;
  466. border:2px solid {color:Info Border};
  467. border-radius:100px;
  468. -webkit-border-radius:100px;
  469. -moz-border-radius:100px;
  470. }
  471.  
  472. .playercontainer {
  473. text-align:left;
  474. padding-top:15px;
  475. width:450px;
  476. {block:ifShow400pxposts}
  477. width:350px;
  478. {/block:ifShow400pxposts}
  479. }
  480.  
  481. .musicinfo {
  482. padding:10px;
  483. margin-top:20px;
  484. font-size: {text:Body Font Size};
  485. font-family: {text:Body Font};
  486. color:{color:Text};
  487. }
  488.  
  489. .quote {
  490. font-size: 7px;
  491. font-family: arial;
  492. letter-spacing:0.1px;
  493. text-transform:uppercase;
  494. line-height:90%;
  495. text-align:center;
  496. }
  497.  
  498. .source {
  499. font-family:calibri;
  500. font-size:10px;
  501. font-style:normal;
  502. text-align:center;
  503. line-height:17px;
  504. }
  505.  
  506. .chat {
  507. margin-top:10px;
  508. font-size: {text:Body Font Size};
  509. font-family: {text:Body Font};
  510. }
  511.  
  512. .chat .lines {
  513. margin-left:0;
  514. }
  515.  
  516. .chat .lines span {
  517. font-weight: bold;
  518. color:{color:bold};
  519. }
  520.  
  521. .ask {
  522. width:400px;
  523. font-size: {text:Body Font Size};
  524. font-family: {text:Body Font};
  525. text-transform:capitalize;
  526. text-align:left;
  527. font-weight:;
  528. padding-top:4px;
  529. padding-left:7px;
  530. padding-bottom:8px;
  531. border-bottom: 1px solid {color:Questions Border};
  532. }
  533.  
  534. .ask a {
  535. color:{color:Text};
  536. }
  537.  
  538. .question {
  539. width:400px;
  540. letter-spacing:0px;
  541. margin-top:3px;
  542. padding-left:7px;
  543. padding-bottom:8px;
  544. text-align:justify;
  545. color:{color:Text};
  546. font-size: {text:Body Font Size};
  547. font-family: {text:Body Font};
  548. }
  549.  
  550. .answer {
  551. width:400px;
  552. letter-spacing:0px;
  553. text-align:justify;
  554. padding-top:5px;
  555. margin-bottom:1px;
  556. font-size: {text:Body Font Size};
  557. font-family: {text:Body Font};
  558. color:{color:Text};
  559. }
  560.  
  561. .askimg {
  562. padding: 3px;
  563. margin:2px 7px -3px 6px;
  564. }
  565.  
  566. .credit {
  567. position:fixed;
  568. font-family:calibri;
  569. font-size:8px;
  570. font-weight:normal;
  571. line-height:150%;
  572. letter-spacing:0px;
  573. right:5px;
  574. bottom:20px;
  575. text-transform:uppercase;
  576. text-align:center;
  577. }
  578.  
  579. .credit a {
  580. font-style:normal;
  581. padding:3px;
  582. color:{color:text};
  583. -moz-transition-duration:0.5s;
  584. -webkit-transition-duration:0.5s;
  585. -o-transition-duration:0.5s;
  586. }
  587.  
  588. </style>
  589. </head>
  590.  
  591.  
  592. <body>
  593. <div class="container">
  594. <div class="sidebar">
  595. <img src="{image:icon}" class="sidebarimage" align="left">
  596. <div class="description">
  597. {description}
  598. </div>
  599. </div>
  600.  
  601. <div class="bottom">
  602. <img src="{image:icon2}" class="sidebarimage" align="right">
  603. <div class="sidebarlinks">
  604. <a href="/">index</a>
  605. <a href="/ask">ask</a>
  606. {block:ifShowLink1}
  607. <a href="{text:link1 url}">{text:link1}</a>
  608. {/block:IfShowLink1}
  609. {block:ifShowLink2}
  610. <a href="{text:link2 url}">{text:link2}</a>
  611. {/block:IfShowLink2}
  612. {block:ifShowLink3}
  613. <a href="{text:link3 url}">{text:link3}</a>
  614. {/block:IfShowLink3}
  615. </div>
  616. </div>
  617.  
  618. <div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  619.  
  620. <div class="postscontainer">
  621.  
  622. {block:Posts}
  623. <div class="posts">
  624.  
  625.  
  626. {block:Text}
  627. {block:Title}<h2>{Title}</h2>{/block:Title}
  628. {Body}
  629. {/block:Text}
  630.  
  631. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  632.  
  633. {/block:Quote}
  634.  
  635. {block:Link}
  636. <h2><a href="{URL}">{Name}</a></h2>
  637. {block:Description}{Description}{/block:Description}
  638. {/block:Link}
  639.  
  640. {block:Chat}
  641. {block:Title}<h2>{Title}</h2>{/block:Title}
  642. {block:lines}
  643. <div class="chat">
  644. <div class="lines">{block:label}
  645. <span><span style="text-transform:uppercase;font-family:arial;font-size:7px;letter-spacing:0.5px;">{label}</span></span>
  646. {/block:label}
  647. <br>{line}</br></div></div>
  648. {/block:lines}
  649. {/block:Chat}
  650.  
  651. {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}
  652.  
  653. {block:Photo}
  654. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  655. {/block:Photo}
  656.  
  657. {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" 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> {block:Caption}{Caption}{/block:Caption} {/block:Photoset}
  658.  
  659. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  660. <div class="playercontainer">{AudioPlayerWhite}</div>
  661. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  662. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  663.  
  664. {block:Video}{Video-400}
  665. {block:Caption}{Caption}{/block:Caption}
  666. {/block:Video}
  667.  
  668. {block:Date}<div class="info"><a href="{Permalink}"><b>{TimeAgo}</b> </a> {block:NoteCount}&. {NoteCountwithlabel} {/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</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}<span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span></div>
  669. {/block:Date}
  670.  
  671. {block:HasTags}
  672. <div class="tags">
  673. {block:Tags}<a href="{TagURL}">{Tag}.</a>{/block:Tags}
  674. </div>
  675. {/block:HasTags}
  676.  
  677. <div class="postnote">
  678. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  679.  
  680. </div>
  681. {/block:Posts}
  682.  
  683. {block:Pagination}
  684. <div class="pagination">
  685. {block:PreviousPage}
  686. <a href="{PreviousPage}"> back</a>
  687. {/block:PreviousPage}
  688. {block:NextPage}/
  689. <a href="{NextPage}"> next</a>
  690. {/block:NextPage}
  691. {/block:Pagination}
  692. </div>
  693. </div>
  694. </div>
  695. </body>
Advertisement
Add Comment
Please, Sign In to add comment