Advertisement
itsally

♡♡♡ Vacancy Theme ♡♡♡

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