umlugardocaralho

theme #17

Nov 5th, 2011
11,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 13.59 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  10. <script type="text/javascript" charset="utf-8">
  11. var $j = jQuery.noConflict();
  12. $j(function() {
  13. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  14. $j("img").lazyload({
  15. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  16. effect: "fadeIn",
  17. });
  18. });
  19. </script>
  20.  
  21.  
  22. <meta name="if:Repeat background image" content="0"/>
  23. <meta name="if:Italic" content="0"/>
  24. <meta name="if:Title" content="1"/>
  25. <meta name="if:Shadowed Images" content="0"/>
  26. <meta name="if:Header Image" content="0"/>
  27.  
  28. <meta name="color:Background" content="#FFFFFF"/>
  29. <meta name="color:Chat" content="#F5F5F5"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Post title" content="#000000"/>
  32. <meta name="color:Link" content="#000000"/>
  33. <meta name="color:Hover" content="#999999"/>
  34. <meta name="color:Link highlight" content="#AAD0EC"/>
  35.  
  36. <meta name="color:title sideb" content="#AAD0EC" />
  37. <meta name="color:slinksbg" content="#AAD0EC" />
  38. <meta name="color:slinkstext" content="#000000" />
  39. <meta name="color:slinksbghover" content="#ffffff" />
  40. <meta name="color:slinkstexthover" content="#000000" />
  41. <meta name="color:slinkstexthover" content="#000000" />
  42.  
  43. <meta name="text:Link1" content="" />
  44. <meta name="text:Link1 Title" content="" />
  45. <meta name="text:Link2" content="" />
  46. <meta name="text:Link2 Title" content="" />
  47. <meta name="text:Link3" content="" />
  48. <meta name="text:Link3 Title" content="" />
  49. <meta name="text:Link4" content="" />
  50. <meta name="text:Link4 Title" content="" />
  51. <meta name="text:Link5" content="" />
  52. <meta name="text:Link5 Title" content="" />
  53.  
  54. <meta name="image:Background" content=""/>
  55. <meta name="image:Header" content=""/>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  60.  
  61. {PostSummary} - {/block:PostSummary}{Title}</title>
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66. iframe#tumblr_controls{
  67. top: 1px !important;
  68. margin: 0 0 0 0;
  69. right: 6px !important;
  70. position: fixed !important;
  71. }
  72.  
  73. body {
  74. margin:0px;
  75. background-color: {color:Background};
  76. background-image:url({image:Background});
  77. background-attachment: fixed;
  78. background-repeat: no-repeat;
  79. {block:IfRepeatBackgroundImage}
  80. background-repeat: repeat;
  81. {/block:IfRepeatBackgroundImage}
  82. {block:IfTotalRight}
  83. background-position:left;
  84. {/block:IfTotalRight}
  85. {block:IfTotalLeft}
  86. background-position:right;
  87. {/block:IfTotalLeft}
  88. font-size:10px;
  89. font-family:tahoma, helvetica;
  90. line-height:16px;
  91. color:{color:Text};
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color: {color:Link};
  96. text-decoration: none;
  97. }
  98.  
  99. a:hover {
  100. color:{color:Hover};
  101. background-color:{color:link highlight};
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background-color:{color:text};
  106. height:100px;
  107. }
  108. ::-webkit-scrollbar-thumb:horizontal {
  109. background-color:{color:text};
  110. height:10px;
  111. }
  112. ::-webkit-scrollbar {
  113. height:10px;
  114. width:8px;
  115. background-color:{color:background};
  116. }
  117.  
  118. div#content{
  119. width:450px;
  120. margin:auto;
  121. {block:IfTotalRight}
  122. margin-right:150px;
  123. {/block:IfTotalRight}
  124. {block:IfTotalLeft}
  125. margin-left:150px;
  126. {/block:IfTotalLeft}
  127. }
  128.  
  129.  
  130. .post_title{
  131. font-family:Rochester;
  132. font-size:25px;
  133. color:{color:Post title};
  134. line-height:23px;
  135. }
  136.  
  137. .entry{
  138. text-align:left;
  139. width:450px;
  140. margin-bottom:20px;
  141. }
  142.  
  143. .entry img{
  144. max-width:450px;
  145. {block:IfShadowedImages}
  146. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  147. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  148. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  149. {/block:IfShadowedImages}
  150. }
  151.  
  152. .asker{
  153. padding:7px;
  154. line-height:16px;
  155. font-size:9px;
  156. background-color:{color:Chat};
  157. }
  158.  
  159. blockquote{
  160. padding:0px 0px 2px 5px;
  161. margin:0px 0px 2px 1px;
  162. border-left: 2px solid {color:Text};
  163. }
  164.  
  165. .permalink {
  166. display:block;
  167. position: relative;
  168. margin-top:-5px;
  169. text-align: center;
  170. font-size:9px;
  171. font-family:tahoma, helvetica;
  172. opacity:0.1;
  173. -webkit-transition: 0.3s ease-in;
  174. }
  175.  
  176. .entry:hover .permalink{
  177. opacity: 1;
  178. filter: alpha(opacity = 100);
  179. -webkit-transition: 0.3s ease-in;
  180. }
  181.  
  182. .q{
  183. margin-left:20px;
  184. padding-top:12px;
  185. font-family:tahoma, helvetica;
  186. font-size:16px;
  187. color:{color:post title};
  188. line-height:23px;
  189. }
  190.  
  191. .quote{
  192. position:absolute;
  193. margin-left:0px;
  194. margin-top:20px;
  195. font-size:60px;
  196. opacity:0.3;
  197. filter: alpha(opacity = 30);
  198. }
  199.  
  200. .source{
  201. font-size:12px;
  202. margin-left:35px;
  203. }
  204.  
  205. div#chat li {
  206. padding: 4px;
  207. background-color:{color:Chat};
  208. margin-top: 2px;
  209. }
  210.  
  211. div#chat ul{
  212. list-style: none;
  213. padding: 0px;
  214. margin-top:5px;
  215. margin-bottom:10px;
  216. width:400px;
  217. text-align: left;
  218. }
  219.  
  220. div#page{
  221. display:block;
  222. text-align:center;
  223. font-size:11px;
  224. display:none;
  225. }
  226.  
  227. div#page a{
  228. margin-right:10px;
  229. display: inline-block;
  230. padding: 5px;
  231. color:{color:link};
  232. }
  233.  
  234. .current_page{
  235. margin-right:10px;
  236. }
  237.  
  238. .lalala{
  239. background-color:#000;
  240. height:27px;
  241. width:400px;
  242. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  243. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  244. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  245. }
  246.  
  247. ol.notes {
  248. padding: 0px;
  249. margin: 25px 0px;
  250. list-style-type: none;
  251. border-bottom: solid 1px {color:text};
  252. font-size:10px;
  253. }
  254.  
  255. ol.notes li.note {
  256. border-top: solid 1px {color:text};
  257. padding: 10px;
  258. font-size:10px;
  259. }
  260.  
  261. ol.notes li.note img.avatar {
  262. vertical-align: -4px;
  263. margin-right: 10px;
  264. width: 16px;
  265. height: 16px;
  266. }
  267.  
  268. ol.notes li.note span.action {
  269. font-weight: normal;
  270. font-size:10px;
  271. }
  272.  
  273. ol.notes li.note .answer_content {
  274. font-weight: normal;
  275. font-size:10px;
  276. }
  277.  
  278. ol.notes li.note blockquote {
  279. border-color: {color:text};
  280. padding: 4px 10px;
  281. margin: 10px 0px 0px 25px;
  282. font-size:10px;
  283. }
  284.  
  285. ol.notes li.note blockquote a {
  286. text-decoration: none;
  287. font-size:10px;
  288. }
  289.  
  290. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  291.  
  292. .headerpic img{max-width: 450px; text-align:center; margin-top: 0px}
  293.  
  294. #xx {top: 60%; margin-left: 1000px; width: 80px; position: fixed; padding: 0px;}
  295. .xx3 {font-size: 30px; font-family: georgia; padding: 1px;}
  296. .xx3 a{color: {color:link}; background-color: {color:background};}
  297. .xx3 a:hover {color: {color:hover}; background-color: transparent;}
  298.  
  299. .title {font-family: Rochester; font-size: 22px; text-align: center; display:block; color: {color:title sideb}; margin-top: -5px; letter-spacing:1px; position: center;}
  300.  
  301. div.links a {font-family: tahoma, helvetica; padding-left:0px; position: center; font-size: 9px; color:{color:slinkstext}; background-color:{color:slinksbg};  text-transform:lowercase;  margin-right:0px; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; line-height: 0px; margin-left: 2px; width: 80px; padding: 5px 10px 5px 10px; margin-bottom: 0px; height: 0px;}
  302. div.links a:hover {padding-top: 20px; font-weight: normal; color:{color:slinkstexthover}; background-color:{color:slinksbghover}; font-size: 9px;}
  303.  
  304.  
  305. {CustomCSS}
  306. </style>
  307. </head>
  308. <body>
  309.  
  310.  
  311. <div id="xx">
  312. <div class="xx3">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  313. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  314. </div>
  315. </div>
  316.  
  317. <div id="content">
  318.  
  319.  
  320.  
  321. <div class="sidebartitle2">
  322. {block:ifheaderimage}<div class="headerpic"><a href="/"><img src="{image:header}"></a>{/block:ifheaderimage}</div><br>
  323. {block:ifTitle}<div class="title">{Title}</div>{/block:ifTitle}
  324. {description}
  325.  
  326. <div class="links">
  327. <br>
  328. <center><a href="/">home</a> <a href="/ask">ask</a>
  329. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  330. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  331. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  332. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  333. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</center>
  334. <br>
  335. </div>
  336.  
  337. </div>
  338. <br>
  339. </div>
  340.  
  341. <div id="content">
  342.  
  343. {block:Posts}
  344. {block:Text}
  345. <div class="entry">
  346. {block:Title}<span class="post_title"><center>{Title}</center></span>{/block:Title}
  347. {Body}
  348. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  349. </div>
  350. {/block:Text}
  351.  
  352. {block:Photo}
  353. <div class="entry">
  354. {LinkOpenTag}<img src="{photoURL-400}" width="450px"/>{LinkCloseTag}
  355. {block:Caption}{Caption}{block:Caption}
  356. <p><span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  357. </div>
  358. {/block:Photo}
  359.  
  360. {block:Photoset}
  361. <div class="entry">
  362. {Photoset-400}
  363. {block:Caption}{Caption}{/block:Caption}
  364. <p><span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  365. </div>
  366. {/block:Photoset}
  367.  
  368. {block:Quote}
  369. <div class="entry">
  370. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  371. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}
  372. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  373. </div>
  374. {/block:Quote}
  375.  
  376. {block:Chat}
  377. <div class="entry">
  378. {block:Title}<span class="post_title"><center>{Title}</center></span>{/block:Title}
  379. <div id="chat">
  380. <ul>{block:Lines}<li>
  381. {block:Label}<b>{Label}</b>{/block:Label}
  382. {Line}
  383. </li>{/block:Lines}</ul>
  384. </div>
  385. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  386. </div>
  387. {/block:Chat}
  388.  
  389. {block:Link}
  390. <div class="entry">
  391. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>{block:Description}{Description}{/block:Description}
  392. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  393. </div>
  394. {/block:Link}
  395.  
  396. {block:Audio}
  397. <div class="entry">
  398. {block:AlbumArt}<center><img src="{AlbumArtURL}" width="180"/></center><br>{/block:AlbumArt}
  399. <div class="lalala">{AudioPlayerBlack}</div>
  400. {block:Caption}{Caption}
  401. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}
  402. <p><span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  403. </div>
  404. {/block:Audio}
  405.  
  406. {block:Video}
  407. <div class="entry">
  408. {Video-400}
  409. {block:Caption}{Caption}{/block:Caption}
  410. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  411. </div>
  412. {/block:Video}
  413.  
  414. {block:Answer}
  415. <div class="entry">
  416. <div class="asker">{Asker}: {Question}</div></div>
  417. {Answer}<p>
  418. <span class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br></span>
  419. {/block:Answer}
  420.  
  421. {block:PostNotes}
  422. <center>
  423. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  424.  
  425. {block:HasTags}
  426. tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  427. {block:RebloggedFrom}
  428. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  429. originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  430. </center></span>
  431. <br>
  432. <div id="postnotes">{PostNotes}</div><br>
  433.  
  434. <center>{block:ContentSource}
  435. <br><a href="{SourceURL}">
  436. {lang:Source}:
  437. {block:SourceLogo}
  438. <img src="{BlackLogoURL}" width="{LogoWidth}"
  439. height="{LogoHeight}" alt="{SourceTitle}" />
  440. {/block:SourceLogo}
  441. {block:NoSourceLogo}
  442. {SourceLink}
  443. {/block:NoSourceLogo}
  444. </a>
  445. {/block:ContentSource}</center>
  446.  
  447. {/block:PostNotes}
  448.  
  449. {/block:posts}
  450.  
  451. {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">&laquo; back</a>{/block:PreviousPage}
  452. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  453. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  454. {block:NextPage}<a href="{NextPage}">next &raquo;</a>
  455. {/block:NextPage}</div>{/block:Pagination}
  456.  
  457. <center><a href="http://rocklessly.tumblr.com">theme</a>+<a href="http://xantheose.tumblr.com">base</a>+<a href="http://completaimperfeita.tumblr.com">inspiração</a></center>
  458.  
  459. </div>
  460.  
  461.  
  462. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
  463.  
  464. </body>
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment