Advertisement
octomoosey

professor

Mar 15th, 2015
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#fff"/>
  12. <meta name="color:background2" content="#fff"/>
  13. <meta name="color:postbg" content="#000"/>
  14. <meta name="color:nav" content="#da981d"/>
  15. <meta name="color:navhover" content="#333"/>
  16. <meta name="color:text" content="#fff"/>
  17. <meta name="color:description" content="#fff"/>
  18. <meta name="color:link" content="#da981d"/>
  19. <meta name="color:linkhover" content="#b8b8b8"/>
  20. <meta name="color:border" content="#fff"/>
  21. <meta name="color:bold" content="#da981d" />
  22. <meta name="color:italic" content="#da981d" />
  23. <meta name="color:pre" content="#000" />
  24. <meta name="color:pretext" content="#fff" />
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34. <meta name="text:link5" content="">
  35. <meta name="text:link5 url" content="/">
  36. <meta name="text:link6" content="">
  37. <meta name="text:link6 url" content="/">
  38. <meta name="text:link7" content="">
  39. <meta name="text:link7 url" content="/">
  40. <meta name="text:link8" content="">
  41. <meta name="text:link8 url" content="/">
  42. <meta name="text:link9" content="">
  43. <meta name="text:link9 url" content="/">
  44. <meta name="text:link10" content="">
  45. <meta name="text:link10 url" content="/">
  46.  
  47. <meta name="if:greyscale" content="1"/>
  48. <meta name="if:showsubmit" content="0"/>
  49. <meta name="if:tinycursor" content="1"/>
  50. <meta name="font:body font" content="Gibson">
  51. <meta name="text:text size" content="11px" />
  52. <meta name="text:menuicon" content="+" />
  53.  
  54. <script type="text/javascript"
  55. src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <script>
  58. $(document).ready(function() {
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel');
  61. var popURL = $(this).attr('href');
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1];
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) });
  66. var popMargTop = ($('#' + popID).height() + 40) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 40) / 2;
  68. $('#' + popID).css({
  69. 'margin-top' : -popMargTop,
  70. 'margin-left' : -popMargLeft
  71. });
  72. $('body').append('<div id="fade"></div>');
  73. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  74. return false;
  75. });
  76.  
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove();
  80. });
  81. return false;
  82. });
  83. });
  84. </script>
  85.  
  86. <style type="text/css">
  87.  
  88. {block:iftinycursor}
  89. body, a, a:hover{
  90. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  91. {/block:iftinycursor}
  92.  
  93. iframe#tumblr_controls {
  94. right:3px !important;
  95. position: fixed !important;
  96. -webkit-transition: opacity 0.7s
  97. linear;opacity: 0.2;
  98. -webkit-transition: all 0.8s ease-out;
  99. -moz-transition: all 0.8s ease-out;
  100. transition: all 0.8s ease-out;}
  101.  
  102. iframe#tumblr_controls:hover{
  103. -webkit-transition: opacity 0.7s linear;
  104. opacity: 1;
  105. -webkit-transition: all 0.4s ease-out;
  106. -moz-transition: all 0.4s ease-out;
  107. transition: all 0.4s ease-out;}
  108.  
  109. body {
  110. background-color:{color:background};
  111. line-height:110%;
  112. color:{color:text};
  113. font-family:{font:body font};
  114. font-size: {text:text size};}
  115.  
  116. a {
  117. text-decoration:none;
  118. outline:none;
  119. -moz-outline-style:none;
  120. color:{color:link};
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease;}
  124.  
  125. a:hover {
  126. color:{color:linkhover};
  127. -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease;}
  130.  
  131. blockquote {
  132. padding:2px 7px;
  133. margin:3px 0 3px 8px;
  134. border-left:1px dashed {color:border};
  135. background-color:transparent;}
  136.  
  137. blockquote img {
  138. max-width:100%;}
  139.  
  140. b, strong {
  141. color:{color:bold};}
  142.  
  143. i, em {
  144. color:{color:italic};}
  145.  
  146. small,sup,sub {
  147. font-size:{text:Text Size}}
  148.  
  149. big {
  150. font-size:12px;}
  151.  
  152. pre {
  153. color:{color:pretext};
  154. background-color:{color:pre};
  155. font-size:10px;
  156. padding:20px;
  157. white-space: pre-wrap; /* css-3 */
  158. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  159. white-space: -pre-wrap; /* Opera 4-6 */
  160. white-space: -o-pre-wrap; /* Opera 7 */
  161. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  162.  
  163. {block:IfGreyscale}
  164.  
  165. img {
  166. -webkit-filter:grayscale(100%);
  167. -webkit-transition: all 0.9s ease-in-out;
  168. -moz-transition: all 0.9s ease-in-out;
  169. -o-transition: all 0.9s ease-in-out;
  170. -ms-transition: all 0.9s ease-in-out;
  171. transition: all 0.9s ease-in-out;}
  172.  
  173. img:hover {
  174. -webkit-filter:none;}
  175.  
  176. .html_photoset {
  177. -webkit-filter: grayscale(100%);
  178. -webkit-transition: all 0.9s ease-in-out;
  179. -moz-transition: all 0.9s ease-in-out;
  180. -o-transition: all 0.9s ease-in-out;
  181. -ms-transition: all 0.9s ease-in-out;
  182. transition: all 0.9s ease-in-out;}
  183.  
  184. .html_photoset:hover {
  185. -webkit-filter: none;}
  186.  
  187. {/block:IfGreyscale}
  188.  
  189. img {
  190. max-width:100%;}
  191.  
  192. h1 {
  193. font-size:16px;
  194. font-family:{font:body font};
  195. font-weight: 300;
  196. letter-spacing: 1.5px;
  197. line-height: 130%;
  198. text-align:center;
  199. color:{color:text};}
  200.  
  201. #description {
  202. color:{color:description};
  203. font-size:11px;
  204. margin-right:-12px;
  205. padding:10px;}
  206.  
  207. #entries {
  208. margin:60px auto;
  209. width:420px;
  210. position:relative;}
  211.  
  212. .posts {
  213. position:relative;
  214. background:{color:postbg};
  215. padding:10px;
  216. border-bottom:1px solid {color:border};
  217. width:420px;
  218. margin-bottom:50px;}
  219.  
  220. #asker {
  221. z-index:9999999999 !important;
  222. margin-left:20px;
  223. margin-top:0px;
  224. margin-right:10px;}
  225.  
  226. #askurl {
  227. font-size:20px;
  228. letter-spacing:3px;
  229. margin-left:70px;
  230. margin-top:-25px;
  231. margin-right:5px;}
  232.  
  233. #question {
  234. font-size: {text:text size};
  235. margin-left:70px;
  236. margin-right:40px;
  237. padding:10px;
  238. text-align:justify;}
  239.  
  240. #quote {
  241. font-size:16px;
  242. font-family:{font:body font};
  243. text-align: center;
  244. font-weight: 300;
  245. letter-spacing: 1.5px;
  246. line-height: 130%;
  247. padding-bottom: 10px;}
  248.  
  249. #cover {
  250. position: relative;
  251. z-index: 1;
  252. height: 80px;
  253. float:left;
  254. margin:4px;
  255. box-shadow:0px 0px 5px {color:box shadow};}
  256.  
  257. #button {
  258. width:20px;
  259. height:30px;
  260. overflow: hidden;
  261. position: relative;
  262. z-index: 99;
  263. margin: 15px 24px 13px 16px;}
  264.  
  265. #buttons {
  266. background-color: #fff;
  267. position: absolute;
  268. z-index: 99;
  269. margin-top: 15px;
  270. margin-left: 15px;
  271. opacity: 0;
  272. -webkit-transition: opacity 0.5s linear;
  273. -webkit-transition: all 0.5s linear;
  274. -moz-transition: all 0.5s linear;
  275. -o-transition: all 0.5s linear;}
  276.  
  277. #post:hover #buttons {
  278. opacity:1;}
  279.  
  280. #musicinfo {
  281. margin-left: 110px;
  282. font-size:10px;
  283. min-height:70px;
  284. text-align:left;
  285. position: relative;}
  286.  
  287. .note {
  288. color:{color:postbg};
  289. text-transform:uppercase;
  290. width:398px;
  291. font-style:normal;
  292. letter-spacing:0px;
  293. font-size: 10px;
  294. text-align:left;
  295. line-height:100%;
  296. margin-left:-15px;}
  297.  
  298. .note li {
  299. list-style-type:none;
  300. border-bottom:1px solid {color:border};
  301. padding:10px 25px 10px 25px;
  302. text-align:left;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;}
  306.  
  307. .note img.avatar {
  308. margin-right: 10px;
  309. width: 16px;
  310. height: 16px;}
  311.  
  312. .tags {
  313. border-top:1px solid {color:text};
  314. font-size:8px;
  315. text-transform:uppercase;
  316. padding-top:5px;
  317. margin-top:5px;
  318. -webkit-transition: all 0.8s ease;
  319. -moz-transition: all 0.8s ease;
  320. transition: all 0.8s ease;}
  321.  
  322. #permalink {
  323. font-size:8px;
  324. text-transform:uppercase;
  325. letter-spacing:1px;
  326. margin-top:10px;}
  327.  
  328. *,
  329. *:after,
  330. *::before {
  331. -webkit-box-sizing: border-box;
  332. -moz-box-sizing: border-box;
  333. box-sizing: border-box;}
  334.  
  335. .bt-menu {
  336. position: fixed;
  337. top: 0;
  338. left: 0;
  339. width: 100%;
  340. height: 0;
  341. border-width: 0px;
  342. border-style: solid;
  343. border-color: {color:postbg};
  344. -webkit-backface-visibility: hidden;
  345. -webkit-transition: border-width 0.6s, background-color 0.6s, height 0s 0.6s;
  346. transition: border-width 0.6s, background-color 0.6s, height 0s 0.6s;}
  347.  
  348. .bt-menu.bt-menu-open {
  349. height: 100%;
  350. border-width: 0px 200px 0px 200px;
  351. background-color:{color:background2};
  352. -webkit-transition: border-width 0.6s, background-color 0.6s;
  353. transition: border-width 0.6s, background-color 0.6s;}
  354.  
  355. .bt-overlay {
  356. position: absolute;
  357. width: 100%;}
  358.  
  359. .bt-menu-open .bt-overlay {
  360. height: 100%;}
  361.  
  362. .bt-menu-trigger {
  363. color:{color:nav};
  364. position: fixed;
  365. bottom: 0;
  366. left: 0;
  367. display: block;
  368. margin: 0 0 0px 25px;
  369. width: 80px;
  370. height: 80px;
  371. font-size: 80px;
  372. cursor: pointer;
  373. -webkit-touch-callout: none;
  374. -webkit-user-select: none;
  375. -khtml-user-select: none;
  376. -moz-user-select: none;
  377. -ms-user-select: none;
  378. user-select: none;}
  379.  
  380. .bt-menu-info {
  381. position: fixed;
  382. bottom: 150px;
  383. left: 0;
  384. margin: 0;
  385. padding: 0;
  386. width: 200px;
  387. list-style: none;
  388. -webkit-backface-visibility: hidden;
  389. backface-visibility: hidden;}
  390.  
  391. .bt-menu ul {
  392. position: fixed;
  393. bottom: 50px;
  394. right: 0;
  395. margin: 0;
  396. padding-right: 20px;
  397. width: 200px;
  398. list-style: none;
  399. -webkit-backface-visibility: hidden;
  400. backface-visibility: hidden;}
  401.  
  402. .bt-menu ul li,
  403. .bt-menu ul li a {
  404. color:{color:nav};
  405. display: block;
  406. width: 100%;
  407. text-align: right;}
  408.  
  409. .bt-menu ul li {
  410. opacity: 0;
  411. visibility: hidden;
  412. -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, visibility 0s 0.6s;
  413. transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
  414. -webkit-transform: translate3d(-100%,0,0);
  415. transform: translate3d(-100%,0,0);}
  416.  
  417. .bt-menu.bt-menu-open ul li:nth-child(6) {
  418. -webkit-transition-delay: 0.01s;
  419. transition-delay: 0.01s;}
  420.  
  421. .bt-menu.bt-menu-open ul li:nth-child(5) {
  422. -webkit-transition-delay: 0.05s;
  423. transition-delay: 0.05s;}
  424.  
  425. .bt-menu.bt-menu-open ul li:nth-child(4) {
  426. -webkit-transition-delay: 0.1s;
  427. transition-delay: 0.1s; }
  428.  
  429. .bt-menu.bt-menu-open ul li:nth-child(3) {
  430. -webkit-transition-delay: 0.15s;
  431. transition-delay: 0.15s; }
  432.  
  433. .bt-menu.bt-menu-open ul li:nth-child(2) {
  434. -webkit-transition-delay: 0.2s;
  435. transition-delay: 0.2s; }
  436.  
  437. .bt-menu.bt-menu-open ul li:first-child {
  438. -webkit-transition-delay: 0.25s;
  439. transition-delay: 0.25s; }
  440.  
  441. .bt-menu.bt-menu-open ul li {
  442. visibility: visible;
  443. opacity: 1;
  444. -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
  445. transition: transform 0.3s, opacity 0.3s;
  446. -webkit-transform: translate3d(0,0,0);
  447. transform: translate3d(0,0,0);}
  448.  
  449. .bt-menu ul li a {
  450. margin-top: 8px;
  451. outline: none;
  452. color: {color:nav};
  453. letter-spacing:1px;
  454. text-transform:uppercase;
  455. text-decoration: none;
  456. font-size: 10px;}
  457.  
  458. .bt-menu ul li a:hover {
  459. color: transparent;
  460. letter-spacing:1.5px;
  461. text-shadow: {color:nav} 0 0 5px;
  462. text-decoration:none;
  463. -webkit-transition: 0.3s;
  464. transition: 0.3s;}
  465.  
  466. .bt-menu ul li a:hover:before,
  467. .bt-menu ul li a:focus:before {
  468. color: {color:navhover};}
  469.  
  470. #nav2 {
  471. margin-top:0px;}
  472.  
  473. #nav2 a {
  474. margin-bottom:8px;
  475. display:block;
  476. font-family:{font:body font};
  477. font-size: {text:text size};
  478. text-transform: none;
  479. color:{color:nav};
  480. letter-spacing: 3px;
  481. text-align:center; padding:3px
  482. padding:2px 2px;
  483. -moz-transition-duration:0.7s;
  484. -webkit-transition-duration:0.7s;
  485. -o-transition-duration:0.7s;}
  486.  
  487. #nav2 a:hover {
  488. color:{color:navhover};
  489. background-color:{color:nav};
  490. text-transform: lowercase;}
  491.  
  492. #fade {
  493. display: none;
  494. background: #000;
  495. position: fixed;
  496. left: 0;
  497. top: 0;
  498. width: 100%;
  499. height: 100%;
  500. opacity: .80;
  501. z-index: 9999;}
  502.  
  503. .popup_block{
  504. display: none;
  505. background: {color:postbg};
  506. border-bottom:1px solid #fff;
  507. border-top:1px solid #fff;
  508. padding: 20px;
  509. float: left;
  510. position: fixed;
  511. top: 50%;
  512. left: 50%;
  513. z-index: 99999;}
  514.  
  515. img.btn_close {
  516. float: right;
  517. margin: -55px -55px 0 0;}
  518.  
  519. *html #fade {
  520. position: absolute;}
  521.  
  522. *html .popup_block {
  523. position: absolute;}
  524.  
  525. </style></head><body>
  526.  
  527. <nav id="bt-menu" class="bt-menu">
  528.  
  529. <a href="#" class="bt-menu-trigger">{text:menuicon}</a>
  530.  
  531. <ul>
  532. <li><a href="/">refresh</a></li>
  533. <li><a href="/ask">message</a></li>
  534. <li>{block:Ifshowsubmit}<a href="/submit">submit</a>{/block:Ifshowsubmit}</li>
  535. <li><a href="#?w=420" rel="popup1" class="poplight">
  536. information</a></li>
  537. <li><a href="#?w=420" rel="popup2" class="poplight">
  538. navigation</a></li>
  539. <li><a href="https://octomoosey.tumblr.com">theme</a></li>
  540. <li>{block:Pagination}
  541. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  542. {/block:NextPage}
  543. {/block:Pagination}</li></nav>
  544. </ul></div>
  545.  
  546. <script src="https://static.tumblr.com/86jccts/KCEnk8r2s/classie.js"></script>
  547. <script src="https://static.tumblr.com/86jccts/2jink8r1q/bordermenu.js"></script>
  548.  
  549. </div>
  550.  
  551. <div id="entries">
  552. {block:Posts}
  553. <div class="posts">
  554.  
  555. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  556.  
  557. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  558.  
  559. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  560.  
  561. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  562.  
  563. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}{/block:Quote}
  564.  
  565. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  566. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  567. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  568. {/block:ExternalAudio}<br><br>
  569. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  570.  
  571. {block:Video}
  572. {Video-400}
  573. {block:Caption}{Caption}{/block:Caption}
  574. {/block:Video}
  575.  
  576. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  577.  
  578. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  579. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  580.  
  581. {block:Date}
  582. <div id="permalink">
  583. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a> ★ <a href="{Permalink}">{12Hour}:{Minutes}</a> ★
  584. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  585.  
  586. <br>
  587.  
  588. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">★</a>{block:ContentSource} source: <a href="{ReblogRootURL}">★</a> reblog: <a href="{ReblogURL}">★</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  589.  
  590. </div>
  591. {block:HasTags}<div class="tags">{block:Tags} ★<a href="{TagUrl}"> {Tag}</a>{/block:Tags}</div>{/block:HasTags}
  592. </div>
  593. {/block:Date}
  594.  
  595. {block:PostNotes}
  596. <div class="note">
  597. {PostNotes}
  598. </div>
  599. {/block:PostNotes}
  600.  
  601. {/block:Posts}
  602.  
  603. </div>
  604.  
  605. {block:ContentSource}
  606. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  607. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  608. {/block:SourceLogo}
  609. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  610. {/block:ContentSource}
  611. </div>
  612.  
  613. </div>
  614.  
  615. </div>
  616. </div></div></div></div></div>
  617.  
  618. <div id="popup1" class="popup_block">
  619. <div id="description"><center><h1>I N F O R M A T I O N</h1></center>
  620. {description}</div></div></div>
  621.  
  622. <div id="popup2" class="popup_block"><div id="nav2">
  623. <center><h1>N A V I G A T I O N</h1></center>
  624. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  625. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  626. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  627. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  628. {block:IfLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  629. {block:IfLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  630. {block:IfLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfLink7}
  631. {block:IfLink8}<a href="{text:link8 url}">{text:link8}</a>{/block:IfLink8}
  632. {block:IfLink9}<a href="{text:link9 url}">{text:link9}</a>{/block:IfLink9}
  633. {block:IfLink10}<a href="{text:link10 url}">{text:link10}</a>{/block:IfLink10}</div></div>
  634.  
  635. </body>
  636. </html>
  637.  
  638. </div>
  639.  
  640. </body>
  641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement