importless

theme 04 por what-whatever

Mar 13th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.32 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.  
  5. <!-- theme por imp0rtless, nao copie esta bosta seu efedepê!!!!!!!!! --!>
  6.  
  7. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <script type="text/javascript">
  10. //desabilita menu de opcoes ao clicar no botao direito
  11. function desabilitaMenu(e)
  12. {
  13. if (window.Event)
  14. {
  15. if (e.which == 2 || e.which == 3)
  16. return false;
  17. }
  18. else
  19. {
  20. event.cancelBubble = true
  21. event.returnValue = false;
  22. return false;
  23. }
  24. }
  25.  
  26. //desabilita botao direito
  27. function desabilitaBotaoDireito(e)
  28. {
  29. if (window.Event)
  30. {
  31. if (e.which == 2 || e.which == 3)
  32. return false;
  33. }
  34. else
  35. if (event.button == 2 || event.button == 3)
  36. {
  37. event.cancelBubble = true
  38. event.returnValue = false;
  39. return false;
  40. }
  41. }
  42.  
  43. //desabilita botao direito do mouse
  44. if ( window.Event )
  45. document.captureEvents(Event.MOUSEUP);
  46. if ( document.layers )
  47. document.captureEvents(Event.MOUSEDOWN);
  48.  
  49. document.oncontextmenu = desabilitaMenu;
  50. document.onmousedown = desabilitaBotaoDireito;
  51. document.onmouseup = desabilitaBotaoDireito;
  52. </script>
  53.  
  54. <head> <!-- DEFAULT VARIABLES -->
  55. <meta name="font:body" content="verdana" />
  56. <meta name="font:body2" content="verdana" />
  57. <meta name="font:title" content="georgia" />
  58.  
  59. <meta name="color:background" content="#EBEBEB" />
  60. <meta name="color:background2" content="#000000" />
  61. <meta name="color:text" content="#000000" />
  62. <meta name="color:entry" content="#FFFFFF" />
  63. <meta name="color:linkbackground" content="#000000" />
  64. <meta name="color:quote" content="#6D6D6D" />
  65. <meta name="color:link" content="#000000" />
  66. <meta name="color:linkhover" content="#949494" />
  67. <meta name="color:boxborder" content="#949494" />
  68. <meta name="color:boxtext" content="#000000" />
  69. <meta name="color:boxbackground" content="#EBEBEB" />
  70. <meta name="color:scroll" content="#6D6D6D" />
  71. <meta name="color:shadow" content="#FFFFFF" />
  72. <meta name="color:scrollbackground" content="#FFFFFF" />
  73.  
  74. <meta name="if:Show tags" content="1"/>
  75. <meta name="if:Show Search" content="0"/>
  76. <meta name="if:Enable endless scrolling" content="0"/>
  77. <meta name="if:Show Pages" content="1"/>
  78.  
  79. <meta name="image:sidebar" content=""/>
  80.  
  81. <meta name="text:title" content="" />
  82. <meta name="text:Link1" content="" />
  83. <meta name="text:Link1 Title" content="" />
  84. <meta name="text:Link2" content="" />
  85. <meta name="text:Link2 Title" content="" />
  86. <meta name="text:Link3" content="" />
  87. <meta name="text:Link3 Title" content="" />
  88. <meta name="text:Link4" content="" />
  89. <meta name="text:Link4 Title" content="" />
  90. <meta name="text:Link5" content="" />
  91. <meta name="text:Link5 Title" content="" />
  92. <meta name="text:Link6" content="" />
  93. <meta name="text:Link6 Title" content="" />
  94.  
  95. <title>{Title}</title>
  96. <link rel="shortcut icon" href="{Favicon}">
  97. {block:Description}
  98. <meta name="description" content="{MetaDescription}" />
  99. {/block:Description}
  100.  
  101. <style type="text/css">
  102.  
  103. body {background-color:{color:background}; color:{color:text};
  104. font-family: {font:body}; font-size:11px; line-height: 110%;
  105. margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  106.  
  107. fixed; }
  108.  
  109. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; font-size:11px}
  110. a:hover{color:{color:linkhover};}
  111.  
  112. p{margin-top: 1px}
  113. blockquote{margin-left:5px; margin-right: 0px; border-left: 3px solid {color:quote}; padding-left:5px; margin-top: 4px; background-color:{color:background}; padding: 2px;}
  114.  
  115. ::-webkit-scrollbar-thumb:vertical {
  116. background-color: {color:scroll};
  117. height: 50px;
  118. }
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color: {color:scroll};
  121. height: 10px;
  122. }
  123. ::-webkit-scrollbar {
  124. height: 2px;
  125. width: 2px;
  126. background-color: {color:scrollbackground};
  127. }
  128.  
  129.  
  130. #content{width: 725px; text-align: center; margin: 25px auto 0 auto; padding-bottom: 150px; background-color:
  131. transparent; color:{color:text}; padding: 0px;}
  132.  
  133.  
  134. #entries{float: right; background-color: transparent; text-align: center;}
  135. .post{width: 500px; padding: 7px; text-align: justify; background-color:{color:entry}; margin-bottom: 1px; line-height: auto;}
  136. .post img{margin: 2px 0 2px 0}
  137.  
  138. h1 {font-family:{font:title}; font-size: 19px; letter-spacing: -1px; text-transform: uppercase; line-height: 18px; text-align:center; font-style: none; font-weight: normal; margin-top: 3px; margin-bottom: 10px}
  139. h1 a{font-size: 19px; letter-spacing: -1px; text-transform: uppercase; line-height: 18px; text-align:center; margin-top: 3px; margin-bottom: 10px}
  140. .image img{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
  141. .qqmarks{font-size: 77px; font-family: {font:title}; font-weight: bold; line-height: 80px; color:{color:quote}}
  142. h2{font-size: 10px; display: block; width: 277px; color:{color:text}; background-color: {color:quote}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: none; text-decoration: none; font-weight: normal}
  143.  
  144. .link {font-family:{font:title}; font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; font-style: none; font-weight: normal; margin-top: 3px; margin-bottom: 10px}
  145. .link a{font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; margin-top: 3px; margin-bottom: 7px}
  146.  
  147. .qquote{font-family:{font:title}; font-size: 22px; letter-spacing: 0px; line-height: 24px; text-transform: none; margin-top: -70px; text-indent: 45px; font-style: none}
  148.  
  149. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  150. .chat{line-height: 12px; list-style: none }
  151. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  152. .person1 {color: {color:text}; background-color: {color:background};}
  153. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  154. .person2 {color: {color:text};}
  155. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  156. .iaudio{text-align: left; margin-bottom: 0px; width: 100%; background-color: {color:entry}}
  157. .iaudio img{max-width: 100px; height: auto; padding: 0 20px 0 20px; display:inline;}
  158. .icap{margin-top: 1px}
  159. .source{display:none}
  160. .asker {font-size: 11px; background-color: transparent; color:{color:text} ; text-transform: none; line-height: 10px;}
  161. .asker a{color:{color:text};}
  162. .asker a:hover{color:{color:linkhover}; }
  163. .q {padding:10px; font-style: italic; text-indent: 20px}
  164. .a {padding-top: 3px}
  165. .cap {padding-top: 5px; width: 500px;}
  166.  
  167. .xquote {font-family: {font:title}; text-align: center; font-size: 13px; line-height: 15px; padding: 4px; padding-top: 13px;}
  168. .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  169. .xquotesource a, a:hover{text-transform: none;}
  170.  
  171. .info{margin: 0px 20px 0 0; font-family: {font:body2};}
  172. .tags{font-size: 9px; display: inline; {font:body2}; text-transform: lowercase;}
  173. .tags a{font-size: 9px; text-transform: lowercase;}
  174. .origin{font-size: 9px; font-family: {font:body2}; }
  175. .origin a{font-size: 9px;}
  176. .ibottom{font-size: 9px; font-family: {font:body2}; text-transform: lowercase;}
  177. .ibottom a{font-size: 9px; text-transform: lowercase;}
  178. .date{font-size: 9px; font-family: {font:body2}; }
  179. .permalink{float:left; text-transform: none; font-size: 9px; font-family: {font:body2}; }
  180. .permalink a{font-size: 9px;}
  181.  
  182. #notes {width: 500px; padding: 5px; margin: 0px; font-size: 10px; text-align: left}
  183. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  184. ol.notes li {margin: 0px; padding: 2px;}
  185. #notes img{border:0px}
  186.  
  187.  
  188.  
  189. #sdbaron {position: fixed; width: 180px;}
  190. #sdbaroni {margin-top: 12px; margin-left: -100px; }
  191. #sdbaroni img{width: 300px; height: 200px;}
  192.  
  193. #sdbaronpage{position: fixed; font-family: verdana; background-color: transparent; color: {color:text}; font-size: 19px; border-top: 1px solid transparent; text-align: center; width: 102px; margin-left: -32px; margin-top: 0px;}
  194. #sdbaronpage a{font-family: verdana; font-size: 19px; color: {color:text};}
  195.  
  196. #sdbarth{position: fixed; margin-left: 0px; margin-top: 18px; background-color: {color:entry}; color: {color:text}; font-size: 9px; padding: 4px; padding-top: 2px; width: 221px; height: 114px;}
  197. .sdbarthdescr{font-family: {font:body2}; position: fixed; text-align: justify; height: 116px; width: 220px; background-color: {color:entry}; padding-right: 3px; overflow: auto;}
  198. .sdbarthdescr a{font-family: {font:body2}; font-size: 9px;}
  199.  
  200. #oiew{font-size: 9px; font-family: verdana; position: fixed; margin-left: 40px; width: 185px; height: 10px; background-color: {color:entry}; padding: 2px; margin-top: 1px; background-attachment: fixed; background-image:url(''); height:auto; text-transform: lowercase;
  201. }
  202.  
  203. #tutupeim {text-align: ; font-family: verdana; font-size: 9px; color: ; letter-spacing: 0px; text-transform: lowercase;
  204. }
  205.  
  206.  
  207. div.top {
  208. position: relative;
  209. width: 300px;
  210. height: 200px;
  211. overflow: hidden;
  212. padding: 0px;
  213. border: 5px solid {color:entry};
  214. z-index: 1500;
  215. }
  216.  
  217. div.top div {
  218. width: 170px;
  219. height: 220px;
  220. font-size: 9px;
  221. position: absolute;
  222. top: 0;
  223. left: 0;
  224. text-align: justify;
  225. background: transparent;
  226. -webkit-transition: left 1s ease-in-out;
  227. }
  228.  
  229. div.top div.first {
  230. z-index: 1000;
  231. }
  232.  
  233. div.top:hover div.first {
  234. -webkit-transition: left 2s ease-in-out;
  235. left: 0px;
  236. }
  237.  
  238. #sidebar2 {position: fixed; margin-top: -138px; margin-left: -100px; margin-bottom: 0px; height: auto; width: 330px; background-color: transp; -webkit-transition: 0.8s ease-in;
  239. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  240. #sidebar2:hover {margin-top: 0px; -webkit-transition: 0.8s ease-in;
  241. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  242.  
  243. #side {position: relative; margin-left: 0px; background-color: {color:entry}; color: {color:textdescrip}; font-family: georgia; font-size:12px; letter-spacing: 0px; margin-top: 1px; width: 300px; height: auto; overflow: hidden; padding: 5px; text-align: center; text-transform: uppercase; }
  244.  
  245. #links {width: 150px; float: left; margin-left:229px; margin-top: 1px; padding: 0px; text-align: center; position: relative; -webkit-transition: 0.8s ease-in;
  246. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  247.  
  248. #links a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 60px; background-color: {color:entry}; color:{color:links}; text-decoration: none; text-transform: none; height: 2px; padding: 10px; line-height: 2px;}
  249.  
  250. #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; font-weight:bold; text-shadow: {color:shadow} 1px 1px 1px; -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  251.  
  252. #clear{width: 500px; height: 30px}
  253. #tumblr_controls{position: fixed!important}
  254.  
  255. {CustomCSS}
  256. </style>
  257.  
  258. </head>
  259.  
  260. <body onkeydown="return false">
  261.  
  262. <div id="content">
  263. <div id="entries">  
  264. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  265. <script type="text/javascript"
  266.  
  267. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  268.  
  269.  
  270. {block:Posts}
  271.  
  272.  
  273.  
  274. <div class="post">
  275.  
  276. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  277.  
  278. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  279.  
  280. {block:Photoset}{Photoset-500}{/block:Photoset}
  281.  
  282. {block:Quote}
  283. <div class="xquote">“{Quote}”</div>
  284. {block:Source}<div class="xquotesource"> — {Source}</div>
  285. {/block:Source}
  286. {/block:Quote}
  287.  
  288. {block:Link}
  289. <div class="link"><a href="{URL}" {Target}>{Name}</a></div>
  290. {block:Description}{Description}{/block:Description}
  291. {/block:Link}
  292.  
  293. {block:Chat}
  294. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  295. <div class="chat"><ul>{block:Lines}
  296. <li class="person{UserNumber}">{block:Label}
  297. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  298. {/block:Chat}
  299.  
  300. {block:Audio}
  301. <div class="iaudio"></div> {AudioPlayerBlack}
  302. <br>
  303. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  304. {/block:Audio}
  305.  
  306. {block:Video}{Video-500}{/block:Video}
  307.  
  308. {block:Answer}
  309. <div class="asker"><b>{Asker}</b> asked: <i>{Question}</i></div>
  310. <br>
  311. <div class="a">{Answer}</div>
  312. {/block:Answer}
  313.  
  314.  
  315. <div class="cap">
  316. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  318. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  321. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  322. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  323. {/block:ContentSource}</div></div>
  324.  
  325. <div class="info">
  326. <div class="origin">{block:RebloggedFrom} via <a href="{ReblogParentURL}"
  327. title="{ReblogParentTitle}">{ReblogParentName}</a> · originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div></div>
  328.  
  329. <div class="ibottom">{block:Date}<span class="date"><a href="{Permalink}">{TimeAgo} </a>· {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</span>{/block:Date}
  330. · <a href="{ReblogURL}" target="_blank">reblog</a>{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}</span>{/block:NoteCount} </div>
  331. {block:IfShowTags}{block:HasTags}<div class="ibottom"> {block:Tags}#<a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div>
  332. {/block:Posts}
  333. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  334. {block:PostNotes}
  335. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  336. {/block:PostNotes}
  337.  
  338. </div>
  339.  
  340. <div id="sdbaron"><div id="sdbaroni">
  341. <div class="top">
  342. <div class="first"><script type="text/javascript">
  343.  
  344. //Javascript Created by Computerhope http://www.computerhope.com
  345.  
  346. //store the quotations in arrays
  347.  
  348. var images = [],
  349. index = 0;
  350.  
  351. images[0] = "<a href = '#'><img src='{image:sidebar}' alt='Computer History'></a>";
  352.  
  353. images[1] = "<a href = '#'><img src='{image:sidebar}' alt='Computer History'></a>";
  354.  
  355. index = Math.floor(Math.random() * images.length);
  356.  
  357. document.write(images[index]);
  358.  
  359. //done
  360.  
  361. </script></div></div></div>
  362.  
  363. <div id="sidebar2">
  364.  
  365. <div id="sdbaronpage">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} 
  366. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  367.  
  368. <div id="oiew">
  369. <div id="tutupeim">
  370. theme by what-whatever. dont copy.
  371. </div>
  372. </div>
  373.  
  374. <div id="sdbarth">
  375. <div class="sdbarthdescr">
  376. {Description}
  377. </div>
  378. </div>
  379.  
  380. <div id="links">
  381.  
  382. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  383. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  384. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  385. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  386. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  387. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  388. </div>
  389.  
  390. <div id="side">{text:title}</div>
  391. </div></div></div></div>
  392.  
  393.  
  394. </div>
  395. </div>
  396. </div>
  397. </body>
  398. </html>
Advertisement
Add Comment
Please, Sign In to add comment