amando-loucos

THEME 48

Jul 16th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#aaaaaa"/>
  13. <meta name="color:hover" content="#aaaaaa"/>
  14. <meta name="color:Link" content="#717581"/>
  15. <meta name="color:sblinks" content="#cccccc"/>
  16. <meta name="color:linkhover" content="#f1f1f1"/>
  17. <meta name="color:scrollbar" content="#f1f1f1"/>
  18. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  19. <meta name="color:titulo" content="#f1f1f1"/>
  20. <meta name="color:link sidebar" content="#f1f1f1"/>
  21. <meta name="color:link sidebar bg" content="#f1f1f1"/>
  22.  
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Side" content="http://24.media.tumblr.com/3dd90bd509744858cf29089254336bc5/tumblr_mojlrbztvZ1s01cb0o1_500.jpg"/>
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="/" />
  32. <meta name="text:Link3 Title" content="" />
  33. <meta name="text:Link4" content="/" />
  34. <meta name="text:Link4 Title" content="" />
  35. <meta name="text:Link5" content="/" />
  36. <meta name="text:Link5 Title" content="" />
  37. <meta name="text:Link6" content="/" />
  38. <meta name="text:Link6 Title" content="" />
  39. <meta name="text:titulo" content="is a nightmare" />
  40.  
  41. <meta name="if:Rolagem infinita" content="1"/>
  42. </head>
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {
  47. background-color:{color:scrollbar};
  48. height:5px;}
  49. ::-webkit-scrollbar-thumb:horizontal {
  50. background-color:{color:scrollbar};
  51. height:5px!important;}
  52. ::-webkit-scrollbar {
  53. background-color:{color:scrollbg};
  54. height:5px;
  55. width:6px;}
  56. body {background:{color:background}; margin:0px; color:{color:text}; font-family:calibri; font-size:12px; line-height:100%;}
  57.  
  58. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:link}; padding:1px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  59.  
  60. a:hover {color: {color:link hover};text-decoration:none;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  61.  
  62. blockquote {padding-left:7px; margin:2px; border-left:5px solid {color:text};
  63. }
  64.  
  65. h1 {font-weight:normal;font-size:12px;text-align:center;font-style:normal;line-height:80%;letter-spacing:1px;
  66. color:{color:text};
  67. }
  68.  
  69. h1 a {-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  70.  
  71. h1 a:hover {font-style:italic;font-size:15px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  72.  
  73. h2 {font-size:15px;text-align:center;line-height:100%;letter-spacing:-0.5px; color:{color:text};font-weight:normal; padding:5px; padding-bottom:2px;
  74. }
  75.  
  76. h3 a:hover{
  77. background-color:transparent
  78. }
  79. #container {width: 500px; margin:50px auto: 50px auto;}
  80.  
  81. #entry {float:left; margin-left:390px; margin-top:10px; width:500px;}
  82.  
  83. .posts {width: 500px; background-color: {color:post}; padding: 5px; text-align: justify; margin-bottom:2px; position: relative; font-family:cambria; font-size:11px;}
  84.  
  85. h1 {font-family:cambria; font-size: 11px; line-height: 13px; text-align: center; font-weight: normal;margin-bottom: 2px;}
  86. h1 a {color: {color:link};}
  87.  
  88. .image img {max-width: 500px;margin-bottom: 2px }
  89.  
  90. .quote {font-family:calibri; text-align: left; font-size: 14px; line-height:15px; padding: 3px; border-top: 0px solid #eee;}
  91. .quotesource {text-align: center; text-transform: none; margin-bottom: 7px;font-family:consolas; font-size: 9px}
  92.  
  93. .chat {line-height: 13px; list-style: none }
  94. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  95. .person1 {color: {color:text}; padding: 1px; }
  96. .person1 .label {font-weight: bold; color:{color:text}}
  97. .person2 {color: {color:text}; padding: 1px; }
  98. .person2 .label {font-weight: bold; color:{color:text}}
  99.  
  100. .player {background-color: #000; text-align: left; display:block;}
  101.  
  102.  
  103. #asker {padding: 1px; font-family:cambria; border-bottom:1px solid #eee; text-align: justify; background-color: {color:background}; font-size:10px; }
  104. .answer {padding: 2px; font-size:10px;}
  105. .answer img {max-width: 400px;}
  106.  
  107.  
  108.  
  109. #info {background-color:{color:entry}; text-align:center; margin-top:-30px; font-size:10px; font-family:cambria;font-style:italic; letter-spacing:0px; text-transform: lowercase; line-height:11px; z-index: 11; padding:4px; border-top:px solid #eee; border-bottom:px solid; margin-left:0px; width: 490px; margin-bottom:-7px;}
  110. #info a {font-size:10px; text-transform: lowercase;}
  111.  
  112. .posts:hover .tags{opacity:0.8;}
  113. .tags {position:absolute; width:150px; text-align:left; font: 9px cambria; font-style:italic; text-transform: lowercase; margin-left:515px; -webkit-transition-duration: 0.4s; opacity:0;}
  114. .tags a {font-size: 11px; text-transform: lowercase;}
  115.  
  116. #cap {width: 500px; margin-top: 2px;}
  117. .source {display: none;}
  118.  
  119. .notes {width:520px; padding:0px; text-transform:uppercase; margin-top:1px; margin-bottom:1px; font-size:11px; text-align:center}
  120. ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; z-index:11;}
  121. ol.notes li {background-color:{color:post};margin-bottom:1px; padding:5px;}.notes img{display:none; border:0px}
  122. .notes a {font-size:10px; text-transform: uppercase;}
  123.  
  124.  
  125.  
  126. #sidebar { width:130px; position:fixed; margin-left:250px; margin-top:150px; opacity:1; }
  127.  
  128. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  129.  
  130. #sidebarimage img { width:130px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;border-radius:000px 000px 000px 000px; }
  131. #sidebarimage img:hover { -webkit-transition: all 0.5s ease;opacity:0.6 }
  132.  
  133. #links {background-color:{color:link sidebar bg}; text-align:right;text-align:right;font-size:9px;font-family: calibri;color:{color:link sidebar}; margin-top:0px; margin-left:0px; width:130px; opacity:1; margin-top:5px; }
  134.  
  135. #links a {height: auto;font-size:10px; letter-spacing:px; font-family: calibri; font-style:; text-transform:; text-decoration:none; font-style: ; text-align:right; display:block; color:{color:link sidebar} ;text-align:right;}
  136.  
  137. #links a:hover {text-transform:uppercase ;}
  138.  
  139.  
  140.  
  141.  
  142. #corassaum {position:fixed;font-size:12.4px;color:#fff;margin-top:120px;left:206px;z-index:1}
  143.  
  144. #question {
  145. font-size: 10px;
  146. color:{color:text};
  147. background-color:#e8e8e8;
  148. padding:10px;
  149. margin-bottom:0px;
  150. width:480px;
  151. }
  152.  
  153. .askerimg{
  154. width:460px;
  155. font-size:20px;
  156. font-style:italic;
  157. font-weight:bold;
  158. }
  159.  
  160.  
  161. {CustomCSS}
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. #barbie {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:11px;font-family: georgia; position: fixed; margin-left:245px; width: 130px; color: {color:titulo};padding: 7px; margin-top:130px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 14px; opacity:0.9; font-style:italic; }
  169.  
  170.  
  171.  
  172.  
  173. </style>
  174.  
  175. <body>
  176.  
  177.  
  178. <div id="barbie"><left>{text:titulo}</center></a></div>
  179.  
  180.  
  181.  
  182. <div id="sidebar">
  183. <div id="sidebarimage"><img src="{image:Side}"></div>
  184. <div id="links">
  185. <a href="{text:link1}"><b>{text:link1 title}</b></a>
  186. <a href="{text:link2}"><em>{text:link2 title}</em></a>
  187. <a href="{text:link3}"><b>{text:link3 title}</b></a>
  188. <a href="{text:link4}"><em>{text:link4 title}</em></a>
  189. <a href="{text:link5}"><b>{text:link5 title}</b></a>
  190. <a href="{text:link6}"><em>{text:link6 title}</em></a>
  191.  
  192. </div>
  193.  
  194. </div>
  195.  
  196.  
  197.  
  198. <div id="paginacao">
  199. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  200. </div>
  201.  
  202.  
  203. <div style="margin-left: 0px; font-family: cambria; font-style:italic; letter-spacing:0px; line-height:11px; margin-top: 550px; position:fixed"><a href="http://abbused.tumblr.com">▲abbused▽</a></div>
  204.  
  205.  
  206. <div id="entry">
  207. <div class="autopagerize_page_element">
  208.  
  209. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  210. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  211.  
  212.  
  213. {block:Posts}
  214. <div class="posts">
  215.  
  216. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  217.  
  218. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  219.  
  220. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  221.  
  222. {block:Photoset}{Photoset-450}{/block:Photoset}
  223.  
  224. {block:Quote}
  225. <div class="quote">“{Quote}”</div>
  226. {block:Source}<div class="quotesource">
  227. <b>{Source}</b></div>
  228. {/block:Source}
  229. {/block:Quote}
  230.  
  231. {block:Link}
  232. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  233. {block:Description}{Description}{/block:Description}
  234. {/block:Link}
  235.  
  236. {block:Chat}
  237. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  238. <div class="chat"><ul>{block:Lines}
  239. <li class="person{UserNumber}">{block:Label}
  240. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  241. {/block:Chat}
  242.  
  243. {block:Audio}
  244. <div class="player">{AudioPlayerBlack}</div>
  245. {block:Caption}{Caption}{/block:Caption}
  246. {/block:Audio}
  247.  
  248. {block:Video}{Video-400}{/block:Video}
  249.  
  250.  
  251. {block:Answer}
  252. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  253. <div class="answer">{Answer}</div>
  254. {/block:Answer}
  255.  
  256. <div id="photoset">
  257. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  258. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  259. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  260.  
  261.  
  262. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  263. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  264. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  265. {/block:ContentSource}</div></div>
  266. <br>
  267.  
  268. <br>
  269.  
  270. {block:Date}<div id="info">
  271.  
  272. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> · {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"> <a href="{ReblogParentURL}">rebg dele</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">dono</a>{/block:ContentSource} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblogue essa merda</a>{/block:IndexPage}</center> </div>{block:ifNotHiddenTags}{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifNotHiddenTags}{/block:Date}
  273. </div>
  274.  
  275. {/block:Posts}
  276. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  277.  
  278.  
  279.  
  280.  
  281.  
  282. </div>
  283. </div>
  284. </div>
  285. </body>
  286.  
  287.  
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment