diariodeumjudas

Theme 16

Jun 29th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 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 | copy you ass bitch !>
  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:descri" content="#fff" />
  16. <meta name="color:entry" content="#fff" />
  17. <meta name="color:borda" content="#000" />
  18. <meta name="color:cred" content="#000" />
  19. <meta name="color:text link" content="#000" />
  20. <meta name="color:text hover" content="#000" />
  21. <meta name="color:bg link" content="#fff" />
  22. <meta name="color:bg hover" content="#fff" />
  23. <meta name="color:Link" content="#000" />
  24. <meta name="color:link h" content="#fff" />
  25.  
  26. <meta name="font:Body" content="verdana" />
  27. <meta name="font:Title" content="Georgia" />
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:sidebar" content="http://25.media.tumblr.com/tumblr_m4jszzqzkn1qiqy8mo1_500.jpg"/>
  31.  
  32. <meta name="text:frased" content="minha frase aqui aqui e aqui" />
  33.  
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 Title" content="link" />
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 Title" content="link" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 Title" content="link" />
  40. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 Title" content="link" />
  42. <meta name="text:Link5" content="" />
  43. <meta name="text:Link5 Title" content="link" />
  44. <meta name="text:Link6" content="" />
  45. <meta name="text:Link6 Title" content="link" />
  46. <meta name="text:Link7" content="" />
  47. <meta name="text:Link7 Title" content="link" />
  48. <meta name="text:Link8" content="" />
  49. <meta name="text:Link8 Title" content="link" />
  50.  
  51.  
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56. </head>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar{width:9px;height:9px;}
  62. ::-webkit-scrollbar-button:start:decrement
  63. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  64. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  65. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  66. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  67.  
  68. body {background-color:{color:background}; font-family: {font:body}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}') }
  69.  
  70. 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}}
  71. a:hover{color:{color:link h}; }
  72.  
  73. p {margin: 6px 0 0 0}
  74.  
  75. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:entry}; padding-left: 5px; }
  76. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:entry};}
  77. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:blockquote}; }
  78. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:blockquote}; }
  79.  
  80. .posts {width: 500px; background-color: {color:entry}; padding: 13px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-bottom: 1px;}
  81. #entry {float: left; margin-left: 320px; margin-top: 16px; margin-bottom: 0px;}
  82.  
  83. .permealink {position:absolute;background-color: {color:entry}; opacity:0; margin-left:514px; color:{color:text}; font-size: 9px; margin-top: -13px; width: 50px; -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;}
  84. .posts:hover .permealink {opacity:1;}
  85. .permealink a {color:{color:text};opacity:1;}
  86.  
  87. h1 {font-family: {font:title}; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  88. h1 a {text-align: center; font-size: 16px; color: {color:link}; font-weight: normal; line-height: 18px;}
  89. h1 a:hover {text-align: center;color: {color:link h}; font-weight: normal; line-height: 18px;}
  90.  
  91. .qquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  92. .qqquote {text-align: center; text-transform: none; margin-bottom: 5px;}
  93. .qqquote a, a:hover{text-transform: none;}
  94.  
  95. .chat {line-height: 12px; list-style: none }
  96. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  97. .person1 {background-color:{color:entry}; color: {color:text}; }
  98. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  99. .person2 {color: {color:text} }
  100. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  101.  
  102. .audio{background-color:black; display:block;}
  103. .audio img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  104.  
  105. #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;}
  106.  
  107. #info a {font-size: 9px;}
  108.  
  109. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  110. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  111.  
  112. #cap {width: 500px; margin-top: -2px;}
  113. .notes {width: 520px; padding: 0px; margin-bottom: 11px; font-size: 9px; text-align: left;margin-top: 0px; margin-left: 0px;}
  114. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  115. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  116. .notes img{display: none; border:0px}
  117. .source {display: none;}
  118.  
  119. #caixinha { margin-top: 3px; background-color: #000; color; #fff; margin-left:-134}
  120. #tumblr_controls{position: fixed!important}
  121. #tumblr_controls{position: fixed!important}
  122. #tumblr_controls{position: fixed!important}
  123. #tumblr_controls{position: fixed!important}
  124.  
  125. #paginal {font-family: verdana; font-size: 8px; text-align: left;}
  126.  
  127. #paginal a {background:{color:entry}; margin: 0 1px 0 0; padding: 4px 5px; color: {color:text}; font-style:bold; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;font-size: 8px; margin-left: 0px; font-family: tinytots}
  128.  
  129. #paginal a:hover {background: {color:entry}; color: {color:text}; font-style:bold; opacity:1.0;}
  130.  
  131. #paginal span.pagina_atual {background: {color:entry}; margin: 0 1px 0 0; padding: 4px 5px;; color:{color:text}; font-weight: bold; text-decoration: none; font-family: tinytots}
  132.  
  133. .askerimg {border-radius:5px; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
  134. .askerimg:hover {border-radius:32px;}
  135.  
  136. .titleask {font-size:9px; font-style:italic;}
  137. .titleask a {font-weight:bold; opacity:0.9;}
  138. .titleask a:hover {opacity:0.5;}
  139.  
  140. .answer {font-size:12px;}
  141.  
  142. .question {font-size:10px;}
  143.  
  144. #s1 {font-family:verdana ;position: fixed;font-size: 15px; margin-left:600px; margin-top: 400px;z-index:999;color: #8b8b8b;}
  145.  
  146. .page {font-family: georgia; position: fixed; margin-left: 180px; margin-top: 500px; font-size: 43px; z-index: 0;}
  147. .page a {color: {color:cred}; margin-right: 0px; background-color: tranparent;}
  148. .page a:hover {color:{color:cred}}
  149.  
  150. #lalala{ float: left; margin-top:50px; margin-left: 106px; position: fixed; overflow: hidden; width: 200px; height: 250px; auto; border: 5px solid {color:borda}; background-color:{color:borda} ; z-index:9 }
  151. #lalala img {margin-top: 0px; margin-left: 0px; width: 200px; height: 250px; auto;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; 0.9 }
  152. #lalala img:hover {opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity:0.7}
  153.  
  154. .descri { float: left; margin-top: 380px; margin-left: 106px; font-size: 10px; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; width: 200px; height: 115px; auto; border: 5px solid transparent; background-color: {color:borda}; color: {color:descri};}
  155.  
  156. .cred {font-family: basket;position: fixed;font-size: 23px; margin-left:290px; margin-top: 280px;z-index:999;color:{color:descri};}
  157.  
  158. #links {margin-top: 311px; margin-left: 145px; position:fixed; background-color:{color:background};}
  159. #links a{height: 7px; display:block; width: 130px; line-height: 6px; font-size:9px; margin-bottom: 1px; text-align: center; font-family: verdana; text-transform: uppercase; color: {color:bg hover} ; background-color: {color:bg link}; -webkit-transition-duration: 0.4s;padding:2px}
  160. #links a:hover{width:130px; letter-spacing: 2px;}
  161.  
  162. #links1 { margin-left: 105px; margin-top:310px; position:fixed; background-color:{color:entry};}
  163. #links1 a {float: left; font-family:georgia; font-style:italic; font-size: 10px; text-align: center; height: 69px; margin-left:1px; width: 36px; background-color: {color:bg link}; color:{color:bg hover};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 91px}
  164. #links1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:; color:; line-height: 15px}
  165.  
  166.  
  167. #links2 { margin-left: 277px; margin-top:310px; position:fixed; background-color:{color:entry};}
  168. #links2 a {float: left; font-family:georgia; font-style:italic; font-size: 10px; text-align: center; height: 69px; margin-left:1px; width: 36px; background-color: {color:bg link}; color:{color:bg hover};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 91px}
  169. #links2 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:; color:; line-height: 15px}
  170.  
  171. .ass {font-size: 11px; font-family: georgia; background-color: {color:borda}; color: {color:descri}; position:fixed; width:202px; padding: 4px; margin-left: 106px; margin-top: 28px; height: autopx; }
  172.  
  173. #nemo {position: fixed; margin-left: 320px; margin-top:-20px; width:527px; font-size: 14px; height:23px;padding-top: 10px;text-align: center; font-family: consolas; line-height: 160%;background-color:{color:text link}; color: {color:text hover}; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;z-index:20}
  174. #titled:hover{}
  175.  
  176. .filme {font-size: 11px; font-family: georgia; background-color: {color:borda}; color: {color:descri}; position:fixed; width:-30px; padding: 4px; margin-left: 312px; margin-top: -28px; height: 525px; autopx; }
  177.  
  178. </style>
  179. <body>
  180.  
  181.  
  182.  
  183. <div id="lalala">
  184. <img src="{image:sidebar}"/>
  185. </div>
  186.  
  187. <div class="descri">{description}</div>
  188. <div class="ass">{title}</div>
  189.  
  190. <div class="filme"></div>
  191.  
  192. <div id="nemo">{text:frased}</div>
  193.  
  194. <div id="links1">
  195. <a href="{text:Link1}">{text:Link1 Title}</a>
  196. </div>
  197.  
  198. <div id="links">
  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. <a href="{text:Link6}">{text:Link6 Title}</a>
  204. <a href="{text:Link7}">{text:Link7 Title}</a>
  205. </div>
  206.  
  207. <div id="links2">
  208. <a href="{text:Link8}">{text:Link8 Title}</a>
  209. </div>
  210.  
  211.  
  212. <div class="cred"> <a href="http://imatu-ro.tumblr.com/" title="theme by imatu-ro. Don't copy BITCH" >©</a></div>
  213.  
  214. <div class="s1">
  215. <div class="page">
  216. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  217.  
  218. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  219. </div></div>
  220.  
  221. <div id="entry">
  222. {block:Posts}
  223. <div class="posts">
  224.  
  225. {block:Text}
  226.  
  227. <span class="permealink">
  228. <a href="{Permalink}">{NoteCount}</a><br>
  229. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  230. {block:RebloggedFrom}{/block:RebloggedFrom}
  231. </span>
  232.  
  233. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  234.  
  235. {/block:Text}
  236.  
  237. {block:Photo}
  238.  
  239. <span class="permealink">
  240. <a href="{Permalink}">{NoteCount}</a><br>
  241. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  242. {block:RebloggedFrom} {/block:RebloggedFrom}
  243. </span>
  244.  
  245. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  246. {block:Caption}{Caption}{/block:Caption}
  247. {/block:Photo}
  248.  
  249. {block:Photoset}
  250.  
  251. <span class="permealink">
  252. <a href="{Permalink}">{NoteCount}</a><br>
  253. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  254. {block:RebloggedFrom} {/block:RebloggedFrom}
  255. </span>
  256.  
  257. {Photoset-500}
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Photoset}
  260.  
  261. {block:Quote}
  262.  
  263. <span class="permealink">
  264. <a href="{Permalink}">{NoteCount}</a><br>
  265. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  266. {block:RebloggedFrom} {/block:RebloggedFrom}
  267. </span>
  268.  
  269. <div class="qquote">“{Quote}”</div>
  270. {block:Source}<div class="qqquote"> ~ {Source}</div>
  271. {/block:Source}
  272.  
  273. {/block:Quote}
  274.  
  275. {block:Link}
  276.  
  277. <span class="permealink">
  278. <a href="{Permalink}">{NoteCount}</a><br>
  279. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  280. {block:RebloggedFrom} {/block:RebloggedFrom}
  281. </span>
  282.  
  283. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  284. {block:Description}{Description}{/block:Description}
  285.  
  286. {/block:Link}
  287.  
  288. {block:Chat}
  289.  
  290. <span class="permealink">
  291. <a href="{Permalink}">{NoteCount}</a><br>
  292. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  293. {block:RebloggedFrom} {/block:RebloggedFrom}
  294. </span>
  295.  
  296. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  297. <div class="chat"><ul>{block:Lines}
  298. <li class="person{UserNumber}">{block:Label}
  299. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  300.  
  301. {/block:Chat}
  302.  
  303. {block:Audio}
  304.  
  305. <span class="permealink">
  306. <a href="{Permalink}">{NoteCount}</a><br>
  307. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  308. {block:RebloggedFrom} {/block:RebloggedFrom}
  309. </span>
  310.  
  311. <div class="player">{AudioPlayerBlack}</div>
  312.  
  313. {/block:Audio}
  314.  
  315. {block:Video}
  316.  
  317. <span class="permealink">
  318. <a href="{Permalink}">{NoteCount}</a><br>
  319. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  320. {block:RebloggedFrom} {/block:RebloggedFrom}
  321. </span>
  322.  
  323. {Video-500}
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:Video}
  326.  
  327.  
  328. {block:Answer}
  329. <table width="100%" style="font-size:12px;">
  330. <tr>
  331. <td width="48"><a href="{AskerURL}" target="_blank"><img width="48" src="{AskerPortraitURL-48}" class="askerimg"></a></td>
  332. <td class="asker" style="padding:10px;"><font class="titleask"><b>{Asker}</b> whispered:</font><div class="question">{Question}</div></td>
  333. </tr>
  334. </table>
  335. <div class="answer">{Answer}</div>
  336. {/block:Answer}
  337.  
  338. <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>
  339.  
  340.  
  341. </div>
  342.  
  343. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  344. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  345. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  346. {/block:ContentSource}</div>
  347.  
  348.  
  349. {/block:Posts}
  350. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  351.  
  352. </div>
  353. </div>
  354. </div>
  355. </div>
  356. </div>
  357. </body>
  358. </html>
  359. </body>
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment