diariodeumjudas

Theme 10

May 24th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 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 by DIARIODEUMJUDAS don't copy !>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:Background" content="#f3f3f3" />
  14. <meta name="color:text" content="#000" />
  15. <meta name="color:entry" content="#fff" />
  16. <meta name="color:borda" content="#000" />
  17. <meta name="color:text link" content="#000" />
  18. <meta name="color:bg link" content="#fff" />
  19. <meta name="color:bg hover" content="#fff" />
  20. <meta name="color:text hover" content="#000" />
  21. <meta name="color:Link" content="#000" />
  22. <meta name="color:link h" content="#441a19" />
  23.  
  24. <meta name="font:Body" content="verdana" />
  25. <meta name="font:Title" content="Georgia" />
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:icon" content="http://25.media.tumblr.com/tumblr_m469etTxjs1qiqy8mo1_500.jpg"/>
  29.  
  30. <meta name="text:frase" content="who said it was easy for us?
  31. " />
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="link" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="link" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="link" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="link" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="link" />
  43. <meta name="text:Link6" content="" />
  44. <meta name="text:Link6 Title" content="link" />
  45. <meta name="text:Link7" content="" />
  46. <meta name="text:Link7 Title" content="link" />
  47. <meta name="text:Link8" content="" />
  48. <meta name="text:Link8 Title" content="link" />
  49.  
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. </head>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar{width:9px;height:9px;}
  60. ::-webkit-scrollbar-button:start:decrement
  61. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  62. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  63. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  64. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  65.  
  66. body {background-color:{color:background}; font-family: {font:body}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}') }
  67.  
  68. a:link, a:active, a:visited{; text-decoration:none; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;color: {color:link}}
  69. a:hover{color:{color:link h}; }
  70.  
  71. p {margin: 6px 0 0 0}
  72.  
  73. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:entry}; padding-left: 5px; }
  74. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:entry};}
  75. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:blockquote}; }
  76. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:blockquote}; }
  77.  
  78. .posts {width: 500px; background-color: {color:entry}; padding: 13px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-bottom: 1px;}
  79. #entry {float: left; margin-left: 429px; margin-top: 0px; margin-bottom: 0px;}
  80.  
  81. .permealink {position:absolute;background-color: {color:entry}; opacity:0; margin-left:514px; color:{color:text}; font-size: 9px; margin-top: -13px; width: 90px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-align: left; padding: 4px;}
  82. .posts:hover .permealink {opacity:1;}
  83. .permealink a {color:{color:text};opacity:1;}
  84.  
  85. h1 {font-family: {font:title}; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  86. h1 a {text-align: center; font-size: 16px; color: {color:link}; font-weight: normal; line-height: 18px;}
  87. h1 a:hover {text-align: center;color: {color:link h}; font-weight: normal; line-height: 18px;}
  88.  
  89. .qquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  90. .qqquote {text-align: center; text-transform: none; margin-bottom: 5px;}
  91. .qqquote a, a:hover{text-transform: none;}
  92.  
  93. .chat {line-height: 12px; list-style: none }
  94. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  95. .person1 {background-color:{color:entry}; color: {color:text}; }
  96. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  97. .person2 {color: {color:text} }
  98. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  99.  
  100. .audio{background-color:black; display:block;}
  101. .audio img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  102.  
  103. #info {background-color:{color:entry}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; -webkit-transition:1s;}
  104.  
  105. #info a {font-size: 9px;}
  106.  
  107. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  108. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  109.  
  110. #cap {width: 500px; margin-top: -2px;}
  111. .notes {width: 520px; padding: 0px; margin-bottom: 11px; font-size: 9px; text-align: left;margin-top: 0px; margin-left: 0px;}
  112. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  113. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  114. .notes img{display: none; border:0px}
  115. .source {display: none;}
  116.  
  117. #caixinha { margin-top: 3px; background-color: #000; color; #fff; margin-left:-134}
  118. #tumblr_controls{position: fixed!important}
  119. #tumblr_controls{position: fixed!important}
  120. #tumblr_controls{position: fixed!important}
  121. #tumblr_controls{position: fixed!important}
  122.  
  123. #paginal {font-family: verdana; font-size: 8px; text-align: left;}
  124.  
  125. #paginal a {background:{color:entry}; margin: 0 2px 0 0; padding: 2px 5px; color: {color:text}; font-style:bold; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;font-size: 8px; margin-left: 0px}
  126.  
  127. #paginal a:hover {background: {color:entry}; color: {color:text}; font-style:bold; opacity:1.0;}
  128.  
  129. #paginal span.pagina_atual {background: {color:entry}; margin: 0 1px 0 0; padding: 2px 5px;; color:{color:border}; font-weight: none; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  130.  
  131. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  132. #asker a {font-size: 11px}
  133. .answer {padding: 2px}
  134. .answer img {max-width: 470px;}
  135.  
  136. #simg {margin-left:264px; margin-top:18px; position:fixed}
  137. #simg img {width: 146px; height:190px; auto; text-align:center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border:0px solid {color:entry}; padding: 3px; background-color: {color:entry};}
  138. #simg img:hover { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  139.  
  140. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  141.  
  142. .sim {margin-left:264px; margin-top:18px; position:fixed; width: 146px; height: 190px; auto; text-align:center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding: 3px; background-color: {color:entry};font-size:150px; color: {color:text}; opacity: 0.0 }
  143. .sim:hover {opacity: 0.3}
  144.  
  145. #sid4 {position: fixed; margin-top:210px; margin-left:190px; width: 200px; height:autopx; background-color: #trans; color: {color:text}; font-size:9px; text-align:center; padding: 4px}
  146.  
  147. #credit {text-align: justify; overflow: hidden; height:5px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 8px; font-family: tinytots; position: fixed; margin-left: 145px; width: 262px; background-color: {color:entry}; color: {color:text}; padding: 5px; margin-top: 2px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: uppercase;}
  148.  
  149. .links1 {position: fixed; width: 100px; margin-top: 18px; text-align: center; margin-left: 145px;}
  150. .links1 a {float: left;display: block;width: 110px; height: 11px; line-height: 13px;padding: 4px; font-family: verdana; font-size: 9px; text-align: center; color: {color:text link}; background-color: {color:bg link}; text-decoration: none; text-transform: lowercase; letter-spacing: 0px;margin-right: 1px; margin-bottom: 1px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 1.0s ease-out;}
  151. .links1 a:hover { color:{color:text hover};letter-spacing: 0px; font-weight: normal; }
  152.  
  153. .tititica2 {position: fixed; background-color:{color:entry}; font-family: calibri; font-size:11px; width:116px; font-style: none; color: {color:text}; height:31px; padding: 1px; text-align: center; margin-top: 179px; margin-left: 145px;}
  154.  
  155.  
  156. </style>
  157. <body>
  158.  
  159. <div id="simg"><img src="{image:icon}"></div>
  160.  
  161. </div>
  162.  
  163. <div class="links1">
  164. <a href="{text:Link1}">{text:Link1 Title}</a>
  165. <a href="{text:Link2}">{text:Link2 Title}</a>
  166. <a href="{text:Link3}">{text:Link3 Title}</a>
  167. <a href="{text:Link4}">{text:Link4 Title}</a>
  168. <a href="{text:Link5}">{text:Link5 Title}</a>
  169. <a href="{text:Link6}">{text:Link6 Title}</a>
  170. <a href="{text:Link7}">{text:Link7 Title}</a>
  171. <a href="{text:Link8}">{text:Link8 Title}</a>
  172. </div>
  173.  
  174. <div class="sim">†</div>
  175.  
  176. <div class="tititica2">{text:frase}</div>
  177.  
  178. <div id="sid4"> <div id="paginal"><center>{block:JumpPagination length="6"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</center></div></div>
  179. </div>
  180.  
  181. <div id="credit"><center>Theme by <a href="http://imatu-ro.tumblr.com/">imatu-ro</a> don't copy</center></div>
  182. </div>
  183. </div></center>
  184.  
  185. <div id="entry">
  186. {block:Posts}
  187. <div class="posts">
  188.  
  189. {block:Text}
  190.  
  191. <span class="permealink">
  192. <a href="{Permalink}">{NoteCount}</a><br>
  193. <a href="{Permalink}">{TimeAgo}</a> <br>
  194. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  195. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  196. </span>
  197.  
  198. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  199.  
  200. {/block:Text}
  201.  
  202. {block:Photo}
  203.  
  204. <span class="permealink">
  205. <a href="{Permalink}">{NoteCount}</a><br>
  206. <a href="{Permalink}">{TimeAgo}</a> <br>
  207. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  208. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  209. </span>
  210.  
  211. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  212. {block:Caption}{Caption}{/block:Caption}
  213. {/block:Photo}
  214.  
  215. {block:Photoset}
  216.  
  217. <span class="permealink">
  218. <a href="{Permalink}">{NoteCount}</a><br>
  219. <a href="{Permalink}">{TimeAgo}</a> <br>
  220. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  221. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  222. </span>
  223.  
  224. {Photoset-500}
  225. {block:Caption}{Caption}{/block:Caption}
  226. {/block:Photoset}
  227.  
  228. {block:Quote}
  229.  
  230. <span class="permealink">
  231. <a href="{Permalink}">{NoteCount}</a><br>
  232. <a href="{Permalink}">{TimeAgo}</a> <br>
  233. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  234. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  235. </span>
  236.  
  237. <div class="qquote">“{Quote}”</div>
  238. {block:Source}<div class="qqquote"> ~ {Source}</div>
  239. {/block:Source}
  240.  
  241. {/block:Quote}
  242.  
  243. {block:Link}
  244.  
  245. <span class="permealink">
  246. <a href="{Permalink}">{NoteCount}</a><br>
  247. <a href="{Permalink}">{TimeAgo}</a> <br>
  248. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  249. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  250. </span>
  251.  
  252. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  253. {block:Description}{Description}{/block:Description}
  254.  
  255. {/block:Link}
  256.  
  257. {block:Chat}
  258.  
  259. <span class="permealink">
  260. <a href="{Permalink}">{NoteCount}</a><br>
  261. <a href="{Permalink}">{TimeAgo}</a> <br>
  262. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  263. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  264. </span>
  265.  
  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.  
  271. {/block:Chat}
  272.  
  273. {block:Audio}
  274.  
  275. <span class="permealink">
  276. <a href="{Permalink}">{NoteCount}</a><br>
  277. <a href="{Permalink}">{TimeAgo}</a> <br>
  278. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  279. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  280. </span>
  281.  
  282. <div class="player">{AudioPlayerBlack}</div>
  283.  
  284. {/block:Audio}
  285.  
  286. {block:Video}
  287.  
  288. <span class="permealink">
  289. <a href="{Permalink}">{NoteCount}</a><br>
  290. <a href="{Permalink}">{TimeAgo}</a> <br>
  291. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  292. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  293. </span>
  294.  
  295. {Video-500}
  296. {block:Caption}{Caption}{/block:Caption}
  297. {/block:Video}
  298.  
  299.  
  300. {block:Answer}
  301. <span class="permealink">
  302. <a href="{Permalink}">{NoteCount}</a><br>
  303. <a href="{Permalink}">{TimeAgo}</a> <br>
  304. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  305. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  306. </span>
  307.  
  308. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  309. <div class="answer">{Answer}</div>
  310. {/block:answer}
  311.  
  312. <div class="tags">{block:HasTags} <br><br><b>tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  313.  
  314.  
  315. </div>
  316.  
  317. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  318. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  319. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  320. {/block:ContentSource}</div>
  321.  
  322.  
  323. {/block:Posts}
  324. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  325.  
  326. </div>
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331. </body>
  332. </html>
  333. </body>
  334. </html>
Advertisement
Add Comment
Please, Sign In to add comment