sexycullen

# 132

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