Advertisement
sexycullen

# 116

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