Advertisement
Stephanymafia

theme tumblog 1

May 4th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 30.85 KB | None | 0 0
  1. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  2.  
  3. <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
  4. <script language="javascript" src="http://static.tumblr.com/2jiprob/71dmjeopm/jquery.tweet" type="text/javascript"></script>
  5. <script type='text/javascript'>
  6.      jQuery(function($){
  7.         $(".tweet").tweet({
  8.           join_text: "auto",
  9.           username: "gnomodotaylor",
  10.           avatar_size: 30,
  11.           count: 5,
  12.           loading_text: "loading tweets..."
  13.         });
  14.       });
  15. </script>
  16.        
  17.  
  18.        
  19.        
  20. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/ifqwhnb/GBsm20q7d/jquery.nivo.slider.pack.js"></script>
  23. <script type="text/javascript">
  24.  
  25.         var $nv4wp = jQuery.noConflict();
  26.  
  27.         $nv4wp(window).load(function() {
  28.  
  29.             $nv4wp('#slider').nivoSlider({
  30.  
  31.                 effect:'random',
  32.  
  33.                 slices:15, // For slice animations
  34.  
  35.                 boxCols: 4, // For box animations
  36.  
  37.                 boxRows: 2, // For box animations
  38.  
  39.                 animSpeed: 500, // Slide transition speed
  40.  
  41.                 pauseTime: 3000, // How long each slide will show
  42.  
  43.                 startSlide:0, // Set starting Slide (0 index)
  44.  
  45.                 directionNav:true, //Next & Prev
  46.  
  47.                 directionNavHide:true, //Only show on hover
  48.  
  49.                 controlNav:true, // 1,2,3... navigation
  50.  
  51.                 controlNavThumbs:false, // Use thumbnails for Control Nav
  52.  
  53.                 controlNavThumbsFromRel:false, // Use image rel for thumbs
  54.  
  55.                 controlNavThumbsSearch: '.jpg', // Replace this with...
  56.  
  57.                 controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
  58.  
  59.                 keyboardNav:true, //Use left & right arrows
  60.  
  61.                 pauseOnHover:true, //Stop animation while hovering
  62.  
  63.                 manualAdvance:false, //Force manual transitions
  64.  
  65.                 captionOpacity:0.8, //Universal caption opacity
  66.  
  67.                 prevText: 'Prev', // Prev directionNav text
  68.  
  69.                 nextText: 'Next', // Next directionNav text
  70.  
  71.                 beforeChange: function(){}, // Triggers before a slide transition
  72.  
  73.                 afterChange: function(){}, // Triggers after a slide transition
  74.  
  75.                 slideshowEnd: function(){}, // Triggers after all slides have been shown
  76.  
  77.                 lastSlide: function(){}, // Triggers when last slide is shown
  78.  
  79.                 afterLoad: function(){} // Triggers when slider has loaded
  80.  
  81.             });
  82.  
  83.         });
  84.  
  85.         </script>
  86.  
  87.  
  88.        
  89.  <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>  
  90.  
  91. <!-- VALORES DEFAULT -->
  92. <meta name="font:text" content="geneva" />
  93. <meta name="font:title" content="georgia" />
  94. <meta name="color:bg" content="#eeeeee" />
  95. <meta name="color:borders" content="#000000" />
  96. <meta name="color:asking" content="#eeeeee" />
  97. <meta name="color:post" content="#ffffff" />
  98. <meta name="color:text" content="#000000" />
  99. <meta name="color:sidebar" content="#000000" />
  100. <meta name="color:scrollbar" content="#c4c4c4" />
  101. <meta name="color:scrollbarbg" content="#000000" />
  102.  
  103. <meta name="image:bg" content="#">
  104.  
  105.  
  106.  
  107. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  108.  
  109.  
  110.                       <title>{Title}</title>
  111.         <link rel="shortcut icon" href="{Favicon}">
  112.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  113.         {block:Description}
  114.   <meta name="description" content="{MetaDescription}" />
  115.         {/block:Description}
  116.  
  117. <script type="text/javascript">
  118.  
  119. var rev = "fwd";function titlebar(val)
  120.  
  121. {var msg = "{Title}";
  122.  
  123. var res = " ";
  124.  
  125. var speed = 120;var pos = val;msg = "{Title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  126.  
  127. else{rev = "bwd";
  128.  
  129. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  130.  
  131. else{
  132.  
  133. if(pos > 0){
  134.  
  135. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  136.  
  137. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  138.  
  139. titlebar(0);
  140.  
  141. </script>
  142.  
  143.  
  144.    <style type="text/css">
  145. body {background-color:{color:bg}; font-family: {font:text}; color: {color:text}; background-image:url('{image:bg}'); font-size: 12px; background-position:bottom left; background-attachment:fixed; background-repeat:repeat;}
  146. a {color:{color:text}; text-decoration:none; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  147. a:hover {opacity:0.5;}
  148.  
  149. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height: 50px;}
  150. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height: 10px;}
  151. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:scrollbarbg}; }
  152.  
  153. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:bg}; padding-left: 5px; }
  154.  
  155. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg};}
  156.  
  157. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  158.  
  159. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  160.  
  161.  
  162.  
  163. blockquote img{max-width: 470px!important}
  164.  
  165. blockquote blockquote img{max-width: 450px!important}
  166.  
  167. blockquote blockquote blockquote img{max-width: 430px!important}
  168.  
  169. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  170.  
  171. #content {}
  172. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  173.  
  174.  
  175. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  176. a:hover{color:{color:linkhover}; text-decoration: none; }
  177.  
  178.  
  179. .imagem {position: absolute; width:190px; height:250px; margin-left:100px; margin-top: 120px;position:fixed;border:2px solid {color:sidebar} }
  180. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:250px; width: 190px; background-color: {color:none}; padding:0px}
  181.  
  182.  
  183. .imagem img.top { opacity:1;}
  184. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  185.  
  186. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  187.  
  188.  
  189.  
  190. #posts {margin-left: 408px; margin-top:-70px; z-index:99999; width:520px;}
  191.  
  192. .post {width: 500px; background-color: {color:post}; padding: 10px; text-align: justify; font-family: {font:text}; font-size: 10px; position: relative;  position:relative; opacity:0.8; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  193.  
  194. .chat {line-height: 12px; list-style: none; }
  195. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  196.  
  197. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  198.  
  199. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  200.  
  201. .quote {font-size:14px; text-align:center;}
  202. .sourcequote {text-align:right;}
  203. .title {font-size:16px; text-align:left; font-weight:bold;}
  204.  
  205.  
  206. .question {color:{color:text}; font-size: 11px; font-weight: normal; font-family: {font:text}; line-height:95%; background: {color:asking}; position: relative; min-height:70px; padding:10px 15px; margin-bottom:2px; margin-right:-10px;}
  207.  
  208.  
  209. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};}
  210. .asker a {color:{color:text};}
  211. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  212.  
  213. .asking {text-align:center; color:{color:text}; font:9px {font:text}; text-transform:none;}
  214. .asking a{color:{color:text};}
  215. .asking img {width:58px; vertical-align:middle; background-color:{color:asking}; padding:3px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  216. .asking img:hover {border-radius:32px}
  217.  
  218. .answer {color:{color:text};}
  219.  
  220.  
  221.  
  222. .post:hover {opacity:1;}
  223.  
  224. .post:hover .tags {opacity:0.9;}
  225.  
  226.  
  227.  
  228. #date {font-size:8px; font-family:tinytots; text-transform:uppercase; overflow:hidden; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; margin-top:4px;}
  229. .notecount {color:#e084c2; font-family:verdana;}
  230. .tag {color:#e084c2;}
  231.  
  232. .creditos {width: 250px; height: 20px; position: fixed; background-color:transparent; margin-left: -90px; margin-top: 680px; }
  233. .creditosab{font-family:tinytots;text-transform:uppercase; font-size: 8px; font-style: none;line-height: 8px; font-weight: none; color: {color:text}; margin-top: 10px; margin-left: -5px; letter-spacing: 0px;-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg) }
  234.  
  235. #cap {position:relative;}
  236. .source {display: none; position:absolute;}
  237.  
  238.  
  239. .active_page {font-size:7px; color:{color:sidebartext}; padding:4px; font-family:verdana; background-color:{color:sidebar}; opacity:0.7;}
  240.  
  241. .jump_page {font-size:7px; color:{color:sidebartext}; padding:4px; background-color:{color:sidebar}; font-family:verdana;}
  242.  
  243.  
  244. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; z-index:999;}
  245.  
  246.  
  247.  
  248. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
  249.  
  250. /* --- SIDEBAR  ------- */
  251. #sidebar { background: ; margin-left:110px; width: 296px; float: right; position:absolute; margin-right: 0px; margin-top: -40px;}
  252. .side {background: url(''); background-repeat: repeat; padding: 5px;text-align: justify; color: #000; margin-bottom: 1px; margin-top: -31px; font: 12px arial;border:2px dotted #;background-color:#fff;}  
  253.  
  254.          
  255. #header {background: url(''); background-repeat:  repeat-x;  width: 811px;  height: 590px; margin-left:110px; margin-top:-82px;border: 3px solid #Fff;}
  256. #header img {width: 811px;  height: 587px;}
  257.  
  258. /*** Fonte Small por Debs *****/
  259. @font-face {font-family: "04b03";
  260. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
  261. @font-face {font-family: "charnarr";
  262. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype");}
  263. @font-face {font-family: "Paramore";
  264. src: url('http://static.tumblr.com/fy0kmv4/uxSmls6sg/scrapitup.ttf'); format("truetype"); }
  265. /*** Fim da Fonte Small*****/
  266.  
  267. /* The Nivo Slider styles */
  268. #slider { border: 3px solid #Fff;background-color:#eba867; top:2px; left:110px;position:relative;width:810px; height:250px;}
  269. #slider img {position:absolute;  display:none;width:810px; height:230px;}
  270. #slider a {border:0; display:block;}
  271. .nivoSlider {position:relative; width: 795px;}
  272. .nivoSlider img {position:absolute; width:813px; height:230px;}
  273. /* If an image is wrapped in a link */
  274. .nivoSlider a.nivo-imageLink {position:absolute; width:100%; height:100%; border:0;
  275. padding:0;margin:0; z-index:6; display:none;}
  276. /* The slices and boxes in the Slider */
  277. .nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
  278. .nivo-box {display:block;position:absolute;z-index:5;}
  279. /* Caption styles */
  280. .nivo-caption {position:absolute; bottom:0px; background:; color:#000; text-transform: uppercase; width: 100%;
  281. z-index:50; border-right: 5px solid #000;padding: 5px 0;}
  282. .nivo-caption p {padding:0 20px;margin:0;font-size:18px;}
  283. .nivo-caption a {display:inline !important;}
  284. .nivo-html-caption {display:none;}
  285. /* Direction nav styles (e.g. Next & Prev) */
  286. .nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
  287. .nivo-prevNav {left:0px;}
  288. .nivo-nextNav {right:0px;}
  289. /*============================*/
  290. /*=== Custom Slider Styles ===*/
  291. /*============================*/
  292. .slider {width:100%;}
  293. .slider img {position:absolute;display:none;width:813px; height:230px;}
  294. .slider a {border:0;display:block;}
  295. .nivo-controlNav {display:none;}
  296. .nivo-directionNav a {display:block;width:30px;height:30px;background:url(http://i1064.photobucket.com/albums/u373/eduardokunstaguiar/th_9-2.png) no-repeat;text-indent:-9999px;border:0;}
  297. a.nivo-nextNav {background-position:-30px;right:15px;color:#eba867;}
  298. a.nivo-prevNav {    left:10px;}
  299. .nivo-caption {background-color:#fff;color:#eba867;font-family:"Pacifico";}
  300. .nivo-caption a {color:#fff; text-decoration:underline;}
  301.  
  302. .paramore{float:left; height:50px; margin-right:7px; width:50px;  box-shadow: 0px 0px 3px #e2e2e2;border-radius: 5px; margin-top:-5px; -moz-border-radius: 3px;border:double #eba867 3px;}
  303.  
  304. .paramore:hover{opacity:0.8;}
  305.  
  306.  #descri {width:250px;margin-top: 10px;font-size:11px;font-family:  tahoma, cursive;color:#666;text-transform:bold;text-align: left;}
  307.  
  308. .heart2{padding:3px;font-family:Electrolize;font-size:12px;background:#fff;color:#eba867;border-left:3px double #eba867;margin-bottom:2px;-webkit-transition-duration:1.0s;text-shadow:-900px 0px 0px #fff;overflow:hidden;padding-left:5px;}
  309. .heart2:hover {box-shadow: inset 260px 0px #eba867;color:transparent;text-shadow:25px 0px 0px #fff;border-left:20px solid #eba867;overflow:hidden;}.heart2:hover a{-webkit-transition-duration:1.0s;text-shadow:-900px 0px 0px #fff;color:transparent;text-shadow:25px 0px 0px #fff;;overflow:hidden;}.heart2 a {text-shadow:900px 0px 0px #fff;}
  310.  
  311. /*------efeito dos parceiros por Greathelp----*/
  312. @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
  313. @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
  314.  
  315. .bass{max-width:55px; margin:1px;border-radius:4px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  316.  
  317. .bass:hover{-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
  318.  
  319.  
  320. .paramore2 {background: #fff; background: url('');font-family:'Riot'; text-align: center;font-size: 15px; text-transform: none; color: #eba867; font-weight: normal; line-height: 35px; border-top: 1px dashed #eba867;border-bottom: 1px dashed #eba867;-webkit-border-radius: 0px 0px 0px 0px; }
  321.  
  322.  @font-face {font-family: 'Riot'; src: url('http://static.tumblr.com/fy0kmv4/DOImm89ck/riotfont1.ttf');}
  323. .mut {background: #fff;margin-left:110px; margin-top:2px;width:816px;height:39px;font-family:'Riot';font-size:15px;text-align:center;}
  324. .mut a{color:#000;text-shadow:1px 1px 0px rgba(0,0,0,0.1),0px -60px rgba(0,0,0,0);margin-left:10px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;cursor:pointer;}
  325. .mut a:hover {text-shadow:1px 10px 0px rgba(0,0,0,0),0px 0px rgba(255,255,255,1),1px 1px 0px rgba(0,0,0,0.1);color:rgba(0,0,0,0);color:#d66e10;}  
  326.    
  327.  /* tweets por tthy */
  328. .tweet, .query {text-indent: 4px; font-family: 'calibri'; font-size: 11px; color: #666;}
  329. .tweet_list {list-style: none; margin: 0px; padding: 0;overflow-y: hidden; -webkit-border-radius: 6px;-moz-border-radius: 6px; border-radius: 6px;}
  330. .tweet_list li {background-color: #f8dfc7; overflow-y: auto;overflow-x: hidden;padding: 0.5em;list-style-type: none; margin-bottom: 1px;}
  331. .tweet_list li a {color:#eba867;}
  332. .tweet_list li a:hover {color: #d66e10;}
  333. .tweet_list .tweet_even {background-color:#f1d2b3; webkit-transition: all 0.3s linear; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  334. .tweet_list .tweet_avatar {margin-left: -5px; margin-right: 4px;  float: left;}
  335. .tweet_list .tweet_avatar img {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; vertical-align: middle; border: 3px solid #fff; -webkit-box-shadow: 0px 0px 5px #bad6da;  -moz-box-shadow: 0px 0px 5px #bad6da;  box-shadow: 0px 0px 5px #bad6da;}
  336.  
  337. .bixadim {background: url('http://static.tumblr.com/fy0kmv4/3wkmmaq87/tumblr_mlyw0xqidw1qar7xzo2_250.jpg');top:0px; width:90px;  height:200px; display: inline-block;
  338. -webkit-transition:All 0.4646s ease;
  339. -moz-transition:All 0.4646s ease;
  340. -o-transition:All 0.4646s ease;}
  341.  
  342. .bixadim:hover {background: url('http://static.tumblr.com/fy0kmv4/IS5mmaq8x/1024.jpg');display: inline-block;
  343. -webkit-transition:All 0.4646s ease;
  344. -moz-transition:All 0.4646s ease;
  345. -o-transition:All 0.4646s ease;}
  346.  
  347. .bixadim2 {background: url('http://static.tumblr.com/fy0kmv4/6QImmaqa6/tumblr_mlyw0xqidw1qar7xzo1_250.jpg'); top:0px;width:90px;  height:200px; display: inline-block;
  348. -webkit-transition:All 0.4646s ease;
  349. -moz-transition:All 0.4646s ease;
  350. -o-transition:All 0.4646s ease;}
  351.  
  352. .bixadim2:hover {background: url('http://static.tumblr.com/fy0kmv4/wyGmmaqau/1024__1_.jpg');display: inline-block;
  353. -webkit-transition:All 0.4646s ease;
  354. -moz-transition:All 0.4646s ease;
  355. -o-transition:All 0.4646s ease;}
  356.  
  357. .bixadim3 {background: url('http://static.tumblr.com/fy0kmv4/hzhmmaqc0/tumblr_mlyw0xqidw1qar7xzo3_250.jpg'); top:0px;width:90px;  height:200px; display: inline-block;
  358. -webkit-transition:All 0.4646s ease;
  359. -moz-transition:All 0.4646s ease;
  360. -o-transition:All 0.4646s ease;}
  361.  
  362. .bixadim3:hover {background: url('http://static.tumblr.com/fy0kmv4/fxCmmaqcm/1024__2_.jpg');display: inline-block;
  363. -webkit-transition:All 0.4646s ease;
  364. -moz-transition:All 0.4646s ease;
  365. -o-transition:All 0.4646s ease;}
  366.  
  367. .search {margin-left: 550px;margin-top: 8px; float: left; color: #F3B7C8;}
  368. .search input {width:200px; height: 22px; padding: 5px 5px 5px 50px; font-size: 10px;  border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: url('http://1-ps.googleusercontent.com/h/www.restomontreal.ca/resources/images/icons/search_icon.png.pagespeed.ce.jWuW3q1fCy.png') no-repeat 10px; background-color: #F3B7C8; color: #000;}
  369.  
  370. #tradudor {margin-left: 140px;margin-top: 468px;position: absolute;}
  371.  
  372. </style>
  373.  
  374.   <meta name="description" content="{MetaDescription}" />
  375.         {/block:Description}
  376.        
  377.  
  378. </head>
  379.  
  380. <body>
  381. <br><br><br><br><br>
  382. <div id="sidet"></div>
  383.  
  384.  
  385.  
  386. <div id="tradudor"><a class="google_translate" href="#" target="_blank" rel="nofollow" title="English" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cen&hl=en'); return false;"><img alt="English" border="0" align="absbottom" title="English" height="32" src=http://lh6.ggpht.com/_pt7i0nbIOCY/SWwjycGEnLI/AAAAAAAAA1o/7p6S3-tipsA/English_thumb%5B3%5D.png?imgmax=800 style="cursor: pointer;margin-right:13px" width="24"/></a>
  387. <a class="google_translate" href="#" target="_blank" rel="nofollow" title="French" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cfr&hl=en'); return false;"><img alt="French" border="0" align="absbottom" title="French" height="32" src="http://lh3.ggpht.com/_pt7i0nbIOCY/SWwj1AdOWZI/AAAAAAAAA1w/lWUkGNrOFYo/French_thumb%5B5%5D.png?imgmax=800" style="cursor: pointer;margin-right:13px" width="24"/></a>
  388. <a class="google_translate" href="#" target="_blank" rel="nofollow" title="German" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cde&hl=en'); return false;"><img alt="German" border="0" align="absbottom" title="German" height="32" src="http://lh5.ggpht.com/_pt7i0nbIOCY/SWwj4Ab0NaI/AAAAAAAAA14/3H56LPKtijA/German_thumb%5B1%5D.png?imgmax=800" style="cursor: pointer;margin-right:13px" width="24"/></a>
  389. <a class="google_translate" href="#" target="_blank" rel="nofollow" title="Spain" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Ces&hl=en'); return false;"><img alt="Spain" border="0" align="absbottom" title="Spain" height="32" src="http://lh3.ggpht.com/_pt7i0nbIOCY/SWwj8KhadjI/AAAAAAAAA2A/GNyl8VBie3o/Spain_thumb%5B1%5D.png?imgmax=800" style="cursor: pointer;margin-right:13px" width="24"/></a>
  390. <a class="google_translate" href="#" target="_blank" rel="nofollow" title="Japanese" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cja&hl=en'); return false;"><img alt="Japanese" border="0" align="absbottom" title="Japanese" height="32" src="http://lh5.ggpht.com/_pt7i0nbIOCY/SWwkJ6RBJAI/AAAAAAAAA2o/lpsTh893J3k/Japanese_thumb%5B1%5D.png?imgmax=800" style="cursor: pointer;margin-right:13px" width="24"/></a>
  391. </div> </center></div></div>
  392.  
  393. <div id="header"><img src="http://static.tumblr.com/fy0kmv4/HNcmm8kin/tumblr_mh0hg0baud1r42bqyo1_500-500x310.jpg"></div>
  394.  
  395.  
  396.  
  397.  
  398.  
  399. </div></div></div></div>
  400. </div></div></div></div></div></div>
  401. <div class="mut">
  402. <a href="URL">home</a>
  403. <a href="URL">contato</a>
  404. <a href="URL">biografias</a>
  405. <a href="URL">tags</a>
  406. <a href="URL">equipe</a>
  407. <a href="URL">banda</a>
  408. <a href="URL">galeria</a>
  409. <a href="URL">more</a>
  410. </div>
  411.  
  412.  
  413. <div id="slide"><div id="slider">
  414. <img src="http://static.tumblr.com/fy0kmv4/Id1mm8efj/tumblr_mh0hg0baud1r42bqyo1_500-500x310.jpg" title=""  width="813" height="340" /></a>
  415.  
  416. <img src="http://static.tumblr.com/fy0kmv4/p5Omm8f0r/tumblr_mk1kvrkj6b1qdd97zo2_12801-e1363955277690.jpg" title=""  width="813" height="340" /></a>
  417.  
  418. <img src="http://static.tumblr.com/fy0kmv4/wummm8eh5/tumblr_mm6sbgbgcp1rmawp3o1_500_editado.jpg" title=""  width="813" height="340" /></a>
  419.  
  420. <img src="http://static.tumblr.com/fy0kmv4/vbSmm8eij/tumblr_inline_mhkgc7f4u21qz4rgp__1_.png" title=""  width="813" height="340" /></a>
  421.  
  422. <img src="http://static.tumblr.com/fy0kmv4/jfBmm8ezv/tumblr_mm6sbgbgcp1rmawp3o1_500_editado_editado.jpg" title=""  width="813" height="340" /></a></div>
  423.  
  424. <br><br><br>
  425. </div>
  426. <br><br>
  427. <div id="sidebar">
  428. <div class="side">
  429.  
  430.  
  431. <a href="http://i-ndesejada.tumblr.com/"><div class="bixadim"> </div></a> <a href="http://all-teardrop-is-a-waterfall.tumblr.com/"><div class="bixadim2"> </div> </a><a href="http://mundohtml.tumblr.com"><div class="bixadim3"> </div></a>
  432.  
  433.  
  434. <br><br><br>
  435. <div class="side">
  436. <center><div class="paramore2">Bem-vindos</div>
  437. <p><div class="seletag">
  438.  
  439. <div id="descri"> <img src="{PortraitURL-48}" class="paramore">
  440. {block:description}{description}{/block:description}</div>
  441. </div>
  442.  
  443.  
  444.  
  445. <br><br></p>
  446. <div class="side">
  447. <center><div class="paramore2">Parceiros</div>
  448. <p><div class="seletag">
  449.  
  450. <a href="/"><img src="http://media.tumblr.com/696624755ebb9f7c92548da393af32d5/tumblr_inline_mm4yexs77v1qz4rgp.png" class="bass" /></a>
  451. <a href="/"><img src="http://media.tumblr.com/aa71aeb8f4b7a4005d6e2906a4ddc3c1/tumblr_inline_mm4yf4D3Nh1qz4rgp.png" class="bass" /></a>
  452. <a href="/"><img src="http://media.tumblr.com/21b52a02b20fe1e05f2b74817a3e5ac0/tumblr_inline_mm4yfgu7tZ1qz4rgp.png" class="bass" /></a>
  453. <a href="/"><img src="http://media.tumblr.com/dbcbbc55105dcc04eb460aa3bc6497d3/tumblr_inline_mlz2dithbF1qz4rgp.png" class="bass" /></a>
  454. <a href="/"><img src="http://media.tumblr.com/cc84a74fc9c76b1b7be16ea2b7fb53e6/tumblr_inline_mlxgtstJIz1qz4rgp.png" class="bass" /></a>
  455. <a href="/"><img src="http://media.tumblr.com/71253152b102daf180fece5580a8cf4a/tumblr_inline_mlsfxxgdYF1qz4rgp.png" class="bass" /></a>
  456. <a href="/"><img src="http://media.tumblr.com/66db334eb4e677b6fb57fd5995410db8/tumblr_inline_mlmaszJsqt1qz4rgp.png" class="bass" /></a>
  457. <a href="/"><img src="http://25.media.tumblr.com/5cd0e83075a6eb03c95d0892cca096a2/tumblr_mll3uwlIi11sohd3wo1_250.png" class="bass" /></a>
  458. <a href="/"><img src="http://25.media.tumblr.com/423ad70ef1e025b8e771c78cff5ea0eb/tumblr_mll3uwlIi11sohd3wo2_250.png" class="bass" /></a>
  459. <a href="/"><img src="http://24.media.tumblr.com/bb8a27f8bb5c78d1516509cea5b90d9b/tumblr_mll3uwlIi11sohd3wo3_250.png" class="bass" /></a>
  460. <a href="/"><img src="http://24.media.tumblr.com/ab39d1e1abcfc19c272c798b6fd8063f/tumblr_mlho40Arnc1snont6o8_250.png" class="bass" /></a>
  461. <a href="/"><img src="http://24.media.tumblr.com/7bed81ee7cc68c15b2a2085809007fb8/tumblr_mlirkuwWtb1s3ii61o2_250.png" class="bass" /></a>
  462.  
  463. </div>
  464.  
  465. </div></p>
  466.  
  467.  
  468. <br><br>
  469. <div class="side">
  470. <center><div class="paramore2">Top Noticias</div>
  471. <p><div class="seletag">
  472.  
  473. <div class="heart2">Notícia</div>
  474. <div class="heart2">Notícia</div>
  475. <div class="heart2">Notícia</div>
  476. <div class="heart2">Notícia</div>
  477. <div class="heart2">Notícia</div>
  478. <div class="heart2">Notícia</div>
  479.  
  480.  
  481. <br><br></p>
  482. <div class="side">
  483. <center><div class="paramore2">Tweets</div>
  484. <p><div class="seletag">
  485.  
  486. <div class="tweet"></div>
  487.  
  488. </div>
  489.  
  490. </div>
  491.  
  492. <br><br><br>
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <div class="side">
  499. <div class="paramore2">Imagens Recentes</div>
  500. <center>
  501. <script language="JavaScript1.2">
  502.  
  503. //Presentational Slideshow Script- By Dynamic Drive
  504. //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
  505. //This credit MUST stay intact for legal use
  506.  
  507. var slideshow_width='270px' //SET SLIDESHOW WIDTH (set to largest image's width if multiple dimensions exist)
  508. var slideshow_height='270px' //SET SLIDESHOW HEIGHT (set to largest image's height if multiple dimensions exist)
  509. var pause=3000 //SET PAUSE BETWEEN SLIDE (2000=2 seconds)
  510. var slidebgcolor="#eba867"
  511.  
  512. var dropimages=new Array()
  513. //SET IMAGE PATHS. Extend or contract array as needed
  514. dropimages[0]="http://24.media.tumblr.com/72752e2995d4e1f5a29f0da56f0b144c/tumblr_mm5x4jjgp51r30k6go1_500.jpg"
  515. dropimages[1]="http://24.media.tumblr.com/0d88a8a9565b9fde3e2f27ad85255eee/tumblr_mm5x4jjgp51r30k6go6_500.jpg"
  516. dropimages[2]="http://25.media.tumblr.com/737931a9c49a6c1bdfeeb6a2cc489b6b/tumblr_mm5x4jjgp51r30k6go5_500.jpg"
  517. var droplinks=new Array()
  518.  
  519.  
  520. ////NO need to edit beyond here/////////////
  521.  
  522. var preloadedimages=new Array()
  523. for (p=0;p<dropimages.length;p++){
  524. preloadedimages[p]=new Image()
  525. preloadedimages[p].src=dropimages[p]
  526. }
  527.  
  528. var ie4=document.all
  529. var dom=document.getElementById
  530.  
  531. if (ie4||dom)
  532. document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';background-color:'+slidebgcolor+';left:-'+slideshow_width+'"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';background-color:'+slidebgcolor+';left:-'+slideshow_width+'"></div></div>')
  533. else
  534. document.write('<a href="javascript:rotatelink()"><img name="defaultslide" src="'+dropimages[0]+'" border=0></a>')
  535.  
  536. var curpos=parseInt(slideshow_width)*(-1)
  537. var degree=10
  538. var curcanvas="canvas0"
  539. var curimageindex=linkindex=0
  540. var nextimageindex=1
  541.  
  542.  
  543. function movepic(){
  544. if (curpos<0){
  545. curpos=Math.min(curpos+degree,0)
  546. tempobj.style.left=curpos+"px"
  547. }
  548. else{
  549.  
  550. clearInterval(dropslide)
  551. nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
  552. tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
  553. var slideimage='<img src="'+dropimages[curimageindex]+'" border=0>'
  554. tempobj.innerHTML=(droplinks[curimageindex]!="")? '<a href="'+droplinks[curimageindex]+'">'+slideimage+'</a>' : slideimage
  555. nextimageindex=(nextimageindex<dropimages.length-1)? nextimageindex+1 : 0
  556. setTimeout("rotateimage()",pause)
  557. }
  558. }
  559.  
  560. function rotateimage(){
  561. if (ie4||dom){
  562. resetit(curcanvas)
  563. var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
  564. crossobj.style.zIndex++
  565. var temp='setInterval("movepic()",50)'
  566. dropslide=eval(temp)
  567. curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
  568. }
  569. else
  570. document.images.defaultslide.src=dropimages[curimageindex]
  571. linkindex=curimageindex
  572. curimageindex=(curimageindex<dropimages.length-1)? curimageindex+1 : 0
  573. }
  574.  
  575. function rotatelink(){
  576. if (droplinks[linkindex]!="")
  577. window.location=droplinks[linkindex]
  578. }
  579.  
  580. function resetit(what){
  581. curpos=parseInt(slideshow_width)*(-1)
  582. var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
  583. crossobj.style.left=curpos+"px"
  584. }
  585.  
  586. function startit(){
  587. var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
  588. crossobj.innerHTML='<a href="'+droplinks[curimageindex]+'"><img src="'+dropimages[curimageindex]+'" border=0></a>'
  589. rotateimage()
  590. }
  591.  
  592. if (ie4||dom)
  593. window.onload=startit
  594. else
  595. setInterval("rotateimage()",pause)
  596.  
  597. </script>
  598.  
  599. <p>-----------------------------♥---------------------------</p>
  600. <a href="/credito">veja os creditos aqui!</a>
  601.      </div>
  602. </center>
  603. </center>
  604. </div>
  605.  
  606. </div></div>
  607.  
  608.  
  609. </div></div></div>
  610.  
  611.  
  612. <div id="posts">
  613. {block:Posts}
  614. <div class="post">
  615.  
  616. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  617. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  618.  
  619. {block:Photoset}{Photoset-500}{/block:Photoset}
  620. {block:Quote}
  621. <div class="quote">❝ {Quote} ❞</div>
  622. {block:Source}<div class="sourcequote"> — {Source}</div>
  623. {/block:Source}
  624. {/block:Quote}
  625.  
  626. {block:Link}
  627. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  628. {block:Description}{Description}{/block:Description}
  629. {/block:Link}
  630.  
  631. {block:Chat}
  632. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  633. <div class="chat"><ul>{block:Lines}
  634. <li class="person{UserNumber}">{block:Label}
  635. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  636. {/block:Chat}
  637.  
  638. {block:Audio}
  639. <div class="player">{AudioPlayerBlack}</div>
  640. {block:Caption}{Caption}{/block:Caption}
  641. {/block:Audio}
  642.  
  643. {block:Video}{Video-500}{/block:Video}
  644.  
  645. {block:Answer}
  646. <table width="500px" cellspacing="0" cellpadding="0">
  647. <tr>
  648. <td width="315px" class="question">▌{Question}</td>
  649. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br><b>{Asker}</b></td>
  650. </tr>
  651. </table>
  652. <div class="answer">{Answer}</div>
  653. {/block:answer}
  654.  
  655.  
  656.  
  657. {block:Photo}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  658. {block:Video}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  659. {block:Photoset}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  660.  
  661. <div class="source">
  662. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  663. </div>
  664.  
  665. <div id="date">
  666. {block:Date}
  667.  
  668. {block:IfMostrartags}{block:HasTags}<div class="tags"><strong>indirects:</strong> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br></div>{/block:HasTags}{/block:IfMostrartags}
  669. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="#eea2cf"><small></small></font>
  670.  <font class="notecount"></font> <a href="{Permalink}">notes: {NoteCount}</a> {/block:NoteCount} {block:IndexPage} <font color={linkhover}><font color="#eea2cf"><small></small></font></font> <a href="{ReblogUrl}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>{/block:IndexPage}
  671. {block:RebloggedFrom}<div><strong>original:</strong> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  672. {/block:RebloggedFrom}
  673. </div>
  674.  
  675. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  676. </div>{/block:Date}
  677.  
  678.  {/block:Posts}
  679.  
  680.  
  681. <br />
  682.  
  683. </div>
  684. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement