importless

theme 07 por what-whatever

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