Advertisement
syncode

Classic

Sep 26th, 2014
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!--
  4. ┌─┐┬┬─┐┬ ┬┌┬┐┬┌┬┐┌─┐
  5. ├─┤│├┬┘│ │ │││ │ ├┤
  6. ┴ ┴┴┴└─└─┘─┴┘┴ ┴ └─┘
  7.  
  8. Classic by airudite.tumblr.com.
  9.  
  10. --------------------------------------------------------------------------
  11. DISREGARDING THE TERMS OF SERVICE WILL RESULT IN TERMINATION OF YOUR ACCOUNT: PLEASE FOLLOW THE RULES CAREFULLY AND BE RESPECTFUL.
  12. --------------------------------------------------------------------------
  13.  
  14. By using this page, you agree to the terms of use.
  15.  
  16. (This includes no redistributing, removing credit, or claiming this code as your own. If you violate any of the terms, you will be pushed and strongly disliked throughout many parallel universes. You will be reported and your theft will be known publically. Plus that's just plain disrespectful).
  17.  
  18. -->
  19. <head>
  20. <meta name="color:Background" content="#fff" />
  21. <meta name="color:Container Bg" content="#fff" />
  22. <meta name="color:PostBackground" content="#fff" />
  23. <meta name="color:Question Background" content="#eee" />
  24. <meta name="color:Text" content="#424242" />
  25. <meta name="color:Accent" content="#59b0b7" />
  26. <meta name="color:Border" content="#ecebeb" />
  27. <meta name="color:TextPermalink" content="#868585" />
  28. <meta name="color:Link" content="#b7c4dd" />
  29. <meta name="color:Hover" content="#b1ebe9" />
  30. <meta name="color:Navigation" content="#000" />
  31. <meta name="color:Nav bg" content="#fff" />
  32. <meta name="color:bold" content="#7c6d83" />
  33. <meta name="color:italic" content="#788591" />
  34.  
  35. <meta name="font:body" content="georgia" />
  36. <meta name="text:font size" content="9px" />
  37.  
  38. <meta name="text:Link One Title" content="" />
  39. <meta name="text:Link One" content="/" />
  40. <meta name="text:Link Two Title" content="" />
  41. <meta name="text:Link Two" content="/" />
  42. <meta name="text:Link Three Title" content="" />
  43. <meta name="text:Link Three" content="" />
  44. <meta name="text:navigation" content="navigation" />
  45. <meta name="if:dropdownbox" content="0" />
  46. <meta name="if:whitetumblrcontrols" content="1" />
  47.  
  48. <meta name="if:contained posts" content="0"/>
  49. <meta name="if:consolas" content="0"/>
  50. <meta name="if:round" content="0" />
  51. <meta name="if:faded images" content="0" />
  52. <meta name="if:bottom left" content="1"/>
  53. <meta name="if:bottom right" content="0" />
  54. <meta name="if:top left" content="0" />
  55. <meta name="if:top right" content="0" />
  56. <meta name="if:repeat" content="0" />
  57. <meta name="image:background" content="http://33.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo3_r1_250.png"/>
  58. <meta name="image:icon" content="https://40.media.tumblr.com/02c4a857599d719302368704f543eddc/tumblr_n6tvk58teY1rzs2lno1_500.jpg"/>
  59. <title>{Title}</title>
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  62. <link rel="shortcut icon" href="{Favicon}" />
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  64. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Cousine, Droid+Serif' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:20,tip_fade_speed:400,attribute:"title"});});})(jQuery);</script>
  71.  
  72.  
  73. <style type="text/css">
  74. #s-m-t-tooltip {
  75. display: block;
  76. max-width: 100px;
  77. margin: 15px;
  78. word-wrap: break-word;
  79. padding:2px 5px 2px 5px;
  80. z-index: 9999;
  81. background: {color:postbackground};
  82. text-transform: uppercase;
  83. font-family:calibri;
  84. font-size: 9px;
  85. color: {color:text};
  86. border-radius:2px;
  87. border:1px solid {color:border};
  88. text-align: center;
  89. letter-spacing:1px;
  90. }
  91.  
  92. {block:ifwhitetumblrcontrols}#tumblr_controls {-webkit-filter: invert(100%); position: fixed !important;}{/block:ifwhitetumblrcontrols}
  93.  
  94. body, a, a:hover {
  95. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),
  96. progress;}
  97.  
  98. body {
  99. background-color:{color:background};
  100. color:{color:text};
  101. font-family:{font:body};
  102. {block:ifconsolas}font-family:consolas;{/block:ifconsolas}
  103. font-size:{text:font size};
  104. text-align:left;
  105. padding: 0px;
  106. background-image: url({image:background});
  107. background-position: {block:ifbottomleft}bottom left{/block:ifbottomleft}{block:ifbottomright}bottom right{/block:ifbottomright}{/block:ifbottomright}{block:iftopright}top right{/block:iftopright} {block:iftopleft}top left{/block:iftopleft} ;
  108. background-attachment: fixed;
  109. {block:ifnotrepeat}background-repeat: no-repeat;{/block:ifnotrepeat}
  110. {block:ifrepeat}background-repeat:repeat;{/block:ifrepeat}
  111. }
  112.  
  113. ::selection {
  114. background:{color:accent};
  115. color:{color:background};}
  116.  
  117. ::-webkit-scrollbar-thumb{
  118. background-color: {color:accent};
  119. border: 3px solid {color:background};
  120. height:auto;
  121. -moz-border-radius: 10px;
  122. border-radius: 10px;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. height:auto;
  127. width:9px;
  128. background-color: {color:border};
  129. border: 4px solid {color:background};
  130. }
  131.  
  132.  
  133.  
  134. a{
  135. text-decoration:none;
  136. color:{color:link};
  137. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
  138. }
  139.  
  140. a:hover {
  141. color:{color:hover} ; }
  142.  
  143. #right{
  144. width:100px;
  145. margin-top:10%;
  146. color:{color:text};
  147. font-size:{text:fontsize};
  148. z-index:9999;
  149. position:fixed;
  150. padding:10px;
  151. {block:ifconsolasfont}font-family:consolas;{/block:ifconsolasfont};
  152. opacity:.8;
  153. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease- out; transition: all 0.4s ease-out;
  154. {block:ifround}border-radius:5px;{/block:ifround}
  155. {block:IndexPage}margin-left:-150px;{/block:IndexPage}
  156. {block:PermalinkPage}margin-left:-150px;{/block:PermalinkPage}
  157. background:{color:postbackground};
  158. border:1px solid {color:border};
  159. }
  160.  
  161. #right img {
  162. width:100px;
  163. height:100px;
  164. outline: thin {color:container bg};
  165. outline-offset: -5px;
  166. outline-style: solid;
  167. }
  168.  
  169.  
  170. #description {
  171. padding:10px;
  172. padding-bottom:0px;
  173. border-top:1px solid {color:border};
  174. margin:10px -10px 10px;
  175. }
  176. #right:hover #nav {
  177. opacity:.95;
  178. }
  179.  
  180. #nav {
  181. z-index:9999;
  182. text-align:center;
  183. padding:1px;
  184. position:absolute;
  185. margin-left:-10px;
  186. margin-top:6px;
  187. opacity:0;
  188. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  189. }
  190.  
  191. #nav a {
  192. display:inline-block;
  193. width:20px;
  194. font-size:8px;
  195. margin:5px;
  196. border:1px solid {color:border};
  197. padding:3px;
  198. color:{color:Navigation};
  199. background:{color:nav bg};
  200. }
  201.  
  202. #margintop {
  203. margin-top:30px;
  204. }
  205.  
  206. #content {
  207. margin:auto;
  208. float:center;
  209. {block:ifcontainedposts}
  210. border-left:1px solid {color:border};
  211. border-bottom:1px solid {color:border};
  212. border-top:1px solid {color:border};
  213. max-height:700px;
  214. background:{color:container bg};
  215. height:620px;
  216. overflow:auto;
  217. overflow-y: visible;
  218. {/block:ifcontainedposts}
  219. {block:indexpage}
  220. width:380px;
  221. {/block:indexpage}
  222. {block:permalinkpage}
  223. width:500px;
  224. {/block:permalinkpage};}
  225.  
  226. #entry img {
  227. {block:Indexpage}width:100%;
  228. z-index:-9999;
  229. {block:ifround}border-radius:5px;{/block:ifround} {/block:Indexpage}
  230. {block:permalinkpage}width:400px;
  231. background:{color:postbackground};
  232. margin-top:10px;{/block:permalinkpage}
  233. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  234. }
  235.  
  236. #entry:hover{
  237. opacity:.9;
  238. }
  239.  
  240. #entry {
  241. border:1px solid {color:border};
  242. {block:iffadedimages}opacity:.8;{/block:iffadedimages}
  243. float:right;
  244. padding:10px;
  245. margin:50px;
  246. {block:Indexpage}
  247. background:{color:postbackground};
  248. width:250px;
  249. {/block:Indexpage}
  250. {block:permalinkpage}
  251. width:400px;
  252. margin-left:100px;
  253. background: {color:postbackground};{/block:permalinkpage};
  254. {block:ifround}border-radius:5px;{/block:ifround}
  255. position:relative;
  256. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;}
  257.  
  258. .pagination {display: none;}
  259.  
  260. .posttitle {
  261. text-align:center;
  262. font-size:14px;
  263. }
  264. .mark {
  265. font: bold 60px georgia;
  266. line-height: 50px;
  267. position: absolute;
  268. color:{color:link};
  269. opacity:.3;}
  270.  
  271. .quote {
  272. text-indent: 35px;
  273. text-align: justify;
  274. padding:6px;
  275. border-bottom:1px solid {color:border};
  276. line-height:15px;
  277.  
  278. }
  279. .question {
  280. padding:12px;
  281. text-align:justify;
  282. border-bottom:1px solid {color:border};
  283. margin:-10px -10px 10px;
  284. background:{color:question background};
  285. }
  286.  
  287. .asker {
  288. text-align:center;
  289. font-size:11px;
  290. font-style:italic;
  291. }
  292.  
  293. i, em {
  294. font-style:italic;
  295. color:{color:italic};
  296. }
  297.  
  298. b, strong {
  299. font-weight:bold;
  300. color:{color:bold};
  301. letter-spacing:1px;
  302. }
  303.  
  304. blockquote {
  305. margin-top:7px;
  306. border-radius:5px;
  307. margin-left:20px;
  308. padding-left:5px;
  309. padding-right:5px;
  310. padding-top:2px;
  311. padding-bottom:2px;
  312. background:{color:border};
  313. }
  314.  
  315.  
  316. #audio {
  317. width:100%;
  318. }
  319.  
  320. .tumblr_audio_player {
  321. height: 40px;
  322. width: 40px;
  323. border:none;
  324. position:absolute;
  325. margin-top:30px;
  326. margin-left:30px;
  327. z-index:999999;
  328. opacity:.3;
  329. -moz-transition: all 0.4s ease-out;
  330. -o-transition: all 0.4s ease-out;
  331. -webkit-transition: all 0.4s ease-out;
  332. transition: all 0.4s ease-out;
  333. }
  334.  
  335. #playpic img {
  336. width:100px;
  337. height:100px;
  338. overflow:hidden;
  339. float:left;
  340. opacity:.8;
  341. }
  342.  
  343. #entry:hover .tumblr_audio_player {
  344. opacity:.8
  345. }
  346.  
  347. #captio {
  348. overflow:auto;
  349. margin-left:130px;
  350. height:100px;
  351. }
  352.  
  353. q {
  354. font-family:consolas;
  355. color:{color:link};
  356. }
  357.  
  358. #entry:hover .overlay {
  359. opacity:.8;
  360. height:100%;
  361. }
  362.  
  363. .overlay{
  364. width:270px;
  365. height:0%;
  366. top:0px;
  367. left:0px;
  368. position:absolute;
  369. opacity:0;
  370. z-index:9999;
  371. background:{color:postbackground};
  372. transition:0.6s ease;
  373. -o-transition:0.6s ease;
  374. -moz-transition:0.6s ease;
  375. -webkit-transition:0.6s ease;
  376. }
  377.  
  378.  
  379. .pp {
  380. top:45%;
  381. position:relative;
  382. font-size:16px;
  383. font-weight:bold;
  384. text-align:center;
  385. text-transform:uppercase;
  386. }
  387.  
  388. .pcontent {
  389. margin-top:10px;
  390. font-size:8px;
  391. }
  392.  
  393. .pcontent a {
  394. padding:4px;
  395. }
  396. .permalinkpage {
  397. line-height:10px;
  398. font-family:calibri;
  399. text-align:center;
  400. font-size:11px;
  401.  
  402. }
  403.  
  404. #postnotes img{
  405. height:20px;
  406. width:20px;
  407. }
  408.  
  409. #postnotes {
  410. height:150px;
  411. overflow:auto;
  412. font-family:calibri;
  413. font-size:11px;
  414. line-height:10px;
  415. }
  416.  
  417. .pag {
  418. padding:10px;
  419. padding-bottom:0px;
  420. border-top:1px solid {color:border};
  421. margin:-5px -10px 0px;
  422. }
  423.  
  424. .pag a {
  425. display:inline-block;
  426. }
  427.  
  428. #air {
  429. font-family:calibri;
  430. text-transform:uppercase;
  431. letter-spacing:1px;
  432. font-size:10px;
  433. position:fixed;
  434. right:10px;
  435. bottom:10px;
  436. color:{color:postbackground};
  437. background:{color:accent};
  438. padding:5px 15px 5px 15px;
  439. width:70px;
  440. overflow:hidden;
  441. text-align:center;
  442. height:13px;
  443. -webkit-transition: all 0.3s linear;
  444. -moz-transition: all 0.3s linear;
  445. transition: all 0.3s linear;
  446. }
  447.  
  448. #air a {
  449. color:#fff;
  450. line-height:10px;
  451. -webkit-animation:fadeInDown 3s;
  452. -moz-animation:fadeInDown 3s;
  453. -ms-animation:fadeInDown 3s;
  454. -moz-transition: all 0.4s ease-out;
  455. -o-transition: all 0.4s ease-out;
  456. -webkit-transition: all 0.4s ease-out;
  457. transition: all 0.4s ease-out;
  458.  
  459. }
  460.  
  461. .word {
  462. -webkit-transition: all 0.3s linear;
  463. -moz-transition: all 0.3s linear;
  464. transition: all 0.3s linear;
  465. }
  466.  
  467. #air a:hover .word{
  468. margin-top:-18px;
  469. -webkit-transition: all 0.3s linear;
  470. -moz-transition: all 0.3s linear;
  471. transition: all 0.3s linear;
  472. }
  473.  
  474. {CustomCSS}</style>
  475. </head>
  476. <body>
  477.  
  478. <div id="air">
  479. <a href="http://airudite.tumblr.com">
  480. <div class="word">Classic
  481. <br><br>
  482. by airudite
  483. </div>
  484. </a>
  485. </div>
  486.  
  487. <div id="margintop">
  488.  
  489. <div id="content">
  490.  
  491.  
  492.  
  493. <div id="right">
  494.  
  495. {block:ifnotdropdownbox}
  496.  
  497. <div id="nav">
  498.  
  499. <a href="/" title="index">I</a>
  500.  
  501. <a href="/ask" title="msg">II</a>
  502.  
  503. <a href="/archive" title="history">III</a>
  504.  
  505. {block:IfLinkOneTitle}<a href="{text:Link One}" title="{text:Link One Title}">IV</a>{/block:ifLinkOneTitle}
  506.  
  507. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:Link Two Title}">V</a>{/block:ifLinkTwoTitle}
  508.  
  509. {block:ifLinkThreeTitle}<a href="{text:Link Three}" title="{text:Link Three Title}">VI</a>{/block:ifLinkThreeTitle}
  510.  
  511. </div>
  512.  
  513. {/block:ifnotdropdownbox}
  514.  
  515. <a href="/"><img src="{image:icon}" title="{Title}"></a>
  516.  
  517. {block:ifdropdownbox}
  518. <center>
  519. <select onchange='location=this.options[this.selectedIndex].value;' style=' line-height:60%;font-size:9px; width:100px; background-color:{color:background}; border: 1px solid {color:border}; height:20px;padding:1px;color:{color:navigation}; border-radius:2px; margin-top:5px;'>
  520. <option>{text:navigation}</option>
  521. <option value="/">home</option>
  522. <option value="/ask">message</option>
  523. {block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
  524. {block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
  525. {block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
  526.  
  527.  
  528. </select>
  529. </center>
  530. {/block:ifdropdownbox}
  531.  
  532. <div id="description">{description} </div>
  533.  
  534. <div class="pag">
  535. {block:Pagination} {block:NextPage}<a href="{NextPage}" id="next">Venture</a>{/block:NextPage} {block:PreviousPage} // <a href="{PreviousPage}">Retreat</a> {/block:PreviousPage}{/block:Pagination}
  536. </div>
  537.  
  538. </div>
  539.  
  540. {block:Posts}
  541.  
  542. <div id="entry">
  543.  
  544. {block:Text}
  545. <div class="question">
  546. <div class="posttitle"><a href="{Permalink}">{block:Title}{Title}{/block:Title}</a> </div> </div>
  547. {Body}
  548. {/block:Text}
  549.  
  550. {block:Photo}
  551. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}
  552. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  553. {block:PermalinkPage}<BR>{block:caption}{caption}{/block:caption}{/block:PermalinkPage}
  554. {/block:Photo}
  555.  
  556. {block:Photoset}
  557. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" style="padding-bottom:5px;"/></a>
  558. {/block:Photos}
  559. {/block:Photoset}
  560.  
  561. {block:Quote}
  562. <div class="mark">“</div>
  563. <div class="quote">
  564. {Quote} </div> <BR>
  565. {block:Source} <a href="{Permalink}">{Source}</a>{/block:Source}
  566. {/block:Quote}
  567.  
  568. {block:Link}
  569. <div class="question"><a href="{URL}" {Target}>{Name}</a> </div>
  570. {block:Description}{Description}{/block:Description}
  571. {/block:Link}
  572.  
  573. {block:Chat}
  574. {block:Title}<t>{Title}</t>{/block:Title}
  575. {block:Lines}
  576. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  577. {/block:Lines}
  578. {/block:Chat}
  579.  
  580. {block:Audio}
  581. <div id="audio">
  582. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  583. <div id="playpic">{block:AlbumArt} <img src="{AlbumArtURL}">
  584. {/block:AlbumArt}<div id="captio">{block:TrackName} "{TrackName}"
  585. {/block:TrackName} {block:Artist}by {Artist}{/block:Artist} {block:Album} from {Album}{/block:Album}</div></div>
  586. {/block:Audio}
  587.  
  588. {block:Video}
  589. <div style="width:200px; overflow:Auto;">{Video-250}</div>{/block:indexpage} {block:permalinkpage} {Video-500}{/block:permalinkpage}
  590. {block:Caption}{Caption}{/block:Caption}
  591. {/block:Video}
  592.  
  593. {block:Answer}
  594. <div class="question">
  595. <div class="asker">{Asker} inquires... </div>
  596. <br>
  597. {Question}</div> {Answer}
  598. {/block:Answer}
  599.  
  600. {block:IndexPage}
  601. <div class="overlay">
  602. <div class="pp">
  603. <a href="{Permalink}">{24Hour}:{Minutes} {CapitalAmPm}</a>
  604. <div class="pcontent">
  605. <a href="{ReblogURL}">reblog</a>
  606. <a href="{permalink}">{NoteCountWithLabel}</a>
  607. </div></div></div>
  608. <div class="overlay2"></div>
  609. {/block:IndexPage}
  610.  
  611. {block:PermalinkPage}
  612. <div class="permalinkpage">
  613. {block:Date}Published {DayOfWeek}, in the month of {Month}. {/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  614. {block:RebloggedFrom}Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  615. {block:NoteCount} <div style="text-align:center; margin:5px; font-family:calibri; line-height:12px"></div>{/block:NoteCount} <Br>
  616. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  617. </div>
  618. {/block:PermalinkPage}
  619. {block:PostNotes}
  620. <div id="postnotes">{PostNotes}</div>
  621. {/block:PostNotes}</div>{/block:Posts}
  622.  
  623. </div>
  624. {/block:Posts}
  625. </div>{/block:Posts}</div></div></div> </div> </div>
  626. </div> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement