k-a-n-s-a-s

Theme #27 -br/d2

Aug 3rd, 2012
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.20 KB | None | 0 0
  1.  
  2. <!----by k-a-n-s-a-s read rules before copy code--->
  3. <html>
  4.  
  5. <head> <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#fff" />
  7. <meta name="color:link" content="#a8a7a7" />
  8. <meta name="color:link hover" content="#000" />
  9. <meta name="color:text" content="#a8a7a7" />
  10. <meta name="color:post" content="#fff" />
  11. <meta name="color:sidebar" content="#fff" />
  12. <meta name="color:background links" content="#a8a7a7" />
  13. <meta name="color:text links" content="#fff" />
  14. <meta name="color:text sidebar" content="#a8a7a7" />
  15.  
  16. <meta name="image:background" content="" />
  17. <meta name="image:sidebar" content="http://static.tumblr.com/ygkexbz/EDEm7fts2/tumblr_m41gi89ujm1qcm8qbo1_500.jpg" />
  18.  
  19. <meta name="text:titulo" content="title" />
  20.  
  21.  
  22. <meta name="text:Link1" content="/" />
  23. <meta name="text:Link1 Title" content="link" />
  24. <meta name="text:Link2" content="/" />
  25. <meta name="text:Link2 Title" content="link" />
  26. <meta name="text:Link3" content="/" />
  27. <meta name="text:Link3 Title" content="link" />
  28. <meta name="text:Link4" content="/" />
  29. <meta name="text:Link4 Title" content="link" />
  30. <meta name="text:Link5" content="/" />
  31. <meta name="text:Link5 Title" content="link" />
  32. <meta name="text:Link6" content="/" />
  33. <meta name="text:Link6 Title" content="link" />
  34.  
  35. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  36.  
  37. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  38.  
  39. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  40.  
  41. <script type="text/javascript">
  42. $(window).load(function(){
  43. var $wall = $('#box');
  44. $wall.imagesLoaded(function(){
  45. $wall.masonry({
  46. itemSelector: '.post',
  47. isAnimated : true
  48. });
  49. });
  50. $wall.infinitescroll({
  51. navSelector : "div#navigation",
  52. nextSelector : "div#navigation a#nextPage",
  53. itemSelector : '.post',
  54. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  55. loadingText : " ",
  56. donetext : " ",
  57. extraScrollPx : 9000,
  58. bufferPx : 10000,
  59. debug : false,
  60. errorCallback: function() {
  61. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  62. }},
  63. function( newElements ) {
  64. var $newElems = $( newElements );
  65. $newElems.hide();
  66. $newElems.imagesLoaded(function(){
  67. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  68. });
  69. }); $('#box').show(500);
  70. });
  71. </script>
  72.  
  73. <title>{Title}</title>
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. {block:Description}
  77. <meta name="description" content="{MetaDescription}" />
  78. {/block:Description}
  79.  
  80. <style type="text/css">
  81.  
  82. body {background: {color:background}; url('{image:background}') repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  83.  
  84. a { text-decoration:none; color:{color:link};}
  85. a:hover {text-decoration:none; color:{color:link hover};}
  86.  
  87. p {margin: 6px 0 0 0}
  88.  
  89. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  90. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  91. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  92. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  93.  
  94. blockquote img{max-width: 470px!important}
  95. blockquote blockquote img{max-width: 450px!important}
  96. blockquote blockquote blockquote img{max-width: 430px!important}
  97. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  98.  
  99. #box{margin-left:400px;padding:0px;width:760px;top:20px;}
  100.  
  101. .post{position: relative;width:250px;float:left;margin:-7px;margin-left: 10px;background:{color:post};margin-top:10px;}
  102. .post img{max-width:250px;}
  103.  
  104. .perm {font-size: 10px;position: absolute;text-align: center;width: 30%;font-family:calibri;background-color: {color:post};opacity:0;margin-top:0x;padding: 5px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;}
  105. .post:hover .perm{opacity:1;filter:alpha(opacity = 100);z-index:4;opacity: .90;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;bottom:5px;}
  106. .perm a {color:{color:text};}
  107.  
  108. .tagged {font-size: 10px;position: absolute;text-align: center;width:240px;font-family:Verdana;background-color: {color:post};opacity:0;margin-top:0x;padding: 5px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;}
  109. .post:hover .tagged{opacity:1;filter:alpha(opacity = 100);z-index:4;opacity: .90;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;}
  110. .tagged a {color:{color:text};}
  111.  
  112. h1 {font-family: georgia; text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  113. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  114. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  115.  
  116. .image {text-align: center; border: 0px}
  117. .image img {max-width: 250px; margin-bottom: 1px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  118. .image img:hover {opacity: 0.9; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  119.  
  120. .xquote { text-align: center; font-size: 11px; font-family: georgia; line-height: 15px; padding: 3px;margin-left: 02px; border-bottom:0px solid {color:text};margin-bottom:3px;padding-top:5px;}
  121. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-size: 09px; font-weight: ;font-size: 8px; font-family: arial;}
  122. .xquotesource a, a:hover{text-transform: none;}
  123.  
  124. .chat {line-height: 13px; list-style: none }
  125. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  126. .person1 {color: {color:post}; padding: 2px; background-color:{color:text}}
  127. .person1 .label {font-weight: bold; color:{color:post}}
  128. .person2 {color: {color:text}; padding: 2px; }
  129. .person2 .label {font-weight: bold; color:{color:text}}
  130.  
  131. .player {background-color: #e3e3e3; text-align: left; display:block;}
  132.  
  133. .question {color:{color:text};font-size:09px;font-family:Verdana;line-height:95%;background: {color:background};position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:-10px;}
  134.  
  135. .questionarrow {font-size:30px;color:{color:background};vertical-align:middle;margin-left:-5px!important;}
  136.  
  137. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};font-family:Verdana;}
  138. .asker a {color:{color:text};}
  139. .asker img {float:left; margin-left:250px; vertical-align:top; margin-right:3px; max-height:15px;}
  140.  
  141. .asking {text-align:center; color:{color:text}; font-size: 9px; font-family:Verdana; text-transform:none; margin-left: 340px}
  142. .asking a{color:{color:text};}
  143. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  144.  
  145. .arrow {padding-top:11px;color:{color:question background};font-size:30px;}
  146.  
  147. .answer {color:{color:answer};}
  148.  
  149. .notes {width: 400px; padding: 0px; margin-bottom: 0px; font-size: 9px; text-align: left;font-family:Verdana;background-color:{color:text};margin-left:279px;border-left:1px solid {color:text}}
  150. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  151. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  152. .notes img{display: none; border:0px}
  153.  
  154. #cap {width: 500px; margin-top: -2px; position: relative;}
  155. .source {display: none;}
  156.  
  157. #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
  158.  
  159. #side {position: fixed; width:310px; margin-left:-21px;}
  160.  
  161. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  162.  
  163. .photo {position:fixed; left:130px; top:140px;}
  164. .photo img {width:211px;height:320px;border:6px solid {color:sidebar};}
  165.  
  166. #desc {position:fixed;width:216px; height:33px; font-size:9px; font-family:calibri; text-align:center; color:{color:text sidebar};padding:4px;margin-top:-388px;margin-left:0px;text-transform:uppercase;background-color:{color:sidebar};border-bottom:0px dotted {color:text sidebar}}
  167.  
  168. #menuform select{background:{color:background links}; width:225px; color: {color:text links}; height: 15px; border-style: solid; border-color: {color:text links}; font-family: calibri; font-size: 9px; letter-spacing: 1px; MARGIN-TOP: 0PX;margin-left:-1px;text-transform:uppercase;}
  169.  
  170. #title {position:fixed;width:180px; height:15; font-size:15px; font-family:georgia; text-align:right; color:{color:text sidebar}; padding: 5px; margin-top:-50px;margin-left:-87px;line-height: 13px;background-color:{color:sidebar};x-index:7; -webkit-transform: rotate(-3deg);}
  171. #title a { color:{color:text sidebar};}
  172.  
  173.  
  174. #linha {position:fixed;width:128px; height:2; margin-top:1px;margin-left:-1px;background-color:{color:text links};font-size:12px;text-align:center;line-height:15px;font-weight: bold;}
  175. #linha a {color:{color:text links};}
  176.  
  177. #pag{width:1px;margin-left:920;margin-top:350px;position:fixed;}
  178. #pag a {float:left;margin-left:0px;display:block;font-family:calibri;font-size:14px;text-align:center;width:60px;height:20px;line-height:20px;background-color:{color:text links};color:{color:background links};margin-right:1px;text-transform:uppercase;}
  179. #pag a:hover {background-color:{color:background links};color:{color:text links};}
  180.  
  181. #crd {width: 20; height: auto; padding:0px; margin-top:515px; margin-left:1002px; position: fixed;z-index: 3;}
  182. #crd a {float: left; display: block; width: 20px; height:20px; line-height: 12px; padding: 3px; font-family: Agency FB; font-size: 21px; text-align: center; background-color: {color:background links};; color:{color:text links};opacity: 0.8;-webkit-border-radius: 20px 20px 20px 20px;}
  183. #crd a:hover {opacity: 0.6;}
  184.  
  185. #tumblr_controls{position: fixed!important}
  186. #tumblr_controls{position: fixed!important}
  187. #tumblr_controls{position: fixed!important}
  188. #tumblr_controls{position: fixed!important}
  189.  
  190. ::-webkit-scrollbar {width: 5px; height: 5px;}
  191. ::-webkit-scrollbar-track-piece {background-color:transparent;}
  192. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  193. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  194. ::moz-selection {color:{color:post}; background:{color:text};}
  195. ::selection {color:{color:post}; background:{color:text};}
  196. </style>
  197.  
  198. <body onkeydown="return false">
  199.  
  200. <div id="sidebar">
  201. <div id="side">
  202.  
  203. <div id="title"><a href="/" title="top">{Title}</a></div></div>
  204.  
  205. <div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="prev">recent</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="next">older</a>{/block:NextPage}{/block:Pagination}</div>
  206.  
  207.  
  208.  
  209. <div class="photo"><img src="{image:sidebar}"><form id="menuform">
  210. <select name="menu3" onChange="top.location.href = this.form.menu3.options[this.form.menu3.selectedIndex].value; return false;">
  211. <option value="/" selected>NAVIGATE</option>
  212. <option value="{text:Link1}">{text:Link1 Title}</option>
  213. <option value="{text:Link2}">{text:Link2 Title}</option>
  214. <option value="{text:Link3}">{text:Link3 Title}</option>
  215. <option value="{text:Link4}">{text:Link4 Title}</option>
  216. <option value="{text:Link5}">{text:Link5 Title}</option>
  217. <option value="{text:Link6}">{text:Link6 Title}</option>
  218. <option value="http://k-a-n-s-a-s.tumblr.com"></option>
  219. </select> <div id="desc">{Description}</div>
  220. </form> </div>
  221.  
  222. </div>
  223. </div>
  224.  
  225. <div id="box">
  226. {block:Posts}
  227. <div class="post">
  228.  
  229. {block:Text}
  230. {block:Date}
  231. <span class="perm">
  232. <a href="{Permalink}">{NoteCount}</a> -
  233. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  234. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  235. </span>
  236. {/block:Date}
  237.  
  238. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  239.  
  240. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  241. {/block:Text}
  242.  
  243. {block:Photo}
  244. {block:Date}
  245. <span class="perm">
  246. <a href="{Permalink}">{NoteCount}</a> -
  247. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  248. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  249. </span>
  250. {/block:Date}
  251.  
  252. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  253.  
  254. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  255. {block:Caption}{Caption}{/block:Caption}
  256. {/block:Photo}
  257.  
  258.  
  259. {block:Photoset}
  260. {block:Date}
  261. <span class="perm">
  262. <a href="{Permalink}">{NoteCount}</a> -
  263. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  264. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  265. </span>
  266. {/block:Date}
  267.  
  268. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}}
  269.  
  270. {Photoset-250}
  271. {block:Caption}{Caption}{/block:Caption}
  272. {/block:Photoset}
  273.  
  274.  
  275. {block:Quote}
  276. {block:Date}
  277. <span class="perm">
  278. <a href="{Permalink}">{NoteCount}</a> -
  279. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  280. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  281. </span>
  282. {/block:Date}
  283.  
  284. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  285.  
  286. <div class="xquote">“{Quote}”</div>
  287. {block:Source}<div class="xquotesource"> — <b>{Source}</b></div>
  288. {/block:Source}
  289. {/block:Quote}
  290.  
  291.  
  292. {block:Link}
  293. {block:Date}
  294. <span class="perm">
  295. <a href="{Permalink}">{NoteCount}</a> -
  296. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  297. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  298. </span>
  299. {/block:Date}
  300.  
  301. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  302.  
  303. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  304. {block:Description}{Description}{/block:Description}
  305. {/block:Link}
  306.  
  307. {block:Chat}
  308. {block:Date}
  309. <span class="perm">
  310. <a href="{Permalink}">{NoteCount}</a> -
  311. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  312. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  313. </span>
  314. {/block:Date}
  315.  
  316. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  317.  
  318. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  319. <div class="chat"><ul>{block:Lines}
  320. <li class="person{UserNumber}">{block:Label}
  321. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  322. {/block:Chat}
  323.  
  324.  
  325. {block:Audio}
  326. {block:Date}
  327. <span class="perm">
  328. <a href="{Permalink}">{NoteCount}</a> -
  329. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  330. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  331. </span>
  332. {/block:Date}
  333.  
  334. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  335.  
  336. <div class="player">{AudioPlayerGrey}</div>
  337. {/block:Audio}
  338.  
  339.  
  340. {block:Video}
  341. {block:Date}
  342. <span class="perm">
  343. <a href="{Permalink}">{NoteCount}</a> -
  344. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  345. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  346. </span>
  347. {/block:Date}
  348.  
  349. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  350.  
  351. {Video-250}
  352. {block:Caption}{Caption}{/block:Caption}
  353. {/block:Video}
  354.  
  355.  
  356. {block:Answer}
  357. <span class="perm">
  358. <a href="/ask">mesage</a></center></span>
  359. <table width="400px" cellspacing="0" cellpadding="0">
  360. <tr>
  361. <td width="340px" class="question"><B>{Asker}</b> asked: "{Question}"</td>
  362. </tr>
  363. </table>
  364. <div class="answer">{Answer}</div>
  365. {/block:answer}
  366.  
  367. </div>
  368.  
  369. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  370. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  371. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  372. {/block:ContentSource}</div>
  373.  
  374. {/block:Posts}
  375. {block:PostNotes}<div class="notes"><div style="top:33;">{PostNotes}</div></div>{/block:PostNotes}
  376.  
  377. </div>
  378. </div>
  379. </div>
  380. </div>
  381. </div>
  382.  
  383. <a style="position:fixed;bottom:12px;right:35px;font-family:consolas;font-size:8px;opacity:0.7;" href="http://k-a-n-s-a-s.tumblr.com" title="© with dlts idolatrado">THEME BY</a>
  384.  
  385.  
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment