Advertisement
SeoulChan

Paranoia

Feb 1st, 2015
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 14.70 KB | None | 0 0
  1. <!--
  2.  _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.               __/ |          
  9.              |___/
  10. Paranoia theme by Kaiguk (http://kaiguk.tumblr.com/)
  11.  
  12. Okay look, you should understand to follow the rules by not claiming this theme as yours, using as a base, moving the credit , combinding shit from others and mine to make your own, or editing to make it look like I didn't make the shit, but I did.
  13.  
  14. Making themes is hard work, so I don't need you or anyone else fucking up my ideas because you don't have a brain of your own. Are you that lazy to use actual base codes and learn to make themes? Damn, that's a shame.
  15.  
  16. Anyways, to everyone that is actually going to put good use of this theme, happy using.
  17.  
  18. If you have any questions, please ask me ^^
  19.  
  20. -->
  21.  
  22. <!DOCTYPE html>
  23.  
  24. <head>
  25.  
  26. <title>{Title}</title>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}
  31. <meta name="description" content="{MetaDescription}" />
  32. {/block:Description}
  33.  
  34. <meta name="if:InfiniteScroll" content="0"/>
  35. <meta name="if:ShowCaptions" content="1"/>
  36. <meta name="if:ShowTags" content="1"/>
  37. <meta name="color:bold" content="#ffd800"/>
  38. <meta name="color:italic" content="#ffef99"/>
  39. <meta name="color:underline" content="#fff7cc"/>
  40. <meta name="color:header" content="#000000"/>
  41. <meta name="color:Text" content="#aaaaaa"/>
  42. <meta name="color:Link" content="#888888"/>
  43. <meta name="color:Hover" content="#eeeeee"/>
  44. <meta name="color:Background" content="#ffffff"/>
  45. <meta name="color:Border" content="#eeeeee"/>
  46. <meta name="color:scrollbar" content="#000000">
  47. <meta name="color:day1" content="#000000"/>
  48. <meta name="color:day2" content="#ffc815"/>
  49. <meta name="color:post bg" content="#ffffff"/>
  50. <meta name="color:perma bg" content="#f6f6f6"/>
  51. <meta name="color:Caption Bg" content="#fbfbfb"/>
  52. <meta name="color:Caption Border" content="#f6f6f6"/>
  53. <meta name="color:Caption" content="#cccccc"/>
  54. <meta name="color:LinkTitleBG" content="#000000"/>
  55. <meta name="color:LinkTitleText" content="#ffffff"/>
  56. <meta name="color:selection text" content="#888888"/>
  57. <meta name="color:selection bg" content="#eeeeee"/>
  58.  
  59. <meta name="image:Header image" content="http://static.tumblr.com/1dfcaddf7cf546528240e68ad2394894/qenphfv/HErnilk86/tumblr_static_z6z3vhio4gg8sk848c8wgw44.gif"/>
  60. <meta name="image:BG" content="http://static.tumblr.com/55eb2df2ee356ed49e439b7bbe482b40/qenphfv/1M9nieg1t/tumblr_static_5ej3yovvips0w0gk8ook8okso.png"/>
  61. <meta name="image:totop" content="http://static.tumblr.com/32c90497e9c3b1b404cbf8957b429ba2/qenphfv/necnj2d3r/tumblr_static_umbyff9qvxcggsk840o4wcsw.gif"/>
  62.  
  63. <meta name="text:header img width" content="266px">
  64. <meta name="text:header img height" content="150px">
  65.  
  66.  
  67. <meta name="text:Link 1 URL" content="" />
  68. <meta name="text:Link 1" content="" />
  69. <meta name="text:Link 2 URL" content="" />
  70. <meta name="text:Link 2" content="" />
  71. <meta name="text:Link 3 URL" content="" />
  72. <meta name="text:Link 3" content="" />
  73. <meta name="text:Link 4 URL" content="" />
  74. <meta name="text:Link 4" content="" />
  75. <meta name="text:Link 5 URL" content="" />
  76. <meta name="text:Link 5" content="" />
  77. <meta name="text:Link 6 URL" content="" />
  78. <meta name="text:Link 6" content="" />
  79.  
  80. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  81. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  82. <script>
  83.    (function($){
  84.        $(document).ready(function(){
  85.            $("[title]").style_my_tooltips();
  86.        });
  87.    })(jQuery);
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar {
  93. height: 9px;
  94. width: 9px;
  95. -webkit-border-radius: 0px;
  96. background-color:{color:background};
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb{
  100. background-color:{color:scrollbar};
  101. }
  102.  
  103. ::-webkit-scrollbar-track{
  104. background-color:{color:background};
  105. }
  106.  
  107. body {
  108. background:{color:background};
  109. background-image:url('{image:bg}');
  110. background-attachment:fixed;
  111. color:{color:text};
  112. font-family:courier;
  113. font-size:11px;
  114. text-align:justify;
  115. margin:0;
  116. line-height:16px;
  117. }
  118.  
  119. blockquote {
  120. padding:5px 0 5px 30px;
  121. border-left:1px solid {color:header};
  122. margin-left:30px;
  123. background:#fcfcfc;
  124. }
  125.  
  126. b,strong{
  127. color:{color:bold};
  128. }
  129.  
  130. i,em{
  131. color:{color:italic};
  132. }
  133.  
  134. u{
  135. color:{color:underline};
  136. }
  137.  
  138. a {
  139. color:{color:link};
  140. text-decoration:none;
  141. -moz-transition-duration:1s;
  142. -webkit-transition-duration:1s;
  143. -o-transition-duration:1s;
  144. }
  145.  
  146. a:hover {
  147. color:{color:hover};
  148. -moz-transition-duration:1s;
  149. -webkit-transition-duration:1s;
  150. -o-transition-duration:1s;
  151. }
  152.  
  153. img{
  154. opacity:1;
  155. border:none;
  156. text-decoration:none;
  157. }
  158.  
  159. #header {
  160. left:300px;
  161. margin-left:-100px;
  162. top:0px;
  163. position:fixed;
  164. width:800px;
  165. height:150px;
  166. background-color:{color:Header};
  167. }  
  168.  
  169. #header img{
  170. width:{text:header img width};
  171. height:{text:header img height};
  172. margin-left:280px;
  173. position:fixed;
  174. }
  175.  
  176. #jaeger {
  177. width:200px;
  178. position:fixed;
  179. margin-top:90px;
  180. margin-left:200px;
  181. padding:10px;
  182. }
  183.  
  184. #sidelinks {
  185. width:200px;  
  186. margin-top:0px;
  187. margin-left:-40px;
  188. position:fixed;
  189. }
  190.  
  191. #sidelinks a {
  192. width:200px;
  193. margin-top:4px;
  194. font-family:courier;
  195. font-size:9.5px;
  196. padding:2.5px;
  197. text-transform:uppercase;
  198. background:{color:header};
  199. border-radius:4px;
  200. display:inline-block;
  201. -moz-transition-duration:1s;
  202. -webkit-transition-duration:1s;
  203. -o-transition-duration:1s;
  204. }
  205.  
  206. #sidelinks a:hover{
  207. margin-left:-50px;
  208. -moz-transition-duration:1s;
  209. -webkit-transition-duration:1s;
  210. -o-transition-duration:1s;
  211. }
  212.  
  213. #desc {
  214. width:150px;
  215. height:130px;
  216. padding:9px;
  217. font-family:courier;
  218. font-size:9.5px;
  219. text-transform:uppercase;
  220. margin-top:-300px;
  221. margin-left:620px;
  222. background:{color:header};
  223. overflow:auto;
  224. }
  225.  
  226. #entries {
  227. margin-left:550px;
  228. margin-top:200px;
  229. width:500px;
  230. }
  231.  
  232. #posts {
  233. width:500px;
  234. margin-left:-230px;
  235. margin-bottom:75px;
  236. border:5px solid {color:border};
  237. padding:20px;
  238. background:{color:post bg};
  239. }
  240.  
  241. #posts img {
  242. max-width:500px;
  243. }
  244.  
  245. {block:IfShowCaptions}
  246. #captions {
  247. margin-top: 10px;
  248. padding:5px;
  249. text-align:left;
  250. background: {color:Caption bg};
  251. border: 1px solid {color:Caption border};
  252. color:{color:Caption};
  253. }
  254. {/block:IfShowCaptions}
  255.  
  256. {block:IfNotShowCaptions}
  257. #captions {
  258. display:none;
  259. }
  260. {/block:IfNotShowCaptions}
  261.  
  262. {block:IfShowTags}
  263. .tags {
  264. font-size:9.5px;
  265. font-family:courier;
  266. text-transform:uppercase;
  267. letter-spacing:1px;
  268. text-align:left;
  269. margin-top:10px;
  270. }
  271. {/block:IfShowTags}
  272.    
  273. #titlequote{
  274. text-align:justify;
  275. font-size:14px;
  276. line-height:18px;
  277. font-weight:bold;
  278. }
  279.  
  280. #source {
  281. margin-top:15px;
  282. text-align:right;
  283. }
  284.  
  285. .player {
  286. width:27px;
  287. height:26px;
  288. overflow:hidden;
  289. position:absolute;
  290. border:1px dashed {color:header};
  291. }
  292.  
  293. .audioinfo {
  294. margin-left:50px;
  295. line-height:120%;
  296. }
  297.  
  298. .pagi {
  299. width:200px;  
  300. font-size:14px;
  301. font-family:courier;
  302. text-align:center;
  303. bottom: 0px;
  304. margin-left:300px;
  305. background:{color:header};
  306. position:fixed;
  307. }
  308.  
  309. .pagi a {
  310. color:{color:link};
  311. }
  312.  
  313. .pagi a:hover{
  314. color:{color:hover};
  315. }
  316.    
  317. #question {
  318. padding-bottom:5px;
  319. font-style:italic;
  320. background:#000;
  321. padding:10px;
  322. }
  323.  
  324. #asker {
  325. letter-spacing:1px;
  326. text-transform:lowercase;
  327. }
  328.  
  329. .chat ol {
  330. padding:0;
  331. list-style:none;
  332. }
  333.  
  334. .line {
  335. list-style:none;
  336. padding:5px 0;
  337. }
  338.  
  339. .label {
  340. text-decoration:bold;
  341. }
  342.  
  343. #perma {
  344. padding:10px;
  345. text-align:justify;
  346. line-height:15px;
  347. margin-top:10px;
  348. height:auto;
  349. background:#fafafa;
  350. padding:10px;
  351. }
  352.  
  353. #permaout {
  354. background:{color:perma bg};
  355. margin-top:10px;
  356. padding:10px;
  357. font-size:12px;
  358. text-transform:normal;
  359. font-style:normal;
  360. word-spacing:3px;
  361. text-align:center;
  362. }
  363.  
  364. #permaout a{
  365. color:{color:day2};
  366. }
  367.  
  368. #permaout a:hover{
  369. color:{color:hover};
  370. }
  371.  
  372. .note li {
  373. list-style-type:none;
  374. padding:10px 25px 10px 25px;
  375. text-align:left;
  376. margin:0px;
  377. border-bottom:1px solid {color:border};
  378. line-height:140%;
  379. -moz-transition-duration:0.5s;
  380. -webkit-transition-duration:0.5s;
  381. -o-transition-duration:0.5s;
  382. }
  383.  
  384. .notes img {
  385. display:none!important;
  386. }
  387.  
  388. #s-m-t-tooltip {
  389. z-index: 9999;
  390. background: {color:LinkTitleBG};
  391. font-size: 10px;
  392. line-height: 11px;
  393. font-family: courier;
  394. letter-spacing: 1px;
  395. text-transform: normal;
  396. color: {color:LinkTitleText};
  397. max-width: 150px;
  398. word-wrap: break-word;
  399. padding: 6px;
  400. display: block;
  401. margin: 24px 14px 7px 12px;
  402. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  403. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  404. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  405. }
  406.  
  407. ::selection {
  408. background:{color:selection bg};
  409. color:{color:selection text};
  410. }
  411.  
  412. #scrollToTop:link, #scrollToTop:visited {
  413. display:none;
  414. position:fixed;
  415. bottom: 10px;
  416. right:10px;
  417. }
  418.  
  419. #titan {
  420. font-size:11px;
  421. line-height:150%;
  422. letter-spacing:0px;
  423. left:10px;
  424. bottom:10px;
  425. font-weight:normal;
  426. position:fixed;
  427. text-transform:uppercase;
  428. text-align:center;
  429. }  
  430.  
  431. #titan a {
  432. padding:3px;
  433. color:{color:link};
  434. background-color:#fff;
  435. -moz-transition-duration:0.5s;
  436. -webkit-transition-duration:0.5s;
  437. -o-transition-duration:0.5s;
  438. }
  439.    
  440. {CustomCSS}
  441.  
  442. </style>
  443.  
  444. {block:IfInfiniteScroll}
  445. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  446. {/block:IfInfiniteScroll}
  447.  
  448. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  449. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  450. <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  451.  
  452. </head>
  453.  
  454. <body>
  455.  
  456. <div id="header">
  457.  
  458. <div id="headerimg"><img src="{image:header image}"></div>
  459.  
  460. <div id="sidelinks">
  461.  
  462. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  463.  
  464. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  465.  
  466. {block:ifLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:ifLink3}
  467.  
  468. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  469.  
  470. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  471.  
  472. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  473.  
  474. </div>
  475.  
  476. </div>
  477.  
  478.  
  479. <div id="jaeger">
  480.  
  481. <div id="desc">{Description}</div>
  482.  
  483. {block:IfNotInfiniteScroll}
  484. {block:IndexPage}
  485. <div class="pagi">
  486. {block:Pagination}{block:PreviousPage}
  487. <a href="{PreviousPage}">«</a>
  488. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  489. <span class="current_page">{PageNumber}</span>
  490. {/block:CurrentPage}{block:JumpPage}
  491. <a class="jump_page" href="{URL}">{PageNumber}</a>
  492. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  493. <a href="{NextPage}">»</a>
  494. {/block:NextPage}{/block:Pagination}
  495. </div>
  496. {/block:IndexPage}
  497. {/block:IfNotInfiniteScroll}
  498.  
  499. </div>
  500.  
  501. <div id="entries">
  502.  
  503. <div class="autopagerize_page_element">
  504.  
  505. {block:Posts}
  506.  
  507. <div id="posts">
  508.  
  509. {block:Quote}
  510. <div style="color: {color:header}; text-shadow: 2px 2px {color:link}; font-size: 40px; line-height: 30px; float: left; font-family: calibri;"></div><div id="titlequote">{Quote}</div>
  511. {block:Source}
  512. <div id="source">{Source}</div>
  513. {/block:Source}
  514. {/block:Quote}
  515.  
  516.  
  517. {block:Text}
  518. {block:Title}
  519. <div id="title">
  520. <div style="font-size:17px; text-align:left;">
  521. {Title}
  522. </div>
  523. </div>{/block:Title}
  524. {Body}
  525. {/block:Text}
  526.  
  527. {block:Link}
  528. <div id="title">
  529. <div style="font-size:17px; text-align:left;">
  530. <a href="{URL}">{Name} »</a>
  531. </div>
  532. </div>
  533. {block:Description}
  534. {Description}
  535. {/block:Description}
  536. {/block:Link}
  537.  
  538. {block:Chat}
  539. {block:Title}
  540. {Title}
  541. {/block:Title}
  542. <div class="chat">
  543. <ol>{block:Lines}
  544. <li class="line {Alt}">
  545. {block:Label}
  546. <span class="label">
  547. <b>{Label}</b></span>
  548. {/block:Label}{Line}</li>
  549. {/block:Lines}
  550. </ol></div>
  551. {/block:Chat}
  552.  
  553. {block:Photo}
  554. <center>
  555. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  556. </center>
  557. {block:IndexPage}
  558. {block:Caption}
  559. <div id="captions">
  560. {Caption}</div>
  561. {/block:Caption}
  562. {/block:IndexPage}
  563. {/block:Photo}
  564.  
  565. {block:Photoset}
  566. <center>
  567. {Photoset-500}
  568. </center>
  569. {block:IndexPage}
  570. {block:Caption}
  571. <div id="captions">
  572. {Caption}</div>
  573. {/block:Caption}
  574.  
  575. {block:IfNotShowCaptions}
  576. {block:PermalinkPage}
  577. {block:Caption}
  578. <div id="captions">
  579. {Caption}</div>
  580. {/block:Caption}
  581. {/block:PermalinkPage}
  582. {/block:IfNotShowCaptions}
  583. </center>  
  584. {/block:IndexPage}
  585. {/block:Photoset}
  586.  
  587. {block:Video}
  588. {Video-500}
  589. {/block:Video}
  590.  
  591. {block:Audio}
  592. <div style="margin-top:15px;" class="player">{AudioPlayerBlack}</div>
  593. <div class="audioinfo">
  594. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  595. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  596. <b>Plays:</b> {PlayCount}
  597. </a>
  598. </div>
  599. {/block:Audio}
  600.  
  601.  
  602. {block:Answer}<div id="question">
  603. <img src="http://media.tumblr.com/7b5769d1f08760ef365f8b1990363e3f/tumblr_inline_n5sqr4eTMz1sbfysw.gif">
  604. <span id="asker"> {Asker} <i>said</i>: {Question}</div> </span>
  605. {Answer}
  606. {/block:Answer}
  607.  
  608.  
  609.  
  610. {block:IndexPage}
  611. <div id="permaout">
  612. <div style=" font-family:courier; font-size:22px; color:{color:day1}; margin-bottom:5px;">{ShortDayOfWeek}.</div><a style="margin-left:-8px;" href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>
  613. </div>
  614. {block:IndexPage}
  615.  
  616.  
  617. {block:IndexPage}
  618. {block:IfShowTags}
  619. {block:HasTags}
  620. <div class="tags">
  621. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"> Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  622. {/block:HasTags}
  623. {/block:IfShowTags}
  624. {/block:IndexPage}
  625.  
  626.  
  627. {block:PermalinkPage}
  628. {block:Date}
  629. <div id="perma">
  630. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  631. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  632. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  633. {block:NoteCount}
  634. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  635. <b>Notes:</b> {NoteCount}<br>
  636. {/block:NoteCount}
  637. {block:RebloggedFrom}
  638. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  639. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  640. {/block:RebloggedFrom}
  641. {block:ContentSource}
  642. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  643. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  644. {/block:ContentSource}
  645. {block:HasTags}
  646. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  647. <b>Tagged:</b>
  648. {block:Tags}
  649. <a href="{TagURL}">#{Tag}</a>
  650. {/block:Tags}
  651. {/block:HasTags}
  652. </div>
  653. {/block:Date}
  654. {/block:PermalinkPage}
  655.  
  656. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  657.  
  658. </div>
  659.  
  660. {/block:Posts}
  661.  
  662. </div>
  663.  
  664.  
  665. <div id="titan"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
  666. </div>
  667.  
  668. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement