amando-loucos

THEME 26

Sep 9th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 KB | None | 0 0
  1. <!--
  2. Por esb0rnia / base de amargar -->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#f8f8f8" />
  8. <meta name="color:link" content="#000000" />
  9. <meta name="color:text" content="#000000" />
  10. <meta name="color:post" content="#ffffff" />
  11. <meta name="color:sidebar" content="#ffffff" />
  12. <meta name="color:scrollbar" content="#000" />
  13. <meta name="color:lhover" content="#555555" />
  14. <meta name="color:bglinks" content="#fff" />
  15. <meta name="color:links" content="#000" />
  16. <meta name="color:bglinkshover" content="#fff" />
  17. <meta name="color:linkshover" content="#999" />
  18. <meta name="color:bgtitle" content="#999" />
  19. <meta name="color:title" content="#999" />
  20.  
  21. <meta name="image:background" content="" />
  22. <meta name="image:sidebar" content="" />
  23.  
  24.  
  25.  
  26. <meta name="if:Show tags" content="1"/>
  27.  
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="um" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="dois" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="tres" />
  34. <meta name="text:Link4" content="" />
  35. <meta name="text:Link4 Title" content="quatro" />
  36. <meta name="text:Link5" content="" />
  37. <meta name="text:Link5 Title" content="cinco" />
  38.  
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}
  44. <meta name="Description" content="{MetaDescription}" />
  45. {/block:Description}
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  52.  
  53. a {color: {color:link}; text-decoration: none; text-transform: none;}
  54. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  55.  
  56. p {margin: 6px 0 0 0}
  57.  
  58. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  59. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  60. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  61. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  62.  
  63. blockquote img{max-width: 280px!important}
  64. blockquote blockquote img{max-width: 280px!important}
  65. blockquote blockquote blockquote img{max-width: 280px!important}
  66. blockquote blockquote blockquote blockquote img{max-width: 280px!important}
  67.  
  68.  
  69. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  70.  
  71. #entry {float: left; margin-left: 207px;}
  72.  
  73. .posts {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: georgia; font-size: 10px; position: relative;}
  74.  
  75. h1 {font-family: georgia; text-align: center; font-size: 11px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  76. h1 a {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  77. h1 a:hover {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  78.  
  79. .image {text-align: center; border: 0px}
  80. .image img {max-width: 400px; margin-bottom: 0px }
  81.  
  82. .pquote {font-family: calibri; text-align: justify; font-weight: italic; font-size: 12px; line-height: 15px; padding: 3px;}
  83. .pquotesource {text-align: center; text-transform:none; margin-bottom: 5px;}
  84. .pquotesource a, a:hover{text-transform: none;}
  85.  
  86. .chat {line-height: 13px; list-style: none }
  87. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  88. .person1 {color: {color:text}; padding: 2px; }
  89. .person1 .label {font-weight: bold; color:{color:text}}
  90. .person2 {color: {color:text}; padding: 2px; }
  91. .person2 .label {font-weight: bold; color:{color:text}}
  92.  
  93. .player {background-color: #000; text-align: left; display:block;}
  94.  
  95. .question {
  96. color:{color:text};
  97. font-size: 11px;
  98. font-weight: normal;
  99. font-family: calibri;
  100. line-height:95%;
  101. background: {color:background};
  102. position: relative;
  103. min-height:70px;
  104. padding:10px 15px;
  105. margin-bottom:2px;
  106. margin-right:-10px;}
  107.  
  108. .questionarrow {
  109. font-size:30px;
  110. color:{color:background};
  111. vertical-align:middle;
  112. margin-left:-5px!important;}
  113.  
  114.  
  115. .asker {width:280px; text-align:right; text-transform:lowercase; color:{color:text};}
  116. .asker a {color:{color:text};}
  117. .asker img {float:left; margin-left:270px; vertical-align:top; margin-right:3px; max-height:1px;}
  118.  
  119. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  120. .asking a{color:{color:text};}
  121. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  122.  
  123. .arrow {padding-top:11px; color:{color:question background}; font-size:25px;}
  124.  
  125.  
  126. .answer {color:{color:answer};}
  127.  
  128. .creditoaokaique {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  129. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  130.  
  131. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  132. #info a {font-size: 10px; text-transform: uppercase;}
  133.  
  134. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  135. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  136.  
  137. #cap {width: 280px; margin-top: -2px;}
  138. .source {display: none;}
  139.  
  140. .notes {width: 280px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  141. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  142. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  143. .notes img{display: none; border:0px}
  144.  
  145. #siddd {position: fixed; margin: 0px 0px 0px -436px;}
  146.  
  147.  
  148.  
  149. #sidebar{text-align: justify; font-size: 9px; font-family: georgia; position: relative; margin-left: 450px; width: 170px; height: auto; background-color: {color:sidebar}; color: {color:text}; padding: 4px; margin-top: 0px; background-attachment: fixed; z-index:36}
  150.  
  151. #title{text-align: center; font-size:11px; font-family:calibri; position: fixed; margin-left: 450px; width: 609px; height: auto; background-color: {color:bgtitle}; color: {color:title}; padding: 2px; margin-top: 0px; background-attachment: fixed; z-index:7; text-transform:uppercase; margin-top: -20px;}
  152.  
  153.  
  154.  
  155.  
  156. .links3 {position: absolute; width:35px; margin-left:450px; margin-top:190px; padding: 0px; text-align: center; z-index:3;}
  157. .links3 a {float: left; display: block; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-align: center; padding:0px; margin-right: 1px; margin-bottom:1px; width: 180px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:8px;}
  158. .links3 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  159.  
  160. #pic {margin-top:0px;width:160px; height:auto;padding:4px;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  161. #pic img{width:160px;height:auto;}
  162. #pic img:hover {-webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;} .preto:hover {-webkit-filter: grayscale(0);-webkit-filter: grayscale(0); -moz-filter: grayscale(0);filter: none; filter: grayscale(0);}
  163.  
  164. #textsid {margin-left:0px; margin-top:-4px; margin-bottom:1px; margin-right:0px; font-family: tahoma; font-size:10px; width:auto; text-align: center;}
  165.  
  166. #creditos {text-align:left; font-family: calibri; font-size:8px; margin-bottom:2px; margin-right:2px; right: 2px; bottom:2px; padding:10px; color:{color:txt}; padding:5px; position:fixed;}
  167. #creditos a { text-transform: uppercase; padding: 3px; background-color: #000000; color:#ffffff;font-family: 'calibri'; font-size:9px; }
  168.  
  169. #pagination {font-family:calibri; text-align:center; font-size:19px; margin-left:573px;margin-top:2px; margin-bottom:2px; text-transform:none}
  170.  
  171. ::-webkit-scrollbar{width:7px;height:0px;}
  172. ::-webkit-scrollbar-button:start:decrement
  173. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  174. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  175. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  176. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  177.  
  178. #tumblr_controls{position: fixed!important}
  179. #tumblr_controls{position: fixed!important}
  180. #tumblr_controls{position: fixed!important}
  181. #tumblr_controls{position: fixed!important}
  182.  
  183. </style>
  184.  
  185. <body>
  186.  
  187.  
  188.  
  189. <div id="container">
  190. <div id="siddd">
  191.  
  192. <div id="title"><div id="textside">{title}
  193.  
  194. </div></div>
  195.  
  196.  
  197. <div class="links3">
  198. <a href="{text:Link1}">{text:Link1 Title}</a>
  199. <a href="{text:Link2}">{text:Link2 Title}</a>
  200. <a href="{text:Link3}">{text:Link3 Title}</a>
  201. <a href="{text:Link4}">{text:Link4 Title}</a>
  202. <a href="{text:Link5}">{text:Link5 Title}</a>
  203. </div>
  204.  
  205. <div id="sidebar">
  206.  
  207. <div id="pic"><img src="{image:sidebar}"></div>
  208.  
  209. </div>
  210.  
  211. <div id="description"><div id="textside">{description}
  212. </div></div>
  213.  
  214.  
  215. <div id="masoq"><center></a></center>
  216.  
  217. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}</div>
  218. </div>
  219.  
  220. <div id="creditos"><a href="http://esb0rnia.tumblr.com/" title="por esb0rnia">ESB0RNIA</a></div>
  221.  
  222. </div>
  223.  
  224. <div id="entry">
  225.  
  226. {block:Posts}
  227. <div class="posts">
  228.  
  229. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  230.  
  231. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  232.  
  233. {block:Photoset}{Photoset-400}{/block:Photoset}
  234.  
  235. {block:Quote}
  236. <div class="pquote">“{Quote}”</div>
  237. {block:Source}<div class="pquotesource"> — {Source}</div>
  238. {/block:Source}
  239. {/block:Quote}
  240.  
  241. {block:Link}
  242. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  243. {block:Description}{Description}{/block:Description}
  244. {/block:Link}
  245.  
  246. {block:Chat}
  247. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  248. <div class="chat"><ul>{block:Lines}
  249. <li class="person{UserNumber}">{block:Label}
  250. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  251. {/block:Chat}
  252.  
  253. {block:Audio}
  254. <div class="player">{AudioPlayerBlack}</div>
  255. {block:Caption}{Caption}{/block:Caption}
  256. {/block:Audio}
  257.  
  258. {block:Video}{Video-400}{/block:Video}
  259.  
  260.  
  261. {block:Answer}
  262. <table width="400px" cellspacing="0" cellpadding="0">
  263. <tr>
  264. <td width="400px" class="question">{Question}</td>
  265. <td width="30px"><span class="questionarrow">◤</span></td>
  266. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  267. </tr>
  268. </table>
  269. <div class="answer">{Answer}</div>
  270. {/block:answer}
  271.  
  272.  
  273. <div id="cap">
  274. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  275. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  276. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  277.  
  278. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  279. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  280. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  281. {/block:ContentSource}</div></div>
  282. <br>
  283.  
  284. <div class="creditoaokaique">
  285. {block:Date}<div id="info">
  286. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  287. </div></center>{/block:IfShowTags}{/block:Date}</div>
Advertisement
Add Comment
Please, Sign In to add comment