suicideofminds

Theme 02

Mar 18th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <script type=”text/javascript”>
  5.  
  6. //desabilita menu de opcoes ao clicar no botao direito
  7.  
  8. function desabilitaMenu(e)
  9.  
  10. {
  11.  
  12. if (window.Event)
  13.  
  14. {
  15.  
  16. if (e.which == 2 || e.which == 3)
  17.  
  18. return false;
  19.  
  20. }
  21.  
  22. else
  23.  
  24. {
  25.  
  26. event.cancelBubble = true
  27.  
  28. event.returnValue = false;
  29.  
  30. return false;
  31.  
  32. }
  33.  
  34. }
  35.  
  36. //desabilita botao direito
  37.  
  38. function desabilitaBotaoDireito(e)
  39.  
  40. {
  41.  
  42. if (window.Event)
  43.  
  44. {
  45.  
  46. if (e.which == 2 || e.which == 3)
  47.  
  48. return false;
  49.  
  50. }
  51.  
  52. else
  53.  
  54. if (event.button == 2 || event.button == 3)
  55.  
  56. {
  57.  
  58. event.cancelBubble = true
  59.  
  60. event.returnValue = false;
  61.  
  62. return false;
  63.  
  64. }
  65.  
  66. }
  67.  
  68. //desabilita botao direito do mouse
  69.  
  70. if ( window.Event )
  71.  
  72. document.captureEvents(Event.MOUSEUP);
  73.  
  74. if ( document.layers )
  75.  
  76. document.captureEvents(Event.MOUSEDOWN);
  77.  
  78. document.oncontextmenu = desabilitaMenu;
  79.  
  80. document.onmousedown = desabilitaBotaoDireito;
  81.  
  82. document.onmouseup = desabilitaBotaoDireito;
  83.  
  84. </script>
  85.  
  86. <script type="text/javascript">
  87. //desabilita menu de opcoes ao clicar no botao direito
  88. function desabilitaMenu(e)
  89. {
  90. if (window.Event)
  91. {
  92. if (e.which == 2 || e.which == 3)
  93. return false;
  94. }
  95. else
  96. {
  97. event.cancelBubble = true
  98. event.returnValue = false;
  99. return false;
  100. }
  101. }
  102. document.oncontextmenu = desabilitaMenu;
  103. document.onmousedown = desabilitaBotaoDireito;
  104. document.onmouseup = desabilitaBotaoDireito;
  105. </script>
  106.  
  107. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  108.  
  109. <head>
  110. <!-- DEFAULT VARIABLES -->
  111. <meta name="font:text" content="georgia" />
  112. <meta name="font:title" content="georgia" />
  113. <meta name="color:background" content="#fff" />
  114. <meta name="color:link" content="#000000" />
  115. <meta name="color:linkhover" content="#000" />
  116. <meta name="color:text" content="#000000" />
  117. <meta name="color:post" content="#ffffff" />
  118. <meta name="color:sidebar" content="#fff" />
  119. <meta name="color:scroll" content="#000" />
  120. <meta name="image:fotinha" content="http://s3.favim.com/orig/38/american-horror-story-evan-peters-tate-Favim.com-314416.jpg"/>
  121. <meta name="image:background" content=""/>
  122. <meta name="text:title" content="title here" />
  123. <meta name="text:Link1" content="" />
  124. <meta name="text:Link1 Title" content="link1" />
  125. <meta name="text:Link2" content="" />
  126. <meta name="text:Link2 Title" content="link2" />
  127. <meta name="text:Link3" content="" />
  128. <meta name="text:Link3 Title" content="link3" />
  129. <meta name="text:Link4" content="" />
  130. <meta name="text:Link4 Title" content="link4" />
  131. <meta name="text:Link5" content="" />
  132. <meta name="text:Link5 Title" content="link5" />
  133. <meta name="text:Link6" content="" />
  134. <meta name="text:Link6 Title" content="link6" />
  135.  
  136. <title>{Title}</title>
  137. <link rel="shortcut icon" href="{Favicon}">
  138. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  139. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  140.  
  141. {block:IfEnableEndlessScrolling}
  142. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  143. {/block:IfEnableEndlessScrolling}
  144. <style type="text/css">
  145. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  146.  
  147. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  148. a:hover {color: {color:linkhover}; background-color: {color:post}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  149.  
  150. p {margin: 6px 0 0 0}
  151.  
  152. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  153. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  154. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  155. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  156.  
  157. blockquote img{max-width: 470px!important}
  158. blockquote blockquote img{max-width: 450px!important}
  159. blockquote blockquote blockquote img{max-width: 430px!important}
  160. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  161.  
  162.  
  163.  
  164. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  165.  
  166. .posts {width: 507px; margin-left: 510px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px;}
  167.  
  168. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  169.  
  170. #entries {margin-top: 10px;}
  171. #sidss {margin-left: 30px;}
  172.  
  173. #top {margin-top: 200px;}
  174.  
  175. h1 {font-family: georgia; text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  176. h1 a {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  177. h1 a:hover {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  178.  
  179. .image {text-align: center; border: 0px}
  180. .image img {max-width: 500px; margin-bottom: 2px }
  181.  
  182. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  183. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  184. .xquotesource a, a:hover{text-transform: none;}
  185.  
  186. .chat {line-height: 12px; list-style: none }
  187. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  188. .person1 {background-color:{color:background}; color: {color:text}; }
  189. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  190. .person2 {color: {color:text} }
  191. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  192.  
  193. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  194. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  195. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  196. .source{display:none}
  197.  
  198. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  199. .asker img{float: left; margin: 0px 4px 2px 0}
  200. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  201. .asker a:hover{font-size: 20px; color:{color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  202. .answer {padding: 5px 0 0 0}
  203.  
  204. #cap {width: 500px; margin-top: -2px;}
  205.  
  206. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  207. #dda a {font-size: 9px;}
  208.  
  209. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  210. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  211.  
  212. #nts {width: 500px; margin-left: 500px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  213. #nts img{display: none; border:0px}
  214.  
  215. #caralho {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  216.  
  217. div#credit {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:120px; height:14px; position: absolute; font-family: verdana; margin-top: 224px; margin-left: 232px; position: fixed; padding: 1px; font-size: 9px; overflow: auto;}
  218.  
  219. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  220. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  221. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  222. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  223. .ps {position: fixed; margin-left: 355px; padding: 3px; width: 118px; height: auto; top: 234px; background-color: {color:sidebar}; color: {color:text};}
  224.  
  225. #foto {display: block; margin-left: 262px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  226. .simg3 img {width: 114px; height: 215px; margin-bottom: 2px; border: 4px solid {color:sidebar};}
  227.  
  228. #hellow {margin-left: 385px; margin-top: 0px; width: 124px; font-size: 12px; height: 21px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 21px; color: {color:text}; position: fixed; text-transform: uppercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  229.  
  230. #yellow {margin: 4px; padding: 5px; width: 113px; font-size: 9px; height: 190px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 10px; color: {color:text}; position: fixed; overflow: visible; overflow: hidden; margin-left: 385px; margin-top: 23;}
  231.  
  232. ::-webkit-scrollbar{width:5px;height:6px;}
  233.  
  234. ::-webkit-scrollbar-button:start:decrement
  235.  
  236. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  237.  
  238. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  239.  
  240. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  241.  
  242. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  243.  
  244. #tumblr_controls{position: fixed!important}
  245. #tumblr_controls{position: fixed!important}
  246. #tumblr_controls{position: fixed!important}
  247. #tumblr_controls{position: fixed!important}
  248.  
  249.  
  250. #nav {position: fixed; margin-top: 240px; margin-left: 262px; width:50px; height: 32;}
  251. .b {position: absolute; margin-top: 1px; margin-left: 0px;}
  252. .b a {display: block; width: 122px; height: 18px; line-height: 18px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:link}; background-color: {color:sidebar}; padding-top:2px; margin-bottom: 1px;}
  253. .b a:hover{text-align: center; letter-spacing: 6px; background-color: {color:linksbg hover}; color: {color:links hover};}
  254.  
  255. #nav2 {position: fixed; margin-top: 240px; margin-left: 385px; width:50px; height: 32;}
  256. .b2 {position: absolute; margin-top: 1px; margin-left: 0px;}
  257. .b2 a {display: block; width: 124px; height: 18px; line-height: 18px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:link}; background-color: {color:sidebar}; padding-top:2px; margin-bottom: 1px;}
  258. .b2 a:hover{text-align: center; letter-spacing: 6px; background-color: {color:linksbg hover}; color: {color:links hover};}
  259.  
  260.  
  261.  
  262. </style>
  263.  
  264. <body onkeydown="return false">
  265. <div id="sidss">
  266. <div class="ps"><div id="paginal">
  267. {block:JumpPagination length="5"}
  268. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  269. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  270. {/block:JumpPagination}
  271. </div></div>
  272. <div id="credit">Theme by <a href="http://suicideofminds.tumblr.com"><b>sofm</b></a></div></div>
  273. <div id="hellow">{text:title}</div><div id="foto"><div class="simg3"><img src="{image:fotinha}"></div></div><div id="yellow">{Description}</div>
  274. <div id="nav">
  275. <div class="b">
  276. <a href="{text:Link1}">{text:Link1 Title} </a>
  277. <a href="{text:Link2}">{text:Link2 Title} </a>
  278. <a href="{text:Link3}">{text:Link3 Title} </a>
  279. </div></div>
  280. <div id="nav2">
  281. <div class="b2">
  282. <a href="{text:Link4}">{text:Link4 Title} </a>
  283. <a href="{text:Link5}">{text:Link5 Title} </a>
  284. <a href="{text:Link6}">{text:Link6 Title} </a>
  285. </div></div></div>
  286. </body>
  287. <div id="entries">
  288. {block:Posts}
  289. <div class="posts">
  290. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  291. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  292. {block:Photoset}{Photoset-500}{/block:Photoset}
  293. {block:Quote}
  294. <div class="xquote">"{Quote}"</div>
  295. {block:Source}<div class="xquotesource"> {Source}</div>
  296. {/block:Source}
  297. {/block:Quote}
  298. {block:Link}
  299. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  300. {block:Description}{Description}{/block:Description}
  301. {/block:Link}
  302. {block:Chat}
  303. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  304. <div class="chat"><ul>{block:Lines}
  305. <li class="person{UserNumber}">{block:Label}
  306. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  307. {/block:Chat}
  308. {block:Audio}
  309. <br>
  310. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  311. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  312. {/block:Audio}
  313. {block:Video}{Video-500}{/block:Video}
  314. {block:Answer}
  315. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br>{Question}</div>
  316. <div class="answer">{Answer}</div><br>
  317. {/block:Answer}
  318. <div id="cap">
  319. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  320. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  321. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  322. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  323. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  324. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  325. {/block:ContentSource}</div></div>
  326. <br>
  327. {block:IfShowTags}<div class="tags">in<b>direct</b>: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  328. <div id="dda">
  329. <div style="float:left;" class="details">
  330. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  331. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  332. </span>{/block:RebloggedFrom}
  333. </div>
  334. <div style="float:right;" class="details">
  335. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/block:IndexPage}
  336. <BR>
  337. {block:RebloggedFrom}rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  338. </div>
  339. </ br>
  340. <br clear="all" /></div></div>
  341. {/block:Posts}
  342. {block:PostNotes}
  343. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  344. {/block:PostNotes}</div></div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment