Advertisement
konstantina

Zeenab Theme by perfectic

Dec 28th, 2012
25,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.07 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!---------------------------------
  5. __   __  _   __  __   __  ___    __
  6. |__| |__ |_| |__ |__  /     |  | /
  7. |    |__ | \ |   |__  \__   |  | \__
  8.  
  9. Zeenab Theme
  10.  
  11. personal: perfectic.tumblr.com
  12. themes: perfecticthemes.tumblr.com
  13.  
  14. please don't remove the credit.
  15. if you do, i'll report you.
  16.  
  17. ---------------------------------->
  18. <head>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <meta name="color:Background" content="#fafafa"/>
  24. <meta name="color:Text" content="#030303"/>
  25. <meta name="color:Links" content="#000"/>
  26. <meta name="color:Links Hover" content="#4e4c4c"/>
  27. <meta name="color:Blogtitle" content="#fff"/>
  28. <meta name="color:highlight color" content="#ffc9d3"/>
  29.  
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Sidebar Photo" content=""/>
  32.  
  33. <meta name="if:Links on Hover" content="1"/>
  34. <meta name="if:Sidebar Photo" content="0"/>
  35.  
  36. <meta name="text:Link One Title" content="link 1" />
  37. <meta name="text:Link One" content="" />
  38. <meta name="text:Link Two Title" content="link 2" />
  39. <meta name="text:Link Two" content="" />
  40. <meta name="text:Link Three Title" content="link 3" />
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content="link 4" />
  43. <meta name="text:Link Four" content="" />
  44. <meta name="text:Link Five Title" content="link 5" />
  45. <meta name="text:Link Five" content="" />
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  48.  
  49. <style type="text/css">
  50.  
  51. #tumblr_controls{
  52. position:fixed;
  53. -webkit-filter: invert(100%)
  54. }
  55.  
  56. .wrapper {
  57. margin: 0px auto;
  58. width: 100%;
  59. }
  60.  
  61. .header {
  62. float: center;
  63. width: 100%;
  64. }
  65.  
  66. body {
  67. position: relative;
  68. padding: 10px;
  69. margin: 0px;
  70. float: center;
  71. background-color: {color:Background};
  72. background-image:url({image:Background});
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. background-size:repeat;
  76. }
  77.  
  78. a:link, a:active, a:visited{
  79. color:{color:Links};
  80. text-decoration: none;
  81. -webkit-transition: color 0.4s ease-out;
  82. -moz-transition: color 0.4s ease-out;
  83. -webkit-transition: all 0.2s linear;
  84. -webkit-transition: all 0.2s linear;
  85. -moz-transition: all 0.2s linear;
  86. transition: all 0.2s linear;
  87. }
  88.  
  89. a:hover{
  90. color:{color:Links Hover};
  91. -webkit-transition: color 0.4s ease-out;
  92. -moz-transition: color 0.4s ease-out;
  93. -webkit-transition: all 0.2s linear;
  94. -webkit-transition: all 0.2s linear;
  95. -moz-transition: all 0.2s linear;
  96. transition: all 0.2s linear;
  97. }
  98.  
  99. #posts {
  100. float:left;
  101. top:0px;
  102. width:100%;
  103. margin-left:170px;
  104. }
  105.  
  106. #infscr-loading{
  107. bottom: -70px;
  108. position: absolute;
  109. left: 50%;
  110. margin-left:-8px;
  111. width:16px;
  112. height:11px;
  113. overflow:hidden;
  114. margin-bottom: 50px;
  115. }
  116.  
  117. .entry {
  118. width:230px;
  119. overflow: hidden;
  120. float: center;
  121. margin: 10px;
  122. padding: 10px;
  123. text-align: justify;
  124. font-family: 'ubuntu';
  125. font-size: 13px;
  126. line-height:13px;
  127. letter-spacing:0.5px;
  128. opacity:0.8;
  129. color:{color:Text};
  130. border:1px solid #ccc;
  131. -webkit-transition: all 0.8s ease-out;
  132. -moz-transition: all 0.8s ease-out;
  133. transition: all 0.8s ease-out;
  134. {block:PermalinkPage}
  135. margin-left:160px;
  136. width:400px;
  137. {/block:PermalinkPage}
  138. }
  139.  
  140. #sidebar {
  141. position:fixed;
  142. height: auto;
  143. width: 140px;
  144. margin-left:10px;
  145. margin-top:130px;
  146. z-index:100;
  147. text-align: right;
  148. padding: 8px;
  149. font-family:'ubuntu';
  150. font-size:14px;
  151. line-height:13px;
  152. color: {color:text};
  153. }
  154.  
  155. .entry:hover {
  156. border:1px solid #000;
  157. opacity:1;
  158. -webkit-transition: all 0.3s linear;
  159. -moz-transition: all 0.3s linear;
  160. transition: all 0.3s linear;
  161. }
  162.  
  163. .reblogbutton {
  164. position:absolute;
  165. height: auto;
  166. width: 220px;
  167. padding:5px;
  168. overflow: hidden;
  169. text-align: center;
  170. font-size: 10px;
  171. font-family:'century gothic';
  172. line-height: 15px;
  173. opacity: 0;
  174. background: white;
  175. filter: alpha(opacity = 0);
  176. -webkit-transition: all 0.3s linear;
  177. -moz-transition: all 0.3s linear;
  178. transition: all 0.3s linear;
  179. }
  180.  
  181. .entry:hover .reblogbutton {
  182. opacity: 0.9;
  183. top:30%;
  184. font-family:'century gothic';
  185. filter: alpha(opacity = 90);
  186. -webkit-transition: all 0.3s linear;
  187. -moz-transition: all 0.3s linear;
  188. transition: all 0.3s linear;
  189. }
  190.  
  191. .entry:hover .reblogbutton:hover{
  192. opacity:0.8;
  193. }
  194.  
  195. .title{
  196. font-family: 'ubuntu';
  197. font-size: 18px;
  198. line-height:13px;
  199. font-weight:400;
  200. color: {color:Text};
  201. }
  202.  
  203. .blogtitle{
  204. font-family: 'ubuntu';
  205. font-size: 16px;
  206. line-height: 22px;
  207. padding:7px;
  208. letter-spacing: 2px;
  209. font-weight: normal;
  210. text-transform:lowercase;
  211. color: {color:Blogtitle};
  212. background-color:{color:highlight color};
  213. }
  214.  
  215. #biter
  216.  
  217. #bite a {
  218. display:block
  219. }
  220.  
  221. #bite .death {
  222. margin-top:-45px;
  223. filter: alpha(opacity = 0);
  224. opacity:0;
  225. -webkit-transition: all 0.3s ease-out;
  226. -moz-transition: all 0.3s ease-out;
  227. transition: all 0.3s ease-out;
  228. }
  229.  
  230. #bite:hover .death {
  231. margin-top:0px;
  232. -webkit-transition: all 0.2s ease-out;
  233. -moz-transition: all 0.2s ease-out;
  234. transition: all 0.2s ease-out;
  235. filter: alpha(opacity = 100);
  236. filter: alpha(opacity = 100);opacity:100;
  237. }
  238.  
  239. {CustomCSS}
  240.  
  241. ::-webkit-scrollbar { width: 7px; height: 4px; }
  242. ::-webkit-scrollbar-button:start:decrement,
  243. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  244. ::-webkit-scrollbar-track-piece  { background: #fff; }
  245. ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
  246.  
  247. </style>
  248.  
  249. {block:IndexPage}
  250. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  251. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  252.  
  253. <script type="text/javascript">
  254. $(window).load(function () {
  255. var $content = $('#posts');
  256. $content.masonry({itemSelector: '.entry'}),
  257. $content.infinitescroll({
  258. navSelector : 'div#pagination',
  259. nextSelector : 'div#pagination a#nextPage',
  260. itemSelector : '.entry',
  261. loading: {
  262. finishedMsg: '',
  263. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  264. },
  265. bufferPx : 600,
  266. debug : false,
  267. },
  268. // call masonry as a callback.
  269. function( newElements ) {
  270. var $newElems = $( newElements );
  271. $newElems.hide();
  272. // ensure that images load before adding to masonry layout
  273. $newElems.imagesLoaded(function(){
  274. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  275.  
  276.  
  277. });
  278. });
  279. });
  280. </script>
  281.  
  282. {/block:IndexPage}
  283.  
  284. <title>{title}</title>
  285.  
  286. <link rel="shortcut icon" href="{Favicon}">
  287. <meta name="viewport" content="width=820" />
  288.  
  289. </head>
  290. <body>
  291.  
  292. <div id="bite">
  293. <div id="sidebar">
  294.  
  295. {block:ifNOTSidebarPhoto}
  296. <a href="/"><span class="blogtitle">{Title}</span></a>
  297. {/block:ifNOTSidebarPhoto}
  298. {block:ifSidebarPhoto}<a href="/"><img src="{image:Sidebar Photo}" width=145px; height:auto; ></a>{/block:ifSidebarPhoto}
  299. <p>{Description}</p>
  300.  
  301. {block:ifLinksonHover}
  302. <div class="death">
  303. <div align="right">
  304.  
  305. <a href="/">home</a><br>
  306. <a href="/ask">message</a> <br>
  307. {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a><br>{/block:ifLinkOne}
  308. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Link Two Title}</a><br>{/block:ifLinkTwo}
  309. {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a><br> {/block:ifLinkThree}
  310. {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a><br>{/block:ifLinkFour}
  311. {block:ifLinkFive} <a href="{text:Link Five}">{text:Link Five Title}</a><br>{/block:ifLinkFive}
  312. {block:HasPages} {block:Pages} <a href="{URL}">{Label}</a><br> {/block:Pages} {/block:HasPages}
  313. <a href="http://perfectic.tumblr.com/">theme</a></span>
  314. </div>
  315. </div>
  316.  
  317. </div>
  318. {/block:ifLinksonHover}
  319. {block:ifNOTLinksonHover}
  320.  
  321. <a href="/">home</a><br>
  322. <a href="/ask">message</a> <br>
  323. {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a><br>{/block:ifLinkOne}
  324. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Link Two Title}</a><br>{/block:ifLinkTwo}
  325. {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a><br> {/block:ifLinkThree}
  326. {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a><br>{/block:ifLinkFour}
  327. {block:ifLinkFive} <a href="{text:Link Five}">{text:Link Five Title}</a><br>{/block:ifLinkFive}
  328. {block:HasPages} {block:Pages}  <a href="{URL}">{Label}</a><br> {/block:Pages} {/block:HasPages}
  329. <a href="http://perfectic.tumblr.com/">theme</a></span>
  330.  
  331. {block:ifNOTLinksonHover}
  332.  
  333. </div>
  334.  
  335. <div id="posts">
  336.  
  337. {block:Posts}
  338.  
  339. <div class="entry">
  340.  
  341. {block:Text}
  342. <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>
  343. {block:IndexPage}
  344. <div style="text-transform:uppercase; text-align:right">
  345. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  346. {/block:IndexPage}
  347. {/block:text}
  348.  
  349. {block:Photo}
  350. {block:IndexPage}
  351. <div class="reblogbutton">
  352. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  353. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  354. {/block:IndexPage}
  355. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  356. {block:Caption}
  357. {Caption}
  358. {/block:Caption}    
  359. </center>{/block:PermalinkPage}
  360. {/block:Photo}
  361.  
  362. {block:Photoset}
  363. {block:IndexPage}
  364. <center>{Photoset-250}</center> <br>
  365. <div style="text-transform:uppercase; text-align:right">
  366. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. <center>{Photoset-400}</center> <br>
  370. {/block:PermalinkPage}
  371. {/block:Photoset}
  372.  
  373. {block:Link}
  374. <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  375. {block:IndexPage}
  376. <div style="text-transform:uppercase; text-align:right">
  377. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  378. {/block:IndexPage}
  379. {/block:link}
  380.  
  381. {block:Answer}
  382. <a href="{AskerUrl}"><img src="{AskerPortraitURL-30}" div style=" border-radius:200px;">  {Asker}: <b>{Question}</b>
  383. {Answer}
  384. {block:IndexPage}
  385. <div style="text-transform:uppercase; text-align:right">
  386. <a href="{permalink}">{notecountwithlabel}</a> </div>
  387. {/block:IndexPage}
  388. {/block:Answer}
  389.  
  390. {block:Quote}<span class="title">"{Quote}"</span><br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>{block:IndexPage}
  391. {/block:IndexPage}{/block:Quote}
  392.  
  393. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  394. {block:IndexPage}
  395. {/block:IndexPage}
  396. {/block:Chat}
  397.  
  398.  
  399. {Line}
  400. </li>
  401. {/block:Lines}
  402. </ul>
  403. {/block:Chat}
  404.  
  405.  
  406. {block:Audio}
  407. <center><div style="width:180px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  408. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}<br>
  409. {/block:IndexPage}
  410. {/block:Audio}
  411.  
  412. {block:Video}
  413. {block:IndexPage}
  414. {Video-250}</center>
  415. {/block:IndexPage}
  416. {block:PermalinkPage}
  417. <center>
  418. {Video-500}</center>
  419. {/block:PermalinkPage}
  420. {block:Video}
  421.  
  422. {block:PermalinkPage}
  423. <center>
  424. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  425.  
  426.  
  427. {/block:PermalinkPage}
  428.  
  429.  
  430. {block:PostNotes}{PostNotes}
  431. {/block:PostNotes}
  432. </div>
  433.  
  434. {/block:Posts}
  435. </div>
  436. </div>
  437. {block:IndexPage}
  438. {block:Pagination}
  439. <div id="pagination">
  440. {block:NextPage}
  441. <a id="nextPage" href="{NextPage}"></a>
  442. {/block:NextPage}
  443. {block:PreviousPage}
  444. <a href="{PreviousPage}"></a>
  445. {/block:PreviousPage}
  446. </div>
  447. {/block:Pagination}
  448. {/block:IndexPage}
  449. </div>
  450.  
  451.  
  452. </body>
  453.  
  454.  
  455. <div style="font-family:ubuntu; font-size: 14px; float: right; position: fixed; bottom: 1px; left: 5px; padding-right:5px; padding-left:5px; background-color:{color:highlight color};"><a href="http://perfectic.tumblr.com/">credit</a></div>
  456.  
  457. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement