Advertisement
0xumthemes

Deer Theme

Nov 14th, 2012
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. <!--
  2.  
  3. Theme Deer by 0-xum
  4.  
  5. please don't remove the credit.
  6.  
  7. -->
  8.  
  9. <head>
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  11. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow66.js"></script>
  12.  
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <meta name="color:Background" content="#fdfafa"/>
  19. <meta name="color:Text" content="#130C11"/>
  20. <meta name="color:Title" content="#130C11"/>
  21. <meta name="color:Blog Title" content="#130C11"/>
  22. <meta name="color:Hover" content="#130C11"/>
  23. <meta name="color:Scrollbar" content="#130C11"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="image:Background" content="1"/>
  26. <meta name="if:show title" content="1"/>
  27. <meta name="if:tiny scrollbar" content="1"/>
  28. <meta name="font:text font" content="baskerville"/>
  29. <meta name="font:title font" content="baskerville"/>
  30. <meta name="text:link one" content="" />
  31. <meta name="text:link one title" content="" />
  32. <meta name="text:link two" content="" />
  33. <meta name="text:link two title" content="" />
  34. <meta name="text:link three" content="" />
  35. <meta name="text:link three title" content="" />
  36. <meta name="text:link four" content="" />
  37. <meta name="text:link four title" content="" />
  38. <meta name="text:link five" content="" />
  39. <meta name="text:link five title" content="" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar {
  45. width: 6px;
  46. height: 4px;
  47. background: #FFFFFF;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. background-color: #000000;
  52. -webkit-border-radius: 1ex;
  53. }
  54.  
  55. img{
  56. -webkit-transition: opacity 0.8s linear;
  57. opacity: 0.60;
  58. }
  59. img:hover{
  60. -webkit-transition: opacity 0.8s linear;
  61. opacity: 1;
  62. }
  63.  
  64. @font-face {
  65. font-family: beautiful every time;
  66. src: url('http://static.tumblr.com/nsunyax/Pm3lzwzye/beautifuleverytime.ttf');
  67. }
  68.  
  69.  
  70. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  71.  
  72. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  73.  
  74. .wrapper{
  75. margin: 0px auto;
  76. width: 717px;
  77. }
  78.  
  79. #tumblr_controls{
  80. position:fixed !important;
  81. top: 3px;
  82. right: 3px;
  83. }
  84.  
  85. body {
  86. padding: 0px;
  87. margin: 0px;
  88. background-color: {color:Background};
  89. background-image:url({image:Background});
  90. background-attachment: fixed;
  91. background-repeat: repeat;
  92. font-family: {font:text font};
  93. font-size: 12px;
  94. line-height:14px;
  95. color:{color:text};
  96. }
  97.  
  98. p {
  99. margin:0px;
  100. margin-top:0px;
  101. }
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:Link};
  105. text-decoration: none;
  106. -webkit-transition: color 0.5s ease-out;
  107. -moz-transition: color 0.5s ease-out;
  108. }
  109.  
  110. a:hover{
  111. color:{color:Hover};
  112. -webkit-transition: color 0.3s ease-out;
  113. -moz-transition: color 0.3s ease-out;
  114. }
  115.  
  116. .entry {
  117. overflow: hidden;
  118. position:relative;
  119. background-color: white;
  120. {block:PermalinkPage}
  121. width: 500px;
  122. float:left;
  123. padding: 6px;
  124. {/block:PermalinkPage}
  125. {block:IndexPage}
  126. padding: 6px;
  127. margin: 6px;
  128. float: left;
  129. width: 250px;
  130. {/block:IndexPage}
  131. }
  132.  
  133. #note {
  134. width: auto;
  135. height:13px;
  136. display: inline-block;
  137. margin-left: 29px;
  138. padding: 4px;
  139. background-color:#fff;
  140. color:#000;
  141. line-height:12px;
  142. font-size: 12px;
  143. border-bottom-left-radius: 10px;
  144. border-bottom-right-radius: 10px;
  145. font-family: {font:text font};
  146. -webkit-transition: 0.3s ease-out;
  147. -moz-transition: 0.3s ease-out;
  148. position:absolute;
  149. }
  150.  
  151. #note:hover{
  152. padding-top: 15px;
  153. -webkit-transition: 0.3s ease-out;
  154. -moz-transition: 0.3s ease-out;
  155. }
  156.  
  157. #reblog {
  158. width: auto;
  159. height:13px;
  160. display: block;
  161. display: inline-block;
  162. margin-left: 3px;
  163. padding: 4px;
  164. background-color:#fff;
  165. color:#000;
  166. line-height:12px;
  167. font-size: 12px;
  168. border-bottom-left-radius: 10px;
  169. border-bottom-right-radius: 10px;
  170. font-family: {font:text font};
  171. -webkit-transition: 0.3s ease-out;
  172. -moz-transition: 0.3s ease-out;
  173. position:absolute;
  174. }
  175.  
  176. #reblog:hover{
  177. padding-top: 15px;
  178. opacity: 3;
  179. -webkit-transition: 0.3s ease-out;
  180. -moz-transition: 0.3s ease-out;
  181. }
  182.  
  183. .entry .permalink{
  184. opacity: 0;
  185. margin-left: 5px;
  186. margin-top: 0px;
  187. position:absolute;
  188. -webkit-transition: all 0.4s linear;
  189. }
  190.  
  191. .entry:hover .permalink{
  192. overflow:visible;
  193. opacity: 3;
  194. -webkit-transition: all 0.4s linear;
  195. }
  196.  
  197.  
  198. #sidebar {
  199. position:relative;
  200. height: auto;
  201. width: 530px;
  202. margin-left: 86px;
  203. text-align: center;
  204. padding: 3px;
  205. margin-top: 0px;
  206. background:white;
  207. font-family: {font:text font};
  208. font-size: 12px;
  209. line-height:14px;
  210. color: {color:text};
  211. {block:PermalinkPage}
  212. width: 506px;
  213. margin-left: 100px;
  214. {/block:PermalinkPage}
  215. }
  216.  
  217. #posts {
  218. position:relative;
  219. margin-top: 6px;
  220. {block:IndexPage}
  221. width: 548px;
  222. margin-left: 80px;
  223. {/block:IndexPage}
  224. {block:PermalinkPage}
  225. width: 500px;
  226. margin-left: 100px;
  227. {/block:PermalinkPage}
  228. }
  229.  
  230. #postnotes{
  231. text-align: justify;}
  232.  
  233. #postnotes blockquote{
  234. border: 0px;}
  235.  
  236. #infscr-loading{
  237. bottom: -70px;
  238. position: absolute;
  239. left: 50%;
  240. margin-left:-8px;
  241. width:16px;
  242. height:11px;
  243. overflow:hidden;
  244. margin-bottom: 50px;
  245. }
  246.  
  247. .title{
  248. font-family: {font:title font};
  249. font-size: 15px;
  250. line-height:17px;
  251. color: {color:Title};
  252. font-weight: normal;
  253. padding:0px 0px 0px 0px;
  254. }
  255.  
  256. .blogtitle{
  257. font-family: beautiful every time;
  258. font-size: 35px;
  259. line-height:55px;
  260. color: {color:Blog Title};
  261. font-weight: 200;
  262. }
  263.  
  264. a img{border: 0px;}
  265.  
  266. blockquote{
  267. padding:2px 2px 2px 5px;
  268. margin:4px 4px 4px 7px;
  269. border-left: 4px solid #dddddd;
  270. }
  271.  
  272. .notes img{width:10px; position:relative; top:3px;}
  273. small{font-size: 90%;}
  274.  
  275. .caption img {
  276. max-width: 100%;
  277. }
  278.  
  279. {CustomCSS}
  280.  
  281.  
  282. </style>
  283.  
  284.  
  285. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  286. <script type="text/javascript">
  287. $(function(){
  288. $("#pageLink").click(function(){
  289. $("#titlePages").fadeToggle(500);
  290. });
  291. });
  292. </script>
  293.  
  294. {block:IndexPage}
  295. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  296. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  297. <script type="text/javascript">
  298. $(window).load(function () {
  299. var $content = $('#posts');
  300. $content.masonry({
  301. itemSelector: '.entry',
  302. isAnimated: true
  303. }),
  304. $content.infinitescroll({
  305. navSelector : '#pagination',
  306. nextSelector : '#pagination a#nextPage',
  307. itemSelector : '.entry',
  308. loading: {
  309. finishedMsg: '',
  310. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  311. },
  312. bufferPx : 200,
  313. debug : false,
  314. },
  315.  
  316. function( newElements ) {
  317. var $newElems = $( newElements );
  318. $newElems.hide();
  319. $newElems.imagesLoaded(function(){
  320. $content.masonry( 'appended',
  321. $newElems, true,
  322. function(){$newElems.fadeIn(300);}
  323. );
  324.  
  325.  
  326. });
  327. });
  328. });
  329. </script>
  330. {/block:IndexPage}
  331.  
  332. <title>{title}</title>
  333.  
  334. <link rel="shortcut icon" href="{Favicon}">
  335. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  336. <meta name="viewport" content="width=820" />
  337.  
  338. </head>
  339. <body>
  340.  
  341. <div style="position:fixed !important;right:3px;top:26px;"><a href="http://0-xum.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a></div>
  342.  
  343. <div class="wrapper">
  344.  
  345.  
  346. <div id="sidebar">
  347. {block:ifshowtitle}<a href="/"><span class="blogtitle">{Title}</span></a>{/block:ifshowtitle}<br>
  348. <p>{Description}
  349.  
  350. <br><br><select onchange='location=this.options[this.selectedIndex].value;' style='width:150px;'>
  351. <option>links</option>
  352. <option value="/">home</option>
  353. <option value="/ask">ask</option>
  354. {block:iflinkone}<option value="{text:link one}">{text:link one title}</a>
  355. {/block:iflinkone}
  356. {block:iflinktwo}<option value="{text:link two}">{text:link two title}</a>{/block:iflinktwo}
  357. {block:iflinkthree}<option value="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
  358. {block:iflinkfour}<option value="{text:link four}">{text:link four title}</a>{/block:iflinkfour}
  359. {block:iflinkfive}<option value="{text:link five}">{text:link five title}</a>{/block:iflinkfive}
  360. <option value="http://0-xum.tumblr.com/">theme</option></select>
  361. </div>
  362.  
  363. <div id="posts">
  364.  
  365. {block:Posts}
  366. <div class="entry">
  367.  
  368. {block:Text}
  369. {block:Title}<span class="title">{Title}</span>{/block:Title}
  370. <div class="caption"><span class="entrytext">{Body}</span></div>
  371. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  372. {/block:Text}
  373.  
  374. {block:Link}
  375. <a href="{URL}" class="title">{Name}</a>
  376. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  377. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  378. {block:Link}
  379.  
  380. {block:Photo}
  381. {block:IndexPage}
  382. <div class="permalink">
  383. <div id="note">
  384. <a href="{permalink}">{NoteCount}</a></div>
  385. <div id="reblog">
  386. <a href="{ReblogURL}" target="_blank"><big>▲</big></a></div></div>
  387. {/block:IndexPage}
  388. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  389. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  390. {/block:Photo}
  391.  
  392. {block:Photoset}
  393. <center>
  394. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  395. </center>
  396. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  397. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  398. {/block:Photoset}
  399.  
  400. {block:Quote}
  401. {Quote}</span>
  402. {block:Source}{Source}{/block:Source}
  403. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  404. {/block:Quote}
  405.  
  406. {block:Chat}
  407. {block:Title}<span class="title">{Title}</span>{/block:Title}
  408. <ul class="chat">
  409. {block:Lines}
  410. <li class="user_{UserNumber}">
  411. {block:Label}
  412. <span class="label">{Label}</span>
  413. {/block:Label}
  414.  
  415. {Line}
  416. </li>
  417. {/block:Lines}
  418. </ul>
  419. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  420. {/block:Chat}
  421.  
  422. {block:Audio}
  423. <div style="width:250px; height:28px;">{AudioPlayerBlack}</div>
  424. {block:IndexPage}
  425. <div class="caption">
  426. {caption}</div>{/block:IndexPage}
  427. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  428. {/block:Audio}
  429.  
  430. {block:Video}
  431. <center>
  432. {block:IndexPage}
  433. {Video-250}
  434. {/block:IndexPage}
  435. </center>
  436. {block:PermalinkPage}
  437. <center>{Video-500}</center>
  438. {/block:PermalinkPage}
  439. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  440. {block:Video}
  441.  
  442. {block:Answer}
  443. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  444. {Asker}: {Question}
  445. <div class="caption">
  446. {Answer}</div>
  447. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px;">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  448. {/block:Answer}
  449.  
  450. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  451.  
  452. {block:PermalinkPage}
  453. {block:Date}<center>
  454. {block:Caption}{Caption}{/block:Caption}
  455. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  456. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  457. {/block:Date}
  458.  
  459. {/block:PermalinkPage}
  460.  
  461. {block:PostNotes}{PostNotes}
  462. {/block:PostNotes}
  463. </div>
  464.  
  465.  
  466. {/block:Posts}
  467. </div>
  468. </div>
  469. {block:IndexPage}<br>
  470. {block:Pagination}
  471. <div id="pagination">
  472. {block:NextPage}
  473. <a id="nextPage" href="{NextPage}">next</a>
  474. {/block:NextPage}
  475. {block:PreviousPage}
  476. <a href="{PreviousPage}">back</a>
  477. {/block:PreviousPage}
  478. </div>
  479. {/block:Pagination}
  480. {/block:IndexPage}
  481. </div>
  482. </body>
  483. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement