suicideofminds

Theme 04

Mar 21st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  2. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
  3. <script>
  4. function bloqueio()
  5. {alert(mensagem);}
  6. document.onkeydown=bloqueio;
  7. </script>
  8.  
  9.  
  10.  
  11.  
  12. <script type="text/javascript">
  13. //desabilita menu de opcoes ao clicar no botao direito
  14. function desabilitaMenu(e)
  15.  
  16.  
  17.  
  18.  
  19. {
  20.  
  21.  
  22.  
  23.  
  24. if (window.Event)
  25.  
  26.  
  27.  
  28.  
  29. {
  30.  
  31.  
  32.  
  33.  
  34. if (e.which == 2 || e.which == 3)
  35.  
  36.  
  37.  
  38.  
  39. return false;
  40.  
  41.  
  42.  
  43.  
  44. }
  45.  
  46.  
  47.  
  48.  
  49. else
  50.  
  51.  
  52.  
  53.  
  54. {
  55.  
  56.  
  57.  
  58.  
  59. event.cancelBubble = true
  60.  
  61.  
  62.  
  63.  
  64. event.returnValue = false;
  65.  
  66.  
  67.  
  68.  
  69. return false;
  70.  
  71.  
  72.  
  73.  
  74. }
  75.  
  76.  
  77.  
  78.  
  79. }
  80.  
  81.  
  82.  
  83.  
  84. document.oncontextmenu = desabilitaMenu;
  85.  
  86.  
  87.  
  88.  
  89. document.onmousedown = desabilitaBotaoDireito;
  90.  
  91.  
  92.  
  93.  
  94. document.onmouseup = desabilitaBotaoDireito;
  95.  
  96.  
  97.  
  98.  
  99. </script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. <script language="JavaScript1.2">
  109.  
  110.  
  111.  
  112.  
  113. function disableselect(e){
  114.  
  115.  
  116.  
  117.  
  118. return false
  119.  
  120.  
  121.  
  122.  
  123. }
  124.  
  125.  
  126.  
  127.  
  128. function reEnable(){
  129.  
  130.  
  131.  
  132.  
  133. return true
  134.  
  135.  
  136.  
  137.  
  138. }
  139.  
  140.  
  141.  
  142.  
  143. //if IE4+
  144.  
  145.  
  146.  
  147.  
  148. document.onselectstart=new Function ("return false")
  149.  
  150.  
  151.  
  152.  
  153. //if NS6
  154.  
  155.  
  156.  
  157.  
  158. if (window.sidebar){
  159.  
  160.  
  161.  
  162.  
  163. document.onmousedown=disableselect
  164.  
  165.  
  166.  
  167.  
  168. document.onclick=reEnable
  169.  
  170.  
  171.  
  172.  
  173. }
  174.  
  175.  
  176.  
  177.  
  178. </script>
  179.  
  180. <script language="JavaScript1.2">
  181.  
  182. function disableselect(e){
  183.  
  184. return false
  185.  
  186. }
  187.  
  188. function reEnable(){
  189.  
  190. return true
  191.  
  192. }
  193.  
  194. //if IE4+
  195.  
  196. document.onselectstart=new Function ("return false")
  197.  
  198. //if NS6
  199.  
  200. if (window.sidebar){
  201.  
  202. document.onmousedown=disableselect
  203.  
  204. document.onclick=reEnable
  205.  
  206. }
  207.  
  208. </script><script type="text/javascript">
  209.  
  210. //desabilita menu de opcoes ao clicar no botao direito
  211.  
  212. function desabilitaMenu(e)
  213.  
  214. {
  215.  
  216. if (window.Event)
  217.  
  218. {
  219.  
  220. if (e.which == 2 || e.which == 3)
  221.  
  222. return false;
  223.  
  224. }
  225.  
  226. else
  227.  
  228. {
  229.  
  230. event.cancelBubble = true
  231.  
  232. event.returnValue = false;
  233.  
  234. return false;
  235.  
  236. }
  237.  
  238. }
  239.  
  240.  
  241.  
  242. //desabilita botao direito
  243.  
  244. function desabilitaBotaoDireito(e)
  245.  
  246. {
  247.  
  248. if (window.Event)
  249.  
  250. {
  251.  
  252. if (e.which == 2 || e.which == 3)
  253.  
  254. return false;
  255.  
  256. }
  257.  
  258. else
  259.  
  260. if (event.button == 2 || event.button == 3)
  261.  
  262. {
  263.  
  264. event.cancelBubble = true
  265.  
  266. event.returnValue = false;
  267.  
  268. return false;
  269.  
  270. }
  271.  
  272. }
  273.  
  274.  
  275.  
  276. //desabilita botao direito do mouse
  277.  
  278. if ( window.Event )
  279.  
  280. document.captureEvents(Event.MOUSEUP);
  281.  
  282. if ( document.layers )
  283.  
  284. document.captureEvents(Event.MOUSEDOWN);
  285.  
  286.  
  287.  
  288. document.oncontextmenu = desabilitaMenu;
  289.  
  290. document.onmousedown = desabilitaBotaoDireito;
  291.  
  292. document.onmouseup = desabilitaBotaoDireito;
  293.  
  294. </script>
  295.  
  296. <head> <!-- DEFAULT VARIABLES -->
  297. <meta name="font:text" content="verdana" />
  298. <meta name="color:background" content="#f8f8f8" />
  299. <meta name="color:link" content="#000000" />
  300. <meta name="color:text" content="#000000" />
  301. <meta name="color:post" content="#ffffff" />
  302. <meta name="color:sidebarlinkstext" content="#000" />
  303. <meta name="color:sidebarlinks" content="#fff" />
  304. <meta name="color:scrollbar" content="#000000" />
  305. <meta name="image:background" content="" />
  306. <meta name="image:sidebarimage" content="http://30.media.tumblr.com/tumblr_m18o7bKsfE1rpw6aho1_500.png" />
  307. <meta name="if:ShowTags" content="0"/>
  308. <meta name="text:frase" content="I need you smile" />
  309. <meta name="text:Link1" content="/" />
  310. <meta name="text:Link1 Title" content="one" />
  311. <meta name="text:Link2" content="/" />
  312. <meta name="text:Link2 Title" content="two" />
  313. <meta name="text:Link3" content="/" />
  314. <meta name="text:Link3 Title" content="three" />
  315. <meta name="text:Link4" content="/" />
  316. <meta name="text:Link4 Title" content="four" />
  317. <meta name="text:Link5" content="/" />
  318. <meta name="text:Link5 Title" content="five" />
  319. <meta name="text:Link6" content="/" />
  320. <meta name="text:Link6 Title" content="six" />
  321.  
  322.  
  323. <title>{Title}</title>
  324. <link rel="shortcut icon" href="{Favicon}">
  325. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  326. {block:Description}
  327. <meta name="description" content="{MetaDescription}" />
  328. {/block:Description}
  329. <style type="text/css">
  330.  
  331.  
  332. 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; }
  333.  
  334. a {color: {color:link}; text-decoration: none; text-transform: none;}
  335. a:hover {color: {color:text}; background-color: transparent; text-decoration: none;}
  336.  
  337. p {margin: 6px 0 0 0}
  338.  
  339. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  340. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  341. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  342. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  343.  
  344. blockquote img{max-width: 470px!important}
  345. blockquote blockquote img{max-width: 450px!important}
  346. blockquote blockquote blockquote img{max-width: 430px!important}
  347. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  348.  
  349. #box {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1;}
  350.  
  351. #xpost {float: left; margin-left: 177px;}
  352.  
  353. .xxpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px; position: relative;}
  354.  
  355. h1 {font-family: {font:text}; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  356. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  357. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  358.  
  359. .image {text-align: center; border: 0px}
  360. .image img {max-width: 500px; margin-bottom: 2px }
  361.  
  362. .quote {font-family: {font:text}; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  363. .xqsource {text-align: center; text-transform: none; margin-bottom: 5px;}
  364. .xqsource a, a:hover{text-transform: none;}
  365.  
  366. .chat {line-height: 13px; list-style: none }
  367. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  368. .person1 {color: {color:text}; padding: 2px; }
  369. .person1 .label {font-weight: bold; color:{color:text}}
  370. .person2 {color: {color:text}; padding: 2px; }
  371. .person2 .label {font-weight: bold; color:{color:text}}
  372.  
  373. .player {background-color: #000; text-align: left; display:block;}
  374.  
  375. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  376. .answer {padding: 2px}
  377. .answer img {max-width: 470px;}
  378.  
  379.  
  380. #xdate {text-align: right; font-size: 9px; font-family: {font:text}; text-transform: lowercase; z-index: 11;}
  381. #xdate a {font-size: 9px;}
  382.  
  383. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  384. .tags a {font-size: 9px; color: {color:text}; display: inline; list-style: none; text-transform: lowercase;}
  385.  
  386. #cap {width: 500px; margin-top: -2px;}
  387. .source {display: none;}
  388.  
  389. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: right}
  390. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  391. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  392. .notes img{display: none; border:0px}
  393.  
  394.  
  395. #sidebar {position: fixed; margin-left: -104px; margin-top: 0px;}
  396.  
  397. #sidpg{font-size: 9px; font-family: {font:text}; position: relative; margin-left: 120px; width: 140px; background-color:{color:post}; padding: 10px; margin-top: 258px; height: 1px; -webkit-border-radius: 0px 0px 0px 0px;}
  398.  
  399. .credito {font-weight: normal; text-align: center; letter-spacing: 0px; font-size: 9px; position: absolute; color: transparent; margin-left: 120px; margin-top: -45px; line-height:17px; -webkit-transition: all 0.4s ease-out; }
  400.  
  401. .credito {width: 160px; color:{color:text}; background-color:{color:post}; font-weight: normal; font-size: 8,5px; text-align: center; height:19px; padding-top: 2px; -webkit-border-bottom-left-radius:0px; opacity: 0.6;}
  402.  
  403. #pgjump {margin-top: -9px; margin-left: -6px; font-family: verdana; font-size: 8px; line-height: 21px;}
  404. #pgjump a {background:{color:post}; margin: 0 1px 0 0; padding: 2px 4px; color:{color:text}; text-decoration: none;}
  405. #pgjump a:hover {background:{color:post}; color:{color:text}; border: none;}
  406. #pgjump span.pagina_atual {background:{color:post}; margin: 0 1px 0 0; padding: 2px 4px; color: ; font-weight: bold; text-decoration: none;}
  407. #pgjump span.info {background:{color:post}; margin: 0 1px 0 0; padding: 2px 4px; color:{color:text}; text-decoration: none;}
  408.  
  409.  
  410. #ContainerImage{
  411.  
  412. float: left; margin-top: 17px; margin-left: 120px; height: 240px;
  413. width: 160px;
  414. position: absolute;
  415. background-color:{color:post};}
  416.  
  417. #ImageContainer {margin-top: 2px; margin-bottom: 5px; margin-left:0px;}
  418. #ImageContainer img{width: 156px; height: 236px}
  419.  
  420. #links1 {opacity: 0.0; width: 155px; height: auto; margin-left: 122px; margin-top:0px; position: fixed; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  421.  
  422. #links1:hover {opacity: 0.8; margin-top: 65px;}
  423.  
  424. #links a {display: block; font-family: tahoma; font-size: 10px; text-align: center; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; margin-bottom: 1px; width: 156px; background-color: {color:sidebarlinks}; color:{color:sidebarlinkstext}; text-transform: none; line-height: 20px;}
  425.  
  426. #links a:hover{font-weight: bold; opacity: 1.0; letter-spacing: 4px; text-shadow: 2px 2px 5px {color:sidebarlinkstext};}
  427.  
  428. #sidtop {margin-left: 120px; margin-top: 0px; width: 156px; font-size: 18px; height: 12px; text-align: center; background-color: {color:post}; position: fixed;-webkit-border-radius: 0px 0px 0px 0px; padding: 2px; overflow: hidden; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
  429.  
  430. #sidtop:hover {width: 156px; height: 230px; opacity: 0.6;}
  431.  
  432. .ttle {font-size: 9px; letter-spacing:1px; text-align: center; font-family: verdana; color: {color:text}; margin-top: 0px; margin-left: 2px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; opacity: 0.8}
  433.  
  434. .desc {font-size: 9px; letter-spacing: 0px; text-align: justify; font-family: {font:text}; color: {color:text}; margin-top: 5px; margin-left: 0px; padding: 5px; }
  435.  
  436. ::-webkit-scrollbar{width:4px;height:5px;}
  437. ::-webkit-scrollbar-button:start:decrement
  438. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  439. ::-webkit-scrollbar-track-piece{background-color: #f3f3f3;}
  440. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar}; -webkit-border-radius: 0px 0px 0px 0px;}
  441. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar}; -webkit-border-radius: 0px 0px 0px 0px;}
  442.  
  443. #tumblr_controls{position: fixed!important}
  444. #tumblr_controls{position: fixed!important}
  445. #tumblr_controls{position: fixed!important}
  446. #tumblr_controls{position: fixed!important}
  447.  
  448. .suicide {position: relative; margin-top: 0px; margin-left: 50px; width: 280px; background-color: {color:sidebar}; color: {color:text}; padding: 5px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:1; }
  449. </style>
  450.  
  451. <body>
  452.  
  453. <div id="box">
  454. <div id="sidebar">
  455.  
  456. <div id="ContainerImage">
  457.  
  458. <div id="ImageContainer"><img src="{image:sidebarimage}">
  459.  
  460. </div>
  461. </div>
  462.  
  463. <div id="links1">
  464.  
  465. <div id="links">
  466.  
  467.  
  468. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  469. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  470. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  471. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  472. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  473. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  474.  
  475. </div></div>
  476.  
  477. <div id="sidtop"><div class="ttle">{Title}</div>
  478. <div class="desc">{Description}</div></div>
  479.  
  480. <div id="sidpg">
  481. <div id="pgjump">
  482. {block:JumpPagination length="8"}
  483. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  484. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  485. {/block:JumpPagination}
  486. </div></div>
  487.  
  488. <div class="credito">{text:frase}</div>
  489.  
  490. <div class="suicide">« theme by <a href="http://suicideofminds.tumblr.com"><b>suicideofminds</b></a> »</div>
  491.  
  492. </div>
  493.  
  494.  
  495. <div id="xpost">
  496. {block:Posts}
  497. <div class="xxpost">
  498.  
  499. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  500. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  501.  
  502. {block:Photoset}{Photoset-500}{/block:Photoset}
  503. {block:Quote}
  504. <div class="quote">“{Quote}”</div>
  505. {block:Source}<div class="xqsource"> — {Source}</div>
  506. {/block:Source}
  507. {/block:Quote}
  508.  
  509. {block:Link}
  510. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  511. {block:Description}{Description}{/block:Description}
  512. {/block:Link}
  513.  
  514. {block:Chat}
  515. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  516. <div class="chat"><ul>{block:Lines}
  517. <li class="person{UserNumber}">{block:Label}
  518. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  519. {/block:Chat}
  520.  
  521. {block:Audio}
  522. <div class="player">{AudioPlayerBlack}</div>
  523. {block:Caption}{Caption}{/block:Caption}
  524. {/block:Audio}
  525.  
  526. {block:Video}{Video-500}{/block:Video}
  527.  
  528. {block:Answer}
  529. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  530. <div class="answer">{Answer}</div>
  531. {/block:Answer}
  532.  
  533. <div id="cap">
  534. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  535. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  536. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  537.  
  538. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  539. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  540. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  541. {/block:ContentSource}</div></div>
  542. <br>
  543.  
  544.  
  545. <div id="xdate">
  546. {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
  547. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  548. {block:RebloggedFrom}<br>(© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  549. {/block:RebloggedFrom}
  550. </div>
  551. </div>{/block:Date}
  552. {/block:Posts}
  553.  
  554.  
  555. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  556.  
  557. </div>
  558.  
  559. </body>
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment