suicideofminds

Theme 08

Mar 29th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.33 KB | None | 0 0
  1. <html>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.  
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7.  
  8. <script type=”text/javascript”>
  9.  
  10. //desabilita menu de opcoes ao clicar no botao direito
  11.  
  12. function desabilitaMenu(e)
  13.  
  14. {
  15.  
  16. if (window.Event)
  17.  
  18. {
  19.  
  20. if (e.which == 2 || e.which == 3)
  21.  
  22. return false;
  23.  
  24. }
  25.  
  26. else
  27.  
  28. {
  29.  
  30. event.cancelBubble = true
  31.  
  32. event.returnValue = false;
  33.  
  34. return false;
  35.  
  36. }
  37.  
  38. }
  39.  
  40. //desabilita botao direito
  41.  
  42. function desabilitaBotaoDireito(e)
  43.  
  44. {
  45.  
  46. if (window.Event)
  47.  
  48. {
  49.  
  50. if (e.which == 2 || e.which == 3)
  51.  
  52. return false;
  53.  
  54. }
  55.  
  56. else
  57.  
  58. if (event.button == 2 || event.button == 3)
  59.  
  60. {
  61.  
  62. event.cancelBubble = true
  63.  
  64. event.returnValue = false;
  65.  
  66. return false;
  67.  
  68. }
  69.  
  70. }
  71.  
  72. //desabilita botao direito do mouse
  73.  
  74. if ( window.Event )
  75.  
  76. document.captureEvents(Event.MOUSEUP);
  77.  
  78. if ( document.layers )
  79.  
  80. document.captureEvents(Event.MOUSEDOWN);
  81.  
  82. document.oncontextmenu = desabilitaMenu;
  83.  
  84. document.onmousedown = desabilitaBotaoDireito;
  85.  
  86. document.onmouseup = desabilitaBotaoDireito;
  87.  
  88. </script>
  89.  
  90. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  91.  
  92. <head>
  93.  
  94. <!-- DEFAULT VARIABLES -->
  95. <meta name="color:background" content="#000" />
  96. <meta name="color:entry" content="#000" />
  97. <meta name="color:sbar" content="#000" />
  98. <meta name="color:sbarcolor1" content="#fff" />
  99. <meta name="color:sbarcolor2" content="#eee" />
  100. <meta name="color:sbarcolor3" content="#fff" />
  101. <meta name="if:Infinite Scrolling" content=""/>
  102. <meta name="color:link" content="#fff" />
  103. <meta name="color:text" content="#fff" />
  104. <meta name="color:scrollbar" content="#000" />
  105. <meta name="font:title" content="georgia" />
  106. <meta name="font:body" content="verdana" />
  107. <meta name="image:sidebar" content="http://30.media.tumblr.com/tumblr_m18o7bKsfE1rpw6aho1_500.png" />
  108. <meta name="image:background" content="" />
  109. <meta name="text:titulo" content="I don't have you" />
  110. <meta name="text:Link1" content="/" />
  111. <meta name="text:Link1 Title" content="link" />
  112. <meta name="text:Link2" content="/" />
  113. <meta name="text:Link2 Title" content="link" />
  114. <meta name="text:Link3" content="/" />
  115. <meta name="text:Link3 Title" content="link" />
  116. <meta name="text:Link4" content="/" />
  117. <meta name="text:Link4 Title" content="link" />
  118. <meta name="text:Link5" content="/" />
  119. <meta name="text:Link5 Title" content="link" />
  120. <meta name="text:Link6" content="/" />
  121. <meta name="text:Link6 Title" content="link" />
  122.  
  123. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  124. <title>{Title}</title>
  125. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  126. <link rel="shortcut icon" href="{Favicon}" />
  127. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  128.  
  129. <style type="text/css">
  130.  
  131. ::-webkit-scrollbar{width:5px;height:4px;}
  132. ::-webkit-scrollbar-button:start:decrement
  133. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  134. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  135. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  136. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  137. iframe#tumblr_controls{ top: 1px !important; margin: 0 0 0 0; right: 6px !important; position: fixed !important;}
  138. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:10px; line-height:110%; text-align:justify}
  139. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  140. a:hover{color:{color:link}}
  141. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  142. small{font-size:10px}
  143. big{font-size:12px}
  144. b, strong{color:{color:text}}
  145. i, em {color:{color:text}}
  146. p{margin-top:5px; margin-bottom:5px}
  147. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  148. img a{border:none; width:100%}
  149. #entries {float: left; margin-left: 422px; margin-top: 50x;}
  150. .entriess {width: 500px; background-color: {color:entry}; padding: 10px; padding-top: 16px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 10px; position: relative;}
  151. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  152. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  153. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  154. #link{font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  155. #link a{font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  156. .image {text-align: center; border: 0px}
  157. .image img {max-width: 500px; margin-bottom: 2px }
  158. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  159. .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  160. .xquotesource a, a:hover{text-transform: none;}
  161. .chat {line-height: 13px; list-style: none }
  162. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  163. .person1 {color: {color:text}; padding: 2px; }
  164. .person1 .label {font-weight: bold; color:{color:text}}
  165. .person2 {color: {color:text}; padding: 2px; }
  166. .person2 .label {font-weight: bold; color:{color:text}}
  167. .player {background-color: #000; text-align: left; display:block;}
  168. #asker {font-size: 11px; font-family: verdana; text-align: justify;}
  169. .answer {padding: 2px}
  170. .answer img {max-width: 470px;}
  171. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  172. #xdate a {font-size: 9px;}
  173. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  174. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  175. #cap {width: 500px; margin-top: -2px;}
  176. .source {display: none;}
  177. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  178. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  179. ol.notes li {background-color: {color:entry}; margin-bottom: 5px; padding: 5px; }
  180. .notes img{display: none; border:0px}
  181. #tumblr_controls{position: fixed!important}
  182. #tumblr_controls{position: fixed!important}
  183. #tumblr_controls{position: fixed!important}
  184. #tumblr_controls{position: fixed!important}
  185. #tudo {text-align: center; margin-left: -650px; margin-top: 30px; z-index: 1; width: 935px; }
  186. #links {width: 51px; float: left; margin-left:995px; margin-top: 25px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  187. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color: {color:sbar}; color: {color:sbarcolor3}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  188. #links a:hover{letter-spacing: 1px;}
  189. #links2 {width: 51px; float: left; margin-left:918px; margin-top: 25px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  190. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color: {color:sbar}; color:{color:sbarcolor2}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  191. #links2 a:hover{letter-spacing: 1px;}
  192. #links3 {width: 51px; float: left; margin-left:841px; margin-top: 25px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  193. #links3 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color: {color:sbar}; color:{color:sbarcolor1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  194. #links3 a:hover{letter-spacing: 3px;}
  195. #sideimg3 {display: block; margin-left: 841px; float: right; margin-top: 63px; width: 222px; height: 65px; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  196. .simg3 img {width: 222px; height: 105x; margin-bottom: 2px; border: 4px solid {color:sbar}; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  197. .taratula {background-color: {color:sbar}; padding:2px; font:15px georgia; text-align:center; overflow:hidden; height:20px; position:fixed; width:226px; color: {color:sbarcolor}; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out; padding-top:-26px; letter-spacing:-1px; margin-left:841px; margin-top: 0px;}
  198. .taratula:hover {height:205px; width:226px;}
  199. #sid2 {width: 133px; margin-left: 191px; height: 14px; margin-top: 212px; float:left; text-align: justify; background-color:{color:sbar}; color: {color:sbarcolor}; position:fixed; padding:3px; font-size: 9px; }
  200. #sid3 {width: 80px; margin-left: 331px; height: 10px; margin-top: 212px; float:left; text-align: justify; background-color:{color:sbar}; color: {color:sbarcolor}; position:fixed; padding:5px; font-size: 9px; }
  201. div#pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 8px;}
  202. div#pgs a {background:{color:background}; padding: 2px 4px; color: {color:text}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  203. div#pgs a:hover {background: {color:sbar}; color: {color:text}; border: none;}
  204. div#pgs span.pagina_atual {background: {color:background}; margin: 0px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  205. #pages{ font-family:verdana; margin-top:0px; font-size:23px; text-transform:lowercase; padding:0px; text-align: center;}
  206. #pages a{ font-family:verdana; font-size:23px; text-transform:lowercase; text-align:center;color: #4B4B4B;}
  207. .slideShowContainer{ float: left; margin-top: 63px; margin-left: 841px; height: 138px; width:220px; position: fixed; background-color: {color:sbar}; padding: 5px; overflow: hidden;  z-index:3; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  208. #slideShow2 {margin-top: 0px; margin-bottom: 0px; -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; position: fixed }
  209. #slideShow2 img{width: 300px; height: 140px; margin-left: 0px; position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; }
  210. #slideShow4 {margin-top: 0px; margin-bottom: 0px; position: fixed }
  211. #slideShow4 img{width: 220px; height: 100px margin-left: 0px; position: fixed }
  212. </style>
  213. <style type="text/css">{CustomCSS}</style>
  214. </head>
  215.  
  216. <body>
  217.  
  218. <div id="tudo">
  219.  
  220.  
  221. <div id="links3">
  222.  
  223. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  224.  
  225. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  226.  
  227. </div>
  228.  
  229. <div id="links2">
  230.  
  231. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  232.  
  233. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  234.  
  235. </div>
  236.  
  237.  
  238.  
  239. <div id="links">
  240.  
  241. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  242.  
  243. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  244.  
  245. </div>
  246.  
  247.  
  248.  
  249.  
  250. <div class="slideShowContainer">
  251.  
  252.  
  253.  
  254. <div id="slideShow2"><div id="slideShow4">
  255.  
  256. <img src="{image:sidebar}"/>
  257.  
  258. </div></div>
  259.  
  260. </div>
  261.  
  262.  
  263. <div class="taratula">
  264. {text:titulo}<br>
  265. <div style="margin:3px; text-align: justify; font:9px verdana; letter-spacing:0px; color: color: {color:sbarcolor};">
  266. {Description}
  267. </div>
  268. </div>
  269. </div>
  270. <div id="sid2"><center>Theme by suicideofminds</center>
  271. </div>
  272. <div id="sid3">
  273. <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="4"}{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></div>
  274.  
  275.  
  276.  
  277. <div id="entries">
  278.  
  279. {block:Posts}
  280. <div class="entriess">
  281.  
  282. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  283.  
  284. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  285.  
  286. {block:Photoset}{Photoset-500}{/block:Photoset}
  287.  
  288. {block:Quote}
  289. <div class="xquote">“{Quote}”</div>
  290. {block:Source}<div class="xquotesource"> — {Source}</div>
  291. {/block:Source}
  292. {/block:Quote}
  293.  
  294. {block:Link}
  295. <div id="link"><a href="{URL}" {Target}>{Name}</a></div>
  296. {block:Description}{Description}{/block:Description}
  297. {/block:Link}
  298.  
  299. {block:Chat}
  300. {block:Title}<div id="link"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  301. <div class="chat"><ul>{block:Lines}
  302. <li class="person{UserNumber}">{block:Label}
  303. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  304. {/block:Chat}
  305.  
  306. {block:Audio}
  307. <div class="player">{AudioPlayerBlack}</div>
  308. {block:Caption}{Caption}{/block:Caption}
  309. {/block:Audio}
  310.  
  311. {block:Video}{Video-500}{/block:Video}
  312.  
  313.  
  314. {block:Answer}
  315. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  316. <div class="answer">{Answer}</div>
  317. {/block:Answer}
  318.  
  319.  
  320. <div id="cap">
  321. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  322. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  326. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  327. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  328. {/block:ContentSource}</div></div>
  329. <br>
  330.  
  331. <div id="xdate">
  332. {block:Date}<a href="{Permalink}">{TimeAgo}</a> ({DayOfMonthWithZero}/{MonthNumberWithZero}) {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  333. {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  334.  
  335. <div class="tags">{block:HasTags}<br>
  336. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  337. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  338. {/block:RebloggedFrom}
  339. </div>
  340. </div>{/block:Date}
  341.  
  342.  
  343. {/block:Posts}
  344. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  345.  
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354.  
  355. </body>
  356. </html>
Advertisement
Add Comment
Please, Sign In to add comment