Advertisement
sexycullen

# 131 2

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