Advertisement
kyngri

Simplicity

Sep 14th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. <!--
  2. Theme made by kyngri for personal use only.
  3. -->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8. <script language=JavaScript> var message="Boo."; function clickIE4(){ if (event.button==2) { alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") </script>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Title" content="#bbbbbb" />
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:links" content="#000000"/>
  22. <meta name="color:links Hover" content="#eeeeee"/>
  23. <meta name="color:Blockquote" content="#e1e1e1"/>
  24. <meta name="color:Borders" content="#dbdbdb" />
  25. <meta name="color:Bold" content="#b3b3b3" />
  26. <meta name="color:Italic" content="#cccccc"/>
  27.  
  28. <meta name="text:Amount of Grayscale" content="40" />
  29. <meta name="text:Links" content"/" />
  30.  
  31. <meta name="if:250px" content="0" />
  32. <meta name="if:400px" content="1" />
  33. <meta name="if:500px" content="0" />
  34. <meta name="if:monochrome" content="1" />
  35. <meta name="if:InfiniteScroll" content="0" />
  36.  
  37.  
  38. <!--CSS customization here. -->
  39.  
  40. <style type="text/css">
  41.  
  42. /*fonts*/
  43.  
  44. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  45. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  46.  
  47. /*dashboard buttons*/
  48.  
  49. iframe#tumblr_controls {
  50. top:0%!important;
  51. right:0%!important;
  52. position:fixed!important;
  53. z-index:99999999!important;
  54. opacity:.3;
  55. -webkit-filter:invert(100%);
  56. -moz-filter:invert(100%);
  57. -o-filter:invert(100%);
  58. -ms-filter:invert(100%);
  59. filter:invert(100%);
  60. {block:IndexPage}
  61. opacity:0;
  62. -webkit-transition: all 1s ease-in-out;
  63. -moz-transition: all 1s ease-in-out;
  64. -o-transition: all 1s ease-in-out;
  65. -ms-transition: all 1s ease-in-out;
  66. transition: all 1s ease-in-out;
  67. {/block:IndexPage}
  68. }
  69.  
  70. iframe#tumblr_controls:hover {
  71. opacity:.3;
  72. }
  73.  
  74. /*hover title*/
  75.  
  76. #s-m-t-tooltip{
  77. max-width:300px;
  78. margin-top:25px;
  79. margin-left:15px;
  80. padding:4px;
  81. z-index:99999999999999999;
  82. background-color:transparent;
  83. color:{color:Text};
  84. font-family:Arial, Helvetica, sans-serif;
  85. font-size:10px;
  86. line-height:10px;
  87. letter-spacing:1px;
  88. font-style:normal;
  89. text-transform:normal;
  90. border:3px double white;
  91. word-wrap:break-word;
  92. -moz-transition:all 0.5s ease-in-out;
  93. -webkit-transition:all 0.5s ease-in-out;
  94. -o-transition:all 0.5s ease-in-out;
  95. transition:all 0.5s ease-in-out;
  96. }
  97.  
  98. /*scroll bar*/
  99.  
  100. ::-webkit-scrollbar-thumb:vertical {
  101. background-color:{color:Borders};
  102. border:2px solid {color:Background};
  103. }
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color:{color:Borders};
  106. border:2px solid {color:Background};
  107. }
  108. ::-webkit-scrollbar {
  109. background-color:{color:Borders};
  110. border:5px solid {color:Background};
  111. width:11px;
  112. height:7px;
  113. }
  114. ::-webkit-scrollbar-button:start:decrement {
  115. background-color:{color:Borders};
  116. display:block;height:8px;
  117. border-right:2px solid {color:Background};
  118. border-left:2px solid {color:Background};
  119. }
  120. ::-webkit-scrollbar-button:end:increment {
  121. background-color:{color:Borders};
  122. display:block;height:8px;
  123. border-right:2px solid {color:Background};
  124. border-left:2px solid {color:Background};
  125. }
  126.  
  127. /*body*/
  128.  
  129. blockquote {
  130. padding:5px 0 5px 30px;
  131. border-left:1px solid {color:Blockquote};
  132. margin-left:10px;
  133. }
  134. blockquote img {
  135. outline-offset: -10px;
  136. outline:solid 1px rgba(255,255,255,1);
  137. }
  138. body {
  139. background:{color:Background};
  140. color:{color:Text};
  141. font-family:Arial, Helvetica, sans-serif;
  142. font-size:11px;
  143. text-align:justify;
  144. margin:0;
  145. line-height:16px;
  146. }
  147. a {
  148. color:{color:links};
  149. text-decoration:none;
  150. -webkit-transition: all 1s ease-in-out;
  151. -moz-transition: all 1s ease-in-out;
  152. -o-transition: all 1s ease-in-out;
  153. -ms-transition: all 1s ease-in-out;
  154. transition: all 1s ease-in-out;
  155. }
  156. a:hover{
  157. color:{color:links Hover};
  158. text-decoration:underline;
  159. }
  160. pre {
  161. width:95%;
  162. white-space:pre-wrap;
  163. word-wrap:break-word;
  164. background:{color:borders};
  165. padding:4px;
  166. }
  167. small {
  168. font-size:9px;
  169. }
  170. sub {
  171. font-size:9px;
  172. }
  173. big {
  174. font-size:13px;
  175. }
  176. b, strong {
  177. color:{color:Bold};
  178. font-weight:bold;
  179. }
  180. i, em {
  181. color:{color:Italic};
  182. font-style:italic;
  183. }
  184. ul,ol {
  185. padding:2px;
  186. margin-left:25px;
  187. }
  188. ul {
  189. list-style-type:square;
  190. }
  191. h1 {
  192. font-family:neou;
  193. font-size:30px;
  194. line-height:30px;
  195. font-weight:normal;
  196. margin-bottom:10px;
  197. text-transform:uppercase;
  198. text-align:center;
  199. }
  200. #title {
  201. font-family:neou;
  202. font-size:30px;
  203. line-height:30px;
  204. font-weight:normal;
  205. margin-bottom:10px;
  206. text-transform:uppercase;
  207. text-align:center;
  208. }
  209.  
  210. /* sidebar desc */
  211.  
  212. #hyrule {
  213. position:fixed;
  214. left:550px;
  215. bottom:0px;
  216. {block:If250px}
  217. width:310px;
  218. {block:If250px}
  219. {block:If400px}
  220. width:460px;
  221. {block:If400px}
  222. {block:If500px}
  223. width:560px;
  224. {block:If500px}
  225. height:80px;
  226. background:{color:background};
  227. border-top:1px solid {color:borders};
  228. z-index:9999;
  229. }
  230. #link {
  231. position:absolute;
  232. bottom:15px;
  233. left:78px;
  234. padding:4px;
  235. width:300px;
  236. height:20px;
  237. font-family:Arial, Helvetica, sans-serif;
  238. font-size:10px;
  239. text-align:center;
  240. color:{color:text};
  241. }
  242.  
  243. /* links */
  244.  
  245. #ocarina {
  246. position:absolute;
  247. left:78px;
  248. bottom:30px;
  249. padding:4px;
  250. width:300px;
  251. height:30px;
  252. font-family:Arial, Helvetica, sans-serif;
  253. font-size:10px;
  254. text-align:center;
  255. }
  256. #ocarina a {
  257. border-top:1px solid {color:borders};
  258. }
  259.  
  260. /*post top border*/
  261.  
  262. #hyrulefield {
  263. {block:If250px}
  264. width:310px;
  265. {block:If250px}
  266. {block:If400px}
  267. width:460px;
  268. {block:If400px}
  269. {block:If500px}
  270. width:560px;
  271. {block:If500px}
  272. height:20px;
  273. left:550px;
  274. top:0px;
  275. background:{color:background};
  276. border-bottom:1px solid {color:borders};
  277. position:fixed;
  278. z-index:9999;
  279. }
  280.  
  281. /* Pagination */
  282.  
  283. #page {
  284. position:absolute;
  285. {block:If250px}
  286. width:330px;
  287. {block:If250px}
  288. {block:If400px}
  289. width:480px;
  290. {block:If400px}
  291. {block:If500px}
  292. width:590px;
  293. {block:If500px}
  294. left:0px;
  295. top:4px;
  296. font-size:8px;
  297. line-height:11px;
  298. text-align:center;
  299. }
  300. #page a {
  301. color:{color:links};
  302. padding-top:5px;
  303. padding-left:10px;
  304. padding-right:10px;
  305. margin-left:2px;
  306. margin-right:2px;
  307. }
  308. #current_page {
  309. padding-top:5px;
  310. padding-left:10px;
  311. padding-right:10px;
  312. }
  313.  
  314. /*posts*/
  315.  
  316. #castlewall {
  317. position:absolute;
  318. left:550px;
  319. top:20px;
  320. margin-bottom:80px;
  321. {block:If250px}
  322. width:310px;
  323. {block:If250px}
  324. {block:If400px}
  325. width:460px;
  326. {block:If400px}
  327. {block:If500px}
  328. width:560px;
  329. {block:If500px}
  330. }
  331. #castle {
  332. {block:If250px}
  333. width:250px;
  334. {block:If250px}
  335. {block:If400px}
  336. width:400px;
  337. {block:If400px}
  338. {block:If500px}
  339. width:500px;
  340. {block:If500px}
  341. margin-top:10px;
  342. margin-bottom:10px;
  343. margin-left:19px;
  344. padding:10px;
  345. background:{color:background};
  346. border:1px solid {color:borders};
  347. }
  348. #castle img {
  349. max-width:100%;
  350. {block:ifMonochrome}
  351. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  352. -moz-filter:grayscale({text:Amount of Grayscale}%);
  353. -ms-filter:grayscale({text:Amount of Grayscale}%);
  354. -o-filter:grayscale({text:Amount of Grayscale}%);
  355. filter:grayscale({text:Amount of Grayscale}%);
  356. {/block:ifMonochrome}
  357. }
  358. #castle li, #castle blockquote {
  359. max-width: 100%;
  360. {block:ifMonochrome}
  361. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  362. -moz-filter:grayscale({text:Amount of Grayscale}%);
  363. -ms-filter:grayscale({text:Amount of Grayscale}%);
  364. -o-filter:grayscale({text:Amount of Grayscale}%);
  365. filter:grayscale({text:Amount of Grayscale}%);
  366. {/block:ifMonochrome}
  367. }
  368. .caption {
  369. width:100%;
  370. margin-top:10px;
  371. }
  372. #castle img {
  373. max-width:100%;
  374. {block:ifMonochrome}
  375. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  376. -moz-filter:grayscale({text:Amount of Grayscale}%);
  377. -ms-filter:grayscale({text:Amount of Grayscale}%);
  378. -o-filter:grayscale({text:Amount of Grayscale}%);
  379. filter:grayscale({text:Amount of Grayscale}%);
  380. {/block:ifMonochrome}
  381. }
  382. #pset, #vid {
  383. {block:ifMonochrome}
  384. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  385. -moz-filter:grayscale({text:Amount of Grayscale}%);
  386. -ms-filter:grayscale({text:Amount of Grayscale}%);
  387. -o-filter:grayscale({text:Amount of Grayscale}%);
  388. filter:grayscale({text:Amount of Grayscale}%);
  389. {/block:ifMonochrome}
  390. }
  391.  
  392. /*quote*/
  393.  
  394. #titlequote{
  395. text-align:center;
  396. font-family:neou;
  397. font-size:20px;
  398. line-height:20px;
  399. font-weight:normal;
  400. margin-bottom:10px;
  401. text-transform:uppercase;
  402. text-align:center;
  403. }
  404. #source {
  405. font-family:wendy;
  406. font-size:10px;
  407. margin-top:10px;
  408. margin-right:25px;
  409. text-align:right;
  410. }
  411.  
  412. /* Audio */
  413.  
  414. #audio {
  415. padding-top:3px;
  416. padding-left:5px;
  417. padding-right:5px;
  418. padding-bottom:5px;
  419. border-left:1px solid {color:Background};
  420. }
  421. #info {
  422. color:{color:Text};
  423. font-family:wendy;
  424. font-size:10px;
  425. line-height:10px;
  426. letter-spacing:1px;
  427. text-transform:uppercase;
  428. text-align:left;
  429. }
  430. #player {
  431. width:26px;
  432. height:28px;
  433. border-left:7px solid {color:Borders};
  434. border-right:7px solid {color:Borders};
  435. border-top:6px solid {color:Borders};
  436. border-bottom:6px solid {color:Borders};
  437. background-color:{color:Borders};
  438. display:block;
  439. overflow:hidden;
  440. position:absolute;
  441. }
  442. #art {
  443. width:40px;
  444. height:28px;
  445. background-color:{color:Borders};
  446. {block:ifMonochrome}
  447. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  448. -moz-filter:grayscale({text:Amount of Grayscale}%);
  449. -ms-filter:grayscale({text:Amount of Grayscale}%);
  450. -o-filter:grayscale({text:Amount of Grayscale}%);
  451. filter:grayscale({text:Amount of Grayscale}%);
  452. {/block:ifMonochrome}
  453. }
  454.  
  455. /* Question */
  456.  
  457. #asker {
  458. font-family:neou;
  459. text-align:center;
  460. font-size:20px;
  461. color:{color:Ask};
  462. }
  463. #question {
  464. padding:5px;
  465. border-bottom:1px solid {color:Borders};
  466. text-align:center;
  467. font-family:Arial, Helvetica, sans-serif;
  468. font-size:11px;
  469. }
  470.  
  471. /*chat*/
  472.  
  473. #chat {
  474. padding-top:2px;
  475. padding-bottom:3px;
  476. padding-left:5px;
  477. padding-right:5px;
  478. line-height:11px;
  479. color:{color:Text};
  480. font-family:wendy;
  481. letter-spacing:1px;
  482. font-size:10px;
  483. font-style:normal;
  484. }
  485. #chat.odd {
  486. background:{color:Borders};
  487. }
  488.  
  489. /*permalink and notes*/
  490.  
  491. #permalink {
  492. font-family:Arial, Helvetica, sans-serif;
  493. font-size:9px;
  494. margin-top:15px;
  495. text-align:center;
  496. text-transform:uppercase;
  497. }
  498. .pagenotes {
  499. {block:IndexPage}
  500. display: none!important;
  501. {/block:IndexPage}
  502. {block:If250px}
  503. width:250px;
  504. {block:If250px}
  505. {block:If400px}
  506. width:400px;
  507. {block:If400px}
  508. {block:If500px}
  509. width:500px;
  510. {block:If500px}
  511. margin-left:30px;
  512. text-align:left;
  513. }
  514. .pagenotes img {
  515. display:none!important;
  516. }
  517. .pagenotes li {
  518. list-style-type:none;
  519. padding:5px 0px;
  520. text-align:left;
  521. margin:0 0 0 -40px;
  522. }
  523.  
  524. {CustomCSS}
  525.  
  526. </style>
  527.  
  528. {block:IndexPage}
  529. {block:ifInfiniteScroll}
  530. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  531. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  532. {/block:ifInfiniteScroll}
  533. {/block:IndexPage}
  534.  
  535. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  536. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  537. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  538.  
  539. </head>
  540.  
  541. <body>
  542.  
  543. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  544. <body onkeydown="return false">
  545.  
  546. <div id="hyrule">
  547. <div id="link">
  548. {Description}
  549. </div>
  550. <div id="ocarina">
  551. <a href="/">home</a>.
  552. <a href="/ask">ask</a>.
  553. <a href="/archive">past</a>.
  554. <a href="{text:Links}">links</a>.
  555. </div>
  556. </div>
  557.  
  558. <div id="hyrulefield">
  559. {block:ifnotInfiniteScroll}
  560. {block:Pagination}
  561. <div id="page">
  562. {block:JumpPagination length="5"}
  563. {block:CurrentPage}
  564. <span id="current_page">{PageNumber}</span>
  565. {/block:CurrentPage}
  566. {block:JumpPage}
  567. <a id="jump_page" href="{URL}">{PageNumber}</a>
  568. {/block:JumpPage}
  569. {/block:JumpPagination}
  570. </div>
  571. {/block:Pagination}
  572. {/block:ifnotInfiniteScroll}
  573. </div>
  574.  
  575. <div id="castlewall">
  576. {block:Posts}
  577. <div id="castle">
  578. {block:Quote}
  579. <div id="titlequote">❝ {Quote} ❞</div>
  580. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  581. {/block:Quote}
  582. {block:Text}
  583. {block:Title}
  584. <div id="title">{Title}.</div>{/block:Title}
  585. {Body}
  586. {/block:Text}
  587. {block:link}
  588. <div id="title"><a href="{URL}">{Name}.</a></div>{block:Description}{Description}{/block:Description}
  589. {/block:link}
  590. {block:Chat}
  591. {block:Title}
  592. <h1>{Title}.</h1>
  593. {/block:Title}
  594. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  595. {block:Label}
  596. <font color="{color:links}">{Label}</font>
  597. {/block:Label}
  598. {Line}</div>
  599. {/block:Lines}
  600. {/block:Chat}
  601. {block:Photo}
  602. <div id="photo">
  603. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  604. </div>
  605. {/block:Photo}
  606. {block:Photoset}
  607. <div id="pset">
  608. {block:If250px}
  609. {Photoset-250}
  610. {/block:If250px}
  611. {block:If400px}
  612. {Photoset-400}
  613. {/block:If400px}
  614. {block:If500px}
  615. {Photoset-500}
  616. {/block:If500px}
  617. </div>
  618. {/block:Photoset}
  619. {block:Video}
  620. <div id="vid">
  621. {block:If250px}
  622. {Video-250}
  623. {/block:If250px}
  624. {block:If400px}
  625. {Video-400}
  626. {/block:If400px}
  627. {block:If500px}
  628. {Video-500}
  629. {/block:If500px}
  630. </div>
  631. {/block:Video}
  632. {block:Audio}
  633. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  634. <td id="art" valign="top">
  635. <div id="player">{AudioPlayerWhite}</div>
  636. </td>
  637. <td valign="top" id="audio">
  638. {block:TrackName}
  639. <div id="info">
  640. <font color="{color:links}">Track:</font> {TrackName}
  641. </div>
  642. {/block:TrackName}
  643. {block:Artist}
  644. <div id="info">
  645. <font color="{color:links}">Artist:</font> {Artist}
  646. </div>
  647. {/block:Artist}
  648. <div id="info">
  649. <font color="{color:links}">Plays:</font> {PlayCount}
  650. </div>
  651. </td>
  652. </tr>
  653. </table>
  654. {/block:Audio}
  655. {block:Answer}
  656. <div id="asker">{Asker}.</div>
  657. <div id="question"><small>{Question}</small></div>
  658. {Answer}
  659. {/block:Answer}
  660. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  661. {block:IndexPage}
  662. {block:Date}
  663. <div id="permalink">
  664. <a href="{Permalink}">{TimeAgo}</a> / <a href="{ReblogURL}">reblog</a>{block:HasTags} / <a title="{block:Tags}#{Tag} {/block:Tags}">•••</a>
  665. {/block:HasTags}
  666. </div>
  667. {/block:Date}
  668. {/block:IndexPage}
  669. {block:PermalinkPage}
  670. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  671. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  672. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  673. </div>
  674. {/block:PermalinkPage}
  675. </div>
  676. {block:PostNotes}
  677. <div class="pagenotes">
  678. {PostNotes}
  679. </div>
  680. {/block:PostNotes}
  681. {/block:Posts}
  682. </div>
  683. </div>
  684.  
  685. {block:ContentSource}
  686. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  687. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  688. {/block:SourceLogo}
  689. {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} -->
  690. {/block:ContentSource}
  691.  
  692. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement