umlugardocaralho

theme #56-2

May 10th, 2012
2,981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- (c)
  6. ____________________________________________________________________________
  7.  
  8.                          theme por Bianca (rocklessly)
  9.  
  10.                                   be original (c)
  11.  
  12.                 não copie, não adapte e não redistribua.
  13. _______________________________________________________________________________
  14.  
  15. (c) --!>
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  22. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  23. <script type="text/javascript" charset="utf-8">
  24. var $j = jQuery.noConflict();
  25. $j(function() {
  26. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  27. $j("img").lazyload({
  28. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  29. effect: "fadeIn",
  30. });
  31. });
  32. </script>
  33.  
  34. <!-- DEFAULT VARIABLES -->
  35. <meta name="color:background" content="#ffffff" />
  36. <meta name="color:text" content="#000" />
  37. <meta name="color:post" content="#fff" />
  38. <meta name="color:link" content="#000" />
  39. <meta name="color:text sidebar" content="#000" />
  40. <meta name="color:sidebar" content="#000" />
  41. <meta name="color:border" content="#999" />
  42.  
  43. <meta name="if:Enable endless scrolling" content="0"/>
  44. <meta name="if:Selecao" content="1"/>
  45. <meta name="if:Border Pontilhado" content="1"/>
  46.  
  47. <meta name="image:background" content=""/>
  48. <meta name="image:sidebar" content=""/>
  49.  
  50. <meta name="text:title" content="Coloque um titulo que contenha mais de uma linha, no maximo 3." />
  51. <meta name="text:description" content="Coloque uma descricao de 3 linhas e nao ultrapasse isso, abobrinha abobrinha." />
  52.  
  53.  
  54. <meta name="text:Link1" content="/#" />
  55. <meta name="text:Link1 Title" content="LINK ONE" />
  56. <meta name="text:Link2" content="/" />
  57. <meta name="text:Link2 Title" content="LINK TWO" />
  58. <meta name="text:Link3" content="/#" />
  59. <meta name="text:Link3 Title" content="LINK THREE" />
  60. <meta name="text:Link4" content="/#" />
  61. <meta name="text:Link4 Title" content="LINK FOUR" />
  62. <meta name="text:Link5" content="/#" />
  63. <meta name="text:Link5 Title" content="LINK FIVE" />
  64.  
  65. <script type="text/javascript">
  66.  
  67.  
  68. </script>
  69.  
  70.  
  71.  
  72. <title>{Title}</title>
  73. <link rel="shortcut icon" href="{Favicon}">
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  75. {block:Description}
  76. <meta name="description" content="{MetaDescription}" />
  77. {/block:Description}
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. body {background-color:{color:background}; color:{color:text}; font-family: tahoma, helvetica; font-size: 11px; text-align: justify; line-height:110%; background-image:url('{image:background}'); background-attachment: fixed; }
  85.  
  86. a {color:{color:link}; text-decoration:none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  87.  
  88. a:hover {color:{color:hover};}
  89.  
  90. p{margin-top: 1px}
  91.  
  92. blockquote
  93. {margin-left:0px; margin-right: 0px; margin-top: 4px;}
  94.  
  95. #tudo {width: 800px; text-align: center; background-color:
  96. transparent; color:{color:text}; margin-left: 430px;}
  97.  
  98. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  99.  
  100. #bialinda {float: left; padding-top: 9px; background-color: transparent; text-align: center;}
  101. #all {width: 500px; padding: 8px; text-align: justify; background-color:#fff; border-bottom:1px solid {color:border}; {block:IfBorderPontilhado} border-bottom:1px dotted{color:border}; {/block:IfBorderPontilhado}   }
  102. #all img{-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;margin: 2px 0 2px 0}
  103. #all img:hover {opacity:0.9;}
  104. h1{padding: 5px; font-family: Georgia; text-align: center; font-size: 14px; letter-spacing: -1px; font-weight: normal; line-height: 18px; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  105. h1 a{font-size: 14px; letter-spacing: -1px; line-height: 18px; letter-spacing: 0px; text-align:center;-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  106.  
  107. .image img {width: 500px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  108.  
  109. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: transp; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: normal; text-decoration: none; font-weight: normal}
  110.  
  111. #postquote {font-family: georgia; text-align: center; font-size: 14px; letter-spacing:-1px; line-height: 15px; padding: 2px; }
  112. #sourcequote {text-align: center; text-transform: none; margin-bottom: 3px;}
  113.  
  114. #chat{line-height: 12px; list-style: none }
  115. #chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  116. .person1 {color: {color:text} }
  117. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  118. .person2 {color: {color:text} }
  119. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  120. #audio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background};}
  121. #audio img{width: 180px; height: auto; padding: 20px 0 20px 0}
  122. #ssource{display:none}
  123. #capost {padding-top: 0px; width: 500px;}
  124.  
  125. #asker {font-size: 11px; font-family: verdana; text-align: justify; padding: 5px; }
  126. #asker a {font-size: 11px; font-family: verdana; text-align: justify;}
  127. #answer {padding: 5px; font-size: 11px;  background-color:{color:background};}
  128.  
  129.  
  130. #notes {width: 500px; padding: 5px; margin-left: 100px;font-size: 9px; text-align: left;}
  131. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  132. ol.notes li {margin: 0px; padding: 2px;}
  133. #notes img{border:0px}
  134.  
  135. #page{text-align: center; font-size:50px}
  136. #page a{font-size: 30px; text-decoratin: none; font-family: georgia;}
  137.  
  138. #clear{width: 500px; height: 30px}
  139.  
  140. ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 50px;}
  141. ::-webkit-scrollbar-thumb:horizontal {background-color:  {color:text}; height: 10px;}
  142. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:post};}
  143.  
  144.  
  145. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  146.  
  147. #title {font-size: 15px; font-family: georgia; overflow:hidden; letter-spacing: -1px; text-align: center; position:fixed; width: 158px; margin-top:75px; margin-left:128px; height:40px; color:{color:text sidebar};}
  148.  
  149. #title2 {position:fixed; font-size: 9px; font-family: verdana; overflow:hidden; letter-spacing: 0px; text-align: center; width: 150px; padding:1px; height: autto; margin-left: 128px; margin-top:132px; color:{color:text sidebar};}
  150.  
  151. #barra {position:fixed; margin-left:132px; margin-top:115px; width:150px; height:15px; background-color:{color:sidebar};}
  152.  
  153. #baseimagem { background-color:{color:background}; -moz-border-radius: 100px; border-radius: 100px; float: left; margin-top: 70px; margin-left: 280px; position: fixed; overflow: hidden; width: 100px; height: 100px; border: 6px solid {color:sidebar}; }
  154.  
  155. #baseimagem img {width: 100px; height: 100px; overflow:hidden; -moz-border-radius: 100px; border-radius: 100px; }
  156.  
  157. #baseimagem:hover #baselinks {margin-left: 0px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
  158.  
  159. #baselinks {-webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; -moz-border-radius: 100px; border-radius: 100px; background-color:{color:background}; opacity: 0.7; width: 100px; margin-left:102px; margin-top: -101px; text-align: center; position: absolute; z-index: 55;  height:100px;}
  160.  
  161. #baselinks a {float: left; -moz-border-radius: 100px; border-radius: 100px;  width: 89px; font-family: verdana; font-size: 9px; text-align: center; color:{color:text sidebar}; text-decoration: none; line-height: 14px; overflow: hidden;  text-transform:uppercase ; opacity: 1.0; margin-bottom: 2px; letter-spacing:-1px; border-bottom:1px dotted {color:borda post}; margin-left:4px;  padding-left:0px;}
  162.  
  163. #baselinks a:hover{text-align: center; background-color:#transparent; border-bottom:1px dotted transparent; opacity:0.7; padding-left:15px;}
  164.  
  165. #xx3 {font-family: georgia; position: fixed; margin-left: 400px;  margin-top: 300px; font-size: 27px;}
  166. #xx3 a {color: {color:link}; margin-right: 535px; background-color: ;}
  167.  
  168.  
  169. #hoverphoto { opacity:0;  margin:0px 0px -500px 564px; filter: alpha(opacity = 0); position:absolute;  line-height:16px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; }
  170.  
  171. #all:hover #hoverphoto {opacity:0.8;  -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;  margin:0px 0px -500px 504px;}
  172.  
  173.  
  174. #sslide {letter-spacing: 0; margin-left:2px;  text-align:center; font-size: 9px; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important; padding:1px; background-color:; width:auto;}
  175.  
  176. #sslide:hover {opacity:0.7;}
  177. #sslide a {text-shadow:1px 0px 1px ; font-size: 9px; background-color:; text-align:center; padding:3px; line-height:5px; letter-spacing: px; font-family: verdana; text-transform:; color:{color:text}; font: 9px verdana;}
  178. #sslide a:hover {color:{color:link};}
  179.  
  180. #theme{position:fixed; color:{color:text}; font-size:20px; font-family: Just Me Again Down Here, sans-serif; margin-bottom:15px; float: left; bottom:15px; padding:4px;}
  181. #theme a {color:{color:text};}
  182.  
  183. #tumblr_controls{position: fixed!important}
  184.  
  185.  {block:IfSelecao}
  186. ::-moz-selection {color: {color:link}; background: {color:sidebar};}
  187.  
  188. ::selection {color: {color:link}; background: {color:sidebar};}
  189.  {/block:IfSelecao}
  190.  
  191. {CustomCSS}
  192.  
  193. </style>
  194.  
  195. </head>
  196.  
  197. <body>
  198.  
  199.  <div id="barra">
  200. </div>
  201.  
  202. <div id="xx3">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div>
  203.  
  204. <div id="baseimagem"><a href="/"><img src="{image:sidebar}"/></a>
  205. <div id="baselinks">
  206. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  207. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  208. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  209. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  210. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  211. <a href="http://rocklessly.tumblr.com">©</a>
  212. </div>
  213.  
  214.  </div>
  215. <div id="title">{text:title}
  216. </div>
  217.  
  218. <div id="title2">{text:description}</div>
  219.  
  220.  <div id="theme"><a href="http://rocklessly.tumblr.com">© Theme by rocklessly!</a></div>
  221.  
  222. <div id="tudo">
  223.  
  224. <div id="bialinda">
  225.  
  226. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  227. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  228.  
  229. {block:Posts}
  230. <div id="all">
  231.  
  232.  
  233. <div id="hoverphoto">
  234. <div id="sslide"> <a href="{Permalink}">{NoteCount} notes</a></div>{LinkCloseTag}
  235. <div id="sslide"><a href="{Permalink}"><b>{TimeAgo}</b></a></div>
  236. <div id="sslide"><a href="{ReblogURL}" target="_blank">Reblog
  237. </a> </div>
  238. {block:RebloggedFrom}
  239. <div style="margin-left:7px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" border="3" title="via"></a>{/block:RebloggedFrom}{block:RebloggedFrom}
  240. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="3" title="source"></a></div>
  241. {/block:RebloggedFrom}</div>
  242.  
  243. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  244. {/block:Text}
  245.  
  246. {block:Photo}{LinkOpenTag} <div class="image"><img src="{PhotoURL-500}" ></div>{block:Source}{block:Date} {block:Date}{/block:Date} {/block:Date}{/block:Source}
  247. {/block:Date}{block:Source}{block:Date} {block:Date}{/block:Date} {/block:Date}{/block:Source}
  248. {/block:Photo}
  249.  
  250. {block:Photoset}{Photoset-500}
  251. {/block:Photoset}
  252.  
  253. {block:Quote}
  254. <div id="postquote">❝ {Quote}</div><br>
  255. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  256. {/block:Quote}
  257.  
  258. {block:Link}
  259. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  260. {block:Description}{Description}{/block:Description}
  261. {/block:Link}
  262.  
  263. {block:Chat}
  264. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  265. <div id="chat"><ul>{block:Lines}
  266. <li class="person{UserNumber}">{block:Label}
  267. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  268. {/block:Chat}
  269.  
  270. {block:Audio}
  271. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  272. {AudioPlayerGrey}
  273. {block:Caption}{Caption}{/block:Caption}
  274. {/block:Audio}
  275.  
  276. {block:Video}{Video-500}
  277. {/block:Video}
  278.  
  279. {block:Answer}
  280. <div id="asker"><b>{Asker} disse:</b> "{Question}"</div>
  281. <div id="answer">{Answer}</div>
  282. {/block:Answer}
  283.  
  284. <div id="capost">
  285. {block:Photo}{block:Caption}{Caption}{/block:Caption} {/block:Photo}
  286. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  287. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  288.  
  289. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  290. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  291. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  292. {/block:ContentSource}</div></div>
  293.  
  294. </div>
  295.  
  296. {/block:Posts}
  297. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  298. {block:PostNotes}
  299. <div id="notes">{PostNotes}</div>
  300. {/block:PostNotes}
  301.  
  302. </div>
  303.  
  304. </div>
  305. </div>
  306. </div>
  307.  
  308.  
  309. </body>
  310. </html>
Advertisement
Add Comment
Please, Sign In to add comment