Advertisement
sexycullen

# 133

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