Advertisement
worenow

cv

Aug 1st, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.69 KB | None | 0 0
  1. <!-- base mectube THEME POR WORENOW-->
  2.  
  3. <html>
  4.  
  5. <script>
  6. function click() {
  7. if (event.button==2||event.button==3) {
  8. oncontextmenu='return false';
  9. }
  10. }
  11. document.onmousedown=click
  12. document.oncontextmenu = new Function("return false;")
  13. </script>
  14.  
  15.  
  16. <head>
  17.  
  18.  
  19.  
  20. <!-- DEFAULT -->
  21. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:link" content="#000000" />
  25. <meta name="color:text" content="#000000" />
  26. <meta name="color:scroll" content="#000000" />
  27. <meta name="color:post" content="#ffffff" />
  28. <meta name="color:lhover" content="#ffb8d5" />
  29. <meta name="image:sidebar" content="" />
  30.  
  31. <meta name="if:Rolagem infinita" content="1"/>
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="link" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="link" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="link" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="link" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="link" />
  42.  
  43.  
  44.  
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  47. <meta name="viewport" content="width=820" />
  48.  
  49. {block:IndexPage}
  50.  
  51. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  52.  
  53. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  54.  
  55. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  56.  
  57. <script type="text/javascript">
  58. $(window).load(function(){
  59. var $wall = $('#content');
  60. $wall.imagesLoaded(function(){
  61. $wall.masonry({
  62. itemSelector: '.entry',
  63. isAnimated : true
  64. });
  65. });
  66. $wall.infinitescroll({
  67. navSelector : "div#navigation",
  68. nextSelector : "div#navigation a#nextPage",
  69. itemSelector : '.entry',
  70. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  71. loadingText : " ",
  72. donetext : " ",
  73. extraScrollPx : 9000,
  74. bufferPx : 10000,
  75. debug : false,
  76. errorCallback: function() {
  77. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  78. }},
  79. function( newElements ) {
  80. var $newElems = $( newElements );
  81. $newElems.hide();
  82. $newElems.imagesLoaded(function(){
  83. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  84. });
  85. }); $('#content').show(500);
  86. });
  87. </script>
  88.  
  89. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  90. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  91.  
  92. <style type="text/css">
  93.  
  94.  
  95. body {background-image: url('{image:background}');
  96. background-attachment:fixed;
  97. background-color:{color:background};
  98. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  99. background-position: center;
  100. background-attachment: fixed;
  101. -webkit-background-size: cover;
  102. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  103. font-size:11px;
  104.  
  105. /*-- Font Theme --*/
  106. font-family:arial;
  107. /*-- Font Theme --*/
  108. text-align:left;
  109. letter-spacing:0px;
  110. color:{color:text};}
  111.  
  112. a:link, a:active,
  113. a:visited{color:{color:link};
  114. text-decoration: none;}
  115. a:hover{color:{color:hover};}
  116.  
  117. ::-webkit-scrollbar-thumb{
  118. background-color: {color:scroll};
  119. border: 3px solid {color:background};
  120. height:auto;
  121. -moz-border-radius: 10px;
  122. border-radius: 10px;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. height:auto;
  127. width:9px;
  128. background-color: {color:scroll};
  129. border: 4px solid {color:background};
  130. }
  131.  
  132.  
  133. div#content{
  134. margin-left:430px;
  135. width:900px;
  136. {block:If3colum}width:900px;{block:If3colum}}
  137.  
  138. .pquote {
  139. font-size:12px;
  140. line-height:15px;
  141. margin-top:0px;
  142. letter-spacing:0px;
  143. text-align:left;
  144. font-family:cambria;}
  145.  
  146. .quotesource{
  147. font-size:11px;
  148. text-align:left;
  149. letter-spacing:0px; }
  150.  
  151. .post_title{
  152. font-size:14px;
  153. color:{color:link};
  154. line-height:15px; font-family:calibri;}
  155.  
  156.  
  157. .entry{
  158. position:fixed;
  159.  
  160. width:250px;border:px solid #eee;
  161. padding:1px;
  162. float:left;
  163. /* Margin das postagens */
  164. margin-top:1px;
  165. /* Margin das postagens */
  166. background-color:{color:background};
  167. {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  168.  
  169. .entry img{
  170. {block:PermalinkPage}width:250px;{/block:PermalinkPage};}
  171.  
  172. #postnotes {text-align:left; z-index:11; padding:15px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  173.  
  174.  
  175. .per {
  176. position:relative;
  177. text-align:justify;
  178. padding:0px 1px; margin:0;
  179. clear:both;
  180. color:{color:text};}
  181.  
  182. .fe {
  183. display:block;
  184. position:absolute;
  185. bottom:-15px;
  186. left:15px;
  187. width:0;
  188. border-width:15px 15px 0;
  189. border-style:solid;
  190. border-color: transparent;}
  191.  
  192. .text {text-align:center;}
  193.  
  194. blockquote{
  195. padding:0px 0px 0px 5px;
  196. margin:0px 0px 2px 1px;
  197. border-left: 1px solid {color:Text};}
  198.  
  199. .perms {
  200. font-size:11px;
  201. text-align:left;
  202. opacity: 0;
  203. -webkit-transition-duration: .75s;
  204. top:10px;
  205. width:200px;
  206. height:auto;
  207. padding-bottom:4px;
  208. background-color: ;
  209. position: absolute;
  210. margin-top:0px;
  211. margin-left:3px;
  212. font-style:;
  213. text-transform: lowercase;
  214. font-family:;
  215. letter-spacing:0px;
  216. display:block;}
  217.  
  218. .perms a{background:#fff;opacity:0.8;;padding: 2 4 2 4;border-radius:2px;}
  219.  
  220. .entry:hover .perms {
  221. opacity:1;
  222. z-index:999999;
  223. -webkit-transition-duration: 0.65s;}
  224.  
  225.  
  226. .perms a:hover{
  227. text-decoration:line-through;}
  228.  
  229. .perm {
  230. font-size:10px;
  231. text-align:right;
  232. opacity: 0;
  233. -webkit-transition-duration: 0.75s;
  234. bottom:0px;
  235. width:250px;
  236. height:auto;
  237. padding-bottom:4px;
  238. background-color: ;
  239. position: absolute;
  240. margin-top:0px;
  241. margin-left:0px;
  242. font-style:;
  243. text-transform: lowercase;
  244. font-family:;
  245. letter-spacing:0px;
  246. display:block;}
  247.  
  248.  
  249.  
  250. .entry:hover .perm {
  251. opacity:1;
  252. z-index:999999;
  253. -webkit-transition-duration: 0.65s;}
  254.  
  255.  
  256. .perm a:hover{
  257. text-decoration:line-through;}
  258.  
  259.  
  260. #cred {position:fixed;
  261. right:-38px;
  262. bottom:105px;
  263. font-size:12px;
  264. -webkit-transition-duration: .75s;
  265. padding:5 5 5 5;
  266. border-radius:0px;
  267. z-index:999999;}
  268.  
  269. #cred:hover{right:0px;
  270. ;-webkit-transition-duration: .75s;}
  271.  
  272. {block:Iffollowbranco}
  273. iframe#tumblr_controls {
  274. white-space:nowrap;
  275. -webkit-filter: invert(100%);
  276. -moz-filter: invert(100%);
  277. -o-filter: invert(100%);
  278. -ms-filter: invert(100%);
  279. filter: invert(100%);
  280. opacity:.7;
  281. transition: .8s ease-in-out;
  282. -webkit-transition: .8s ease-in-out;
  283. -moz-transition: .8s ease-in-out;
  284. -o-transition: .8s ease-in-out; }
  285. {/block:Iffollowbranco}
  286.  
  287.  
  288. #sidebar {
  289. width: 160px;
  290. height:height;
  291.  
  292. position:fixed; padding:px; border-top:0px solid #Eee;
  293. border-left:px solid {color:border};
  294. border-bottom:0px solid {color:border};
  295. border-right:px solid {color:border};
  296. margin-left:205px;
  297. margin-top:50px;
  298.  
  299.  
  300. -webkit-transition: all 0.7s ease;
  301. -moz-transition: all 0.7s ease;
  302. -o-transition: all 0.7s ease;}
  303. #sidebar:hover #links {opacity: 1;}
  304.  
  305.  
  306. #sidebarimage {
  307. width 200px;
  308. -webkit-transition: all 0.7s ease;
  309. -moz-transition: all 0.7s ease;
  310. -o-transition: all 0.7s ease;
  311. border-radius: 522px; -webkit-filter: grayscale(0%); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  312.  
  313. #sidebarimage img {
  314. width:160px;
  315. border-left:1px solid transparent;
  316. opacity:1;
  317. height:215px;
  318. padding:10px ;
  319. border-left2px solid {color:border};
  320. -webkit-transition: all 0.7s ease;
  321. -moz-transition: all 0.7s ease;
  322.  
  323. -o-transition: all 0.7s ease;
  324. }
  325.  
  326.  
  327.  
  328. #sidebarimage:hover {
  329.  
  330. opacity:1;
  331. -webkit-transition: all 0.6s ease-out;
  332. -moz-transition: all 0.2s ease-out;
  333. }
  334.  
  335. #sidebar:hover #titulo {margin-top:10px; opacity:1;-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  336. #sidebar:hover #links {margin-top:-8px}
  337. #sidebar:hover #descri{opacity:0}
  338. #sidebar:hover .pipi{opacity:0;margin-top:121px}
  339.  
  340. #links {color: ; font-family:cambria;border-top:px solid #aaa; background:#ff;border-left:px solid #EEE; -webkit-border-radius: 00px 00px 00px 00px; background:#ee; font-style:italic; border-bottom:px dotted #ccc; opacity:0;font-size:10px; margin-top:3px; margin-left:2px; position:fixed; line-height: 15px; letter-spacing:px; height: px; z-index:100; text-align:center; font-weight: none; padding:3px; text-shadow: 0px 0px 0px transparent; width: 173px;-webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  341. #links a {color: {color:links};border:1px solid #dcdcdc;-webkit-border-radius:100px 0x 00px 00px; display:bock; text-transform: upercase; padding:2px; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; opacity: 1.7; width: 170px;}
  342. #links a:hover { font-weight:bld;text-shadow: 0px 0px 1px; -moz-opacity:1.0; letter-spacing:px; font-style:itaic; text-transform:upprcase; font-size:px;font-style:ialic; color: {color:hover};-khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.6s linear; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;}
  343.  
  344. #titulo{
  345. position:fixed;
  346. color: {color:descri};
  347. font-weight:bld;
  348. text-align:center;
  349. width:157px;
  350. background:#ee;
  351. letter-spacing:0px;
  352. border-bottom:px solid #dcdcdc;
  353. padding:2px;
  354. margin-left:11px;
  355. font-style:italic;
  356. opacity: 0;
  357. height:px;
  358. text-transform:upprcase;
  359. margin-top:-15px;
  360. font-family:georgias;
  361. font-size:12px;
  362. line-height:px;
  363.  
  364. -webkit-border-radius:00px 00px 0px 0px;}
  365.  
  366.  
  367.  
  368.  
  369. @font-face {
  370. font-family:titulo;
  371. src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,
  372. }
  373. @font-face{font-family:"Basic";src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  374.  
  375. .simb2{width:100px; position:fixed; margin-left:41px; margin-top:5px; font-size:15px; font-family: 'Old Standard TT'; text-align:center; color: {color:border}; line-height:1px; z-index: 9999999;}
  376. .simb2 a{color: transparent;}
  377. .simb2 a:hover{font-size:15px; color: black; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  378.  
  379. .pipi {width:190px;background:000; margin-left:2px; opacity:0;margin-top:139px;position:fixed;}
  380. .pipi {width:100px; height:20px;background:#00;transition:All 8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;}
  381.  
  382.  
  383.  
  384. .pipi {width:300px;background:000;margin-left:0px; opacity:1;margin-top:112px;position:fixed;}
  385. .pipi {width:190px; height:60px;background:#00;transition:All 8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;}
  386. .pipi1 {width:90px;background:000; margin-left:75px; opacity:1;margin-top:135px;position:fixed;}
  387. .pipi1 {width:12px; height:12px;background:#00;transition:All 8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;}
  388. {CustomCSS}</style>
  389.  
  390.  
  391. </head><body>
  392.  
  393.  
  394. <div id="sidemenu"></div>
  395.  
  396.  
  397. <div id="sidebar">
  398. <div class="pipi"><img src="http://static.tumblr.com/gbhtemr/t6ln8tdi8/images.jpg" class="pipi"></div>
  399.  
  400. <div id="sidebarimage"> <img src="{image:sidebar}">
  401. </div>
  402.  
  403. <div id="titulo"> {description} </div>
  404.  
  405.  
  406. <div id="links">
  407. <a href="{text:Link1}">{text:Link1 Title}</a>
  408. <a href="{text:Link2}">{text:Link2 Title}</b></a>
  409. <a href="{text:Link3}">{text:Link3 Title}</b></a>
  410. <a href="{text:Link4}">{text:link4 title}</b> </a>
  411. <a href="{text:Link5}">{text:link5 title}</b> </a>
  412. </div>
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. <!-- Inicio Das postagens --->
  424.  
  425. <div id="content">
  426. {block:Posts}
  427.  
  428. {block:Text}
  429. <div class="entry">
  430. {block:IndexPage}
  431. <div class="perm">
  432. <a href="{Permalink}">{SourceURL} </a>
  433. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  434. <a href="{permalink}"> {notecount}</a>
  435. <a href="{ReblogURL}" target="_blank">reblog</a>
  436. </div> {/block:IndexPage}
  437. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  438. {Body}
  439. </div>
  440. {/block:Text}
  441.  
  442. {block:Photo}
  443. <div class="entry">
  444. <!--- Tamanho das fotos --->
  445. <img src="{PhotoURL-250}">
  446. <!--- Tamanho das fotos --->
  447. {block:IndexPage}
  448. <div class="perms">
  449. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  450. <a href="{permalink}"> {notecount}</a>
  451. <a href="{ReblogURL}" target="_blank">reblog</a>
  452. </div>
  453. {/block:IndexPage}
  454. </div>
  455. {/block:Photo}
  456.  
  457. {block:Photoset}
  458. <div class="entry">
  459. <!--- Tamanho dos Photosets --->
  460. <center>{Photoset-250}</center>
  461. <!--- Tamanho dos Photosets --->
  462. {block:IndexPage}
  463. <div class="perms">
  464. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  465. <a href="{permalink}"> {notecount}</a>
  466. <a href="{ReblogURL}" target="_blank">reblog</a>
  467. </div>
  468. {/block:IndexPage}
  469. </div>
  470. {/block:Photoset}
  471.  
  472.  
  473. {block:Quote}
  474. <div class="entry">
  475. <div class="pquote">{Quote}<div class="quotesource"><b>– {Source}</b></div></div>
  476. {block:IndexPage}
  477. <div class="perm">
  478. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  479. <a href="{permalink}"> {notecount}</a>
  480. <a href="{ReblogURL}" target="_blank">reblog</a>
  481. </div>
  482. {/block:IndexPage}
  483. </div>
  484. {/block:Quote}
  485.  
  486. {block:Chat}
  487. <div class="entry">
  488. {block:IndexPage}<div class="perm">
  489. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  490. <a href="{permalink}"> {notecount}</a>
  491. <a href="{ReblogURL}" target="_blank">reblog</a>
  492. </div> {/block:IndexPage}
  493. {block:Title}
  494. <span class="post_title">{Title}</span>{/block:Title}
  495. <div id="chat">
  496. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  497. </div>
  498. </div>
  499. {/block:Chat}
  500.  
  501. {block:Link}
  502. <div class="entry">
  503. {block:IndexPage}
  504. <div class="perm">
  505. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  506. <a href="{permalink}"> {notecount}</a>
  507. <a href="{ReblogURL}" target="_blank">reblog</a>
  508. </div> {/block:IndexPage}
  509. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  510. {block:Description}{Description}{/block:Description}
  511.  
  512. </div>
  513. {/block:Link}
  514.  
  515. {block:Audio}
  516. <div class="entry">
  517. <center>
  518. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="250"/><p>{/block:AlbumArt}</center>
  519. <div class="audiocas">{AudioPlayerGrey}</div>
  520. {block:Caption}{Caption}
  521. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  522. {block:IndexPage}<div class="perm"> <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  523. <a href="{permalink}"> {notecount}</a>
  524. <a href="{ReblogURL}" target="_blank">reblog</a>
  525. </div> {/block:IndexPage}
  526. </div>
  527. {/block:Audio}
  528.  
  529. {block:Video}
  530. <div class="entry">
  531. {Video-250}
  532. {block:IndexPage}
  533. <div class="perms">
  534. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  535. <a href="{permalink}"> {notecount}</a>
  536. <a href="{ReblogURL}" target="_blank">reblog</a>
  537. </div> {/block:IndexPage}
  538. </div>
  539. {/block:Video}
  540.  
  541. {block:Answer}
  542. <div class="entry">
  543. <div class="per"><p><b>{Asker} falou :</b> {Question}<p><div class="fe"></div></div>
  544. <p>
  545. <div class="text"><p>{Answer}</p></div>
  546. {block:IndexPage}<div class="perm"> <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  547. <a href="{permalink}"> {notecount}</a>
  548. <a href="{ReblogURL}" target="_blank">reblog</a>
  549. </div> {/block:IndexPage}
  550. </div>
  551. {/block:Answer}
  552.  
  553.  
  554. {block:PostNotes}
  555. <div id="postnotes">
  556. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  557. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  558. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  559.  
  560. </div><p>
  561. {PostNotes}
  562. {/block:PostNotes}
  563.  
  564. {/block:posts}
  565.  
  566. {block:IndexPage}
  567. <div class="column navigation" id="navigation">
  568. {block:Pagination}
  569. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  570. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  571. </div>
  572. {/block:IndexPage}
  573.  
  574. </div>
  575.  
  576. <script type="text/javascript"> Cufon.now(); </script>
  577.  
  578. </body>
  579. <a style="width:120px; font-size:9px; color:#4a4a4a; font-family:georgia;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://worenow.tumblr.com/" title="">WORENOW</b></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement