Advertisement
Guest User

Untitled

a guest
Mar 16th, 2013
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6. Theme by themesforya
  7. Basecode by: Hussy-Glamour
  8. - DO NOT REMOVE CREDIT!
  9.  
  10. -->
  11.  
  12. <head> <!-- DEFAULT VARIABLES -->
  13.  
  14.  
  15. <!-- CURSOR -->
  16. <style type="text/css">body, a, a:hover {cursor: url('{image:cursor}'), progress;}</style>
  17.  
  18.  
  19.  
  20. <META name="image:cursor" content="http://media.tumblr.com/tumblr_lpyq1pzk3L1qcn2vb.gif " />
  21. <META name="image:favicon" content="http://olhar-43.net/conteudo/minigifs/11/111.gif" />
  22. <META name="color:Ask Border" content="#EEE0E5">
  23. <META name="color:Scrollbar" content="#EEE0E5">
  24. <META name="image:Background" content="" />
  25. <META name="color:Background" content="#EEE0E5">
  26. <META name="color:link" content="#898989">
  27. <META name="color:link hover" content="#fff">
  28. <META name="color:image background" content="#EEE0E5">
  29. <META name="color:image border" content="#fff">
  30. <META name="color:description border" content="#EEE0E5">
  31. <META name="image:header background" content="http://i47.tinypic.com/dgph1g.png">
  32. <META name="color:navi background" content="#fff">
  33. <META name="color:navi hover background" content="#EEE0E5">
  34. <META name="color:Reblog background" content="#F6EAF6">
  35. <META name="color:Reblog background 1" content="#ECEAF6">
  36. <META name="text:Link 1 Title" content="" />
  37. <META name="text:Link 1" content="" />
  38. <META name="text:Link 2 Title" content="" />
  39. <META name="text:Link 2" content="" />
  40. <META name="text:Link 3 Title" content="" />
  41. <META name="text:Link 3" content="" />
  42. <META name="text:Link 4 Title" content="" />
  43. <META name="text:Link 4" content="" />
  44. <META name="text:Link 5 Title" content="" />
  45. <META name="text:Link 5" content="" />
  46. <META name="text:Link 6 Title" content="" />
  47. <META name="text:Link 6" content="" />
  48. <META name="text:Link 7 Title" content="" />
  49. <META name="text:Link 7" content="" />
  50. <META name="text:Link 8 Title" content="" />
  51. <META name="text:Link 8" content="" />
  52. <META name="text:Link 9 Title" content="" />
  53. <META name="text:Link 9" content="" />
  54. <META name="text:Link 10 Title" content="" />
  55. <META name="text:Link 10" content="" />
  56. <META name="image:header image" content="http://24.media.tumblr.com/tumblr_mcd5rcagyY1ryl1jdo1_500.png" />
  57. <META name="image:header image 1" content="http://24.media.tumblr.com/tumblr_mchhgq404q1r8ju0co1_500.png" />
  58. <META name="image:header image 2" content="http://25.media.tumblr.com/tumblr_mar4na5JIl1qd8q7fo1_500.jpg" />
  59.  
  60. <title>{Title}</title>
  61. <!--favicon-->
  62. <link rel="shortcut icon" href="{image:favicon}">
  63.  
  64. <link rel="stylesheet" href="http://static.tumblr.com/xajwmek/q24lwd43e/tumblrcontrols_ritamafalda.css" media="screen"/>
  65.  
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. /***NAVIGATION BUTTON***/
  71. div.navigate a{
  72. color: #484848; display:block; width: 80px; height: 15px; text-align: center; padding-left:2px;padding-right:2px;padding-top:5px; padding-bottom:2px;margin-left:0px; margin-top:5px; position:relative; text-align: center; z-index:1;display: inline-block;font-size:9px; font-family:century gothic;text-transform:uppercase;background-color:{color:navi background};border:1px solid {color:navi background};opacity:0.5;
  73. }
  74.  
  75. div.navigate a:hover{
  76. background-color:{navi hover background};
  77. }
  78.  
  79. /*** COLOR SCROLL BAR ***/
  80. ::-webkit-scrollbar {width: 3px; height: 5px; background-color:#fff;}
  81.  
  82. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
  83.  
  84.  
  85.  
  86. #asker{
  87. margin-top:1px;
  88. padding:10px 10px 10px 10px;
  89. border-bottom: 1px dashed {color:Ask Border};
  90. }
  91.  
  92. #answer{
  93. margin-top:1px;
  94. padding:10px 10px 10px 10px;
  95.  
  96. }
  97.  
  98.  
  99. /*** THIS IS WHERE YOU CAHNGE THE BACKGROUND COLOR/ USE A BACKGROUND IMAGE ***/
  100. body{
  101. color:#898989;
  102. background-color:{color:Background};
  103. background-image:url({image:Background});
  104. background-postition:center;
  105. background-attachment: fixed;
  106. background-repeat: yes-repeat;
  107. font-family: "century gothic";
  108. font-size: 10px;
  109. letter-spacing: 0px;
  110. line-height: 11px;
  111. text-align:justify;
  112. }
  113.  
  114.  
  115.  
  116.  
  117. /*** COLOR OF THE LINK ***/
  118. a:link, a:active, a:visited{
  119. color:{color:link};
  120. text-decoration:none;
  121. }
  122.  
  123.  
  124.  
  125. /*** COLOR OF THE LINK, WHEN YOU HOVER IT ***/
  126. a:hover {
  127. color:{color:link hover};
  128. text-decoration: none;
  129. }
  130.  
  131.  
  132. /*** HEADER ***/
  133. h2{
  134. color: #EEE0E5;
  135. font-family: "segoe script";
  136. font-size:18px;
  137. line-height:15px;
  138. letter-spacing:1px;
  139. font-weight:normal;
  140. margin:0px;
  141. padding:0px;
  142. margin-bottom:-0px;
  143. text-align:center;
  144. }
  145.  
  146.  
  147. .permalinktext {
  148. display: block;
  149. padding: 2px;
  150. margin: 3px 0px 0px 0px;
  151. font-family: justify;
  152.  
  153. letter-spacing: 0px;
  154. font-size: 10px;
  155. color: #424242;
  156. line-height: 10px;
  157. text-align: center;
  158. text-decoration: none;
  159. -webkit-transition: color 0.5s ease-out;
  160. -moz-transition: color 0.5s ease-out;
  161. border-top: 0px solid #CD8697;
  162. }
  163.  
  164.  
  165. #postnotes{
  166. text-align: left;
  167. }
  168.  
  169. #postnotes blockquote{
  170. border: 0px;
  171. }
  172.  
  173.  
  174. .pagination {
  175. display: none;
  176. }
  177.  
  178.  
  179. blockquote{
  180. padding:0px 0px 2px 3px;
  181. margin:0px 0px 2px 1px;
  182. }
  183.  
  184. /**SIDEBAR**/
  185.  
  186.  
  187. .design{
  188. width:160px; height:auto; background-color:{color:image background};
  189. padding-top:3px; padding-left:3px; padding-bottom:3px;padding-right:3px;
  190. -webkit-transform: rotate(-7deg);-moz-transform: rotate(-7deg);-ms-transform: rotate(-7deg);-o-transform: rotate(-7deg);transform: rotate(-7deg);border: 1px solid {color:image border};}
  191.  
  192. .design1{
  193. width:160px; margin-left:170px; margin-top:-120px;height:auto; background-color:{color:image background};
  194. padding-top:3px; padding-left:3px; padding-bottom:3px;padding-right:3px;
  195. -webkit-transform: rotate(4deg);-moz-transform: rotate(4deg);-ms-transform: rotate(4deg);-o-transform: rotate(4deg);transform: rotate(4deg);border: 1px solid {color:image border};}
  196. .design2{
  197. width:160px; margin-left:340px; margin-top:-110px; height:auto; background-color:{color:image background};
  198. padding-top:3px; padding-left:3px; padding-bottom:3px;padding-right:3px;
  199. -webkit-transform: rotate(-8deg);-moz-transform: rotate(-8deg);-ms-transform: rotate(-8deg);-o-transform: rotate(-8deg);transform: rotate(-8deg);border: 1px solid {color:image border};}
  200.  
  201.  
  202. #sidebar6{
  203. position:fixed !important;
  204. margin-top:-130px;
  205. margin-left:750px;
  206. text-align:center;
  207. height:110px;
  208. width:360px;
  209. background-color:#fff;
  210. z-index:999;
  211. padding-left:3px;
  212. padding-top:3px;
  213. padding-bottom:3px;
  214. padding-right:3px;
  215. -moz-border-radius: 10px;
  216. border-radius: 10px;
  217. opacity:0.8;
  218. border: 1px solid {color:description border};
  219. }
  220.  
  221. #sidebar7{
  222. position:fixed !important;
  223. margin-top:-140px;
  224. margin-left:-10px;
  225. text-align:center;
  226. height:110px;
  227. width:1400px;
  228. background-image: url({image:header background});
  229. z-index:999;
  230. padding-left:13px;
  231. padding-top:20px;
  232. padding-bottom:3px;
  233. padding-right:3px;
  234. opacity:1;
  235. border-bottom: 3px solid #fff;}
  236.  
  237. #sidebar8{
  238. position:fixed !important;
  239. margin-top:-35px;
  240. margin-left:1118px;
  241. text-align:center;
  242. z-index:999;
  243. }
  244.  
  245.  
  246. #sidebar9{
  247. position:fixed !important;
  248. margin-top:-120px;
  249. margin-left:690px;
  250. text-align:center;
  251. z-index:999;
  252. }
  253.  
  254. #sidebar10{
  255. position:fixed !important;
  256. margin-top:20px;
  257. margin-left:10px;
  258. width:100px;
  259. text-align:center;
  260. z-index:999;
  261. border-right: 2px dotted #fff;
  262. }
  263.  
  264. #sidebar11{
  265. position:fixed !important;
  266. margin-top:-100px;
  267. margin-left:510px;
  268. width:200px;
  269. text-align:center;
  270. z-index:999;
  271. }
  272.  
  273.  
  274.  
  275. /**END OF SIDEBAR**/
  276.  
  277.  
  278. /*** POSTS ***/
  279. #center{
  280. -moz-box-shadow: 0 0 0px {color:shadow};
  281. -webkit-box-shadow: 0 0 0px {color:shadow};
  282. width:1100px;
  283. margin-left:130px;
  284. height:auto;
  285. {block:PermalinkPage}
  286. width:526px;
  287. {/block:PermalinkPage}
  288. position:absolute;
  289. margin-top:133px;
  290. padding-right:5px;
  291. padding-left: 5px;
  292. background-color: ;
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299. #question{
  300. border-bottom:1px solid #ffffff;
  301. overflow:SHOW;
  302. padding-bottom:3px;
  303. margin-bottom:3px;}
  304.  
  305.  
  306.  
  307.  
  308. #permapage{
  309. font-family: georgia;
  310. font-size: 8px;
  311. line-height: 8px;
  312. text-align: center;
  313. padding-bottom:10px;
  314. z-index:9999;}
  315.  
  316.  
  317.  
  318. #entry {
  319. background-image: url();
  320. background-color:#fff;
  321. float:left;
  322. {block:IndexPage}
  323. width: 300px;
  324. {/block:IndexPage}
  325. {block:PermalinkPage}
  326. width:500px;
  327. font color: #000;
  328. {/block:PermalinkPage}
  329. height: auto;
  330. overflow:hidden;
  331. margin:0px;
  332. margin-top:10px;
  333. margin-left:10px;
  334. padding-top:5px;
  335. padding-bottom:5px;
  336. padding-left:5px;
  337. padding-right:5px;
  338. }
  339.  
  340.  
  341.  
  342. .hoverrebperma{
  343. color:#fff;
  344. opacity:0;
  345. font-size: 11px;
  346. text-align: center;
  347. width: 140px;
  348. height: 18px;
  349. background-color: {color:Reblog background};
  350. border: 0px solid #000;
  351. display: inline-block;
  352. margin-top:0px;
  353. margin-left:-100px;
  354. padding-top:5px;
  355. padding-left:5px;padding-right:5px;
  356. position:absolute;
  357. -webkit-transform: rotate(0deg);
  358. -moz-transform: rotate(0deg);
  359. -ms-transform: rotate(0deg);
  360. -o-transform: rotate(0deg);
  361. transform: rotate(0deg);
  362. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  363. transition: 0.5s;
  364.  
  365. }
  366.  
  367.  
  368. .hoverrebreblog{
  369. color:#fff;
  370. opacity:0;
  371. font-size: 11px;
  372. text-align: center;
  373. width: 140px;
  374. height: 18px;
  375. background-color:{color:Reblog background 1};
  376. border: 0px solid #000;
  377. display: inline-block;
  378. margin-top:0px;
  379. margin-left:300px;
  380. padding-top:5px;
  381. padding-left:5px;padding-right:5px;
  382. position:absolute;
  383. -webkit-transform: rotate(0deg);
  384. -moz-transform: rotate(0deg);
  385. -ms-transform: rotate(0deg);
  386. -o-transform: rotate(0deg);
  387. transform: rotate(0deg);
  388. -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s;
  389. transition: 0.5s;
  390.  
  391. }
  392.  
  393.  
  394. #entry:hover .hoverrebperma{opacity: 1; margin-left:0px;margin-top:0px;}
  395. #entry:hover .hoverrebperma:hover {opacity: 1; margin-left:0px;margin-top:0px;}
  396. #entry:hover .hoverrebreblog{opacity: 1; margin-left:150px;margin-top:0px;}
  397. #entry:hover .hoverrebreblog:hover {opacity: 1; margin-left:150px;margin-top:0px;}
  398.  
  399.  
  400. <style type="text/css">{CustomCSS]</style>
  401.  
  402.  
  403. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  404.  
  405. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  406.  
  407. <script>
  408. $(function(){
  409. var $container = $('#center');
  410. $container.imagesLoaded(function(){
  411. $container.masonry({
  412. itemSelector: '#entry',
  413. });
  414. });
  415. $container.infinitescroll({
  416. itemSelector : "#entry",
  417. navSelector : "div.pagination",
  418. nextSelector : ".pagination a#next",
  419. loadingImg : "",
  420. loadingText : "<em></em>",
  421. bufferPx : 10000,
  422. extraScrollPx: 12000,
  423. },
  424. // trigger Masonry as a callback
  425. function( newElements ) {
  426. var $newElems = $( newElements ).css({ opacity: 0 });
  427. // ensure that images load before adding to masonry layout
  428. $newElems.imagesLoaded(function(){
  429. $newElems.animate({ opacity: 1 });
  430. $container.masonry( 'appended', $newElems, true );
  431. });
  432. }
  433. );
  434. });
  435. </script>
  436.  
  437. </head>
  438.  
  439.  
  440. <body>
  441.  
  442.  
  443. <div class="pagination">
  444. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next"></a>{/block:NextPage}{/block:Pagination}
  445. </div>
  446.  
  447. <div id="sidebar8">
  448.  
  449.  
  450.  
  451. </div>
  452.  
  453.  
  454.  
  455.  
  456. <div id="sidebar7">
  457. <div class="design">
  458. <img src="{image:header image}" width="160px">
  459. </div>
  460. <div class="design1">
  461. <img src="{image:header image 1}" width="160px" >
  462. </div>
  463. <div class="design2">
  464. <img src="{image:header image 2}" width="160px" >
  465. </div>
  466. <div id="sidebar8">
  467. <img src="http://media.tumblr.com/tumblr_lxki7yX8UV1qe5v0r.png" width="60px"></div>
  468. <div id="sidebar9">
  469. <img src="http://static.tumblr.com/glyeuhm/HOHm9mk4i/tumblr_lxki7yx8uv1qe5v0r.png" width="60px"></div>
  470.  
  471. <div id="sidebar11">
  472.  
  473. <font color=#67ABFF>Losing him was blue like Iā€™d never known</font><br>
  474. <font color=#818384>Missing him was dark grey all alone</font><br>
  475. <font color=#FA64CA>Forgetting him was like trying to know somebody you've never met</font><br>
  476. <font color=#F67A99>But loving him was red</font>
  477.  
  478. </div>
  479.  
  480. <div id="sidebar6">
  481. {description}
  482. </div>
  483.  
  484.  
  485. </div>
  486. <div id="sidebar10">
  487. <div class="navigate">
  488. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  489. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  490. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  491. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  492. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  493. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  494. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
  495. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}
  496. {block:ifLink9}<a href="{text:Link 9}">{text:Link 9 Title}</a>{/block:ifLink9}
  497. {block:ifLink10}<a href="{text:Link 10}">{text:Link 10 Title}</a>{/block:ifLink10}
  498. <a href="http://themesforya.tumblr.com/">Credit</a>
  499. </div>
  500. </div>
  501.  
  502. {/block:Pagination}
  503.  
  504. <div id="center">
  505. <div class = "autopagerize_page_element" >
  506. {block:Posts}<div id="entry">
  507. {block:IndexPage}
  508.  
  509.  
  510. <div class="hoverrebperma"><center> <a href="{permalink}" target="_blank">{NoteCount} </center></div>
  511. <div class="hoverrebreblog"><center> <a href="{ReblogURL}" target="_blank">Reblog</center></div>
  512. {/block:IndexPage}
  513.  
  514.  
  515. {block:Text}
  516. {block:Title}<span class="title">{Title}</span>{/block:Title}
  517. <span class="entrytext">{Body}</span>
  518.  
  519. {/block:Text}
  520.  
  521. {block:Link}
  522. <a href="{URL}" class="title">{Name}</a>
  523. {block:Description}{Description}{/block:Description}
  524.  
  525. {block:Link}
  526.  
  527. {block:Photo}{block:IndexPage}
  528.  
  529. {/block:IndexPage}
  530. {block:IndexPage}<div class="hoverrebperma"><center> <a href="{permalink}" target="_blank">{NoteCount} </center></div>
  531. <div class="hoverrebreblog"><center> <a href="{ReblogURL}" target="_blank">Reblog</center></div><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  532. {/block:Photo}
  533.  
  534.  
  535. {block:Quote}
  536. <span class="entrytext">{Quote}</span>
  537. {block:Source}<b><a href="{Permalink}">{Source}</a></b><br><br>{/block:Source}
  538.  
  539. {/block:Quote}
  540.  
  541. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  542. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}{block:Audio}<center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">{block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>{/block:Audio}{block:Video}<center><div class="video">{Video-400}</div></center>{block:Video}{block:Answer}<div id="asker">{Asker} Asked: <br><br>{Question}</div><div id="answer">I answered: {Answer}</div>{/block:Answer}
  543.  
  544.  
  545. {block:PostNotes}<div align="middle">{caption}</div>
  546. <center>
  547.  
  548. {block:HasTags}
  549. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br><br> {/block:HasTags}
  550. {block:RebloggedFrom}
  551. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br><br>
  552. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  553.  
  554. {/block:RebloggedFrom}
  555. </center></span>
  556. <br>
  557. <div id="postnotes">{PostNotes}</div><br>
  558.  
  559. <center>{block:ContentSource}
  560. <br><a href="{SourceURL}">
  561. {lang:Source}:
  562. {block:SourceLogo}
  563. <img src="{BlackLogoURL}" width="{LogoWidth}"
  564. height="{LogoHeight}" alt="{SourceTitle}" />
  565. {/block:SourceLogo}
  566. {block:NoSourceLogo}
  567. {SourceLink}
  568. {/block:NoSourceLogo}
  569. </a>
  570. {/block:ContentSource}</center>
  571.  
  572. {/block:PostNotes}
  573. </div>
  574. {/block:Posts}
  575. </div></div>
  576.  
  577.  
  578. </div>
  579.  
  580. </body>
  581.  
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement