suicideofminds

Theme 10

Apr 8th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <script type=”text/javascript”>
  4.  
  5. //desabilita menu de opcoes ao clicar no botao direito
  6.  
  7. function desabilitaMenu(e)
  8.  
  9. {
  10.  
  11. if (window.Event)
  12.  
  13. {
  14.  
  15. if (e.which == 2 || e.which == 3)
  16.  
  17. return false;
  18.  
  19. }
  20.  
  21. else
  22.  
  23. {
  24.  
  25. event.cancelBubble = true
  26.  
  27. event.returnValue = false;
  28.  
  29. return false;
  30.  
  31. }
  32.  
  33. }
  34.  
  35. //desabilita botao direito
  36.  
  37. function desabilitaBotaoDireito(e)
  38.  
  39. {
  40.  
  41. if (window.Event)
  42.  
  43. {
  44.  
  45. if (e.which == 2 || e.which == 3)
  46.  
  47. return false;
  48.  
  49. }
  50.  
  51. else
  52.  
  53. if (event.button == 2 || event.button == 3)
  54.  
  55. {
  56.  
  57. event.cancelBubble = true
  58.  
  59. event.returnValue = false;
  60.  
  61. return false;
  62.  
  63. }
  64.  
  65. }
  66.  
  67. //desabilita botao direito do mouse
  68.  
  69. if ( window.Event )
  70.  
  71. document.captureEvents(Event.MOUSEUP);
  72.  
  73. if ( document.layers )
  74.  
  75. document.captureEvents(Event.MOUSEDOWN);
  76.  
  77. document.oncontextmenu = desabilitaMenu;
  78.  
  79. document.onmousedown = desabilitaBotaoDireito;
  80.  
  81. document.onmouseup = desabilitaBotaoDireito;
  82.  
  83. </script>
  84. <script>
  85. function bloqueio()
  86. {alert(mensagem);}
  87. document.onkeydown=bloqueio;
  88. </script>
  89. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  90.  
  91. <!-- DEFAULT VARIABLES -->
  92. <meta name="color:background" content="#fff" />
  93. <meta name="color:link" content="#000000" />
  94. <meta name="color:linkhover" content="#000000" />
  95. <meta name="color:text" content="#000000" />
  96. <meta name="color:post" content="#ffffff" />
  97. <meta name="color:sidebar" content="#ffffff" />
  98. <meta name="color:scroll" content="#000000" />
  99. <meta name="color:textdescrip" content="#000000" />
  100. <meta name="image:background" content="" />
  101. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m24u6giXHt1rpw6aho1_500.jpg" />
  102. <meta name="color:bglinks" content="#ffffff" />
  103. <meta name="color:bglinkshover" content="#000000" />
  104. <meta name="color:links" content="#000000" />
  105. <meta name="color:linkshover" content="#ffffff" />
  106. <meta name="color:borda" content="#000000" />
  107. <meta name="text:frase" content="You left" />
  108. <meta name="text:frase2" content="my heart." />
  109. <meta name="text:Link1" content="/" />
  110. <meta name="text:Link1 Title" content="link 1" />
  111. <meta name="text:Link2" content="/" />
  112. <meta name="text:Link2 Title" content="link 2" />
  113. <meta name="text:Link3" content="/" />
  114. <meta name="text:Link3 Title" content="link 3" />
  115. <meta name="text:Link4" content="/" />
  116. <meta name="text:Link4 Title" content="link 4" />
  117. <meta name="text:Link5" content="/" />
  118. <meta name="text:Link5 Title" content="link 5" />
  119. <meta name="text:Link6" content="/" />
  120. <meta name="text:Link6 Title" content="link 6" />
  121. <meta name="text:Link7" content="/" />
  122. <meta name="text:Link7 Title" content="link 7" />
  123. <meta name="text:Link8" content="/" />
  124. <meta name="text:Link8 Title" content="link 8" />
  125. <title>{Title}</title>
  126. <link rel="shortcut icon" href="{Favicon}">
  127. <link rel="alternate" type="application/rss+xml" href="{Rss}">
  128. {block:Description}
  129. <meta name="description" content="{MetaDescription}" />
  130. {/block:Description}
  131. <style type="text/css">
  132. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  133. a {color: {color:link}; text-decoration: none; text-transform: none;}
  134. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  135. p {margin: 6px 0 0 0}
  136. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  137. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  138. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  139. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  140. blockquote img{max-width: 470px!important}
  141. blockquote blockquote img{max-width: 450px!important}
  142. blockquote blockquote blockquote img{max-width: 430px!important}
  143. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  144. #tudo {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  145. #oquevemnadireita {float: left; margin-left: 364px; margin-top: 25px}
  146. .oioioi {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  147.  
  148. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  149. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  150. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  151.  
  152. .image {text-align: center; border: 0px}
  153. .image img {max-width: 500px; margin-bottom: 2px }
  154.  
  155. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  156. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  157. .oiqqtts a, a:hover{text-transform: none;}
  158.  
  159. .chat {line-height: 13px; list-style: none }
  160. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  161. .person1 {color: {color:text}; padding: 2px; }
  162. .person1 .label {font-weight: bold; color:{color:text}}
  163. .person2 {color: {color:text}; padding: 2px; }
  164. .person2 .label {font-weight: bold; color:{color:text}}
  165.  
  166. .player {background-color: #000; text-align: left; display:block;}
  167.  
  168. .question{background: {color:Accent}; font-size: 10px; font-weight:bold; color: {color:Font}; padding: 10px;}
  169. .asker {width: 480px; background-color: {color:background}; color:{color:text};
  170. padding: 10px}
  171. .asker img{float: left; margin: 0px 4px 2px 0}
  172. .asker a{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  173. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  174. .answer {padding: 5px 0 0 0}
  175.  
  176.  
  177. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  178. #oidata a {font-size: 9px;}
  179.  
  180. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  181. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  182.  
  183. #cap {width: 500px; margin-top: -2px;}
  184. .source {display: none;}
  185.  
  186. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  187. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  188. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  189. .notes img{display: none; border:0px}
  190.  
  191. ::-webkit-scrollbar{width:2px;height:5px;}
  192. ::-webkit-scrollbar-button:start:decrement
  193. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  194. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  195. ::-webkit-scrollbar-thumb:vertical{height:10px; background-color: {color:scroll};-webkit-border-radius:px;}
  196. ::-webkit-scrollbar-thumb:horizontal{width:10px; background-color: {color:scroll};-webkit-border-radius:px;}
  197.  
  198. #tumblr_controls{position: fixed!important}
  199. #tumblr_controls{position: fixed!important}
  200. #tumblr_controls{position: fixed!important}
  201. #tumblr_controls{position: fixed!important}
  202.  
  203. #sidebar {position: fixed; margin: 0px 0px 0px 0px; }
  204.  
  205. #slideShowContainer{ float: left; margin-top: 25px; margin-left: 50px; height: auto; width:300px; position: fixed; background-color: {color:post}; padding: 0px; border: 5px solid {color:borda}; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  206.  
  207. #slideShow2 {margin-top: 0px; margin-bottom: 0px;}
  208.  
  209. #slideShow2 img{width: 300px; height: 384px; margin-left: 0px;}
  210.  
  211. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  212. #slideShow4 img{width: 300px; height: 384px; margin-left: 0px; }
  213.  
  214. #link4 {margin-left: 50px; margin-top: 365px; width: 310px; font-size: 18px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 17px; color: {color:textdescrip}; position: fixed; padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  215.  
  216. #link4:hover {height: 150px; overflow: hidden; }
  217.  
  218. #links {width: 302px; float: left; margin-left:53px; margin-top: 206px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 0; }
  219.  
  220. #links a {float: left; margin-left: 2px; display: block; letter-spacing: -1px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 2px; width: 300px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: none; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  221.  
  222. #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing: 4px;}
  223.  
  224. #links:hover{opacity: 0.7;}
  225.  
  226.  
  227.  
  228. #link5 {margin-left: 55px; margin-top: 383px; width: 300px; font-size: 9px; height: 17px; text-align: center; background-color: {color:post}; font-family: verdana; line-height: 10px; color: {color:textdescrip}; position: fixed; padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity: 0.7;}
  229.  
  230. #link5:hover {height: 17px; overflow: hidden; }
  231.  
  232.  
  233. #aparente { position:fixed; margin-top:196px; margin-left: 10px; height:20px; }
  234.  
  235. ul#nav-ap,
  236.  
  237. ul#nav-ap ul {margin-left: 180px; margin-bottom: 0px; padding: 0; background: transparent; font-size: 10px; letter-spacing: 1px; }
  238.  
  239. ul#nav-ap li {position: relative; list-style: none; background-color: transparent; color:#FFFFFF; line-height: 10px; letter-spacing: 1px; font-size: 9px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  240.  
  241. ul#nav-ap ul {width: 280px; height: 158px; position: absolute; display: none; margin-left: -135px; top: -176px; z-index: 10; background-color: {color:sidebar}; padding: 5px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-left: 5px solid {color:sidebar}; border-right: 5px solid {color:sidebar}; border-top: 6px solid {color:sidebar}; opacity: 0.7; overflow: hidden; }
  242. ul#nav-ap li:hover ul ul,
  243. ul#nav-ap li:hover ul ul ul,
  244. ul#nav-ap li.over ul ul,
  245. ul#nav-ap li.over ul ul ul { display: none; }
  246. ul#nav-ap li:hover ul,
  247. ul#nav-ap li li:hover ul,
  248. ul#nav-ap li li li:hover ul,
  249. ul#nav-ap li.over ul,
  250. ul#nav-ap li li.over ul,
  251. ul#nav-ap li li li.over ul { display: block; }
  252. ul#nav-ap li.menuaparente {margin-top:0px; height:10px; }
  253. ul#nav-ap li.menuaparente:hover,
  254. ul#nav-ap li.over { background-color: transparent; color: #3f3f3f; }
  255.  
  256. #link0 {margin-left: -135px; width: 290px; font-size: 9px; height: 17px; text-align: center; background-color: transparent; color: transparent; padding: 5px; line-height: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  257.  
  258. .descricaom {text-align: center; font-family: verdana; margin-top: 3px; font-size: 9px; color: {color:textdescrip}; letter-spacing: 0px; line-height: 9px; opacity: 1.9;}
  259.  
  260. div#sspagination{background-color:{color:sidebar}; font-size: 9px; letter-spacing: 0px; color: {color:textdescrip}; padding: 3px; width: 134px; position: fixed; font-family: verdana; margin-top: 420px; z-index: 2; margin-left: 215px; }
  261.  
  262. div#pgs {text-align: center; font-family: verdana; font-size: 9px; line-height: 200%;}
  263.  
  264. div#pgs a {background:{color:sidebar}; padding: 2px 4px; color: {color:textdescrip}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  265.  
  266. div#pgs a:hover {background: {color:textdescrip}; color: {color:sidebar}; border: none;}
  267.  
  268. div#pgs span.pagina_atual {background: {color:sidebar}; margin: 0px 0 0; padding: 2px 4px; color: {color:textdescrip}; font-weight: bold; text-decoration: none;}
  269.  
  270. .suck {text-align: justify; padding: 5px; font-family: verdana; margin-top: 5px; font-size: 9px; color: {color:textdecrip}; letter-spacing: -1px; line-height: 10px; }
  271.  
  272.  
  273. .credit {clear: both; float: left; width: 150px; height: 15px; padding: 5px; background-color: {color:background}; position: fixed; font-size: 9px; text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; margin-top: 420px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; margin-left: 50px; font-family: verdana; z-index: 3; font-size:9px;-webkit-transition: all 0.1s ease-in; line-height: 5px;}
  274.  
  275. div#cred1:hover {background-color: transparent; height: 8px; color: transparent;}
  276.  
  277.  
  278.  
  279. </style>
  280.  
  281. <body>
  282. <div id="tudo">
  283. <div id="sidebar">
  284.  
  285. <div id="slideShowContainer">
  286. <div id="slideShow2"><div id="slideShow4">
  287.  
  288. <img src="{image:sidebar}"/>
  289.  
  290.  
  291.  
  292. </div></div></div>
  293.  
  294. <div id="link5">{text:frase}<br>
  295. {text:frase2}
  296. </div>
  297.  
  298. <div id="links">
  299. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  300. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  301. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  302. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  303. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  304. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  305. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  306. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  307.  
  308. </div>
  309.  
  310. <div id="aparente"><ul id="nav-ap"><li class="menuaparente"><div id="link0"><b>+</b></div>
  311.  
  312.  
  313.  
  314. <ul>
  315. <div class="descricaom"><big><b>{Title}</big></b><br><br>{Description}<br>
  316. <div class="nada"></div></div>
  317. </div>
  318.  
  319. </li></ul></li></ul>
  320.  
  321. <div class="credit"> theme by <a href="http://suicideofminds.tumblr.com"><b>suicideofminds</b></a></div>
  322.  
  323. <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="5"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></center>
  324.  
  325.  
  326. </div>
  327.  
  328. <div id="oquevemnadireita">
  329.  
  330. {block:Posts}
  331. <div class="oioioi">
  332.  
  333. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  334.  
  335. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  336.  
  337. {block:Photoset}{Photoset-500}{/block:Photoset}
  338.  
  339. {block:Quote}
  340. <div class="oiqqtt">“{Quote}”</div>
  341. {block:Source}<div class="oiqqtts"> <b><big>—</big></b> {Source}</div>
  342. {/block:Source}
  343. {/block:Quote}
  344.  
  345. {block:Link}
  346. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  347. {block:Description}{Description}{/block:Description}
  348. {/block:Link}
  349.  
  350. {block:Chat}
  351. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  352. <div class="chat"><ul>{block:Lines}
  353. <li class="person{UserNumber}">{block:Label}
  354. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  355. {/block:Chat}
  356.  
  357. {block:Audio}
  358. <center><div style="width:400px; height:20px;">
  359. <div style="float:left">{AudioPlayerWhite}</div>
  360. <div style="margin-top:8px; float:right;"><small>
  361. {FormattedPlayCount} plays {block:ExternalAudio} //
  362. <a href="{ExternalAudioURL}">Download</a>
  363. {/block:ExternalAudio}</small></div></div></center><br>
  364. {block:Caption}{Caption}{/block:Caption}
  365. {/block:Audio}
  366.  
  367. {block:Video}{Video-500}{/block:Video}
  368.  
  369.  
  370. {block:Answer}
  371. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}, <small><b>whispered to me:</b></small><br> {Question}</div>
  372. <div class="answer">{Answer}</div>
  373. <br>
  374. {/block:Answer}
  375.  
  376.  
  377. <div id="cap">
  378. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  379. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  380. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  381.  
  382. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  383. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  384. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  385. {/block:ContentSource}</div></div>
  386. <br>
  387.  
  388.  
  389. <div id="oidata">
  390. {block:Date}<div class="tags">{block:HasTags}<b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  391. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank"><b>reblog</b> this shit</a>{/block:IndexPage}
  392. {block:RebloggedFrom}<br><b>motherfucker</b> who posted: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - <b>son of a bitch</b> reblogged <a href="{ReblogParentURL}">{ReblogParentName}</a>
  393. {/block:RebloggedFrom}
  394. </div>
  395. </div>{/block:Date}
  396.  
  397.  
  398. {/block:Posts}
  399. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  400.  
  401.  
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407.  
  408. </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment