umlugardocaralho

theme #29

Feb 1st, 2012
3,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.71 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) theme #29 by
  6.  
  7. theme por bianca (rocklessly)
  8. seja original (c)
  9.  
  10. theme #29 (c)  --!>
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head> <!-- DEFAULT VARIABLES -->
  15.  
  16. <meta name="color:pagination" content="#000" />
  17. <meta name="color:pagination bg" content="#fff" />
  18. <meta name="color:pagination hover" content="#fff" />
  19. <meta name="color:pagination bg hover" content="#000" />
  20. <meta name="color:background" content="#ffffff" />
  21. <meta name="color:text" content="#3d3d3d" />
  22. <meta name="color:posts" content="#f1f1f1" />
  23. <meta name="color:bg do titulo" content="#000" />
  24. <meta name="color:titulo" content="#fff" />
  25. <meta name="color:titulo hover" content="#fff" />
  26. <meta name="color:bg do titulo hover" content="#000" />
  27. <meta name="color:bg link sidebar" content="#000" />
  28. <meta name="color:link sidebar" content="#fff" />
  29. <meta name="color:bg link sidebar hover" content="#fff" />
  30. <meta name="color:link sidebar hover" content="#000" />
  31. <meta name="color:text da descricao" content="#fff" />
  32. <meta name="color:bg da descricao" content="#000" />
  33. <meta name="color:hover" content="#fff" />
  34. <meta name="color:link" content="#000" />
  35. <meta name="color:barra de rolagem" content="#000" />
  36. <meta name="color:borragem" content="#555" />
  37. <meta name="color:borda img" content="#ddd" />
  38. <meta name="color:borda sidebar" content="#555" />
  39. <meta name="color:borda sidebar hover" content="#ddd" />
  40. <meta name="color:sublinhado" content="#555" />
  41.  
  42. <meta name="if:Enable endless scrolling" content="0"/>
  43.  
  44. <meta name="image:background" content=""/>
  45.  
  46. <meta name="image:sidebar" content="http://27.media.tumblr.com/tumblr_lydp45I4fy1qd3ve2o1_r1_500.jpg"/>
  47.  
  48. <meta name="text:frasehover" content="aqui e a frase hover" />
  49. <meta name="text:titulo" content="titulo mudado no appearance" />
  50.  
  51. <meta name="text:subtitulosid" content="Coloca se quiser, rs." />
  52.  
  53. <meta name="text:Link1" content="/#" />
  54. <meta name="text:Link1 Title" content="LINK ONE" />
  55. <meta name="text:Link2" content="/#" />
  56. <meta name="text:Link2 Title" content="LINK TWO" />
  57. <meta name="text:Link3" content="/#" />
  58. <meta name="text:Link3 Title" content="LINK THREE" />
  59. <meta name="text:Link4" content="/#" />
  60. <meta name="text:Link4 Title" content="LINK FOUR" />
  61. <meta name="text:Link5" content="/#" />
  62. <meta name="text:Link5 Title" content="LINK FIVE" />
  63. <meta name="text:Link6" content="/#" />
  64. <meta name="text:Link6 Title" content="LINK SIX" />
  65.  
  66.  
  67.         <title>{Title}</title>
  68.         <link rel="shortcut icon" href="{Favicon}">
  69.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70.         {block:Description}
  71.             <meta name="description" content="{MetaDescription}" />
  72.         {/block:Description}
  73.  
  74.  
  75.  
  76.    
  77.     <style type="text/css">
  78.  
  79. 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; }
  80.  
  81. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  82.  
  83. a:hover {color: {color:hover}; background-color: transparent; text-decoration: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border-bottom: 2px solid {color:sublinhado};}
  84.  
  85. p{margin-top: 1px}
  86. blockquote{margin-left:5px; margin-right: 0px; border-left: 5px solid {color:background}; padding-left:5px;margin-top: 4px;}
  87.  
  88. background-image:url("{image:background}"); background-attachment: fixed}
  89. .topa{padding: 35px 0 0 0; margin: 0 auto 0 auto; width: 317px; height: 65px; text-align: center; }
  90. {block:AskEnabled}.topa{width:400px}{/block:AskEnabled}
  91.  
  92. .title{ text-align: center; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  93. .title a{text-decoration: none; font-size: 20px; color: {color:text}; letter-spacing: -1px; text-transform:normal;  line-height: 20px;}
  94. .title a:hover{color:{color:text};}
  95. .userpic{float: left}
  96. .userpic img{border: 7px solid {color:text};}
  97. .pages{margin-left: 125px}
  98. .pages a{background-color: {color:background};color:{color:text}; padding: 5px 10px 5px 10px; text-transform: normal; text-decoration: none; font-size: 9px}
  99.  
  100.  
  101. #content{width: 800px; text-align: center; margin:10px auto 0 auto; margin-left: 250px; padding-bottom: 150px; background-color:
  102. transparent; color:{color:text}; padding: 0px; margin-top: 15px;}
  103.  
  104. #entries{float: left; background-color: transparent; text-align: center}
  105. .post{width: 500px; padding: 10px; margin-left: 250px; text-align: justify; background-color:{color:posts}; margin-bottom:5px;}
  106. .post img{margin: 2px 0 2px 0}
  107. h1{font-family: ; text-align: center; font-size: 16px; letter-spacing: 0px; color: {color:text}; font-weight: normal; line-height: 18px;}
  108. h1 a{font-size: 16px; letter-spacing: -1px; line-height: 18px; letter-spacing: 0px; text-align:center}
  109. .image{text-align: center; height: auto; margin-bottom: 1px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  110. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:background}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: normal; text-decoration: none; font-weight: normal}
  111.  
  112. .qquote{font-family: georgia;  text-align: center; font-size: 13px; line-height: 15px; padding: 3px; letter-spacing: 0px;}
  113.  
  114. .qsource{text-align: center; text-transform: none; margin-bottom: 3px;}
  115.  
  116. .chat{line-height: 12px; list-style: none }
  117. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  118. .person1 {color: {color:text} }
  119. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  120. .person2 {color: {color:text} }
  121. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  122. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background};}
  123. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  124. .icap{margin-top: 1px}
  125. .source{display:none}
  126. .asker {font-size: 20px; width: 100%; background-color: {color:background}; color:{color:link} ;
  127.  
  128. text-transform: uppercase; line-height: 30px}
  129. .asker a, a:hover{color:{color:link}}
  130. .asker img{margin-top: 3px; margin-bottom: -3px; margin-left:3px}
  131. .q {padding:10px; font-style: italic; text-indent: 20px}
  132. .a {padding-top: 3px}
  133. .cap {padding-top: 5px; width: 500px;}
  134.  
  135. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  136. .dda a {font-size: 9px; color: {color:link};}
  137. .dda a:hover {font-size: 9px; color: {color:hover};}
  138.  
  139. .origin{font-size:9px}
  140. .ibottom{margin-top: 5px; font-family: 'Century Gothic', 'Apple Gothic', sans-serif}
  141. .date{float:left; padding-left: 10px; text-transform: uppercase; font-size: 10px}
  142. .permalink{float:left; text-transform: uppercase; font-size: 9px;}
  143.  
  144. #notes {width: 500px; padding: 5px; margin-left: 300px;font-size: 9px; text-align: left;}
  145. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  146. ol.notes li {margin: 0px; padding: 2px;}
  147. #notes img{border:0px}
  148.  
  149. #page{text-align: center;  font-size:50px}
  150. #page a{font-size: 30px; text-decoratin: none; font-family: georgia;}
  151.  
  152. #clear{width: 500px; height: 30px}
  153.  
  154. ::-webkit-scrollbar-thumb:vertical { background-color: {color:barra de rolagem}; height: 50px;}
  155. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:barra de rolagem}; height: 10px;}
  156. ::-webkit-scrollbar {height: 5px; width: 10px; background-color: {color:background};}
  157.  
  158. #sidebar {width: 244px; height: 313px; background-color: {color:sidebar}; color; margin-left: 237px; padding: 5px; margin-top: -55px; -webkit-border-bottom-right-radius: 23px; -webkit-border-bottom-left-radius: 23px; position: fixed; border: 2px solid {color:borda sidebar}; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; }
  159.  
  160. #sidebar:hover {border: 2px solid {color:borda sidebar hover};}
  161.  
  162. #titulosidebar {margin-left:  0px; margin-top: 0px; width: 244px; font-size: 16px; height: 20px; text-align: center; background-color: {color:bg da descricao}; font-family: georgia; color: {color:text da descricao}; position: fixed;  padding: 5px 0 9px 0; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; overflow: visible; opacity: 0.6; overflow: hidden;}
  163.  
  164. #titulosidebar:hover {height: 270px;}
  165.  
  166. #description {text-align: center; padding: 5px; font-family: verdana; margin-top: 5px; font-size: 9px; color: {color:text da descricao}; letter-spacing: -1px;}
  167.  
  168. div#bianca {margin-top: 0px; margin-bottom: 0px; position:fixed; border: 2px solid {color:borda img};}
  169.  
  170. div#bianca img{width: 240px; height: 280px; margin-left: 0px; margin-top: 0px;}
  171.  
  172. #creditos {padding: 3px; position: fixed; font-family: verdana; letter-spacing: -1px; font-size: 9px; text-align: center; background-color: transparent; color: {color:text}; margin-top: 285px; width: 232px;}
  173.  
  174. #sidlinks {position: fixed; width: 240px; height: 260px; margin-top:33px; background-color: ; margin-left:0px; opacity: 0.0; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; }
  175.  
  176. #sidlinks:hover{opacity: 0.5;}
  177.  
  178. #sidlinks a {width:80px; height: 20px; display:block; background-color:{color:bg link sidebar}; font:9px verdana; color:{color:link sidebar}; letter-spacing: -1px; text-align:center; padding:20px; letter-spacing:0px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; border-bottom: 0px solid {color:sublinhado}; opacity: 0.7; }
  179.  
  180. #sidlinks a:hover{background-color:{color:bg link sidebar hover}; text-align:center; letter-spacing:2px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; z-index: 59; color:{color:link sidebar hover};  opacity: 0.7; }
  181.  
  182. #titfrase1 {margin-left: 500px; margin-top: 30px; background-color: {color:bg do titulo}; color: {color:titulo}; opacity: 1.0; font-family: Georgia, 'Lucida Sans Unicode', sans-serif; font-size: 15px; padding: 15px; width: 490px; height: 19px; margin-bottom:5px; position: fixed; text-align: center;  -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  183.  
  184. #titfrase1:hover {opacity: 0.0;}
  185.  
  186. #titfrase2 {margin-left: 500px; margin-top: -19px; background-color: {color:background}; color: transparent; opacity: 1.0; font-size: 16px; padding: 15px; width: 490px; height: 19px; margin-bottom:5px; position: fixed; text-align: center;}
  187.  
  188. #titfrase3 {margin-left: 500px; margin-top: 30px; background-color: {color:bg do titulo hover}; color: {color:titulo hover}; opacity: 1.0; font-family: Georgia, 'Lucida Sans Unicode', sans-serif; font-size: 15px; padding: 15px; width: 490px; height: 19px; margin-bottom:5px; position: fixed; text-align: center; boder-bottom: 1px solid;}
  189.  
  190. #pagina {width: 20px; height: 100%; margin-left: 170px; margin-top: 0px; position: fixed;}
  191. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px;}
  192. #paginacaoml a {background: {color:pagination bg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:pagination}; text-decoration: none;}
  193. #paginacaoml a:hover {background: {color:pagination bg hover};  color: {color:pagination hover};}
  194. #paginacaoml span.pagina_atual {background: {color:pagination bg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:pagination}; text-decoration: none;}
  195. #paginacaoml span.info {background: {color:pagination bg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:pagination}; text-decoration: none;}
  196.  
  197. #paginationn {position:fixed; margin-left: 90px; margin-top:280px;}
  198.  
  199. #tumblr_controls{position: fixed!important}
  200.  
  201.  
  202. {CustomCSS}
  203.     </style>
  204.  
  205.     </head>
  206.  
  207.  
  208. <script type="text/javascript">
  209.  
  210. $(document).ready(function(){
  211.  
  212.     $('#page_effect').fadeIn(2000);
  213.  
  214. });</script>
  215.  
  216.  
  217.  
  218.     <body>
  219. <div id="titfrase2"><br>
  220. .<br>
  221. </div>
  222.  
  223. <div id="titfrase3">
  224. {text:frasehover}
  225. </div>
  226.  
  227. <div id="titfrase1">
  228. {text:titulo}
  229. </div>
  230.  
  231. <div id="content">
  232. <br><br>
  233. <br><br>
  234. <br>
  235. <br>
  236. <br>
  237.  
  238. <div id="entries">  
  239. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  240. <script type="text/javascript"
  241.  
  242. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  243.  
  244.  
  245.  {block:Posts}
  246.  
  247. <div class="post">
  248.  
  249. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  250.  
  251. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" ></div>{LinkCloseTag}{/block:Photo}
  252.  
  253. {block:Photoset}{Photoset-500}{/block:Photoset}
  254.  
  255. {block:Quote}
  256. <div class="qquote"><big></big> {Quote}</div><br>
  257. {block:Source}<div class="qsource"> — {Source}</div>{/block:Source}
  258. {/block:Quote}
  259.  
  260. {block:Link}
  261. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  262. {block:Description}{Description}{/block:Description}
  263. {/block:Link}
  264.  
  265. {block:Chat}
  266. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  267. <div class="chat"><ul>{block:Lines}
  268. <li class="person{UserNumber}">{block:Label}
  269. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  270. {/block:Chat}
  271.  
  272. {block:Audio}
  273. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  274. {AudioPlayerGrey}
  275. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  276. {/block:Audio}
  277.  
  278. {block:Video}{Video-500}{/block:Video}
  279.  
  280. {block:Answer}
  281. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div>
  282. <div class="q">{Question}</div>
  283. <div class="a">{Answer}</div>
  284. {/block:Answer}
  285.  
  286.  
  287. <div class="cap">
  288. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  289. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  290. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  291.  
  292. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  293.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  294.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  295. {/block:ContentSource}</div></div>
  296.  
  297.  
  298. <div id="dda">
  299.  
  300. <div style="float:left;" class="details">
  301. {block:HasTags}{block:Tags} <a href="{TagURL}"><b>#</b>{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}<br>
  302. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br>
  303. {block:RebloggedFrom}<b></b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · (&copy; <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  304. {/block:RebloggedFrom}<br>
  305. </div>
  306.  
  307. <br clear="all" /></div></div>
  308.  
  309.  
  310.  
  311.  {/block:Posts}
  312. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  313. {block:PostNotes}
  314. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  315. {/block:PostNotes}
  316.  
  317. </div>
  318.  
  319. </div>
  320. </div>
  321. </div>
  322.  
  323. <div id="sidebar">
  324.  
  325. <div id="bianca"><center><img src="{image:sidebar}"></center></div>
  326. <div id="titulosidebar">{Title}
  327. <div id="description"><br>
  328. {Description}</div>
  329. </div>
  330. <div id="sidlinks"><table width="100%" cellpadding="0"><tr><Td>
  331.  
  332.  
  333. <a href="/">HOME</a>
  334.  
  335. </td> <td>
  336.  
  337. <a href="/ask">ASK ME</a>
  338.  
  339. </td></tr>
  340.  
  341. <tr><Td>
  342.  
  343. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  344.  
  345. </td> <td>
  346.  
  347. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  348.  
  349. </td></tr>
  350.  
  351. <tr><Td>
  352.  
  353. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  354.  
  355. </td> <td>
  356.  
  357. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  358.  
  359. </td></tr>
  360.  
  361. <tr><td>
  362.  
  363. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  364.  
  365. </td><td>
  366.  
  367. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  368.  
  369. </td></tr>
  370. </table></div>
  371.  
  372. <div id="creditos"><big>»</big> Theme made  ​​by  <a href="http://rocklessly.tumblr.com">rocklessly</a>  +  <a href="l-oveyourself.tumblr.com">details</a>. <br>
  373. Do  not  copy,  be  original.  &copy;<big> «</big>
  374. </div>
  375.  
  376. <div id="paginationn"><div id="paginacaoml"><span style="font-weight: normal;"><br><br>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="3"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span> {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div></div></div>
  377. </div>
  378.  
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment