Advertisement
Guest User

Unpredictable theme by claihre

a guest
Jun 12th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 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.  
  3. <!--
  4.  
  5. UNPREDICTABLE THEME BY CLAIHRE.TUMBLR.COM
  6.  
  7. ---
  8.  
  9. RULES:
  10. - YOU CAN'T REMOVE THE CREDIT HERE AND PASTE IT ON PAGES LIKE FAQ
  11. - YOU CAN'T REDISTRIBUTE IT AS YOUR OWN THEME
  12. - YOU CAN EDIT BUT YOU CAN'T PUBLISH
  13. - BASE CODES BELONGS TO INCEDOTHEMES
  14. - DON'T USE THIS THEME AS A BASECODE
  15. - YOU CAN MAJORLY EDIT THIS BUT
  16. - YOU CAN'T CLAIM THIS THEME AS YOUR OWN
  17. - YOU CAN PUT BOTH CREDITS IN YOUR FAQ AND IN HERE
  18. - BE PUNK ROCK (OPTIONAL)
  19.  
  20. ---
  21.  
  22. SOURCES:
  23. HTML COLORS: HTTP://COLORPICKER.COM
  24. TUTORIALS AND TIPS: HTTP://TUMBLRTUTORIIAL.TUMBLR.COM
  25. BASE CODE: HTTP://INCEDOTHEMES.TUMBLR.COM
  26.  
  27. -->
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30.  
  31. <head>
  32.  
  33. <title>{Title}</title>
  34.  
  35. <meta name="color:background" content="#cacdcf" />
  36. <meta name="color:title" content="#688999" />
  37. <meta name="color:text" content="#9a9a9a" />
  38. <meta name="color:link" content="#7db5d1" />
  39. <meta name="color:navigation background" content="#787878" />
  40. <meta name="if:show photo caption" content="0" />
  41. <meta name="image:sidebar" content="" />
  42. <meta name="text:hover description" content="write a short description here" />
  43.  
  44. <meta name="text:link1 title" content="home" />
  45. <meta name="text:link2 title" content="ask" />
  46. <meta name="text:link3 title" content="archive" />
  47. <meta name="text:link4 title" content="link" />
  48. <meta name="text:link5 title" content="link" />
  49.  
  50. <meta name="text:link1" content="/" />
  51. <meta name="text:link2" content="/ask" />
  52. <meta name="text:link3" content="/archive" />
  53. <meta name="text:link4" content="/" />
  54. <meta name="text:link5" content="/" />
  55.  
  56.  
  57.  
  58. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  60. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  61. <link rel="shortcut icon" href="{Favicon}"/>
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  67.  
  68. <script language=JavaScript>
  69. <!--
  70.  
  71. //Disable right mouse click Script
  72. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  73. //For full source code, visit http://www.dynamicdrive.com
  74.  
  75. var message="Function Disabled!";
  76.  
  77. ///////////////////////////////////
  78. function clickIE4(){
  79. if (event.button==2){
  80. return false;
  81. }
  82. }
  83.  
  84. function clickNS4(e){
  85. if (document.layers||document.getElementById&&!document.all){
  86. if (e.which==2||e.which==3){
  87. return false;
  88. }
  89. }
  90. }
  91.  
  92. if (document.layers){
  93. document.captureEvents(Event.MOUSEDOWN);
  94. document.onmousedown=clickNS4;
  95. }
  96. else if (document.all&&!document.getElementById){
  97. document.onmousedown=clickIE4;
  98. }
  99.  
  100. document.oncontextmenu=new Function("return false")
  101.  
  102. // -->
  103. </script>
  104.  
  105. <style type="text/css">
  106.  
  107. #s-m-t-tooltip {
  108.  
  109. max-width:300px;
  110. padding:4px 4px 4px 4px;
  111. margin:20px 0px 0px 20px;
  112. background: {color:link};
  113. border:1px solid #eee;
  114. font-family: calibri;
  115. font-size:10px;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. color:#fff;
  119. z-index:999999999999999999999999999999999999; }
  120.  
  121.  
  122. body {
  123. background-color:{color:background};
  124. color:{color:text};
  125. font-family:'Calibri', sans-serif;
  126. font-size:11.5px;
  127. line-height:150%;
  128. margin:5px;
  129. line-height: 150%;
  130. }
  131.  
  132. a:link, a:active, a:hover, a:visited{
  133. text-decoration: none;
  134. color: {color:link};
  135. }
  136.  
  137. #wrapper {
  138. width:650px;
  139. margin-left:auto;
  140. margin-right:auto;}
  141.  
  142. #sidebar {
  143. top:500px;
  144. width:200px;
  145. border: 1px solid #eee;
  146. padding: 9px;
  147. background: white;
  148. position:fixed;}
  149.  
  150.  
  151. #title {
  152. font-family: calibri;
  153. color: {color:title};
  154. padding: 3px;
  155. border: 1px solid #eee;
  156. font-size: 18px;
  157. text-align: center;
  158. letter-spacing: 4px;
  159. }
  160.  
  161. #entries {
  162. margin-left: 250px;
  163. width:300px;
  164. }
  165.  
  166. #posts {
  167. overflow:hidden;
  168. margin:10px;
  169. padding: 10px;
  170. background: white;
  171. border: 1px solid #eee;
  172. width: 250px;
  173. }
  174.  
  175. img, img a {
  176. border:none;
  177. line-height:0;
  178. max-width:100%;}
  179.  
  180. .description{
  181. font-size: 11.3px;
  182. }
  183.  
  184. .nava a{
  185. width: 10px;
  186. height: 10px;
  187. position: fixed;
  188. top: 510px;
  189. margin-left: -30px;
  190. display: inline-block;
  191. z-index: 2;
  192. padding: 4px;
  193. border: 1px solid #eee;
  194. border-radius:15px;
  195. -moz-border-radius: 15px;
  196. background: #fff;
  197. transition: .4s ease-out;
  198. -webkit-transition: .4s ease-out;
  199. -moz-transition: .4s ease-out;
  200. -o-transition: .4s ease-out;
  201. }
  202.  
  203. .nava a:hover{
  204. border-radius:0px;
  205. -moz-border-radius: 0px;
  206. -webkit-transition: .4s ease-out;
  207. -moz-transition: .4s ease-out;
  208. -o-transition: .4s ease-out;
  209. }
  210.  
  211. .nava2 a{
  212. width: 10px;
  213. height: 10px;
  214. position: fixed;
  215. top: 535px;
  216. margin-left: -30px;
  217. display: inline-block;
  218. z-index: 2;
  219. padding: 4px;
  220. border: 1px solid #eee;
  221. border-radius:15px;
  222. -moz-border-radius: 15px;
  223. background: #fff;
  224. transition: .4s ease-out;
  225. -webkit-transition: .4s ease-out;
  226. -moz-transition: .4s ease-out;
  227. -o-transition: .4s ease-out;
  228. }
  229.  
  230. .nava2 a:hover{
  231. border-radius:0px;
  232. -moz-border-radius: 0px;
  233. -webkit-transition: .4s ease-out;
  234. -moz-transition: .4s ease-out;
  235. -o-transition: .4s ease-out;
  236. }
  237.  
  238. .nava3 a{
  239. width: 10px;
  240. height: 10px;
  241. position: fixed;
  242. top: 560px;
  243. margin-left: -30px;
  244. display: inline-block;
  245. z-index: 2;
  246. padding: 4px;
  247. border: 1px solid #eee;
  248. border-radius:15px;
  249. -moz-border-radius: 15px;
  250. background: #fff;
  251. transition: .4s ease-out;
  252. -webkit-transition: .4s ease-out;
  253. -moz-transition: .4s ease-out;
  254. -o-transition: .4s ease-out;
  255. }
  256.  
  257. .nava3 a:hover{
  258. border-radius:0px;
  259. -moz-border-radius: 0px;
  260. -webkit-transition: .4s ease-out;
  261. -moz-transition: .4s ease-out;
  262. -o-transition: .4s ease-out;
  263. }
  264.  
  265. .nava4 a{
  266. width: 10px;
  267. height: 10px;
  268. position: fixed;
  269. top: 585px;
  270. margin-left: -30px;
  271. display: inline-block;
  272. z-index: 2;
  273. padding: 4px;
  274. border: 1px solid #eee;
  275. border-radius:15px;
  276. -moz-border-radius: 15px;
  277. background: #fff;
  278. transition: .4s ease-out;
  279. -webkit-transition: .4s ease-out;
  280. -moz-transition: .4s ease-out;
  281. -o-transition: .4s ease-out;
  282. }
  283.  
  284. .nava4 a:hover{
  285. border-radius:0px;
  286. -moz-border-radius: 0px;
  287. -webkit-transition: .4s ease-out;
  288. -moz-transition: .4s ease-out;
  289. -o-transition: .4s ease-out;
  290. }
  291.  
  292. .nava5 a{
  293. width: 10px;
  294. height: 10px;
  295. position: fixed;
  296. top: 610px;
  297. margin-left: -30px;
  298. display: inline-block;
  299. z-index: 2;
  300. padding: 4px;
  301. border: 1px solid #eee;
  302. border-radius:15px;
  303. -moz-border-radius: 15px;
  304. background: #fff;
  305. transition: .4s ease-out;
  306. -webkit-transition: .4s ease-out;
  307. -moz-transition: .4s ease-out;
  308. -o-transition: .4s ease-out;
  309. }
  310.  
  311. .nava5 a:hover{
  312. border-radius:0px;
  313. -moz-border-radius: 0px;
  314. -webkit-transition: .4s ease-out;
  315. -moz-transition: .4s ease-out;
  316. -o-transition: .4s ease-out;
  317. }
  318.  
  319. .perm {
  320. display: block;
  321. padding-top: 5px;
  322. margin: 0px 0px 0px 8px;
  323. font-family: calibri;
  324. text-transform:uppercase;
  325. letter-spacing: 0px;
  326. font-size: 18px;
  327. color: #424242;
  328. line-height: 10px;
  329. text-align: right;
  330. text-decoration: none;
  331. -webkit-transition: color 0.5s ease-out;
  332. -moz-transition: color 0.5s ease-out;
  333. border-top: 1px solid #dddddd;
  334. }
  335.  
  336. .perm a{
  337. color: #424242;
  338. }
  339.  
  340. #tumblr_controls {
  341. important;-webkit-filter: invert(100%) ;
  342. top: 5% !important;
  343. margin: -30px 0 0 0;
  344. right: 3px !important;
  345. position: fixed !important;
  346. }
  347.  
  348. .link a{
  349. font-size: 23px;
  350. font-family: calibri;
  351. color: #424242;
  352. }
  353.  
  354. .link a:hover{
  355. font-size: 23px;
  356. font-family: calibri;
  357. color: #424242;
  358. }
  359.  
  360. .pic{position: fixed;
  361. top: 510px;
  362. margin-left: 280px;
  363. z-index:2;
  364. }
  365. .pic a{
  366. display:block;
  367. position: fixed;
  368. top: 510px;
  369. margin-left: 280px;
  370. z-index:2;
  371. }
  372.  
  373. .pic .slider {
  374. margin-top:-40px;
  375. margin-left:280px;
  376. width: 200px;
  377. position: fixed;
  378. filter: alpha(opacity = 0);
  379. opacity:0;
  380. -webkit-transition: all 0.5s ease-out;
  381. -moz-transition: all 0.5s ease-out;
  382. transition: all 0.5s ease-out;
  383. }
  384.  
  385. .pic:hover .slider {
  386. margin-top:40px;
  387. margin-left:280px;
  388. -webkit-transition: all 0.8s ease-out;
  389. -moz-transition: all 0.8s ease-out;
  390. transition: all 0.8s ease-out;
  391. filter: alpha(opacity = 100);
  392. filter: alpha(opacity = 100);
  393. opacity:100;
  394. }
  395.  
  396. .playbutton {
  397. width: 20px;
  398. height: 30px;
  399. overflow: hidden;
  400. position: relative;
  401. z-index: 1000;
  402. margin: 9px 18px 7px 10px;
  403. }
  404.  
  405. .playbox {background-color: #fff;
  406. position: absolute;
  407. z-index: 1000;
  408. margin-top: 17px;
  409. margin-left: 15px;
  410. -webkit-border-radius: 100px;
  411. -moz-border-radius: 100px;
  412. border-radius: 100px;
  413. opacity: .5;
  414. -webkit-transition: all 0.8s ease-out;
  415. -moz-transition: all 0.8s ease-out;
  416. transition: all 0.8s ease-out;
  417. }
  418.  
  419. .playbox:hover{
  420. opacity: 1;
  421. -webkit-transition: all 0.8s ease-out;
  422. -moz-transition: all 0.8s ease-out;
  423. transition: all 0.8s ease-out;
  424. }
  425.  
  426. .info {
  427. margin-left:90px;
  428. margin-top:-78px;
  429. line-height:19px;
  430. }
  431.  
  432.  
  433. .cover {position: relative; z-index: 1;}
  434.  
  435. </style>
  436.  
  437. <style type="text/css">{CustomCSS}</style>
  438.  
  439. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  440.  
  441. </head>
  442.  
  443. <body>
  444.  
  445. <BODY onselectstart="return false" ondragstart="return false" onkeydown="return false">
  446.  
  447. <div id="wrapper">
  448.  
  449. <div class="pic"><a href="/"><img src="http://static.tumblr.com/x1wzx4n/RK7n71keo/description.png" width="50"></a>
  450. <div class="slider">
  451.  
  452. {text:hover description}
  453.  
  454. </div></div>
  455.  
  456.  
  457.  
  458. <div class="nava"><a href="{text:link1}" title="{text:link1 title}"></a></div>
  459. <div class="nava2"><a href="{text:link2}" title="{text:link2 title}"></a></div>
  460. <div class="nava3"><a href="{text:link3}" title="{text:link3 title}"></a></div>
  461. <div class="nava4"><a href="{text:link4}" title="{text:link4 title}"></a></div>
  462. <div class="nava5"><a href="{text:link5}" title="{text:link5 title}"></a></div>
  463.  
  464. <div id="sidebar">
  465.  
  466. <img src="{image:sidebar}" align="middle">
  467. <p>
  468. <div id="title">{Title}</div>
  469. <div class="description">{Description}<br></div>
  470.  
  471. </div>
  472.  
  473. <div class="autopagerize_page_element">
  474. <div id="entries">
  475.  
  476. {block:Posts}
  477. <div id="posts">
  478.  
  479. {block:Text}
  480. {block:Title}{Title}{/block:Title}
  481. {Body}
  482. <br>
  483. {block:IndexPage}
  484. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  485. {/block:IndexPage}
  486.  
  487. {/block:Text}
  488.  
  489. {block:Quote}
  490. "{Quote}"<br>
  491. — {Source}<br>
  492. {block:IndexPage}
  493. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  494. {/block:IndexPage}
  495. {/block:Quote}
  496.  
  497. {block:Link}
  498. <a href="{URL}" class="link">{Name} ⇾</a>
  499. <br>
  500. {block:IndexPage}
  501. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  502. {/block:IndexPage}
  503. {/block:Link}
  504.  
  505. {block:Chat}
  506. {block:Lines}{block:Label}{Label} {/block:Label}{Line}<br>{/block:Lines}<br>
  507. {block:IndexPage}
  508. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  509. {/block:IndexPage}
  510. {/block:Chat}
  511.  
  512. {block:Answer}
  513. {Asker} asked: {Question}<br>
  514. {Answer}<br>
  515. {block:IndexPage}
  516. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  517. {/block:IndexPage}
  518. {/block:Answer}
  519.  
  520. {block:Audio}
  521.  
  522. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  523. {block:AlbumArt}
  524. <img src="{AlbumArtURL}" width="80" class="cover">
  525. {/block:AlbumArt}
  526.  
  527. <div class="info">
  528. {block:TrackName}
  529. Track: {TrackName}
  530. {/block:TrackName} <br>
  531. {block:Artist}
  532. Artist: {Artist}<br>
  533. {/block:Artist}
  534. {block:Album}
  535. Album: {Album}<br>
  536. {/block:Album}
  537. Plays: {PlayCount}
  538.  
  539. </div>
  540.  
  541. <br>
  542. {block:IndexPage}
  543. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  544. {/block:IndexPage}
  545. {/block:Audio}
  546.  
  547. {block:Video}
  548. {Video-400}<br>
  549. {block:IndexPage}
  550. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  551. {/block:IndexPage}
  552. {/block:Video}
  553.  
  554. {block:Photo}
  555. {block:IndexPage}
  556. <img src="{PhotoURL-400}" width="250px" /><br>
  557. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  558. {/block:IndexPage}
  559. {block:PermalinkPage}
  560. <img src="{PhotoURL-400}" width="250px" /><br>
  561. {block:Caption}{Caption}{/block:Caption}
  562. {/block:PermalinkPage}
  563. {/block:Photo}
  564.  
  565. {block:Photoset}
  566. {Photoset-400}<br>
  567. {block:IndexPage}
  568. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  569. {/block:IndexPage}
  570. {/block:Photoset}
  571.  
  572. {block:PermalinkPage}
  573. {block:PostNotes}{PostNotes}{/block:PostNotes}<br>
  574. {block:IndexPage}
  575. <div class="perm"><a href="{ReblogURL}" title="reblog">⊖</a> <a href="{Permalink}" title="{NoteCountWithLabel}">⊗</a></div>
  576. {/block:IndexPage}
  577. {/block:PermalinkPage}
  578.  
  579. </div>
  580.  
  581. {/block:Posts}
  582.  
  583. </div>
  584. </div>
  585. </div>
  586.  
  587.  
  588. </body>
  589.  
  590. <!-- REMOVE THIS AND I'LL REPORT YOU -->
  591.  
  592. <div style="position:fixed; z-index:3; bottom: 0px; right: 5px;">
  593.  
  594. <a href="http://claihre.tumblr.com" title="claihre"><img src="http://media.tumblr.com/8b478c1dac119b8e24dd4b995306b7b3/tumblr_inline_n6ie5j1nYI1qid2nw.gif"></a>
  595.  
  596. </div>
  597.  
  598. <!-- REMOVE THIS AND I'LL REPORT YOU -->
  599.  
  600.  
  601. <!--
  602.  
  603. UNPREDICTABLE THEME BY CLAIHRE.TUMBLR.COM
  604. BASE CODE FROM INCEDOTHEMES.TUMBLR.COM
  605.  
  606. -->
  607.  
  608. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement