Advertisement
Gived

Gived theme #05

Jun 18th, 2013
2,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.37 KB | None | 0 0
  1. <!--
  2. theme #05 by gived dont remove :)
  3. ---->
  4.  
  5. <head>
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10.  
  11.  
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="image:background" content="">
  18. <meta name="color:text" content="#888"/>
  19. <meta name="color:link" content="#888"/>
  20. <meta name="color:hover" content="#000"/>
  21. <meta name="if:show blog title" content="1"/>
  22. <meta name="if:infinite scrolling" content="1"/>
  23. <meta name="if:fullbg" content="0" />
  24. <meta name="if:image fade" content="0" />
  25. <meta name="text:Link One Title" content="home" />
  26. <meta name="text:Link One" content="/" />
  27. <meta name="text:Link Two Title" content="ask" />
  28. <meta name="text:Link Two" content="/ask" />
  29. <meta name="text:Link Three Title" content="" />
  30. <meta name="text:Link Three" content="" />
  31. <meta name="text:Link Four Title" content="" />
  32. <meta name="text:Link Four" content="" />
  33. <meta name="text:Link Five Title" content="" />
  34. <meta name="text:Link Five" content="" />
  35. <meta name="text:Link Six Title" content="" />
  36. <meta name="text:Link Six" content="/" />
  37. <meta name="image:sidebar" content="0"/>
  38. <meta name="if:show sidebar photo" content="0"/>
  39.  
  40. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. #tumblr_controls{
  47. position:fixed !important;
  48. }
  49.  
  50. .wrapper{
  51. margin: 0px auto;
  52. width: 802px;
  53. }
  54.  
  55. .header{
  56. float: left;
  57. width: 100%;
  58. }
  59.  
  60. .left{
  61. float: left;
  62. margin-right: 20px;
  63. width: 802px;
  64. }
  65.  
  66. .right{
  67. float: right;
  68. width: 200px;
  69. background-color: {color:Background};
  70. }
  71. .caption img {
  72. width:100%;
  73. }
  74.  
  75.  
  76. body{
  77. margin:0px;
  78. background-color: {color:background};
  79. background-image: url({image:background});
  80. background-attachment: fixed;}
  81. body, div, p, textarea, submit, input{
  82. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  83. font-size: 9px;
  84. line-height: 10px;
  85. color:{color:text};
  86. {block:iffullbg}
  87. background-size: cover;
  88. {block:iffullbg}
  89. }
  90.  
  91. a:link, a:active, a:visited{
  92. color: {color:Link};
  93. text-decoration: none;
  94. -webkit-transition: color 0.4s ease-out;
  95. -moz-transition: color 0.4s ease-out;
  96. }
  97.  
  98. a:hover {
  99. color: {color:hover};
  100. -webkit-transition: all 0.4s linear;
  101. -webkit-transition: all 0.4s linear;
  102. -moz-transition: all 0.4s linear;
  103. transition: all 0.4s linear;
  104. }
  105.  
  106.  
  107.  
  108. #posts .entry img{
  109. max-width: 100%;
  110. }
  111.  
  112. #posts {
  113. width: 773px;
  114. margin:auto;
  115. margin-top:0px;
  116. float: left;
  117. background:white;
  118. padding:3px;
  119. padding-left:0px;
  120. {block:PermalinkPage}
  121. width:506px;
  122. margin-left:18%;
  123. {/block:PermalinkPage}
  124. }
  125.  
  126.  
  127. .entry {
  128. margin-left: 3px;
  129. margin-bottom:2px;
  130. padding: 2px;
  131. float:left;
  132. background-color: #fff;
  133. {block:IndexPage}
  134. width:250px;
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. width:500px;
  138. {/block:PermalinkPage}
  139. }
  140.  
  141. .entry img{
  142. {block:ifroundedcorners}
  143. border-radius:5px;
  144. {/block:ifroundedcorners}
  145. opacity:1;
  146. {block:ifimagefade}
  147. opacity:0.7;
  148. -webkit-transition-duration: 1s;
  149. {/block:ifimagefade}
  150. max-width:600px;
  151. {block:permalinkpage}
  152. max-width:400px;
  153. {/block:permalinkpage}
  154. }
  155.  
  156. {block:ifimagefade}
  157. .entry img:hover{
  158. opacity:1;
  159. -webkit-transition-duration: 1s;
  160. }
  161. {/block:ifimagefade}
  162.  
  163. .perma {
  164. color: #000000;
  165. padding-top: 0px;
  166. padding-bottom: 0px;
  167. font-size: 10px;
  168. text-align: center;
  169. text-transform:uppercase;
  170. opacity: 0;
  171. filter: alpha(opacity = 0);
  172. -webkit-transition: all ease-in 250ms;
  173. -moz-transition: all ease-in 250ms;
  174. -o-transition: all ease-in 250ms;
  175. -ms-transition: all ease-in 250ms;
  176. transition: all ease-in 250ms;
  177.  
  178. }
  179.  
  180. .entry:hover .perma {
  181. opacity: 1;
  182. filter: alpha(opacity = 100);
  183. -webkit-transition: all ease-in 250ms;
  184. -moz-transition: all ease-in 250ms;
  185. -o-transition: all ease-in 250ms;
  186. -ms-transition: all ease-in 250ms;
  187. transition: all ease-in 250ms;
  188. }
  189.  
  190.  
  191. .permalink a{
  192. color:#000;
  193. }
  194.  
  195. .entry .permalink{
  196. z-index:9999;
  197. color: #0000;
  198. margin-left: 0px;
  199. bottom: 0px;
  200. padding: 2px;
  201. line-height: 30px;
  202. width: 30px;
  203. height:30px;
  204. border-radius:50px;
  205. position: absolute;
  206. font-family: 'Trebuchet MS';
  207. font-size: 9px;
  208. text-align: center;
  209. overflow:hidden;
  210. opacity: 0.0;
  211. background: white;
  212. }
  213. .entry:hover .permalink{
  214. overflow:visible;
  215. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  216. -webkit-transition: all 0.2s linear;
  217. -moz-transition: all 0.2s linear;
  218. transition: all 0.2s linear;
  219. }
  220.  
  221. #credz{
  222. position:fixed !important;
  223. right:3px;
  224. top:26px;
  225. font-family: arial;
  226. font-size: 12px;
  227. line-height:12px;
  228. font-weight:bold;
  229. vertical-align: middle;
  230. overflow: hidden;
  231. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  232. background-repeat:repeat;
  233. border:1px solid rgba(0,0,0,0.1);
  234. padding:3px;
  235. -webkit-border-radius:2px;
  236. moz-border-radius:2px;
  237. -o-border-radius:2px;
  238. border-radius:2px;
  239. z-index: 100;}
  240.  
  241. #credz a{
  242. color: #fff;}
  243.  
  244.  
  245. .upp a{
  246. color: #fff;}
  247.  
  248. .upp{
  249. color: #fff;
  250. font-size: 12px;
  251. display: inline-block;}
  252.  
  253.  
  254.  
  255. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  256.  
  257.  
  258. @font-face{font-family: "pixel"; src: url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf');}
  259.  
  260. .ratch{
  261. font-family: pixel;
  262. font-size: 8px;
  263. text-align: right;
  264. z-index: 100;}
  265.  
  266.  
  267.  
  268.  
  269. div#sidebar{
  270. background-color: white;
  271. opacity: 0.9;
  272. text-align: center;
  273. margin-left: 0px;
  274. width: 773px;
  275. padding: 2px;
  276. {block:PermalinkPage}
  277. width:505px;
  278. margin: auto;
  279. {/block:PermalinkPage}
  280. }
  281.  
  282.  
  283. .title2{
  284. font-family: Special Elite;
  285. font-size: 40px;
  286. line-height: 50px;
  287. font-style: uppercase;
  288. }
  289.  
  290. .links{
  291. padding-top:3px;
  292. line-height: 8px;
  293. font-weight: bold;
  294. }
  295.  
  296.  
  297.  
  298. @font-face {font-family: "schmoop";src: url('http://static.tumblr.com/2zvjoo9/3CIm3kw4c/nayupixel.ttf');}
  299.  
  300.  
  301.  
  302.  
  303. #infscr-loading{
  304. bottom: -70px;
  305. position: absolute;
  306. left: 50%;
  307. margin-left:-8px;
  308. width:16px;
  309. height:11px;
  310. overflow:hidden;
  311. margin-bottom: 50px;
  312. }
  313.  
  314.  
  315. .entries {
  316. font-size: 20px;
  317. border-bottom:1px solid #c4c4c4;
  318. font-family: 'Trebuchet MS';
  319. color: #5a595c;
  320. font-weight: none;
  321. text-align: left;
  322. line-height: 14px;
  323. height: 14px;
  324. }
  325.  
  326.  
  327. .title{
  328. font-size: 19px;
  329. line-height: 10px;
  330. color: #000;
  331. letter-spacing: 0px;
  332. font-weight: normal;
  333. }
  334.  
  335.  
  336.  
  337.  
  338. {CustomCSS}
  339.  
  340. </style>
  341.  
  342. {block:ifsparklelinks}
  343. <style type="text/css">a:hover {background: url(http://media.tumblr.com/tumblr_m2himtTZZW1qef014.gif); }</style>
  344. </div>{/block:ifsparklelinks}
  345.  
  346. {block:IndexPage}
  347. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  348. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  349.  
  350. <script type="text/javascript">
  351. $(window).load(function () {
  352. var $content = $('#posts');
  353. $content.masonry({itemSelector: '.entry'}),
  354. $content.infinitescroll({
  355. navSelector : 'div#pagination',
  356. nextSelector : 'div#pagination a#nextPage',
  357. itemSelector : '.entry',
  358. loading: {
  359. finishedMsg: '',
  360. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  361. },
  362. bufferPx : 600,
  363. debug : false,
  364. },
  365. // call masonry as a callback.
  366. function( newElements ) {
  367. var $newElems = $( newElements );
  368. $newElems.hide();
  369. // ensure that images load before adding to masonry layout
  370. $newElems.imagesLoaded(function(){
  371. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  372. });
  373. });
  374. });
  375. </script>
  376.  
  377. {/block:IndexPage}
  378.  
  379.  
  380.  
  381. <title>{title}</title>
  382.  
  383. <link rel="shortcut icon" href="{Favicon}">
  384. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}">
  385. <meta name="viewport" content="width=820" />
  386.  
  387.  
  388.  
  389.  
  390. </head>
  391. <body>
  392. <div class="wrapper">
  393. <div class="header">
  394. </div>
  395.  
  396. <div id="credz">
  397. <a href="http://gived.tumblr.com/" target="_blank"><div class="upp"></div> Theme Credit</a>
  398. </div>
  399.  
  400.  
  401.  
  402. <div id="sidebar">
  403.  
  404. {block:ifshowblogtitle}
  405. <div class="title2">
  406. <a href="/">{title}</a></div>
  407. {/block:ifshowblogtitle}
  408.  
  409. {block:ifshowsidebarphoto}<a href="/"><img src="{image:sidebar}" width=773px></a><br>{/block:ifshowsidebarphoto}
  410.  
  411. {description}<br>
  412. <div class="links">
  413. {block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>&nbsp;|{/block:ifLinkOneTitle}
  414. {block:IfLinkTwoTitle}&nbsp&nbsp<a href="{text:Link Two}">{text:Link Two Title}</a>&nbsp;&nbsp;| {/block:ifLinkTwoTitle}
  415. {block:IfLinkThreeTitle}&nbsp&nbsp<a href="{text:Link Three}">{text:Link Three Title}</a>&nbsp;&nbsp;| {/block:ifLinkThreeTitle}
  416. {block:IfLinkFourTitle}&nbsp&nbsp<a href="{text:Link Four}">{text:Link Four Title}</a>&nbsp;&nbsp;| {/block:ifLinkFourTitle}
  417. {block:IfLinkFiveTitle}&nbsp&nbsp<a href="{text:Link Five}">{text:Link Five Title}</a>&nbsp;&nbsp;| {/block:ifLinkFiveTitle} {block:IfLinkSixTitle}&nbsp&nbsp<a href="{text:Link Six}">{text:Link Six Title}</a>&nbsp;&nbsp;|{/block:ifLinkSixTitle}{block:HasPages}{block:Pages}<a href="{URL}"><span>&nbsp;&nbsp;{Label}</span></a>&nbsp;&nbsp;|{/block:Pages}{/block:HasPages} <a href="http://gived.tumblr.com/">theme</a>
  418. </div>
  419.  
  420.  
  421.  
  422. </div>
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. <div class="left">
  432. <div id="posts">
  433. {block:Posts}
  434. <div class="entry">
  435. {block:ContentSource}
  436.  
  437. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  438.  
  439. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  440.  
  441. {/block:SourceLogo}
  442.  
  443. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--->
  444.  
  445. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  446.  
  447. {block:Text}
  448. {block:Title}<span class="title">{Title}</span>{/block:Title}
  449. <div class="caption"><span class="entrytext">{Body}</span></div>{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a>| <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}{/block:Text}
  450.  
  451. {block:Link}
  452. <a href="{URL}" class="title">{Name}</a><br>
  453. {block:Description}{Description}{/block:Description}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
  454. {block:Link}
  455.  
  456. {block:Photo}
  457. {block:IndexPage}<div class="permalink">
  458. <a href="{permalink}">{NoteCount}</a></span></div>{LinkOpenTag}<div class="photo"><a href="{reblogurl}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" {block:ifnot300pxpictures}width="252"{/block:ifnot300pxpictures}</a></div>{LinkCloseTag}{/block:IndexPage}
  459. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  460. {/block:Photo}
  461.  
  462.  
  463. {block:Photoset}{block:IndexPage}
  464. <center><{Photoset-250}</center>{/block:IndexPage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank">reblog</a>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  465.  
  466. {block:Quote}
  467. {Quote}</span>
  468. {block:Source}<strong>-{Source}</strong>{/block:Source}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
  469. {/block:Quote}
  470.  
  471. {block:Chat}
  472. {block:Title}<span class="title">{Title}</span>{/block:Title}
  473. <ul class="chat">
  474. {block:Lines}
  475. <li class="user_{UserNumber}">
  476. {block:Label}
  477. <span class="label">{Label}</span>
  478. {/block:Label}
  479.  
  480. {Line}
  481. </li>
  482. {/block:Lines}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
  483. {/block:Chat}
  484.  
  485.  
  486. {block:Audio}
  487. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerwhite}</div></div><br>{caption}</center>{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}{/block:Audio}
  488.  
  489. {block:Video}{block:IndexPage}<div class="permalink">
  490. <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  491.  
  492. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer} {block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:indexpage}{/block:Answer}
  493.  
  494. {block:PermalinkPage}
  495. <center>
  496. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  497.  
  498.  
  499.  
  500. {/block:PermalinkPage}
  501.  
  502.  
  503. {block:PostNotes}{PostNotes}
  504. {/block:PostNotes}
  505. </div>
  506.  
  507.  
  508. {/block:Posts}
  509. </div>
  510. </div>
  511. {block:IndexPage}
  512. {block:Pagination}
  513. <div id="pagination">
  514. {block:NextPage}
  515. <a id="nextPage" href="{NextPage}"></a>
  516. {/block:NextPage}
  517. {block:PreviousPage}
  518. <a href="{PreviousPage}"></a>
  519. {/block:PreviousPage}
  520. </div>
  521. {/block:Pagination}
  522. {/block:IndexPage}
  523. </div>
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement