Advertisement
sexycullen

# 124

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