amando-loucos

THEME 3

Apr 30th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- theme pro AMANDO-LOUCOS --!>
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:background" content="#f0f0f0" />
  19. <meta name="color:link" content="#000000" />
  20. <meta name="color:hover" content="#fff" />
  21. <meta name="color:text links" content="#000000"/>
  22. <meta name="color:text links hover" content="#000000"/>
  23. <meta name="color:sidebar" content="#fff" />
  24. <meta name="color:text" content="#000000" />
  25. <meta name="color:post" content="#ffffff" />
  26.  
  27.  
  28. <meta name="image:background" content="Sorry, i am scum"/>
  29. <meta name="image:sidebar 1" content="http://static.tumblr.com/axgpn27/iQnm2mlci/capturarfc.png" />
  30.  
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="link" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="link" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="link" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="link" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="link" />
  42. <meta name="text:Link6" content="/" />
  43. <meta name="text:Link6 Title" content="link" />
  44. <meta name="text:Link7" content="/" />
  45. <meta name="text:Link7 Title" content="link" />
  46. <meta name="text:Link8" content="/" />
  47. <meta name="text:Link8 Title" content="link" />
  48.  
  49. <meta name="text:Linkface" content="FACEBOOK" />
  50. <meta name="text:Linktwit" content="TWITTER" />
  51.  
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54. <title>{Title}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61. {block:IfEnableEndlessScrolling}
  62. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  63. {/block:IfEnableEndlessScrolling}
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. ::-webkit-scrollbar{width:6px;height:6px;}
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107. ::-webkit-scrollbar-button:start:decrement
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. ::-webkit-scrollbar-track-piece{background-color:#ffffff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000;-webkit-border-radius:px;}
  160.  
  161.  
  162.  
  163. body {
  164. background-color: {color:background};
  165. color:{color:text};
  166. font-family: verdana;
  167. font-size: 10px;
  168. text-align: center;
  169. line-height:120%;
  170. margin:0;
  171. padding:0;
  172. background-image:url('{image:background}');
  173. background-attachment: fixed
  174. }
  175.  
  176. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  177. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  178.  
  179. p {margin: 6px 0 0 0}
  180.  
  181. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  182.  
  183.  
  184. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  185.  
  186. #entries{margin-top:30px; }
  187.  
  188. .post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left:273px;}
  189.  
  190. #xright {position: fixed; margin-top: 52px; margin-left: 357px; overflow: auto; width: 524px; height: 703px;}
  191.  
  192.  
  193.  
  194. .tags{font-size: 9px; color:{color:link}; font-family: verdana; background-color: {color:post};}
  195. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all 0.2s linear;}
  196.  
  197.  
  198. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  199.  
  200. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  201.  
  202. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  203.  
  204.  
  205.  
  206. .image {text-align: center; border: 0px; }
  207. .image img {max-width: 500px; margin-bottom: 3px }
  208. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  209. .qt {font-family: verdana; font-size: 18px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;}
  210. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  211. .qsr a, a:hover{text-transform: none;}
  212.  
  213. .chat {line-height: 12px; list-style: none }
  214. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  215. .person1 {background-color:{color:background}; color: {color:text}; }
  216. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  217. .person2 {color: {color:text}; }
  218. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  219.  
  220. .audio{background-color:black; display:block;}
  221. .source{display:none}
  222.  
  223. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
  224. #questions a {color:{color:link}}
  225.  
  226.  
  227.  
  228. #cap {width: 500px; margin-top: -2px;}
  229.  
  230. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  231. .dda a {font-size: 9px;}
  232.  
  233.  
  234.  
  235. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  236. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  237.  
  238. .qqmarks{
  239. font-size: 80px;
  240. font-weight: bold;
  241. line-height: 80px;
  242. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  243. opacity: 0.2;
  244. filter:alpha (opacity=20)
  245. }
  246.  
  247.  
  248.  
  249. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  250.  
  251. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  252.  
  253. .qsource a, a:hover{text-transform: none;}
  254.  
  255.  
  256. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:273px;}
  257.  
  258. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:100px;}
  259.  
  260. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  261.  
  262. .notes img{display: none; border:0px}
  263.  
  264.  
  265.  
  266.  
  267. b{text-transform: block; color:;}
  268. i{text-transform: italic; color:{color:text}}
  269. p{margin:2px 0 2px 0}
  270. u {text-decoration: none; border-bottom: 1px dashed;}
  271. d1 {opacity:0.8}
  272. d2 {opacity:0.6}
  273. d3 {opacity:0.4}
  274. d4 {opacity:0.2}
  275.  
  276.  
  277.  
  278. #ser2 {width: 20px; height: 53px; float: left; margin-left:20px; margin-top: 1px; padding: 2px; text-align: center;position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;  opacity: 1; border: 1px solid #fff; -webkit-border-radius: 0px 10px 10px 0px;background-attachment: fixed;}
  279.  
  280.  
  281.  
  282.  
  283. #ser2 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-left:1px; width: 17px; height: 15px;  color:{color:border}; text-decoration: none; text-transform: none; line-height: 15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: 1px; margin-top:2px}
  284.  
  285.  
  286.  
  287.  
  288. #cre{float: left; margin-top: 262px; margin-left:50px; width: 213px; height:14px; background-color: #fff; color: #000; line-height:13px; font-size: 8px; font-family: tinytots;text-align: -20;-webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; position :fixed; border-bottom:2px solid #000; border: 1px solid #fff;}
  289.  
  290. #cre a{font-size: 8px; font-family: tinytots; background-color: transparent; color:#000;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;text-transform: uppercase;}
  291. #cre a:hover{opacity:0.5;text-transform: uppercase;}
  292.  
  293.  
  294.  
  295. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  296. #paginal a {background: #f0f0f0; margin: 0 1px 0 0; padding: 2px 4px; color: #000; border: 1px solid #fff;}
  297. #paginal a:hover {background: #fff; color: #000;}
  298. #paginal span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 2px 4px;; color: #000; font-weight: bold; text-decoration: none;}
  299. .ps {position:fixed; width: 210px; height: auto; width: 190px; background-color: #fff; color: #000; padding: 5px; margin-top: 200px; margin-left: 200px; border: 1px solid #fff; }
  300.  
  301.  
  302.  
  303. #ttc {float: left; margin-top: 8px; height:20px; margin-left: 160px; width: 243px; background-color: #000; color: #6D6D6D; padding: 3px; font-size: 14px; font-family: georgia; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-top-left-radius: 10px; position:fixed; letter-spacing: -1px;}
  304.  
  305.  
  306. #ttc a{font-size: 17px; color:#6D6D6D}
  307.  
  308. #lipedescre {float: left; margin-top: 280px; margin-left: 60px; width: 198px; background-color: #fff; color: #000; padding: 1px; font-size: 9px; font-family: verdana; text-align: center; position:fixed; letter-spacing: -1px; height: 180px; z-index:90000; border: 1px solid #fff;}
  309.  
  310. .lipelink {float: left; position: fixed; margin-top:-25px; text-align: center; margin-left: 50px;position:fixed; width:300px; font-family: tinytots; text-transform: uppercase;}
  311.  
  312. .lipelink a{float: left; margin-right: 1px; letter-spacing: px; font-family:tinytots; font-size: 8px; text-align: center; text-align: center; margin-bottom: 2px; width: 37px; background-color: #fff; color:#000; text-decoration: none; text-transform: lowercase; line-height: 0px; ease-out; padding: 10px 7px ; font-family: tinytots;text-transform: uppercase; border: 1px solid #fff;}
  313.  
  314. .lipelink a:hover{letter-spacing: 0px;font-family: tinytots;text-transform: uppercase; background-color:#f0f0f0; color:#000}
  315.  
  316.  
  317.  
  318. .lipelink2 {float: left; position: fixed; margin-top:226px; text-align: center; margin-left: 50px;position:fixed; width:300px; font-family: tinytots; text-transform: uppercase;}
  319.  
  320. .lipelink2 a{float: left; margin-right: 1px; letter-spacing: px; font-family:tinytots; font-size: 8px; text-align: center; text-align: center; margin-bottom: 2px; width: 37px; background-color: #fff; color:#000; text-decoration: none; text-transform: lowercase; line-height: 0px; ease-out; padding: 10px 7px ; font-family: tinytots;text-transform: uppercase; border: 1px solid #fff;}
  321.  
  322. .lipelink2 a:hover{letter-spacing: 0px;font-family: tinytots;text-transform: uppercase; background-color:#f0f0f0; color:#000}
  323.  
  324. #lipedescre a{font-size: 9px; color:#6d6d6d}
  325.  
  326.  
  327.  
  328. #pic {margin-top: 0px; margin-left: 50px; width: 213px; height: auto;
  329.  
  330.  
  331.  
  332. position: fixed; padding: px;
  333.  
  334.  
  335.  
  336. background-color: {color:sidebar}; border: 1px solid #fff;}
  337.  
  338.  
  339.  
  340. #pic img{width: 213px; height: 213px;}
  341.  
  342. #pic img:hover{
  343.  
  344.  
  345.  
  346. opacity:0.9;
  347.  
  348.  
  349.  
  350. -webkit-transition: 0.5s ease-in;}
  351.  
  352.  
  353. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  354.  
  355. #lipelink {margin-top: -200px; margin-left: 135px; position:fixed; width: 25px; z-index:90000}
  356.  
  357.  
  358.  
  359. #lipelink a{font-size: 8px; color: {color:link sidbar} ; background-color: transparent; padding: 5px 1px 5px 1px; display:block; margin-bottom: 1px; width: 60px; height: 6px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; font-family: tinytots;text-transform: uppercase; }
  360.  
  361.  
  362.  
  363. #lipelink a:hover{color: {color:link sidbar hover}; background-color: transparent; letter-spacing: 0px; }
  364.  
  365.  
  366.  
  367.  
  368.  
  369. </style>
  370.  
  371. <body>
  372.  
  373.  
  374.  
  375. <div id="lipedescre">
  376. <p><br>{description}
  377.  
  378. </div></div>
  379.  
  380. <div class="ps"><div id="paginal">
  381. {block:JumpPagination length="8"}
  382. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  383. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  384. {/block:JumpPagination}
  385. </div>
  386.  
  387. </div>
  388.  
  389. <div class="lipelink">
  390. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  391. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  392. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  393. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  394. </div></div>
  395.  
  396. <div class="lipelink2">
  397. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  398. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  399. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  400. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  401. </div></div>
  402. <div id="cre">THEME BY <a href="http://amando-loucos.tumblr.com/">AMANDO-LOUCOS</a> +<a href="http://principe-vagabund0.tumblr.com/">base</a> DON'T COPY. ©</b>
  403. </div>
  404. </div></div>
  405. </div>
  406.  
  407.  
  408. <div id="ser2">
  409.  
  410. <a href="{text:Linkface}" title="facebook"><img src="http://25.media.tumblr.com/tumblr_m125msRIki1r0i4t1o1_250.png" width=15px"></a><br><br><br>
  411.  
  412. <a href="{text:Linktwit}" title="twitter"><img src="http://static.tumblr.com/kwaqeuc/3s5m09y3k/picons03.png" width=15px"></a> <br><br><br></div>
  413.  
  414.  
  415. <div id="pic"><img src="{image:sidebar 1}"/>
  416.  
  417.  
  418.  
  419. </div></div></div></div></div></div>
  420.  
  421.  
  422.  
  423.  
  424.  
  425. <div id="entries">
  426. {block:Posts}
  427. <div class="post">
  428.  
  429. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-500}{/block:Photoset}
  434.  
  435. {block:Quote}
  436. <div class="qquote"><center>“{Quote}”</div>
  437. {block:Source}<div class="qsource">— {Source}</center></div>{/block:Source}
  438. {/block:Quote}
  439.  
  440. {block:Link}
  441. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  442. {block:Description}{Description}{/block:Description}
  443. {/block:Link}
  444.  
  445. {block:Chat}
  446. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  447. <div class="chat"><ul>{block:Lines}
  448. <li class="person{UserNumber}">{block:Label}
  449. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  450. {/block:Chat}
  451.  
  452. {block:Audio}
  453. <br>
  454. <div class="audio">{AudioPlayerBlack}</div>
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Audio}
  457.  
  458. {block:Video}{Video-500}{/block:Video}
  459.  
  460.  
  461.  
  462.  
  463. {block:Answer}<div id="questions">{Asker} gemeu gostoso: "{Question}"</div>
  464. {Answer}{/block:answer}
  465.  
  466. <div id="cap">
  467. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  469. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  470.  
  471. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  472. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  474. {/block:ContentSource}</div></div>
  475. <br>
  476. <div class="tags"> {block:HasTags}{block:Tags}<a href="{TagURL}" > #{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  477.  
  478. <div id="dda">
  479.  
  480.  
  481. <div style="float:left;" class="tags">
  482. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} . <a href="{ReblogUrl}" target="_blank">rebloga essa <b>porra</b>agora</a>{/block:IndexPage}<br>
  483. {block:RebloggedFrom} criador: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  484. </span>{/block:RebloggedFrom} {block:RebloggedFrom} . rebloguei desse <b>merda:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  485. </div>
  486. </ br>
  487. <br clear="all" /></div></div>
  488.  
  489.  
  490. {/block:Posts}
  491. {block:PostNotes}
  492. <div id="notes"><div id="ntstext">{PostNotes}</div></div>
  493. {/block:PostNotes}
  494.  
  495. </div>
  496. </div>
  497. </div></div></div>
  498. </div></div>
  499.  
  500. </body>
  501. </html>
Advertisement
Add Comment
Please, Sign In to add comment