Advertisement
Guest User

Untitled

a guest
Dec 10th, 2012
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.78 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" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Theme by themesforya
  6. Basecode by: Hussy-Glamour
  7. - DO NOT REMOVE CREDIT!
  8.  
  9. -->
  10.  
  11. <head> <!-- DEFAULT VARIABLES -->
  12.  
  13. <!-- CURSOR -->
  14. <style type="text/css">body, a, a:hover {cursor: url('{image:cursor}'), progress;}</style>
  15.  
  16.  
  17.  
  18. <META name="image:cursor" content="http://media.tumblr.com/tumblr_lpyq1ipTIe1qcn2vb.gif" />
  19. <META name="image:favicon" content="http://olhar-43.net/conteudo/minigifs/11/111.gif" />
  20. <META name="color:Ask Border" content="#F6EAF6">
  21. <META name="color:Scrollbar" content="#F6EAF6">
  22. <META name="image:Background" content="http://24.media.tumblr.com/tumblr_l9rsdk9nOG1qcdtsho1_400.png" />
  23. <META name="color:Background" content="">
  24. <META name="color:link" content="#898989">
  25. <META name="color:link hover" content="#fff">
  26. <META name="color:sidebar background" content="#fff">
  27.  
  28. <META name="image:Navi background" content="http://24.media.tumblr.com/tumblr_l9rsdk9nOG1qcdtsho1_400.png">
  29. <META name="color:navi hover background" content="#F6EAF6">
  30.  
  31. <META name="color:Reblog background" content="#F6EAF6">
  32. <META name="color:Reblog background 1" content="#ECEAF6">
  33. <META name="text:Link 1 Title" content="" />
  34. <META name="text:Link 1" content="" />
  35. <META name="text:Link 2 Title" content="" />
  36. <META name="text:Link 2" content="" />
  37. <META name="text:Link 3 Title" content="" />
  38. <META name="text:Link 3" content="" />
  39. <META name="text:Link 4 Title" content="" />
  40. <META name="text:Link 4" content="" />
  41. <META name="text:Link 5 Title" content="" />
  42. <META name="text:Link 5" content="" />
  43. <META name="text:Link 6 Title" content="" />
  44. <META name="text:Link 6" content="" />
  45. <META name="text:Link 7 Title" content="" />
  46. <META name="text:Link 7" content="" />
  47. <META name="text:Link 8 Title" content="" />
  48. <META name="text:Link 8" content="" />
  49. <META name="text:Link 9 Title" content="" />
  50. <META name="text:Link 9" content="" />
  51. <META name="text:Link 10 Title" content="" />
  52. <META name="text:Link 10" content="" />
  53. <META name="image:sidebar image" content="http://24.media.tumblr.com/tumblr_m4367obcLE1qhahtxo1_500.png" />
  54.  
  55.  
  56.  
  57. <title>{Title}</title>
  58. <!--favicon-->
  59. <link rel="shortcut icon" href="{image:favicon}">
  60.  
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63.  
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69. /*** COLOR SCROLL BAR ***/
  70. ::-webkit-scrollbar {width: 3px; height: 5px; background-color:#fff; }
  71.  
  72. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
  73.  
  74.  
  75.  
  76. #asker{
  77. margin-top:1px;
  78. padding:10px 10px 10px 10px;
  79. border-bottom: 1px dashed {color:Ask Border};
  80. }
  81.  
  82. #answer{
  83. margin-top:1px;
  84. padding:10px 10px 10px 10px;
  85.  
  86. }
  87.  
  88.  
  89. /*** THIS IS WHERE YOU CAHNGE THE BACKGROUND COLOR/ USE A BACKGROUND IMAGE ***/
  90. body{
  91. color:#898989;
  92. background-color:{color:Background};
  93. background-image:url({image:Background});
  94. background-postition:center;
  95. background-attachment: fixed;
  96. background-repeat: yes-repeat;
  97. font-family: "century gothic";
  98. font-size: 10px;
  99. letter-spacing: 0px;
  100. line-height: 11px;
  101. text-align:justify;
  102. }
  103.  
  104.  
  105.  
  106.  
  107. /*** COLOR OF THE LINK ***/
  108. a:link, a:active, a:visited{
  109. color:{color:link};
  110. text-decoration:none;
  111. }
  112.  
  113.  
  114.  
  115. /*** COLOR OF THE LINK, WHEN YOU HOVER IT ***/
  116. a:hover {
  117. color:{color:link hover};
  118. text-decoration: none;
  119. }
  120.  
  121.  
  122. /*** HEADER ***/
  123. h2{
  124. color: #000;
  125. font-family: "century gothic";
  126. font-size:13px;
  127. line-height:12px;
  128. letter-spacing:1px;
  129. font-weight:normal;
  130. margin:0px;
  131. padding:0px;
  132. margin-bottom:-0px;
  133. text-align:center;
  134. }
  135.  
  136.  
  137.  
  138. #bottominfo{
  139. border-top:1px solid #ffffff;
  140. padding:2px 0px 0px 0px;
  141. display:block;
  142. margin-top:330px;
  143. }
  144.  
  145. #info{
  146. float:left;
  147. width:490px;
  148. padding:3px;
  149. margin:5px;
  150. margin-right:23px;
  151. background-color: ;
  152. border: 1px solid #;
  153. }
  154.  
  155. .pagination {
  156. display: none;
  157. }
  158.  
  159.  
  160. /**SIDEBAR**/
  161.  
  162. #sidebar8{
  163. position:fixed !important;
  164. margin-top:310px;
  165. margin-left:32px;
  166. text-align:center;
  167. height:auto;
  168. width:300px;
  169. z-index:999;
  170. padding-left:4px;
  171. padding-top:2px;
  172. padding-bottom:2px;
  173. padding-right:2px;
  174. background-color:{color:sidebar background};
  175. }
  176.  
  177. #sidebar6{
  178. position:fixed !important;
  179. margin-top:100px;
  180. margin-left:32px;
  181. text-align:center;
  182. height:135px;
  183. width:300px;
  184. background-color:{color:sidebar background};
  185. z-index:999;
  186. padding-left:3px;
  187. padding-top:15px;
  188. padding-bottom:3px;
  189. padding-right:3px;
  190. opacity:0.6;
  191. }
  192.  
  193. #sidebar7{
  194. position:fixed !important;
  195. margin-top:100px;
  196. margin-left:32px;
  197. text-align:center;
  198. height:200px;
  199. width:300px;
  200. background-color:{color:sidebar background};
  201. z-index:999;
  202. padding-left:3px;
  203. padding-top:3px;
  204. padding-bottom:3px;
  205. padding-right:3px;
  206. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  207. transition: 0.5s;
  208. }
  209. #sidebar7:hover{
  210. margin-top:245px;
  211. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  212. transition: 0.5s;
  213. }
  214.  
  215.  
  216.  
  217. /**END OF SIDEBAR**/
  218.  
  219.  
  220. /*** POSTS ***/
  221. #center{
  222. -moz-box-shadow: 0 0 0px {color:shadow};
  223. -webkit-box-shadow: 0 0 0px {color:shadow};
  224. width:656px;
  225. margin-left:400px;
  226. height:auto;
  227. {block:PermalinkPage}
  228. width:526px;
  229. {/block:PermalinkPage}
  230. position:absolute;
  231. margin-top:53px;
  232. padding-right:5px;
  233. padding-left: 5px;
  234. background-color: ;
  235. }
  236.  
  237.  
  238.  
  239.  
  240.  
  241. #question{
  242. border-bottom:1px solid #ffffff;
  243. overflow:SHOW;
  244. padding-bottom:3px;
  245. margin-bottom:3px;}
  246.  
  247.  
  248.  
  249.  
  250.  
  251. #entry {
  252. border:0px solid; border-color:{color:Border};
  253. background-image: url();
  254. background-color:#fff;
  255. float:left;
  256. {block:IndexPage}
  257. width: 300px;
  258. {/block:IndexPage}
  259. {block:PermalinkPage}
  260. width:500px;
  261. font color: #000;
  262. {/block:PermalinkPage}
  263. height: auto;
  264. overflow:hidden;
  265. margin:0px;
  266. margin-top:6px;
  267. margin-left:3px;
  268. padding-top:5px;
  269. padding-bottom:5px;
  270. padding-left:5px;
  271. padding-right:5px;
  272. }
  273.  
  274.  
  275.  
  276. .hoverrebperma{
  277. color:#fff;
  278. opacity:0;
  279. font-size: 11px;
  280. text-align: center;
  281. width: 140px;
  282. height: 18px;
  283. background-color: {color:Reblog background};
  284. border: 0px solid #000;
  285. display: inline-block;
  286. margin-top:0px;
  287. margin-left:-100px;
  288. padding-top:5px;
  289. padding-left:5px;padding-right:5px;
  290. position:absolute;
  291. -webkit-transform: rotate(0deg);
  292. -moz-transform: rotate(0deg);
  293. -ms-transform: rotate(0deg);
  294. -o-transform: rotate(0deg);
  295. transform: rotate(0deg);
  296. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  297. transition: 0.5s;
  298.  
  299. }
  300.  
  301.  
  302. .hoverrebreblog{
  303. color:#fff;
  304. opacity:0;
  305. font-size: 11px;
  306. text-align: center;
  307. width: 140px;
  308. height: 18px;
  309. background-color:{color:Reblog background 1};
  310. border: 0px solid #000;
  311. display: inline-block;
  312. margin-top:0px;
  313. margin-left:300px;
  314. padding-top:5px;
  315. padding-left:5px;padding-right:5px;
  316. position:absolute;
  317. -webkit-transform: rotate(0deg);
  318. -moz-transform: rotate(0deg);
  319. -ms-transform: rotate(0deg);
  320. -o-transform: rotate(0deg);
  321. transform: rotate(0deg);
  322. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  323. transition: 0.5s;
  324.  
  325. }
  326.  
  327.  
  328. #entry:hover .hoverrebperma{opacity: 1; margin-left:0px;margin-top:0px;}
  329. #entry:hover .hoverrebperma:hover {opacity: 1; margin-left:0px;margin-top:0px;}
  330. #entry:hover .hoverrebreblog{opacity: 1; margin-left:150px;margin-top:0px;}
  331. #entry:hover .hoverrebreblog:hover {opacity: 1; margin-left:150px;margin-top:0px;}
  332.  
  333.  
  334. <style type="text/css">{CustomCSS]</style>
  335.  
  336.  
  337. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  338. </script>
  339. <script type="text/javascript">
  340. $(document).ready(function(){
  341. $(".links_body").hide();
  342. $(".links_head").mouseover(function(){
  343. $(this).next(".links_body").slideToggle('normal');
  344. }); }); </script>
  345. <style type="text/css">
  346. .links_list {
  347. padding: 0px;
  348. width: 230px;
  349. }
  350.  
  351. .links_head {
  352. position: relative;
  353. text-align: center;
  354. letter-spacing: 1px;
  355. width:290px;
  356. padding:4px;
  357. font-size:10px;
  358. font-family:"century gothic";
  359. margin:4px 0 4px 0;
  360. background-image:url({image:Navi background});
  361. }
  362.  
  363. .links_body {
  364. padding:2px 1px 2px 1px;
  365. width:296px;
  366. background:#fff;
  367. }
  368.  
  369. .links_body a{
  370. display: block;
  371. text-transform:uppercase;
  372. font-size:9px;
  373. letter-spacing:1px;
  374. padding: 0px 10px 0 10px;
  375. margin: 2px;
  376. text-align: center;
  377. -webkit-transition: all 0.8s ease;
  378. -moz-transition: all 0.8s ease;
  379. transition: all 0.8s ease;
  380. -o-transition-duration: all 0.8s ease;
  381. color: #999;
  382. background: ;
  383. }
  384.  
  385. .links_body a:hover{
  386. padding-right:7px;
  387. -webkit-transition: all 0.8s ease;
  388. -moz-transition: all 0.8s ease;
  389. transition: all 0.8s ease;
  390. -o-transition-duration: all 0.8s ease;
  391. color: #898989;
  392. background: {color:navi hover background};
  393. }
  394.  
  395. </style>
  396.  
  397.  
  398. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  399.  
  400. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  401.  
  402. <script>
  403. $(function(){
  404. var $container = $('#center');
  405. $container.imagesLoaded(function(){
  406. $container.masonry({
  407. itemSelector: '#entry',
  408. });
  409. });
  410. $container.infinitescroll({
  411. itemSelector : "#entry",
  412. navSelector : "div.pagination",
  413. nextSelector : ".pagination a#next",
  414. loadingImg : "",
  415. loadingText : "<em></em>",
  416. bufferPx : 10000,
  417. extraScrollPx: 12000,
  418. },
  419. // trigger Masonry as a callback
  420. function( newElements ) {
  421. var $newElems = $( newElements ).css({ opacity: 0 });
  422. // ensure that images load before adding to masonry layout
  423. $newElems.imagesLoaded(function(){
  424. $newElems.animate({ opacity: 1 });
  425. $container.masonry( 'appended', $newElems, true );
  426. });
  427. }
  428. );
  429. });
  430. </script>
  431.  
  432. </head>
  433.  
  434.  
  435. <body>
  436.  
  437.  
  438. <div class="pagination">
  439. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next"></a>{/block:NextPage}{/block:Pagination}
  440. </div>
  441.  
  442. <div id="sidebar8">
  443.  
  444. <div class="links_list">
  445. <p class="links_head">{Title}</p>
  446. <div class="links_body">
  447. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  448. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  449. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  450. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  451. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  452. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  453. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
  454. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}
  455. {block:ifLink9}<a href="{text:Link 9}">{text:Link 9 Title}</a>{/block:ifLink9}
  456. {block:ifLink10}<a href="{text:Link 10}">{text:Link 10 Title}</a>{/block:ifLink10}
  457. <a href="http://themesforya.tumblr.com/">Credit</a>
  458. </div></div>
  459.  
  460.  
  461. </div>
  462.  
  463.  
  464.  
  465. <div id="sidebar6">
  466.  
  467. {description}
  468.  
  469. </div>
  470. <div id="sidebar7">
  471.  
  472. <img src="{image:sidebar image}" width="300px" height="200px;">
  473.  
  474. </div>
  475.  
  476.  
  477. {/block:Pagination}
  478.  
  479. <div id="center">
  480. <div class = "autopagerize_page_element" >
  481. {block:Posts}<div id="entry">
  482. {block:IndexPage}
  483.  
  484.  
  485. <div class="hoverrebperma"><center> <a href="{permalink}" target="_blank">{NoteCount} </center></div>
  486. <div class="hoverrebreblog"><center> <a href="{ReblogURL}" target="_blank">Reblog</center></div>
  487. {/block:IndexPage}
  488.  
  489. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title} {/block:Text}{block:Chat}{block:Title}{Title}{/block:Title} {/block:Chat}{block:Link}{/block:Link}{block:Quote}<h2>"{Quote}"</h2>{/block:Quote}{block:Photo}{/block:Photo}{block:Photoset}{/block:Photoset}{block:Video}{/block:Video}{block:Audio}{/block:Audio}{block:Answer}{/block:Answer}
  490. {block:Text}{Body}{/block:Text}
  491.  
  492. {block:Photo}<center>{block:IndexPage}<img src="{PhotoURL-500}" width="300px" alt="{PhotoAlt}"/></a>
  493. {/block:IndexPage}
  494.  
  495. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" height="320px"/>
  496.  
  497.  
  498. {LinkCloseTag}{/block:PermalinkPage}</center>{/block:Photo}
  499. {block:Photoset}<center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  500. {block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}
  501. {block:Link}<a href="{URL}" class="links2" {Target}><h2>{Name}</h2></a><BR>{block:Description}<h2>{Description}</h2>{/block:Description}{/block:Link}
  502. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  503. {block:Video}<center>{block:IndexPage}<div id="video">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{/block:Video}
  504. {block:Audio}<span class="audio">{AudioPlayergrey}</span>{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:Audio}
  505. {block:Answer}<div id="asker">{Asker} Asked: <br><br>{Question}</div><div id="answer">I answered: {Answer}</div>{/block:Answer}</div>
  506. {block:PermalinkPage}{block:Date}<div id="info">{block:Caption}{Caption}{/block:Caption}
  507.  
  508.  
  509. <div id="bottominfo">
  510. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month}&middot;{DayofMonth}&middot;{NoteCount} Notes{/block:Date}&hearts; {block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  511.  
  512.  
  513. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  514. </div></div> {/block:Date}{/block:PermalinkPage}
  515. {/block:Posts}
  516. </div>
  517. {block:PostNotes}{PostNotes}{/block:PostNotes}
  518. <p id="footer">
  519.  
  520.  
  521. </div>
  522.  
  523. </body>
  524.  
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement