Advertisement
planejava

theme de divulgação 2

Jun 14th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 33.58 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2.                      Theme por PLANEJAVA
  3.                  Base por helpdesigns
  4. ---------------------------------------------------------------------->
  5.  
  6. <head>
  7.  
  8. <!-- start of script tooltip -->
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10.  
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12.  
  13. <script>
  14.  
  15. (function($){
  16.  
  17. $(document).ready(function(){
  18.  
  19. $("a[title]").style_my_tooltips({
  20.  
  21. tip_follows_cursor:true,
  22.  
  23. tip_delay_time:90,
  24.  
  25. tip_fade_speed:600,
  26.  
  27. attribute:"title"
  28.  
  29. });
  30.  
  31. });
  32.  
  33. })(jQuery);
  34.  
  35. </script>
  36.  
  37. <meta name="color:background" content="#ffffff" />
  38. <meta name="image:side" content="/" />
  39.  
  40. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  41.  
  42. <!---- SE TU TIRA ISSO DAQUI VAI MUDA A FONTE DA LETRA BLZ ? ----->
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Sofia|Coda|PT+Sans|Economica|Yesteryear|Play|Roboto Condensed|Courgette' rel='stylesheet' type='text/css'>
  45.  <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  46.  <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49.  
  50.  
  51.                       <title>{Title}</title>
  52.         <link rel="shortcut icon" href="{Favicon}">
  53.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54.         {block:Description}
  55.   <meta name="description" content="{MetaDescription}" />{/block:Description}
  56.  
  57.     <style type="text/css">
  58.    
  59. body {color:#aaa; opacity:1; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:Baumans; font-size:11px; line-height:100%; text-align:justify; text-transform: none;text-align: left; font-style: none; }
  60.  
  61. a:link, a:active, a:visited{ color: #aaa; text-decoration:none; -webkit-transition-duration: 0.4s; }
  62.  
  63. a:hover{color:#aaa;}
  64.  
  65. 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:1; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
  66.  
  67. #container {background-color: ; width: 1000px; margin: 0 auto 4px auto; background: {color:background}}
  68.  
  69. #entries {margin-left: 30px; width: 550px; margin-top: 20px;}
  70.  
  71. .entry {border: 1px solid #DDA0DD; width: 250px; background-color:{color:entry} ; text-align: justify; padding: 6px; float: left; margin: 2px 0 0 2px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:500px;{/block:IfOneColumns}; }
  72.  
  73. .entry:hover {opacity:2}
  74.  
  75. .entry img {max-width: 250px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 500px;{/block:IfOneColumns};opacity:0.9; }
  76.  
  77. #title2 {font-size: 16px; font-family: Baumans; letter-spacing: 0px; line-height: 13px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 8px}
  78.  
  79. #title2 a{background: #aaa; padding: 4px; color: #fff;}
  80.  
  81.  
  82. #title {font-size: 16px; font-family: Baumans;letter-spacing: 0px; line-height: 10px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 12px}
  83.  
  84. #title a{background: #aaa; padding: 4px; color: #fff; margin-bottom: 5px}
  85.  
  86. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  87.  
  88. /** tooltip blindar-te insp. ruby **/
  89. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  90.  
  91. max-width:300px; /* largura máxima */
  92.  
  93. background-color:#fff; /* background */
  94.  
  95. border:1px solid #e7e9ea; /* cor e  espessura da borda */
  96.  
  97. font-family:'calibri'; /* fonte */
  98.  
  99. font-size:10px; /* tamanho */
  100.  
  101. color:#aaaaaa; /* cor */
  102.  
  103. letter-spacing:1px; /* espaçamento */
  104.  
  105. text-transform:lowercase; /* uppercase(maiúscula), lowercase(minúscula) ou none(nenhum) */
  106.  
  107. padding:3px 4px 3px 4px; /* tamanho do padding */
  108.  
  109. margin:20px 0px 0px 20px; /* tamanho da margem */
  110.  
  111. z-index:99999999999; /* deixa acima de tudo, não mexa */}
  112.  
  113. @-webkit-keyframes Beeh {
  114. 0% {-webkit-transform: scale(.4);}
  115. 50% {-webkit-transform: scale(1.04);}
  116. 70% {-webkit-transform: scale(.9);}
  117. 100% {-webkit-transform: scale(1);}}
  118.  
  119. /* QUOTE cerejadosundae */
  120.  
  121. .quote:first-letter{font-family: Baumans; font-style:italic; font-size: 21px;}
  122. .quote {margin: 0; padding: 5px; font: normal 11px Baumans; text-align: left;}
  123. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  124. .pquotesource a, a:hover{text-transform: none;}
  125.  
  126. @font-face {
  127.   font-family: 'Rochester';
  128.   font-style: normal;
  129.   font-weight: 400;
  130.   src: local('Rochester'), local('Rochester-Regular'), url(http://themes.googleusercontent.com/static/fonts/rochester/v3/nE50b4-SbQ54pks-8vOplz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  131. }
  132.  
  133. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  134.  
  135. /* notes by joshdevines*/
  136. .notes img{width:10px; position:relative; top:1px}
  137. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  138.  
  139.  
  140. .pergunta {background: #F5F5F5; color: #aaa; text-align: justify; padding: 10px; margin-bottom: 5px; margin-left: 40px; margin-right: auto;}
  141.  
  142. .pergunta a {color: #DCDCDC}
  143.  
  144. .pergunta g {color: #DCDCDC;}
  145.  
  146. .iconeask {float: left;margin-right: 2px; margin-bottom: 3px; border: 4px solid #FFE4E1; -webkit-transform: rotate(-370deg);}
  147.  
  148. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;}
  149.  
  150.  
  151. /* chat by joshdevines*/
  152. .user_1 .label {color:{color:text}; font-weight:Baumans; background-color:{color:entry}; text-transform: italic}
  153. .user_2 .label {color:{color:text}; font-weight:baumans; background-color:{color:entry}; text-transform: italic}
  154. .user_3 .label {color:{color:text}; font-weight:bold}
  155. .user_4 .label {color:{color:text}; font-weight:bold}
  156. .user_5 .label {color:{color:text}; font-weight:bold}
  157. .user_6 .label {color:{color:text}; font-weight:bold}
  158. ul.chat, .chat ol, .chat li {list-style:none; margin-left: -20px; margin-top: 3px}
  159.  
  160.  
  161. #info {text-align: left; margin-top:5px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  162. #info a {font-size: 10px; text-transform: uppercase;}
  163.  
  164.  
  165.  
  166. #cap {width: 500px; margin-top: -2px;}
  167. .source {display: none;}
  168.  
  169. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  170. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  171. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  172. .notes img{display: none; border:0px}
  173.  
  174. #damon {position: fixed; margin: 0px 0px 0px -492px;}
  175.  
  176.  
  177. #tumblr_controls{position: fixed!important}
  178. #tumblr_controls{position: fixed!important}
  179. #tumblr_controls{position: fixed!important}
  180. #tumblr_controls{position: fixed!important}
  181.  
  182. ::-webkit-scrollbar{width:7px;height:6px;}
  183. ::-webkit-scrollbar-button:start:decrement
  184. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  185. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  186. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:10px;}
  187. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:10px;}
  188.  
  189.  
  190. .via {display: none;}
  191. .source {display: none;}
  192.  
  193. #sidebar {width: 540px; height: 730px; position: fixed; margin-top: -5px; margin-left: 590px; border: 1px solid #aaa; border-radius: 10px;box-shadow: 5px 5px 5px #e6e6e6;  }
  194.  
  195. .fotinha {width: 40px; height: 40px; position: fixed; margin-top: 60px; margin-left: 460px; }
  196. .fotinha img {position: fixed; width: 70px; height: 80px; border-radius: 3px; box-shadow: 5px 5px 5px #cdcdcd;}
  197.  
  198. #caixa {width: 299px; height: 30px; position: fixed; margin-top: 15px; margin-left: 240px; color: #7FFFD4; background-color: #EED2EE; border-left: 1px solid #DCDCDC; border-radius: 60px 0 0 0;}
  199. .titulo-principal {width: 50px; height: 50px; position: fixed; margin-top: 10px; margin-left:215px; color: #CD6090; font-family: 'Sofia'; font-size: 20px; }
  200.  
  201. .desc { width: 300px; height: 70px; position: fixed; margin-top: 70px; margin-left: 160px; font-size: 11px; font-family: 'Baumans'; color: #aaa; background-color: transparent ;}
  202.  
  203. #caixa2 {width: 300px; height: 30px; position: fixed; margin-top:170px; margin-left: 239px; color: #7FFFD4; background-color: #EED2EE; border-left: 1px solid #DCDCDC; border-radius: 60px 0 0 0;}
  204. .titulo-links {width: 200px; height: 50px; position: fixed; margin-top: 10px; margin-left: 100px; color: #CD6090; font-family: 'Sofia'; font-size: 20px; }
  205.  
  206. /* MENU POR html-party */
  207. .camisss{margin-left: 190px; margin-top: 135px; text-align: center; text-decoration: none; position: fixed; }
  208.  
  209. .camisss a{width: 29px; height: 12px; text-transform:uppercase!important; padding: 5px 5px 5px 5px; display: inline-block; background: #efefef; margin-top: -10px; font-size: 9px; color: ; font-family: 'calibri'; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; font-weight: bold; -webkit-border-radius: 8px 8px 8px 8px; }
  210.  
  211. .camisss a:hover{box-shadow: inset 50px 0px #F2D3D3; background: #F2D3D3; color: #fff;}
  212.  
  213. /* MENU POR html-party */
  214. #menu {width: 100px;
  215. line-height:20px;
  216. text-align:center;
  217. margin-top: 230px;
  218. margin-left: 420px;
  219. }
  220. #menu a {color:#696969;
  221. font-size:10px;
  222. font-family:cambria;
  223. text-transform:uppercase;
  224. border-bottom: 2px solid #dcdcdc;
  225. display:block;
  226. text-decoration:none;
  227. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  228. #menu a:hover {letter-spacing: 5px;
  229. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  230.  
  231. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  232. #caixamods {width: 100px; height: 30px; position: fixed; margin-top: 15px; margin-left: 590px; color: #7FFFD4; background-color: #EED2EE; border-right: 1px solid #DCDCDC; border-radius: 0 60px 0 0;}
  233. .titulo-mods {width: 50px; height: 50px; position: fixed; margin-top: 10px; margin-left:10px; color: #CD6090; font-family: 'Sofia'; font-size: 20px; }
  234. #box2 { width: 110px; height: 733px; position: fixed; margin-top: -390px; margin-left: 5px; background-color: transparent; border-right: 1px solid #aaa;border-radius: 0 60px 60px 0; }
  235. #box { width: 95px; height: 100px; position: fixed; margin-top: 70px; margin-left: 5px; background-color: transparent; }
  236. .box1 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  237. .boxnome { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  238. .boxurl { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  239. .nuuh1 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double #BEBEBE;border-radius: 4px;}
  240. .nuuh1 img {position: fixed; width: 80px; height: 85px; }
  241. .box1:hover .boxnome {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  242. .box1:hover .boxurl {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  243.  
  244. @font-face {src: url('http://static.tumblr.com/qszodba/uKdn6jhh2/marguerite.ttf'); font-family:Marguerite;}
  245.  
  246. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  247. #box3 { width: 95px; height: 100px; position: fixed; margin-top: -215px; margin-left: 10px; background-color: transparent; }
  248. .box4 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  249. .boxnome1 { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  250. .boxurl1 { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  251. .nuuh2 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double #BEBEBE;border-radius: 4px;}
  252. .nuuh2 img {position: fixed; width: 80px; height: 85px; }
  253. .box4:hover .boxnome1 {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  254. .box4:hover .boxurl1 {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  255.  
  256. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  257. #box5 { width: 95px; height: 100px; position: fixed; margin-top: 275px; margin-left: 600px; background-color: transparent; }
  258. .box6 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  259. .boxnome2 { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  260. .boxurl2 { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  261. .nuuh3 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double #BEBEBE;border-radius: 4px;}
  262. .nuuh3 img {position: fixed; width: 80px; height: 85px; }
  263. .box6:hover .boxnome2 {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  264. .box6:hover .boxurl2 {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  265.  
  266. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  267. #box7 { width: 95px; height: 100px; position: fixed; margin-top: 380px; margin-left: 600px; background-color: transparent; }
  268. .box8 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  269. .boxnome3 { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  270. .boxurl3 { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  271. .nuuh4 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double#BEBEBE;border-radius: 4px;}
  272. .nuuh4 img {position: fixed; width: 80px; height: 85px; }
  273. .box8:hover .boxnome3 {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  274. .box8:hover .boxurl3 {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  275.  
  276. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  277. #box9 { width: 95px; height: 100px; position: fixed; margin-top: 485px; margin-left: 600px; background-color: transparent; }
  278. .box10 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  279. .boxnome4 { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  280. .boxurl4 { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  281. .nuuh5 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double #BEBEBE;border-radius: 4px;}
  282. .nuuh5 img {position: fixed; width: 80px; height: 85px; }
  283. .box10:hover .boxnome4 {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  284. .box10:hover .boxurl4 {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  285.  
  286. /**** EFEITO POR PLANEJAVA, AJUDA COM OS EFEITOS POR SERENATA-S , SE USAR CREDITE, É DE GRAÇA**/
  287. #box11 { width: 95px; height: 100px; position: fixed; margin-top: 590px; margin-left: 600px; background-color: transparent; }
  288. .box12 { width: 95px; height: 100px; position: fixed; margin-top: -8px; margin-left: -7px; background-color: #CD6090;background: transparent; opacity: 1;}
  289. .boxnome5 { width: 80px; height: 20px; position: fixed; margin-top: -18px; margin-left: 7px; background-color: #fff; font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity: 0;}
  290. .boxurl5 { width: 80px; height: 20px; position: fixed; margin-top: 99px; margin-left: 7px; background-color: #fff;font-size:20px;font-family: Marguerite; color: #000; -webkit-transition: 1s; opacity:0;}
  291. .nuuh6 {width: 80px;height: 85px; position: fixed; margin-top: 2px;margin-left: 2px; border: 6px double #BEBEBE;border-radius: 4px;}
  292. .nuuh6 img {position: fixed; width: 80px; height: 85px; }
  293. .box12:hover .boxnome5 {-webkit-transition: 1s; opacity: 0.5; margin-top: 9px;margin-left: 7px;}
  294. .box12:hover .boxurl5 {-webkit-transition: 1s; opacity: 0.5; margin-top: 72px; margin-left: 7px;}
  295.  
  296. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  297. .nuuuh5 {width: 80px; height: 85px; position: fixed; margin-top: 220px; margin-left: 800px; -moz-transition: 1s ease-in; -webkit-transition: 1s ease-in;}
  298. .nuuuh5 img {position: fixed; width: 70px; height: 75px;border: 6px double #BEBEBE;border-radius: 4px;-moz-transition: 1s ease-in; -webkit-transition: 1s ease-in;}
  299. .nuuuh5 img:hover {-moz-transition: 1s ease-in; -webkit-transition: 1s ease-in;-webkit-transform: rotate3d(2,2,1,360deg);}
  300.  
  301. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  302. .nuuuh2 {width: 80px; height: 85px; position: fixed; margin-top: 315px; margin-left: 760px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  303. .nuuuh2 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  304. .nuuuh2 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  305.  
  306. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  307. .nuuuh3 {width: 80px; height: 85px; position: fixed; margin-top: 315px; margin-left: 815px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  308. .nuuuh3 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  309. .nuuuh3 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  310.  
  311. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  312. .nuuuh4 {width: 80px; height: 85px; position: fixed; margin-top: 315px; margin-left: 870px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  313. .nuuuh4 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  314. .nuuuh4 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  315.  
  316. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  317. .nuuuh6 {width: 80px; height: 85px; position: fixed; margin-top: 375px; margin-left: 760px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  318. .nuuuh6 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  319. .nuuuh6 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  320.  
  321. .nuuuh7 {width: 80px; height: 85px; position: fixed; margin-top: 375px; margin-left: 815px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  322. .nuuuh7 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  323. .nuuuh7 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  324.  
  325. /*** EFEITO POR PLANEJAVA, SE USAR CREDITE, É DE GRAÇA **/
  326. .nuuuh8 {width: 80px; height: 85px; position: fixed; margin-top: 375px; margin-left: 870px; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;}
  327. .nuuuh8 img {position: fixed; width: 40px; height: 45px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in;border: 6px double #BEBEBE;border-radius: 4px;}
  328. .nuuuh8 img:hover {-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; opacity: 0.8;}
  329.  
  330. #caixa-parceiros {width: 300px; height: 30px; position: fixed; margin-top:450px; margin-left: 830px; color: #7FFFD4; background-color: #EED2EE; border-left: 1px solid #DCDCDC; border-radius: 60px 0 0 0;}
  331. .titulo-parceiros {width: 200px; height: 50px; position: fixed; margin-top: 10px; margin-left: 215px; color: #CD6090; font-family: 'Sofia'; font-size: 20px; }
  332.  
  333.  
  334.   /* Efeito parceiros por Mônica [REORGANIZE-I]  */
  335. .monii {position: fixed; z-index: 300; margin-left:730px;margin-right: 900px; margin-top: 500px; width:360px ; heigth: 20px;}
  336. .monii img {position: center; width:50px;height:50px;-webkit-transition:All 0.59s ease-out;-moz-transition:All 0.59s ease-out; border:1px solid #BEBEBE; border-radius: 4px;padding:2px;}
  337. .monii img:hover{-webkit-transform: rotate(320deg);}
  338.   /* Efeito parceiros por Mônica [REORGANIZE-I]  */
  339.  
  340. #caixa-cred {width: 299px; height: 30px; position: fixed; margin-top: 600px; margin-left: 830px; color: #7FFFD4; background-color: #EED2EE; border-left: 1px solid #DCDCDC; border-radius: 60px 0 0 0;}
  341. .titulo-cred {width: 200px; height: 50px; position: fixed; margin-top: 10px; margin-left: 220px; color: #CD6090; font-family: 'Sofia'; font-size: 20px; }
  342.  
  343. /** destaque por ruby [connectionhtml] usou ? creditou ! é gratis **/
  344. destaque{background-color:#20B2AA;padding:1px;border-radius:3px; ;color:{color:post};}
  345.  
  346.  /** REORGANIZE-I **/
  347. .creditos {position:fixed;height: 90px;width:260px;margin-top:640px;margin-left:800px;overflow:hidden;font-family:georgia; font-size:10px;line-height:18px;-webkit-transition:all.8s ease-out;padding:5px;color:{color:text};background-color:{color:fundo};font-style:italic;text-align:center;opacity: 0.99;word-spacing: 3px}
  348.  
  349. .creditos a{color:{color:post};}
  350.  
  351.  
  352. </style>
  353.  
  354.  
  355. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  356.  
  357. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  358.  
  359. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  360.  
  361. <script type="text/javascript">
  362. $(window).load(function(){
  363. var $wall = $('#entries');
  364. $wall.imagesLoaded(function(){
  365. $wall.masonry({
  366. itemSelector: '.entry',
  367. isAnimated : true
  368. });
  369. });
  370. $wall.infinitescroll({
  371. navSelector : "div#navigation",
  372. nextSelector : "div#navigation a#nextPage",
  373. itemSelector : '.entry',
  374. loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif",
  375. loadingText : "",
  376. donetext : " ",
  377. extraScrollPx : 1000,
  378. bufferPx : 10100,
  379. debug : false,
  380. errorCallback: function() {
  381. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  382. }},
  383. function( newElements ) {
  384. var $newElems = $( newElements );
  385. $newElems.hide();
  386. $newElems.imagesLoaded(function(){
  387. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  388. });
  389. }); $('#entries').show(500);
  390. });
  391. </script>
  392.  
  393.  
  394.  
  395.  
  396. <body>
  397.  
  398. <div id="sidebar">
  399.  
  400. <div class="fotinha">
  401. <img src="{image:side}">
  402. </div>
  403.  
  404. <div id="caixa">
  405. <div class="titulo-principal"> Welcome </div>
  406. </div>
  407.  
  408. <div class="desc"> {description} </div>
  409.  
  410. <!------------------------- LINKS AQUI ---------------------------->
  411. <div class="camisss">
  412. <a href="SEU LINK AQUI">link</a>
  413. <a href="SEU LINK AQUI">link</a>
  414. <a href="seu link aqui">link</a>
  415. <a href="seu link aqui">link</a>
  416. <a href="seu link aqui">link</a> </div>
  417.  
  418. <div id="caixa2">
  419. <div class="titulo-links"> Top Links e Destaques </div>
  420. </div>
  421.  
  422. <!---------------------------- TOP LINKS AQUI ----------------------->
  423. <div id="menu">
  424. <a href="link aqui">Link</a>
  425. <a href="link aqui">Link</a>
  426. <a href="link aqui">Link</a>
  427. <a href="link aqui">Link</a>
  428. <a href="link aqui">Link</a><br>
  429. <img src="http://media.tumblr.com/8c1ddad3347cde5af8a076f1f38b9eee/tumblr_inline_mt6qpgYhn81rb53x8.jpg" width="100px;"></div>
  430.  
  431. <!-- UM MODERADOR AQUI -->
  432.  
  433. <div id="box2">
  434. <div id="box">
  435.     <a href="http://planejava.tumblr.com/" target="_blank">
  436. <div class="nuuh1" class="hover">
  437. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  438. <div class="box1">
  439. <a href="http://planejava.tumblr.com/" target="_blank">
  440. <div class="boxnome">nuuh</div>
  441. <div class="boxurl">planejava</div>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446.  
  447. <!-- UM MODERADOR AQUI -->
  448.  
  449. <div id="box3">
  450.     <a href="http://planejava.tumblr.com/" target="_blank">
  451. <div class="nuuh2" class="hover">
  452. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  453. <div class="box4">
  454. <a href="http://planejava.tumblr.com/" target="_blank">
  455. <div class="boxnome1">nuuh</div>
  456. <div class="boxurl1">planejava</div>
  457. </div>
  458. </div>
  459. </div>
  460. </div>
  461.  
  462. <!-- UM MODERADOR AQUI -->
  463.  
  464. <div id="box5">
  465.     <a href="http://planejava.tumblr.com/" target="_blank">
  466. <div class="nuuh3" class="hover">
  467. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  468. <div class="box6">
  469. <a href="http://planejava.tumblr.com/" target="_blank">
  470. <div class="boxnome2">nuuh</div>
  471. <div class="boxurl2">planejava</div>
  472. </div>
  473. </div>
  474. </div>
  475. </div>
  476.  
  477. <!-- UM MODERADOR AQUI -->
  478.  
  479. <div id="box7">
  480.     <a href="http://planejava.tumblr.com/" target="_blank">
  481. <div class="nuuh4" class="hover">
  482. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  483. <div class="box8">
  484. <a href="http://planejava.tumblr.com/" target="_blank">
  485. <div class="boxnome3">nuuh</div>
  486. <div class="boxurl3">planejava</div>
  487. </div>
  488. </div>
  489. </div>
  490. </div>
  491.  
  492. <!-- UM MODERADOR AQUI -->
  493.  
  494. <div id="box9">
  495.     <a href="http://planejava.tumblr.com/" target="_blank">
  496. <div class="nuuh5" class="hover">
  497. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  498. <div class="box10">
  499. <a href="http://planejava.tumblr.com/" target="_blank">
  500. <div class="boxnome4">nuuh</div>
  501. <div class="boxurl4">planejava</div>
  502. </div>
  503. </div>
  504. </div>
  505. </div>
  506.  
  507. <!-- UM MODERADOR AQUI -->
  508.  
  509. <div id="box11">
  510.     <a href="http://planejava.tumblr.com/" target="_blank">
  511. <div class="nuuh6" class="hover">
  512. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  513. <div class="box12">
  514. <a href="http://planejava.tumblr.com/" target="_blank">
  515. <div class="boxnome5">nuuh</div>
  516. <div class="boxurl5">planejava</div>
  517. </div>
  518. </div>
  519. </div>
  520. </div>
  521. <div id="caixamods">
  522. <div class="titulo-mods"> Mods </div></div></div>
  523.  
  524. <!-- DESTAQUE DO MÊS AQUI -->
  525.  
  526. <div class="nuuuh5" class="hover">
  527.     <a href="URL DO TUMBLR" title="NOME" target="_blank">
  528. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a>
  529. </div>
  530.  
  531. <!-- UM DESTAQUE DA SEMANA AQUI -->
  532.  
  533. <div class="nuuuh2" class="hover">
  534. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  535. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  536.  
  537. <!-- UM DESTAQUE DA SEMANA AQUI -->
  538.  
  539. <div class="nuuuh3" class="hover">
  540. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  541. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  542.  
  543. <!-- UM DESTAQUE DA SEMANA AQUI -->
  544.  
  545. <div class="nuuuh4" class="hover">
  546. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  547. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  548.  
  549. <!-- UM DESTAQUE DA SEMANA AQUI -->
  550.  
  551. <div class="nuuuh6" class="hover">
  552. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  553. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  554.  
  555. <!-- UM DESTAQUE DA SEMANA AQUI -->
  556.  
  557. <div class="nuuuh7" class="hover">
  558. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  559. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  560.  
  561. <!-- UM DESTAQUE DA SEMANA AQUI -->
  562.  
  563. <div class="nuuuh8" class="hover">
  564. <a href="URL DO TUMBLR" title="NOME" target="_blank">
  565. <img height="50" src="http://api.tumblr.com/v2/blog/planejava.tumblr.com/avatar/96/" width="50"/></a></div>
  566.  
  567. <div id="caixa-parceiros">
  568. <div class="titulo-parceiros"> Parceiros </div>
  569. </div>
  570.  
  571. <div class="monii">
  572.  
  573. <marquee direction="right" scrollamount="3.5" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">
  574.  
  575.  
  576.  
  577. <!-- UM PARCEIRO AQUI -->
  578.  
  579. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  580. <!-- UM PARCEIRO AQUI -->
  581.  
  582. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  583.  
  584. <!-- UM PARCEIRO AQUI -->
  585.  
  586. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  587. <!-- UM PARCEIRO AQUI -->
  588.  
  589. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  590.  
  591. <!-- UM PARCEIRO AQUI -->
  592.  
  593. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  594.  
  595. <!-- UM PARCEIRO AQUI -->
  596.  
  597. <a href="URL DO TUMBLR" title="NOME" target="_blank"><img height="50" src="http://api.tumblr.com/v2/blog/URLDAPESSOA.tumblr.com/avatar/96/" width="50"/></a>
  598.  
  599.  
  600.     </center>
  601. </marquee>
  602. </div>
  603.  
  604. <div id="caixa-cred">
  605. <div class="titulo-cred"> Créditos </div>
  606. </div>
  607.  
  608. <div class="creditos"><destaque>CRÉDITOS</destaque>: Theme feito por <destaque> <a href="http://planejava.tumblr.com/">planejava</a>.</destaque><br> base por helpdesigns, dtlhs html-party, connectionhtml, reorganize-i qualquer cópia total ou parcial será considerado plágio.
  609.  
  610. </div>
  611.  
  612.  
  613.  
  614. <div id="entries">
  615.  
  616.  <div class ="autopagerize_page_element">
  617. {block:Posts}
  618. <div class="entry">
  619.  
  620. {block:Answer}
  621. <img src="{AskerPortraitURL-30}" class="iconeask">
  622.  
  623.       <div class="pergunta"><g>{Asker}</g> {Question}</div>
  624.  
  625.       <div class="divisoria"></div>
  626.  
  627. {Answer}
  628. {/block:answer}
  629.  
  630.              
  631. {block:Text}{block:Title}<div id="title2">{Title}</div>{/block:Title}{Body}{/block:Text}
  632.  
  633. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  634. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  635.  
  636.  
  637. {block:Photoset}<center>{Photoset-250}</center>
  638. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  639.  
  640.  
  641. {block:Quote}
  642. <div class="quote"><center>{Quote}</center></div>
  643. {block:Source}<div class="pquotesource"> — {Source}</div>
  644. {/block:Source}
  645. {/block:Quote}
  646.  
  647.  
  648. {block:Link}
  649. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  650. {/block:Link}
  651.  
  652. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  653.  
  654. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  655.  
  656. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  657.  
  658.      <!-- BLOCK SOURCE E VIA -->
  659.  <div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  660. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  661.  <!-- FIM BLOCK SOURCE E VIA -->
  662.    
  663. <div class="cred">
  664. {block:Date}<div id="info">
  665. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">· </font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a> {block:IndexPage}<font color="{color:tags}">· </font> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}<center> <div id="tags">{/block:Date}</div>
  666. </div></center>{/block:IfShowTags}{/block:Date}</div>
  667. </div>
  668.  
  669. {/block:Posts}
  670. {block:PostNotes}{PostNotes}{/block:PostNotes}
  671. </div></div>
  672.  
  673. {block:Ifrolagemifni}{block:IndexPage}
  674. <div class="column navigation" id="navigation">
  675. {block:Pagination}
  676. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  677. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  678. </div>
  679. {/block:IndexPage}{/block:Ifrolagemifni}
  680. </div></div></div></div>
  681.  
  682. <br></center></div></div></div></div></div></div>
  683.  
  684. </body>
  685. </head>
  686. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement