Advertisement
sexycullen

146 (no cointainer)

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