Advertisement
sexycullen

# 134

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