importless

theme 06 por what-whatever

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