Advertisement
worenow

Theme

Jul 22nd, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1.  
  2. <!-- THEME BASE FCKRAW
  3. FEITO POR WORENOW -->
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#ffffff" />
  8. <meta name="color:link" content="#000000" />
  9. <meta name="color:text" content="#000000" />
  10. <meta name="color:sidebar" content="#ffffff" />
  11. <meta name="color:scrollbar" content="#000" />
  12.  
  13. <meta name="image:background" content="" />
  14. <meta name="image:sidebar" content="" />
  15. <meta name="if:Show tags" content="1"/>
  16.  
  17.  
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="UM" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="DOIS" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="TRES" />
  24. <meta name="text:Link4" content="" />
  25. <meta name="text:Link4 Title" content="QUATRO" />
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}
  31. <meta name="description" content="{MetaDescription}" />
  32. {/block:Description}
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. /*** CORPO BÁSICO
  43.  
  44.  
  45. ***/
  46.  
  47.  
  48. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 10px; background-image:url('{image:background}'); background-attachment: fixed; }
  49.  
  50. a {color: {color:link}; text-decoration: none; text-transform: none;}
  51. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  52.  
  53. p {margin: 6px 0 0 0}
  54.  
  55. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  56. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  57. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  58. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  59.  
  60. blockquote img{max-width: 470px!important}
  61. blockquote blockquote img{max-width: 450px!important}
  62. blockquote blockquote blockquote img{max-width: 430px!important}
  63. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  64.  
  65.  
  66.  
  67.  
  68. /*** CONFIGURAÇÕES DOS POSTS
  69.  
  70. ***/
  71.  
  72. #entryys {position:absolute; margin:auto; margin-top:50px; margin-bottom:30px; margin-left:520px; width:700px;}
  73.  
  74. #everytg {margin:0px auto 20px auto; width:auto;}
  75.  
  76. .posts {background:#fff; border:px solid #eee; margin: 1px; width: 250px; -webkit-transition: opacity 1.55s linear;-moz-transition: opacity 1.55s linear;-webkit-transition: all 1.55s ease-in-out;-moz-transition: all 1.55s ease-in-out;-o-transition: all 1.55s ease-in-out; overflow: hidden; float:left; position:relative; padding:5px;}
  77. .posts:hover {width:250px;opacity:1; -webkit-transition:all 0.66s linear;-moz-transition:all 0.66s linear;transition:all 0.66s linear;}
  78. .posts:hover .infoimg{opacity:9;}
  79.  
  80. .bpostx {overflow: hidden; float:left; position:relative; -webkit-transition: opacity 1.55s linear;-moz-transition: opacity 1.55s linear;-webkit-transition: all 1.55s ease-in-out;-moz-transition: all 1.55s ease-in-out;-o-transition: all 1.55s ease-in-out; width: 250px; }
  81. .bpostx:hover {width:250px; opacity:9; -webkit-transition:all 0.66s linear;-moz-transition:all 0.66s linear;transition:all 0.66s linear;}
  82.  
  83.  
  84. /*** CONFIGURAÇÕES DAS FONTES
  85.  
  86.  
  87.  
  88. ***/
  89.  
  90. h1 {font-family:calibri;text-align:center; font-size: 14px; letter-spacing:1px; font-weight: normal; line-height: 14px;color: #000;}
  91. h1 a {text-align: center;color: #000; }
  92.  
  93.  
  94.  
  95.  
  96.  
  97. /*** CONFIGURAÇÕES DOS QUOTES
  98.  
  99.  
  100. ***/
  101.  
  102. .quote {font-family: calibri; text-align: justify; font-size: 11px; line-height: 15px; padding: 0px;
  103. }
  104. .sc {text-align: center; padding:1px; border-bottom:1px solid #ee; font-size:11px; font-family:calibri;text-transform: none; margin-bottom: 0px;}
  105. .sc a, a:hover{text-transform: none; }
  106.  
  107.  
  108.  
  109.  
  110.  
  111. /*** CONFIGURAÇÕES DOS CHATS
  112.  
  113. ***/
  114.  
  115. .chat .lines{
  116. font:10px {font:Body};
  117. background-color:{color:chat1};
  118. margin: 0 0 1px;
  119. padding: 2px;
  120. }
  121. .chat .lines.odd{ background-color:{color:chat2};}
  122.  
  123. .label {font-weight:bold; color:{color:bold}}
  124.  
  125.  
  126.  
  127. /*** CONFIGURAÇÕES DAS PERGUNTAS-RESPOSTAS
  128.  
  129. ***/
  130.  
  131. #balaoask {margin-left:0px; font-size: 10px; font-family: calibri; text-align: justify;}
  132. .answer {margin-left:0px; padding: 0px}
  133. .askker img {max-width: 370px;}
  134.  
  135.  
  136.  
  137. /*** INFORMAÇOES DOS POSTS
  138.  
  139.  
  140. ***/
  141.  
  142. .infoimg{background-image: linear-gradient(to bottom, transparent, #000); height:14px; padding:20px 0 15px 0; width:250px; left:0; bottom:0;position:absolute;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;text-align:center;opacity:0;}
  143. .infoimg .notess{font-size:18px; color:#fff; font-family:calibri; padding-left: 10px; padding-right: 10px; }
  144. .infoimg a:hover{text-decoration:none;}
  145. .infoimg .rebblog img{width:13px; margin-top:3px;}
  146. .heart img{width:13px; margin-top:3px;}
  147.  
  148.  
  149. .infotxt {font-family:arial; opacity:0; font-size:8px; text-transform: lowercase; text-align:right; color:#666; -webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s; margin-bottom:0px; margin-top:10px;}
  150. .posts:hover .infotxt {-webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; opacity:1; font-size:8px; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
  151.  
  152. .source {display: none;} .vsanna{display: none;}
  153.  
  154.  
  155.  
  156.  
  157.  
  158. /*** BARRA DE ROLAGEM
  159.  
  160.  
  161. ***/
  162.  
  163. ::-webkit-scrollbar{width:7px;height:0px;}
  164. ::-webkit-scrollbar-button:start:decrement
  165. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  166. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  167. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  168. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  169.  
  170. #pagination {font-family:calibri; font-size:11px; margin-left:510px; margin-top:350px; text-transform:none}
  171.  
  172. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  173.  
  174. #tumblr_controls{position: fixed!important}
  175. #tumblr_controls{position: fixed!important}
  176. #tumblr_controls{position: fixed!important}
  177. #tumblr_controls{position: fixed!important}
  178.  
  179.  
  180. #sidebar {float:left; position:fixed; width:210px; bottom:85px; height:8px;top:130px; left:270px; position: fixed;}
  181.  
  182. #foto {margin-top:10px; margin-left:10px; margin-bottom:0px; padding:9px;border:px solid {color:border}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  183. #foto img {display: inline; height:auto; height:280px; width:195px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  184. #foto img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  185. #foto img:hover {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out; -webkit-filter: grayscale(50%)}
  186.  
  187. #links {opacity:0;width:185px;position: fixed;text-transform:uppercase;font-style:; font-size: 10px font-family:cambria; background-color:#fff;border-left:px solid #cdcdcd;letter-spacing:px;;word-spacing:1px; line-height:14px; height:15px;text-align:center; padding-left:-5px;border-left:px solid;margin-top:34px;margin-left:25px;border-top:px solid #000;letter-spacing:px;}
  188. #links {opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  189. #links a:hover {color:#555555;}
  190. #sidebar:hover #links {margin-top:-10px;opacity:10;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  191.  
  192.  
  193. #descri {opacity:0;width:175px;border-radius:10px 10px 10px 10px;position: fixed; font-family:tahoma; font-size:9px; line-height:auto; height:px;text-align:center; color:#000;background-color:#; padding:0px;margin-top:0px;margin-left:32px;border-bottom:px solid #ddd;border:px solid #ddd;border-left:px solid #ddd; text-transform:uppercase;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out; font-weight:; padding-bottom:1px; padding-top:1px; font-weight:;}
  194. #sidebar:hover #descri {opacity:10; margin-top:-309px}
  195.  
  196.  
  197.  
  198. #oizinho2 {opacity:10;margin-left:18px; margin-top:305px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out}
  199. #oizinho2 img { width:210px; height:auto;}
  200. #sidebar:hover #oizinho2 {opacity:0}
  201.  
  202.  
  203. #oizinho3 {position:fixed;background-color:#ffffff-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;height:230px; width:150px; padding:3px;margin-left:18px; margin-top:-4px; position:fixed; text-align:left;}
  204. #oizinho3 img {line-height:45px; width:65px; height:auto; opacity:0.9; }
  205.  
  206.  
  207.  
  208. </style>
  209.  
  210.  
  211.  
  212. <style type="text/css"></style>
  213.  
  214.  
  215.  
  216.  
  217. <body>
  218.  
  219.  
  220.  
  221. <div id="container">
  222. <div id="sidebar">
  223. <div id="oizinho2"><img src="http://38.media.tumblr.com/d3b683572a2a23d15c0e1baeaf1ebcdf/tumblr_n6vbd42GF71tzbqdco1_500.jpg"/></div>
  224. <div id="foto"><img src="{image:sidebar}"/></div>
  225. <div id="descri">mina nós era só clima</div>
  226. <div id="links">
  227. <b><a href="{text:link1}">{text:link1 title}</a></b>
  228. <b><a href="{text:link2}">{text:link2 title}</a></b>
  229. <b><a href="{text:link3}">{text:link3 title}</a></b>
  230. <b><a href="{text:link4}">{text:link4 title}</a></b>
  231. <b><a href="{text:link4}">{text:link4 title}</a></b>
  232.  
  233.  
  234.  
  235.  
  236. </div>
  237. </div>
  238. </div>
  239.  
  240.  
  241.  
  242. <div id="entryys">{block:Posts}<div class="posts"><div class="bpostx">
  243.  
  244. <!-- postagem texto-->{block:Text}{/block:IndexPage}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{block:IndexPage}
  245. <div class="infotxt">{block:IndexPage}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:Text}
  246.  
  247. <!--postagem foto--><div id="cap">{block:Photo}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{block:IndexPage}<img src="{PhotoURL-400}" width="250">{/block:IndexPage}{/block:Photo}
  248.  
  249. <!--postagem photoset-->
  250. {block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{/block:Photoset}
  251.  
  252. <!--postagem quote-->{block:Quote}<div class="quote">"{Quote}"</div><div class="sc">– {Source}</div>{block:IndexPage}<div class="infotxt"><br>{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Quote}
  253.  
  254. <!--postagem links-->{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Link}
  255.  
  256. <!--chat-->{block:chat}{block:lines}<div class="chat"><div class="lines">{block:Label}<span>{Label}</span>{/block:Label} {Line}</div></div>{/block:lines}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:chat}
  257.  
  258. <!--musica-->{block:Audio}<div class="player">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Audio}
  259.  
  260. <!--video-->{block:Video}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  261.  
  262. <!--ask-->{block:Answer}<div id="askker"><a href="/" title="{Asker}"><img src="{AskerPortraitURL-24}"></a></div><div id="balaoask">{Question}</div><div id="answer">{Answer}</div>{/block:answer}</div>
  263.  
  264. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  265. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div></div></div>{/block:Posts}
  266.  
  267.  
  268.  
  269.  
  270. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  271. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  272. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  273. <script type="text/javascript">
  274. $(window).load(function(){
  275. var $wall = $('#entryys');
  276. $wall.imagesLoaded(function(){
  277. $wall.masonry({
  278. itemSelector: '.posts',
  279. isAnimated : true
  280. });
  281. });
  282. $wall.infinitescroll({
  283. navSelector : "div#navigation",
  284. nextSelector : "div#navigation a#nextPage",
  285. itemSelector : '.posts',
  286. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  287. loadingText : "",
  288. donetext : " ",
  289. extraScrollPx : 1000,
  290. bufferPx : 10100,
  291. debug : false,
  292. errorCallback: function() {
  293. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  294. }},
  295. function( newElements ) {
  296. var $newElems = $( newElements );
  297. $newElems.hide();
  298. $newElems.imagesLoaded(function(){
  299. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  300. });
  301. }); $('#entryys').show(500);
  302. });
  303. </script>
  304. <div class="column navigation" id="navigation">
  305. {block:Pagination}
  306. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  307. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  308. </div>
  309. {/block:IndexPage}
  310.  
  311. </div></div></div></div></div>
  312. </div></div></div></div></div></div></div></div></div>
  313. </body>
  314.  
  315. <a style="position:fixed;right:10px;bottom:30px;font-family:consolas;padding:5px;font-size:10px;font-style:;opacity:0.8;color:#020200;background:; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius:25px;" href="http://worenow.tumblr.com" title="theme by worenow">
  316. worenow </a>
  317.  
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement