sexycullen

# 166 2

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