Advertisement
sexycullen

# 118

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