Advertisement
hor4ny

"Untitled" - Outlasting

Feb 17th, 2013
1,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.78 KB | None | 0 0
  1. <!--
  2. "Untitled" theme by Outlasting.
  3. Keep credit or put it in your FAQ.
  4. IF YOU USE THIS THEME AS A BASECODE OR TAKE ANY OF MY CODING, ask BEFORE posting! Please and thank you.
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15.  
  16.  
  17.  
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43. </script>
  44.  
  45.  
  46.  
  47. <!-- DEFAULT VARIABLES -->
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  49. <meta name="color:background" content="#eee"/>
  50. <meta name="color:link" content="#777"/>
  51. <meta name="color:text" content="#777"/>
  52. <meta name="color:title" content="#777"/>
  53. <meta name="color:borders" content="#dddddd"/>
  54. <meta name="color:hover" content="#fff"/>
  55. <meta name="color:scrollbar" content="#ddd" />
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="image:background" content="1"/>
  58. <meta name="text:link one" content="" />
  59. <meta name="text:link one title" content="" />
  60. <meta name="text:link two" content="" />
  61. <meta name="text:link two title" content="" />
  62. <meta name="text:link three" content="" />
  63. <meta name="text:link three title" content="" />
  64. <meta name="text:link four" content="" />
  65. <meta name="text:link four title" content="" />
  66. <meta name="text:link five" content="" />
  67. <meta name="text:link five title" content="" />
  68. <style type="text/css">
  69.  
  70.  
  71.  
  72.  
  73. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  74. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  75.  
  76.  
  77.  
  78. iframe#tumblr_controls {-webkit-filter: invert(100%);right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-
  79.  
  80. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  81.  
  82. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all
  83.  
  84. 0.4s ease-out;}
  85.  
  86.  
  87. p {
  88. margin:0px;
  89. margin-top:0px;
  90. }
  91.  
  92.  
  93. ::selection {
  94. background: #ffffff;
  95. color: #ffffff;
  96. }
  97.  
  98. ::-moz-selection {
  99. background: #ffffff;
  100. color: #ffffff;
  101. }
  102.  
  103.  
  104. body {
  105. padding: 0px;
  106. margin: 0px;
  107. color:{color:text};
  108. font-family:consolas;
  109. line-height:10px;
  110. font-size:10px;
  111. background-image:url({image:background});
  112. background-color: {color:Background};
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  116. }
  117.  
  118.  
  119. a:link, a:active, a:visited{
  120. text-decoration: none;
  121. -webkit-transition: color 0.3s ease-out;
  122. -moz-transition: color 0.3s ease-out;
  123. transition: color 0.3s ease-out;
  124. color:{color:link};
  125. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  126. }
  127.  
  128. a:hover {
  129. text-decoration: line-through;
  130. font-style:;
  131. text-shadow:0px 0px px #000;
  132. color: {color:Hover};
  133. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  134. }
  135.  
  136. askname{
  137. text-transform:uppercase;
  138. font-size:11px;
  139. z-index:1;
  140. }
  141.  
  142. div#center{
  143. margin:auto;
  144. width:1000px;
  145. position:relative;
  146. background-color:;
  147. overflow:auto;
  148. overflow-y:hidden;
  149. }
  150.  
  151. .entry {
  152. float:left;
  153. display: block;
  154. margin:4px;
  155. line-height:9px;
  156. padding:10px;
  157. overflow:hidden;
  158. width:250px;
  159. opacity:0.9;
  160. {block:PermalinkPage}
  161. width:500px;
  162. text-align:left;
  163. line-height:10px;
  164. {/block:PermalinkPage}
  165. border:1px solid {color:borders};
  166. background-color:#fff;
  167. background-image:URL();
  168. -webkit-transition: all .7s ease;
  169. -moz-transition: all .7s ease;
  170. -o-transition: all .7s ease;
  171. transition: all .7s ease;
  172. }
  173.  
  174. .entry:hover{
  175. opacity:1;}
  176.  
  177. .entry img{
  178. {block:indexpage}
  179. max-width:232px;
  180. {/block:indexpage}
  181. }
  182.  
  183.  
  184. .entry .perma a{
  185. color:;}
  186.  
  187. .entry .perma a:hover {
  188. text-decoration: none;
  189. font-style:;
  190. text-shadow:0px 0px 2px #000;
  191. color: {color:Hover};
  192. }
  193.  
  194. .entry .perma{
  195. width:248px;
  196. height:24px;
  197. margin-left:1px;
  198. position: absolute;
  199. line-height: 24px;
  200. overflow:hidden;
  201. text-align:center;
  202. margin-top:-10px;
  203. background:#f2f2f2;
  204. word-spacing:1px;
  205. opacity: 0.0;
  206. -webkit-transition: all .7s ease;
  207. -moz-transition: all .7s ease;
  208. -o-transition: all .7s ease;
  209. transition: all .7s ease;
  210.  
  211. }
  212.  
  213. .entry:hover .perma{
  214. overflow:visible;
  215. opacity:1;
  216. margin-top:1px;
  217. }
  218.  
  219.  
  220.  
  221. #posts {
  222. width:600px;
  223. margin-top:6px;
  224. z-index:3;
  225. margin-left:303px;
  226. right:auto;
  227. background:transparent;
  228. margin-right:auto;
  229. position:relative;
  230. overflow-y: hidden;
  231. }
  232.  
  233.  
  234. #sidebar{
  235. position:fixed !important;
  236. width:210px;
  237. border:1px solid {color:borders};
  238. opacity:0.9;
  239. background:#fff;
  240. background-size:cover;
  241. background-position:top-center;
  242. height:100%;
  243. line-height:8px;
  244. margin-top:10px;
  245. margin-left:85px;
  246. text-align:center;
  247. border-radius:0px;
  248. -webkit-transition: all .7s ease;
  249. -moz-transition: all .7s ease;
  250. -o-transition: all .7s ease;
  251. transition: all .7s ease;
  252. }
  253.  
  254. #desc{
  255. width:200px;
  256. padding:5px;
  257. line-height:12px;
  258. text-align:center;
  259. padding-left:px;
  260.  
  261. margin-top:-7px;
  262.  
  263. background:#f2f2f2;
  264. border-top:1px solid #e9e9e9;
  265. border-bottom:1px solid #e9e9e9;
  266. }
  267.  
  268.  
  269.  
  270. #linkz{
  271. height:8px;
  272. margin-top:5px;
  273. padding:5px;
  274. width:200px;
  275. line-height:8px;
  276. background:#f2f2f2;border-top:1px solid #e9e9e9;
  277. text-align:center;border-bottom:1px solid #e9e9e9;
  278. }
  279.  
  280.  
  281. #sidebarpic{
  282. padding:px;
  283. border:1px solid #e9e9e9;
  284.  
  285. width:174px;
  286. height:auto;
  287. margin-top:17px;
  288. margin-left:17px;
  289. border-top-right-radius:0px;
  290. }
  291.  
  292. #sidebarpic img{
  293. width:162px;
  294. padding:6px;
  295. background:#f2f2f2;
  296. border-top-right-radius:x;
  297. }
  298. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  299.  
  300. .title{
  301. font-family:rw;
  302. font-size: 18px;
  303. line-height: 18px;
  304. color:{color:Title};
  305. letter-spacing: 0px;
  306. font-weight: normal;
  307. padding:0px 0px 0px 0px;
  308. }
  309.  
  310. #blogtitle{
  311. font-family:rw;
  312. position:fixed;
  313. margin-top:30px;
  314. font-size:43px;
  315. margin-left:16px;
  316. }
  317.  
  318. .permalink{
  319. word-spacing:2px;
  320. text-transform: normal;
  321. display: block;
  322. text-align: right;
  323. text-decoration: none;
  324. border-top:1px solid #ddd;
  325. margin-top:3px;
  326. padding:4px;
  327.  
  328. }
  329.  
  330. #infscr-loading{
  331. bottom: -70px;
  332. position: absolute;
  333. left: 50%;
  334. margin-left:-8px;
  335. width:16px;
  336. height:11px;
  337. overflow:hidden;
  338. margin-bottom: 50px;
  339. }
  340.  
  341. #postnotes{
  342. text-align: justify;}
  343.  
  344. #postnotes blockquote{
  345. border: 0px;}
  346.  
  347. blockquote{
  348. padding:0px 0px 2px 5px;
  349. margin:0px 0px 2px 10px;
  350. border-left: 1px solid #ddd;
  351. }
  352.  
  353. blockquote p, ul{
  354. margin:0px;
  355. padding:0px;
  356. }
  357.  
  358. a img{border: 0px;}
  359.  
  360.  
  361. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  362.  
  363. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  364. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  365.  
  366. .notes img{width:10px; position:relative; top:3px;}
  367. <--ses-->
  368. small{font-size: 90%;}
  369.  
  370. {CustomCSS}
  371.  
  372. </style>
  373.  
  374. {block:IndexPage}
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  376. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  377.  
  378. <script type="text/javascript">
  379. $(window).load(function(){
  380. var $wall = $('#posts');
  381. $wall.imagesLoaded(function(){
  382. $wall.masonry({
  383. itemSelector: '.entry, .entry_photo',
  384. isAnimated : false
  385. });
  386. });
  387.  
  388. $wall.infinitescroll({
  389. navSelector : '#pagination',
  390. nextSelector : '#pagination a',
  391. itemSelector : '.entry, .entry_photo',
  392. bufferPx : 2000,
  393. debug : false,
  394. errorCallback: function() {
  395. $('#infscr-loading').fadeOut('normal');
  396. }},
  397. function( newElements ) {
  398. var $newElems = $( newElements );
  399. $newElems.hide();
  400. $newElems.imagesLoaded(function(){
  401. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  402. });
  403. }); $('#posts').show(500);
  404. });
  405. </script>
  406.  
  407.  
  408. {/block:IndexPage}
  409.  
  410.  
  411. <title>{title}</title>
  412.  
  413. <link rel="shortcut icon" href="{Favicon}" />
  414. <meta name="viewport" content="width=820" />
  415. </head>
  416.  
  417. <body>
  418. <BODY onselectstart="return false;" ondragstart="return false;">
  419. <div class="wrapper">
  420. <div class="header">
  421. </div>
  422.  
  423. <div id="cage">
  424. <div id="center">
  425. <div id="sidebar"><div id="sidebarpic"><a href="/"><img style=""src="{image:sidebar}" width="185"></a></div><div id="desc">{description}</div><div id="linkz"><a href="{text:Link One}">{text:Link One Title}</a> - <a href="{text:Link Two}">{text:Link Two Title}</a> - <a href="{text:Link Three}">{text:Link Three Title}</a>{block:iflinkfourtitle} - <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle} - <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:iflinkfivetitle}</div>
  426. </div>
  427.  
  428.  
  429. <div class="left">
  430. <div id="posts">
  431. {block:Posts}
  432. <div class="entry">
  433.  
  434. {block:Answer}
  435. <div style="margin-top:2px;;margin-bottom:0px;min-height:40px; padding: 4px; background-color:#fff;border:1px solid {color:borders};border-radius:0px;">
  436. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  437. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  438. <div class="permalink"> <a href="{permalink}">{notecountwithlabel} / {Timeago}</a> </div>
  439. {/block:Answer}
  440.  
  441. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  442.  
  443. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} / {Timeago}</a></a><br>{/block:HasTags}</span></align>
  444. {/block:Text}
  445.  
  446. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  447.  
  448. class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a> <a href="{Permalink}"></span></align>{block:Link}
  449.  
  450. {block:Photo}
  451. {block:IndexPage}
  452. <center>
  453. <div class="perma">
  454. <a href="{Permalink}">Posted {timeago} with {notecountwithlabel}</a></div>
  455. <div class="photo"><a href="{permalink}"><img style="border:1px solid #e9e9e9; padding:8px;background:#f2f2f2" class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  456. {/block:IndexPage}
  457. {block:PermalinkPage}
  458. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  459.  
  460. {LinkCloseTag}
  461. {/block:PermalinkPage}
  462. {/block:Photo}
  463.  
  464. {block:Photoset}
  465. {block:IndexPage}
  466. <center>
  467.  
  468. {Photoset-250}</center><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a> <a href="{Permalink}"></span></align>
  469. {/block:IndexPage}
  470. {block:PermalinkPage}
  471. <center>
  472. {Photoset-500}</center>
  473. {/block:PermalinkPage}
  474. {/block:Photoset}
  475.  
  476. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a> <a href="{Permalink}"></span></align>{/block:Quote}
  477.  
  478. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  479. <ul class="chat">
  480. {block:Lines}
  481. <li class="user_{UserNumber}">
  482. {block:Label}
  483. <span class="label">{Label}</span>
  484. {/block:Label}
  485.  
  486. {Line}
  487. </li>
  488. {/block:Lines}
  489. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a></span></align>
  490. {/block:Chat}
  491.  
  492. {block:Audio}
  493. <div style="width:200px; height:30px;">
  494. {AudioPlayerBlack}
  495. </div>
  496. {block:IndexPage}
  497. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a> <a href="{Permalink}"></span></align>{/block:IndexPage}
  498. {/block:Audio}
  499.  
  500. {block:Video}
  501. {block:IndexPage}
  502. <center>
  503. {Video-250}</center><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {timeago}</a> <a href="{Permalink}"></span></align>
  504. {/block:IndexPage}
  505. {block:PermalinkPage}
  506. <center>
  507. {Video-400}</center>
  508. {/block:PermalinkPage}
  509. {block:Video}
  510.  
  511.  
  512. {block:PostNotes}<div align="middle">{caption}</div>
  513. <center>
  514.  
  515. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  516.  
  517. {block:HasTags}
  518. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  519. {block:RebloggedFrom}
  520. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  521. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  522.  
  523. {/block:RebloggedFrom}
  524. </center></span>
  525. <br>
  526. <div id="postnotes">{PostNotes}</div><br>
  527.  
  528. <center>{block:ContentSource}
  529. <br><a href="{SourceURL}">
  530. {lang:Source}:
  531. {block:SourceLogo}
  532. <img src="{BlackLogoURL}" width="{LogoWidth}"
  533. height="{LogoHeight}" alt="{SourceTitle}" />
  534. {/block:SourceLogo}
  535. {block:NoSourceLogo}
  536. {SourceLink}
  537. {/block:NoSourceLogo}
  538. </a>
  539. {/block:ContentSource}</center>
  540.  
  541. {/block:PostNotes}
  542. </div>
  543. {/block:Posts}
  544. </div></div>
  545.  
  546. {block:IndexPage}
  547. {block:Pagination}
  548. <div id="pagination">
  549. {block:NextPage}
  550. <a id="nextPage" href="{NextPage}"></a>
  551. {/block:NextPage}
  552. {block:PreviousPage}
  553. <a href="{PreviousPage}"></a>
  554. {/block:PreviousPage}
  555. </div>
  556. {/block:Pagination}
  557. {/block:IndexPage}
  558. </body>
  559. <div style="position:fixed;bottom:6px;right:4px;letter-spacing:1px;font-family:arial;font-size:7px;background:white;border:1px solid {color:borders};padding:4px;"><a href="http://outlasting.tumblr.com">OUTLASTING</a></div>
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement