Advertisement
bsethemes

ms paint

Jul 3rd, 2015
4,967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6.  
  7. _______ __ __ .____ __ __ .____ ____ _ _
  8. ' / | | / | | / / \ `. /
  9. | |___| |__. |\ /| |__. |,_-< `./
  10. | | | | | \/ | | | ` ,'
  11. / / / /----/ / / /----/ `----' _-'
  12.  
  13.  
  14.  
  15.  
  16. ____ _____ .____ _______ __ __ .____ __ __ .____ _____
  17. / \ ( / ' / | | / | | / (
  18. |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
  19. | ` | | | | | | | \/ | | |
  20. `----' \___.' /----/ / / / /----/ / / /----/ \___.'
  21.  
  22.  
  23.  
  24. -don't change or remove credit
  25. -don't take bits of the code
  26. -don't claim theme as yours
  27. -for any questions, feedback or theme requests please don't hesitate to contanct me!!!
  28.  
  29. -->
  30. <head>
  31. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}">
  34. {/block:Description}
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38.  
  39. <meta name="image:background" content=""/>
  40.  
  41. <meta name="color:background" content=""/>
  42. <meta name="color:text" content=""/>
  43. <meta name="color:title" content=""/>
  44. <meta name="color:links" content=""/>
  45. <meta name="color:hover" content=""/>
  46. <meta name="color:active" content=""/>
  47. <meta name="color:border" content=""/>
  48. <meta name="color:tooltip" content=""/>
  49. <meta name="color:tooltip background" content=""/>
  50. <meta name="color:selection" content=""/>
  51.  
  52. <meta name="text:url 1" content="/"/>
  53. <meta name="text:link 1" content="link 1"/>
  54. <meta name="text:url 2" content="/"/>
  55. <meta name="text:link 2" content="link2"/>
  56. <meta name="text:url 3" content="/"/>
  57. <meta name="text:link 3" content="link 3"/>
  58. <meta name="text:url 4" content="/"/>
  59. <meta name="text:link 4" content="link 4"/>
  60.  
  61. <meta name="if:tags" content="0"/>
  62. <meta name="if:caption" content="0"/>
  63. <meta name="if:infinite scroll" content="0"/>
  64. <meta name="if:covered background" content="0"/>
  65.  
  66.  
  67. {block:ifinfinitescroll} <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script> {/block:ifinfinitescroll}
  68.  
  69. <script type="text/javascript">
  70. WebFontConfig = {
  71. google: { families: [ 'VT323::latin' ] }
  72. };
  73. (function() {
  74. var wf = document.createElement('script');
  75. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  76. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  77. wf.type = 'text/javascript';
  78. wf.async = 'true';
  79. var s = document.getElementsByTagName('script')[0];
  80. s.parentNode.insertBefore(wf, s);
  81. })(); </script>
  82.  
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  85. <script>
  86. (function($){
  87. $(document).ready(function(){
  88. $("a[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:90,
  91. tip_fade_speed:100,
  92. attribute:"title"
  93. });
  94. });
  95. })(jQuery);
  96. </script>
  97.  
  98. <style type="text/css">
  99.  
  100. @import url(http://fonts.googleapis.com/css?family=Abel);
  101.  
  102. body {
  103. font-family: 'Abel', sans-serif;
  104. color:{color:text};
  105. font-size:14px;
  106. background-color: {color:background};
  107. background-image:url('{image:background}');
  108. background-attachment:fixed;
  109. {block:ifcoveredbackground}
  110. background-size:cover;
  111. background-repeat:no-repeat;
  112. {/block:ifcoveredbackground}
  113. {block:ifnotcoveredbackground}
  114. background-repeat:repeat;
  115. {/block:ifnotcoveredbackground}
  116. background-position:center;
  117. overflow:hidden;
  118. margin:0px;
  119. padding:0px;
  120. }
  121.  
  122. a {
  123. text-decoration:none;
  124. color:{color:links};
  125. font-style:italic;
  126. -webkit-transition-duration: 1s;
  127. -moz-transition-duration: 1s;
  128. -o-transition-duration: 1s;
  129. transition-duration: 1s;
  130. }
  131.  
  132. a:hover {
  133. color:{color:hover};
  134. text-shadow:3px 3px 0px rgba(0,0,0,0.3);
  135. -webkit-transition-duration: 1s;
  136. -moz-transition-duration: 1s;
  137. -o-transition-duration: 1s;
  138. transition-duration: 1s;
  139. }
  140.  
  141. a:active {
  142. color:{color:active};
  143. text-shadow:3px 3px 0px rgba(0,0,0,0.7);
  144. -webkit-transition-duration: 1s;
  145. -moz-transition-duration: 1s;
  146. -o-transition-duration: 1s;
  147. transition-duration: 1s;
  148. }
  149.  
  150. #s-m-t-tooltip {
  151. max-width:200px;
  152. margin:25px 20px 25px 20px;
  153. background-color:{color:tooltip background};
  154. color:{color:tooltip};
  155. font-family:'VT323';
  156. border-bottom:1px solid black;
  157. border-right:1px solid black;
  158. border-top:1px solid white;
  159. border-left:1px solid white;
  160. font-size:10px;
  161. line-height:13px;
  162. padding:3px 5px 4px 5px;
  163. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  164. -webkit-transition: all 0.2s ease-out;
  165. -moz-transition: all 0.2s ease-out;
  166. transition: all 0.2s ease-out;
  167. z-index:999999999999999999999999999999999999;
  168. }
  169.  
  170. ::-webkit-scrollbar-button:vertical:increment {
  171. background-color:rgb(90, 90, 90);
  172. border-bottom:1px solid #000;
  173. border-right:1px solid #000;
  174. border-top:1px solid #fff;
  175. border-left:1px solid #fff;
  176. }
  177.  
  178. ::-webkit-scrollbar-button:vertical:increment:hover {
  179. background-color:rgb(114, 114, 114);
  180. }
  181.  
  182. ::-webkit-scrollbar{
  183. width: 15px;
  184. }
  185.  
  186. ::-webkit-scrollbar-thumb{
  187. background-color:rgb(196, 196, 196);
  188. border-radius: 0;
  189. border-bottom:1px solid #000;
  190. border-right:1px solid #000;
  191. border-top:1px solid #fff;
  192. border-left:1px solid #fff;
  193. }
  194.  
  195. ::-webkit-scrollbar-thumb:hover{
  196. background-color:rgb(170, 170, 170);
  197. }
  198.  
  199. ::-webkit-scrollbar-track{
  200. background-color:rgb(237, 237, 237);
  201. border-left:1px solid rgb(196,196,196);
  202. width:16px;
  203. }
  204.  
  205. ::-webkit-scrollbar-button:vertical:decrement {
  206. background-color:rgb(90, 90, 90);
  207. border-bottom:1px solid #000;
  208. border-right:1px solid #000;
  209. border-top:1px solid #fff;
  210. border-left:1px solid #fff;
  211. }
  212.  
  213. ::-webkit-scrollbar-button:vertical:decrement:hover {
  214. background-color:rgb(114, 114, 114);
  215. }
  216.  
  217. ::-moz-selection {
  218. background: transparent;
  219. color:{color:selection};
  220. }
  221.  
  222. ::selection {
  223. background: transparent;
  224. color:{color:selection};
  225. }
  226.  
  227. #top {
  228. min-height:43px;
  229. width: 100%;
  230. background: white url(http://s13.postimg.org/yzs8qh42v/top.png) no-repeat;
  231. position:fixed;
  232. z-index:1;
  233. background-size: 100% 100%;
  234. border-top:1px solid #fff;
  235. border-left:1px solid #fff;
  236. border-right:2px solid #000;
  237. border-bottom:5px solid #bdbdbd;
  238. -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  239. -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  240. box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  241. }
  242.  
  243. #bottom {
  244. content:url(http://s23.postimg.org/qt1j3w4or/bottom.png);
  245. position:fixed;
  246. z-index:1;
  247. background-size: 100% 100%;
  248. width: 100%;
  249. bottom:0px;
  250. border-top:1px solid #fff;
  251. border-left:1px solid #fff;
  252. border-right:2px solid #000;
  253. border-bottom:1px solid #fff;
  254. }
  255.  
  256. .sidebar {
  257. width:170px;
  258. height:100%;
  259. background:#bdbdbd;
  260. position:fixed;
  261. padding-right:10px;
  262. padding-left:10px;
  263. padding-top:30px;
  264. border-left:1px solid #fff;
  265. border-right:1px solid #fff;
  266. }
  267.  
  268. .sidebar img {
  269. max-width:200px;
  270. margin-right:20px;
  271. }
  272.  
  273. #title {
  274. color:{color:title};
  275. font-size:25px;
  276. padding-top:40px;
  277. margin-top:25px;
  278. font-family: 'VT323';
  279. text-transform:uppercase;
  280. font-weight:bold;
  281. text-align:center;
  282. padding-bottom:30px;
  283. }
  284.  
  285. #title:first-letter {
  286. text-decoration:underline;
  287. font-size:30px;
  288. }
  289.  
  290. #links {
  291. position:absolute;
  292. margin-left:75px;
  293. margin-top:10px;
  294. text-align:center;
  295. z-index:1;
  296. }
  297.  
  298. #links a {
  299. text-decoration:none;
  300. }
  301.  
  302. #links img {
  303. margin-left:-25px;
  304. margin-top:-5px;
  305. width:40px;
  306. }
  307.  
  308. #links a:hover {
  309. cursor:help;
  310. }
  311.  
  312. #description {
  313. letter-spacing:2px;
  314. line-height:150%;
  315. border:1px dotted #444888;
  316. text-align:justify;
  317. font-size:11px;
  318. margin-top:200px;
  319. color:#333333;
  320. padding:10px;
  321. }
  322.  
  323. #next {
  324. margin-left:100px;
  325. padding-top:10px;
  326. position:fixed;
  327. text-align:center;
  328. font-size:17px;
  329. }
  330.  
  331. #next a:hover {
  332. text-shadow:0px 0px 0px;
  333. cursor:help;
  334. }
  335.  
  336. #previous {
  337. margin-left:40px;
  338. padding-top:10px;
  339. position:fixed;
  340. text-align:center;
  341. font-size:17px;
  342. }
  343.  
  344. #previous a:hover {
  345. text-shadow:0px 0px 0px;
  346. cursor:help;
  347. }
  348.  
  349. #entries {
  350. border-right:15px solid #bdbdbd;
  351. padding-left:500px;
  352. padding-right:0px;
  353. padding-bottom:30px;
  354. margin-top:50px;
  355. padding-top:50px;
  356. overflow:auto;
  357. position:absolute;
  358. height:460px;
  359. width:62.2%;
  360. z-index:-1;
  361. }
  362.  
  363. #post {
  364. text-align:justify;
  365. border:1px solid {color:border};
  366. background:#fff;
  367. width:400px;
  368. padding:10px;
  369. margin-bottom:10px;
  370. }
  371.  
  372. .title {
  373. color:{color:title};
  374. font-size:20px;
  375. font-family: 'VT323';
  376. text-transform:uppercase;
  377. font-weight:bold;
  378. text-align:center;
  379. padding:5px;
  380. border-bottom:1px solid {color:border};
  381. }
  382.  
  383. .title:first-letter {
  384. text-decoration:underline;
  385. font-size:25px;
  386. }
  387.  
  388. #caption img {
  389. max-width:200px;
  390. }
  391.  
  392. blockquote {
  393. padding-left:10px;
  394. border-left:1px solid {color:border};
  395. }
  396.  
  397. #quote {
  398. text-align:justify;
  399. font-weight:bold;
  400. line-height:150%;
  401. letter-spacing:3px;
  402. font-family: 'VT323';
  403. }
  404.  
  405. .chat ul {
  406. list-style:none;
  407. }
  408.  
  409. #aud {
  410. opacity:0.4;
  411. -webkit-transition-duration: 1s;
  412. -moz-transition-duration: 1s;
  413. -o-transition-duration: 1s;
  414. transition-duration: 1s;
  415. }
  416.  
  417. #aud:hover {
  418. opacity:0.7;
  419. -webkit-transition-duration: 1s;
  420. -moz-transition-duration: 1s;
  421. -o-transition-duration: 1s;
  422. transition-duration: 1s;
  423. }
  424.  
  425. #perma {
  426. background:#f1f1f1;
  427. padding:8px;
  428. -webkit-transition-duration: 1s;
  429. -moz-transition-duration: 1s;
  430. -o-transition-duration: 1s;
  431. transition-duration: 1s;
  432. }
  433.  
  434. #perma a {
  435. text-decoration:underline;
  436. opacity:1;
  437. -webkit-transition-duration: 1s;
  438. -moz-transition-duration: 1s;
  439. -o-transition-duration: 1s;
  440. transition-duration: 1s;
  441. }
  442.  
  443.  
  444. #tags {
  445. font-size:9px;
  446. padding-left:10px;
  447. }
  448.  
  449. #notes {
  450. text-align:left;
  451. max-height:300px;
  452. overflow:auto;
  453. line-height:200%;
  454. }
  455.  
  456. #notes img {
  457. border-radius:50%;
  458. margin-right:5px;
  459. margin-top:5px;
  460. }
  461.  
  462. #credit {
  463. position:fixed;
  464. right:5px;
  465. bottom:15px;
  466. z-index:9999;
  467. font-family: 'VT323';
  468. }
  469.  
  470. #credit a {
  471. border:1px dotted #303030;
  472. font-style:normal;
  473. padding:7px;
  474. color:#333333;
  475. text-decoration:none;
  476. font-size:18px;
  477. letter-spacing:3px;
  478. }
  479.  
  480. #credit a:hover {
  481. cursor:help;
  482. color:#333333;
  483. text-shadow:0px 0px 0px;
  484. }
  485.  
  486. #credit a:active {
  487. text-shadow:0px 0px 0px;
  488. }
  489.  
  490. </style>
  491. </head>
  492. <body>
  493.  
  494. <div id="top"></div>
  495. <div id="bottom"></div>
  496.  
  497. <div class="sidebar">
  498. <div id="title">{title}</div>
  499. <div id="links">
  500. <a href="/" title="home"><img src="http://s23.postimg.org/qvleqq8c7/home.png"/></a>
  501. <a href="/ask" title="ask"><img src="http://s23.postimg.org/tsd14r3jr/pen.png"/></a><br>
  502. <a href="/archive" title="archive"><img src="http://s23.postimg.org/3nr4hvzjr/image.png"/></a>
  503. <a href="{text:url 1}" title="{text:link 1}"><img src="http://s23.postimg.org/b50bx3p2v/archive.png"/></a><br>
  504. <a href="{text:url 2}" title="{text:link 2}"><img src="http://s23.postimg.org/4v52a3po7/brush.png"/></a>
  505. <a href="{text:url 3}" title="{text:link 3}"><img src="http://s23.postimg.org/iz0xihwvr/ask.png"/></a><br>
  506. <a href="{text:url 4}" title="{text:link 4}"><img src="http://s23.postimg.org/wl1nb1eif/idk.png"/></a>
  507. <a href="/submit" title="submit"><img src="http://s23.postimg.org/bqtw6y9iv/spray.png"/></a>
  508. </div>
  509. <div id="description">{Description}</div>
  510.  
  511. {block:ifnotinfinitescroll}
  512.  
  513. {block:Pagination}{block:PreviousPage}<div id="previous"><a href="{PreviousPage}"><<</a></div>{/block:PreviousPage}
  514.  
  515. {block:NextPage}<div id="next"><a href="{NextPage}">>></a></div>{/block:NextPage}{/block:Pagination}
  516. {/block:ifnotinfinitescroll}
  517. </div>
  518.  
  519.  
  520. <div id="entries">
  521. <div class = "autopagerize_page_element" >
  522. {block:Posts}
  523. <div id="post">
  524.  
  525. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  526.  
  527. {block:Photo}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a> {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Photo}
  528.  
  529. {block:Panorama}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/> {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Panorama}
  530.  
  531. {block:Photoset}{Photoset-400} {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Photoset}
  532.  
  533. {block:Quote}<div id="quote"><q>{Quote}</q></div> {block:Source}{Source}{/block:Source}{/block:Quote}
  534.  
  535. {block:Link}<div class="title"><a href="{URL}" target="{Target}">{Name}</a></div> {block:Description}{Description}{/block:Description}{/block:Link}
  536.  
  537. {block:Chat}
  538. {block:Title}<div class="title">{Title}</div>{/block:Title}
  539. <ul>
  540. {block:Lines}<li class="{Alt}" style="border-bottom:1px solid #c0c0c0"><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line} </p></li>{/block:Lines}
  541. </ul>
  542. {/block:Chat}
  543.  
  544. {block:Audio}
  545.  
  546. {block:AlbumArt}<img src="{AlbumArtURL}" width="400px"/>{/block:AlbumArt}
  547.  
  548. {block:AudioPlayer}<div id="aud">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  549.  
  550. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  551.  
  552. {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Audio}
  553.  
  554. {block:Video}{Video-400} {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Video}
  555.  
  556. {block:Answer}<div class="title">{Asker} Said: </div>{Question}
  557. {Answer}{/block:Answer}
  558.  
  559. {block:Submission}<div class="title"><a href="{SubmitterURL}">{Submitter}</a> Submitted: </div>{/block:Submission}
  560.  
  561.  
  562.  
  563. <div id="perma">
  564.  
  565. {block:Date}<a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} {12Hour}:{Minutes}{AmPm}">{TimeAgo}</a>{/block:Date} &nbsp; &nbsp;
  566.  
  567. {block:NoteCount}<a href="{Permalink}">Notes: {NoteCount}</a>{/block:NoteCount} &nbsp; &nbsp;
  568.  
  569. {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentName}"> Via </a> {/block:RebloggedFrom}
  570. {block:ContentSource}/
  571. <a href="{SourceURL}" title="{SourceTitle}">Source</a>
  572. {/block:ContentSource}
  573.  
  574.  
  575.  
  576. <div id="tags">
  577. {block:iftags}
  578. {block:HasTags}{block:Tags}
  579. ↳ <a href="{TagURL}">{Tag}</a>
  580. {/block:Tags}{/block:HasTags}
  581. {/block:iftags}
  582. </div>
  583. </div>
  584.  
  585. <div id="notes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  586. </div>
  587.  
  588.  
  589.  
  590. {/block:Posts}</div>
  591. </div>
  592.  
  593. <div id="credit"><a href="http://bsethemes.tumblr.com/">bsethemes</a></div>
  594.  
  595. </body>
  596. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement