Guest User

Exception Edit By Paige

a guest
May 30th, 2015
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1. -<html lang="en">
  2.  
  3. <!--
  4. exception theme by inapted
  5. 7.23.14
  6. leave at least 1 visible credit
  7. -->
  8.  
  9. <head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12.  
  13. <meta name="color:text" content="#707070"/>
  14. <meta name="color:scrollbar" content="#EBEBEB"/>
  15. <meta name="color:background" content="#fff"/>
  16. <meta name="color:links" content="#787878"/>
  17.  
  18. <meta name="text:link1" content=""/>
  19. <meta name="text:link1title" content=""/>
  20. <meta name="text:link2" content=""/>
  21. <meta name="text:link2title" content=""/>
  22. <meta name="text:link3" content=""/>
  23.  
  24.  
  25. <meta name="description" content="{Description}" />
  26.  
  27. <meta name="if:tinycursor" content="1"/>
  28. <meta name="if:stars" content="1"/>
  29.  
  30. <meta name="image:use this instead of avatar" content="{Favicon}"/>
  31.  
  32. <title>{Title}</title>
  33. <link rel="icon" href="{Favicon}"/>
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/zxmtfvb/Jnpn8b9hg/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("[title]").style_my_tooltips({
  41. tip_delay_time:0,
  42. tip_fade_speed:300,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff; border-top: 5px solid #D4D4D4; border-bottom: 5px solid #D4D4D4;}
  55. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 0ex; }
  56.  
  57. #tumblr_controls{
  58. position:fixed !important;
  59. -webkit-filter: invert(100%);
  60. }
  61.  
  62. iframe#tumblr_controls {right:3px !important; position: fixed
  63. !important;-webkit-transition: opacity 0.7s linear;opacity:
  64. 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s
  65. ease-out;transition: all 0.8s ease-out;
  66. }
  67.  
  68. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s
  69. linear;opacity: 1;-webkit-transition: all 0.4s
  70. ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s
  71. ease-out;}
  72.  
  73. body {
  74. background-color: {color:background};
  75. {block:iftinycursor}
  76. cursor: url('http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png') 3 3, auto;
  77. {/block:iftinycursor}
  78. }
  79.  
  80. body, textarea, submit, input{
  81. font: normal 12px arial;
  82. line-height: 12px;
  83. margin: 0px;
  84. color: {color:text};
  85. }
  86.  
  87. a:link, a:active, a:visited {
  88. color: {color:links};
  89. font-family: arial;
  90. font-size: 12px;
  91. text-shadow:10px 0px transparent, -10px 0px transparent;
  92. text-decoration: none;
  93. transition: all 0.5s ease-out;
  94. -o-transition-transition: all 0.5s ease-out;
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;
  97. {block:iftinycursor}
  98. cursor: url(http://static.tumblr.com/zxmtfvb/rsin3mt50/tumblr_lqs4idhqtz1qfoi4t.png) 3 3, auto;
  99. {/block:iftinycursor}
  100. }
  101.  
  102. a:hover {
  103. text-shadow:0px 0px #949494, 0px 0px #949494;
  104. text-decoration: none;
  105. transition: all 0.5s ease-out;
  106. -o-transition-transition: all 0.5s ease-out;
  107. -webkit-transition: all 0.5s ease-out;
  108. -moz-transition: all 0.5s ease-out;
  109. cursor: url(http://static.tumblr.com/zxmtfvb/rsin3mt50/tumblr_lqs4idhqtz1qfoi4t.png) 3 3, auto;
  110. }
  111.  
  112. #sidebar {
  113. position: fixed;
  114. border: 1px solid #EDEDED;
  115. width: 150px;
  116. height: 217px;
  117. margin-top: 100px;
  118. margin-left: 200px;
  119. padding: 13px;
  120. background: #fff;
  121. outline: 1px solid #EDEDED;
  122. outline-offset: -6px;
  123. z-index: 5;
  124. -webkit-animation: fadeIn 2.5s;
  125. -moz-animation: fadeIn 2.5s;
  126. -ms-animation: fadeIn 2.5s;
  127. transition: all 0.8s ease-out;
  128. -o-transition-transition: all 0.8s ease-out;
  129. -webkit-transition: all 0.8s ease-out;
  130. -moz-transition: all 0.8s ease-out;
  131. }
  132.  
  133. #avi {
  134. position: fixed;
  135. border: 1px solid #EDEDED;
  136. padding: 13px;
  137. height: 124px;
  138. width: 124px;
  139. overflow: hidden;
  140. outline: 1px solid #EDEDED;
  141. outline-offset: -20px;
  142. background: #FCFCFC;
  143. z-index: 6;
  144. }
  145.  
  146. #desc {
  147. position: fixed;
  148. border: 1px solid #EDEDED;
  149. padding: 3px;
  150. height: auto;
  151. width: 144px;
  152. margin-top: 163px;
  153. background: #FCFCFC;
  154. text-align: center;
  155. font-family: calibri;
  156. color: {color:text};
  157. font-size: 12px;
  158. line-height: 15px;
  159. z-index: 7;
  160. }
  161.  
  162. #s-m-t-tooltip{
  163. max-width: 1000px;
  164. max-height: 1000px;
  165. z-index: 99999999999999;
  166. margin: 10px 14px 7px 5px;
  167. padding:10px;
  168. font-family: arial;
  169. font-size: 13px;
  170. line-height:6px;
  171. border: 1px solid #EDEDED;
  172. outline: 1px solid #EDEDED;
  173. outline-offset: -5px;
  174. background: #FCFCFC;
  175. color: {color:text};
  176. height: 3px;
  177. border-radius: 0px;
  178. box-shadow: none;
  179. }
  180.  
  181. #line {
  182. border-bottom: 1px solid #EDEDED;
  183. padding: 5px;
  184. }
  185.  
  186. @font-face { font-family: "arial"; src: url('http://static.tumblr.com/zxmtfvb/6TBn80fd0/arial-extralight.otf'); }
  187.  
  188. #header {
  189. position: fixed;
  190. padding:45px 0px 5px 0px;
  191. width:535px;
  192. z-index:50;
  193. margin-left:23px;
  194. background:transparent;
  195. padding-bottom: 10px;
  196. margin-top:40px;
  197. opacity: 0.9;
  198. font-family: georgia;
  199. text-transform: uppercase;
  200. letter-spacing: 2px;
  201. color: #C4C4C4;
  202. }
  203.  
  204. .cameron {
  205. background-color: #f7f7f7;
  206. border-radius:3px;
  207. padding: 4px 3px 4px 5px;
  208. font-family: arial;
  209. font-size: 14px;
  210. }
  211.  
  212. .ria {
  213. text-align: right;
  214. font-family: arial;
  215. font-size: 13px;
  216. }
  217.  
  218. .entry {
  219. float:left;
  220. display: block;
  221. margin: 10px;
  222. overflow: hidden;
  223. padding: 13px;
  224. width:220px;
  225. {block:PermalinkPage}
  226. width: 300px;
  227. text-align:left;
  228. line-height:10px;
  229. overflow:hidden;
  230. {/block:PermalinkPage}
  231. background:white;
  232. border: 1px solid #EDEDED;
  233. background: #fff;
  234. outline: 1px solid #EDEDED;
  235. outline-offset: -6px;
  236. }
  237.  
  238. .cstar {
  239. border: 1px solid #EDEDED;
  240. padding: 5px;
  241. background: #FCFCFC;
  242. display: block;
  243. font-family: arial;
  244. color: {color:text};
  245. font-size: 13px;
  246. line-height: 8px;
  247. text-align: right;
  248. text-decoration: none;
  249. }
  250.  
  251. @font-face { font-family: "arial"; src: url('http://static.tumblr.com/zxmtfvb/6TBn80fd0/arial-extralight.otf'); }
  252.  
  253. .alyssa {
  254. font-family: mossy;
  255. font-size: 20px;
  256. line-height: normal;
  257. color: #787878;
  258. }
  259.  
  260. @font-face {font-family: "mossy"; src: url('http://static.tumblr.com/9wzbixa/Pugmj3l9d/mossy.ttf');}
  261.  
  262. .entry .hov {
  263. background: rgba(255,255,255,0.5);
  264. height:24px;
  265. width:24px;
  266. margin-left:-50px;
  267. bottom:15px;
  268. position:absolute;
  269. padding:4px;
  270. border: 1px solid #000;
  271. z-index:8;
  272. -webkit-transition: all .7s ease;
  273. -moz-transition: all .7s ease;
  274. -o-transition: all .7s ease;
  275. }
  276.  
  277. .entry:hover .hov{
  278. margin-left:7px;
  279. bottom:20px;
  280. -webkit-transition: all .7s ease;
  281. -moz-transition: all .7s ease;
  282. -o-transition: all .7s ease;
  283. }
  284.  
  285. .entry .heart {
  286. border: 1px solid #000;
  287. height:24px;
  288. width:24px;
  289. margin-left:45px;
  290. bottom:-40px;
  291. position:absolute;
  292. padding:4px;
  293. background: rgba(255,255,255,0.5);
  294. text-align:center;
  295. z-index:8;
  296. -webkit-transition: all .7s ease;
  297. -moz-transition: all .7s ease;
  298. -o-transition: all .7s ease;
  299. }
  300.  
  301. .entry:hover .heart{
  302. margin-left:45px;
  303. bottom:20px;
  304. -webkit-transition: all .7s ease;
  305. -moz-transition: all .7s ease;
  306. -o-transition: all .7s ease;
  307. }
  308.  
  309. #posts {
  310. width:600px;
  311. margin-top:20px;
  312. z-index:30;
  313. margin-left:457px;
  314. right:auto;
  315. background:transparent;
  316. margin-right:auto;
  317. position:relative;
  318. overflow-y: hidden;
  319. -webkit-animation: fadeIn 2.5s;
  320. -moz-animation: fadeIn 2.5s;
  321. -ms-animation: fadeIn 2.5s;
  322. transition: all 0.8s ease-out;
  323. -o-transition-transition: all 0.8s ease-out;
  324. -webkit-transition: all 0.8s ease-out;
  325. -moz-transition: all 0.8s ease-out;
  326. {block:permalinkpage}
  327. margin-left: 547px;
  328. {/block:permalinkpage}
  329. }
  330.  
  331. @-webkit-keyframes fadeIn {
  332. 0% {
  333. opacity: 0;
  334. }
  335.  
  336. 100% {
  337. opacity: 1;
  338. }
  339. }
  340.  
  341. @keyframes fadeIn {
  342. 0% {
  343. opacity: 0;
  344. }
  345.  
  346. 100% {
  347. opacity: 1;
  348. }
  349. }
  350.  
  351. .fadeIn {
  352. -webkit-animation-name: fadeIn;
  353. animation-name: fadeIn;
  354. }
  355.  
  356. #infscr-loading{
  357. bottom: -70px;
  358. position: absolute;
  359. left: 50%;
  360. margin-left:-8px;
  361. width:16px;
  362. height:11px;
  363. overflow:hidden;
  364. margin-bottom: 50px;
  365. }
  366.  
  367. #postnotes{
  368. text-align: justify;
  369. line-height: 17px;
  370. }
  371.  
  372. #postnotes blockquote{
  373. border: 0px;}
  374.  
  375. blockquote{
  376. padding:0px 0px 0px 5px;
  377. margin:0px 0px 0px 5px;
  378. border-left: 1px dotted #555555;
  379. font-family: arial;
  380. font-size: 14px;
  381. }
  382.  
  383. blockquote p, ul{
  384. margin:0px;
  385. padding:0px;
  386. }
  387.  
  388. a img{border: 0px;}
  389.  
  390.  
  391. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  392.  
  393. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  394. .user_7 .label, .user_8 .label, .user_9 .label {color:#78A7E3;}
  395.  
  396. .notes img{width:10px; position:relative; top:3px;}
  397. small{font-size: 90%;}
  398.  
  399. {CustomCSS}
  400.  
  401. </style>
  402.  
  403. {block:IndexPage}
  404. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  405. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  406.  
  407. <script type="text/javascript">
  408. $(window).load(function(){
  409. var $wall = $('#posts');
  410. $wall.imagesLoaded(function(){
  411. $wall.masonry({
  412. itemSelector: '.entry, .entry_photo',
  413. isAnimated : false
  414. });
  415. });
  416.  
  417. $wall.infinitescroll({
  418. navSelector : '#pagination',
  419. nextSelector : '#pagination a',
  420. itemSelector : '.entry, .entry_photo',
  421. bufferPx : 2000,
  422. debug : false,
  423. errorCallback: function() {
  424. $('#infscr-loading').fadeOut('normal');
  425. }},
  426. function( newElements ) {
  427. var $newElems = $( newElements );
  428. $newElems.hide();
  429. $newElems.imagesLoaded(function(){
  430. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  431. });
  432. }); $('#posts').show(500);
  433. });
  434. </script>
  435.  
  436.  
  437.  
  438. {/block:IndexPage}
  439.  
  440. </head>
  441.  
  442. <body>
  443. <div id="sidebar">
  444. <div id="avi"><img src="{image:use this instead of avatar}" title="{Title}" height="124px" width="124px"></div>
  445. <div id="desc">{Description}</div>
  446. </div>
  447.  
  448. <div id="header">
  449. <div style="bottom: 5px; text-align: center">
  450. <a href="{text:link1}" title="{text:link1title}">I</a>&nbsp;&nbsp;&nbsp;&nbsp;
  451. <a href="{text:link2}" title="{text:link2title}">II</a>&nbsp;&nbsp;&nbsp;&nbsp;
  452. <a href="{text:link3}" title="{text:link3title}">III</a>&nbsp;&nbsp;&nbsp;&nbsp;
  453. <a href="{text:link4}" title="{text:link4title}">IV</a>&nbsp;&nbsp;&nbsp;&nbsp;
  454. <a href="http://inapted.tumblr.com/" title="theme">V</a></a>
  455. </div>
  456. </div>
  457.  
  458. {block:ifstars}
  459. <img src="http://static.tumblr.com/qglwiwx/Ufdn2lu9z/star2.png" height=350 style="position:fixed;bottom:100px;left:210px;z-index:0"/>
  460. {/block:ifstars}
  461.  
  462. <div id="no" style="position:fixed;bottom:3px;left:3px;"><a href="http://inapted.tumblr.com/" title="theme by inapted"><img src="http://unicodey.com/emoji-data/gemoji/images/emoji/unicode/26a1.png" height="18px"/></a></div>
  463.  
  464. </center>
  465. <div id="posts">
  466. {block:Posts}
  467. <div class="entry">
  468.  
  469. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  470. href="{Permalink}"><a href="{Permalink}">{block:IndexPage}<div class="cstar"> <a href="{permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">↺</a>{/block:IndexPage}</div></a><br>{/block:HasTags}</span></align>
  471. {/block:Text}
  472.  
  473. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  474.  
  475. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  476.  
  477. <!--never turn back-->
  478.  
  479. {block:Photo}
  480. {block:IndexPage}
  481. <center>
  482. <div class="heart">{LikeButton color="black"}</div>
  483. <div class="hov"><a href="{reblogurl}" target="_blank" ><img src="http://static.tumblr.com/zxmtfvb/etRnicft6/befunky_screen_shot_2014-07-22_at_5.png.png" title="{notecountwithlabel}"></a></div>
  484.  
  485. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  486. {/block:IndexPage}
  487. {block:PermalinkPage}
  488. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  489.  
  490. {LinkCloseTag}
  491. {/block:PermalinkPage}
  492. {/block:Photo}
  493.  
  494. {block:Photoset}
  495. {block:IndexPage}
  496. </center>
  497.  
  498. <div class="heart">{LikeButton color="black"}</div>
  499. <div class="hov"><a href="{reblogurl}" target="_blank" ><img src="http://static.tumblr.com/zxmtfvb/etRnicft6/befunky_screen_shot_2014-07-22_at_5.png.png" title="{notecountwithlabel}"></a></div>
  500.  
  501. {Photoset-250}</center>
  502. {/block:IndexPage}
  503. {block:PermalinkPage}
  504. <center>
  505. {Photoset-500}</center>
  506. {/block:PermalinkPage}
  507. {/block:Photoset}
  508.  
  509. {block:Quote}<span class="title"><div class="alyssa">"{Quote}"</div></span><p align=right><span class="permalink"><a
  510.  
  511. href="{Permalink}">{block:IndexPage}<div class="cstar"> <a href="{permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">↺</a>{/block:IndexPage}</div> <a href="{Permalink}"> </span>{/block:Quote}
  512.  
  513. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  514. <ul class="chat">
  515. {block:Lines}
  516. <li class="user_{UserNumber}">
  517. {block:Label}
  518. <span class="label">{Label}</span>
  519. {/block:Label}
  520.  
  521. {Line}
  522. </li>
  523. {/block:Lines}
  524. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  525. {/block:Chat}
  526.  
  527. {block:Audio}
  528. <div style="width:200px; height:30px;">
  529. {AudioPlayerBlack}
  530. </div>
  531. {block:IndexPage}<span class="permalink">
  532. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  533. </span>{/block:IndexPage}
  534. {/block:Audio}
  535.  
  536. {block:Answer}
  537. <div class="cameron">{Asker} said: {Question}</div><div class="ria">{Answer}</div>
  538. {block:IndexPage}
  539. <div class="cstar"> <a href="{permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">↺</a></div>{/block:IndexPage}
  540. {block:IndexPage}<a href="{Permalink}">
  541. </a>
  542. <center>
  543. <div class="heart">{LikeButton color="black"}</div>
  544. <div class="hov"><a href="{reblogurl}" target="_blank" ><img src="http://static.tumblr.com/zxmtfvb/etRnicft6/befunky_screen_shot_2014-07-22_at_5.png.png" title="{notecountwithlabel}"></a></div>
  545. {/block:IndexPage}
  546. {block:PermalinkPage}
  547. {LinkCloseTag}
  548. {/block:PermalinkPage}
  549. {/block:Answer}
  550.  
  551. {block:Video}
  552. {block:IndexPage}
  553. <center>
  554. <div class="perma">
  555. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  556. {Video-250}</center>
  557. {/block:IndexPage}
  558. {block:PermalinkPage}
  559. <center>
  560. {Video-400}</center>
  561. {/block:PermalinkPage}
  562. {block:Video}
  563.  
  564.  
  565. {block:PostNotes}
  566. <div id="line"></div>
  567. <br>
  568. <div align="right">
  569. {block:HasTags}
  570. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  571. {block:RebloggedFrom}
  572. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  573. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  574. {/block:RebloggedFrom}
  575. </div></span>
  576. <div id="line"></div>
  577. <br>
  578. <div id="postnotes">{PostNotes}</div><br>
  579.  
  580. <center>{block:ContentSource}
  581. <br><a href="{SourceURL}">
  582. {lang:Source}:
  583. {block:SourceLogo}
  584. <img src="{BlackLogoURL}" width="{LogoWidth}"
  585. height="{LogoHeight}" alt="{SourceTitle}" />
  586. {/block:SourceLogo}
  587. {block:NoSourceLogo}
  588. {Sourcriank}
  589. {/block:NoSourceLogo}
  590. </a>
  591. {/block:ContentSource}</center>
  592.  
  593. {/block:PostNotes}
  594. </div>
  595. {/block:Posts}
  596. </div></div>
  597.  
  598. {block:IndexPage}
  599. {block:Pagination}
  600. <div id="pagination">
  601. {block:NextPage}
  602. <a id="nextPage" href="{NextPage}"></a>
  603. {/block:NextPage}
  604. {block:PreviousPage}
  605. <a href="{PreviousPage}"></a>
  606. {/block:PreviousPage}
  607. </div>
  608. {/block:Pagination}
  609. {/block:IndexPage}
  610.  
  611. </body>
  612.  
  613. </html>
Advertisement
Add Comment
Please, Sign In to add comment