Advertisement
aane69

theme black cldks

Apr 8th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.52 KB | None | 0 0
  1.  
  2. <!-- THEME COUDLKS -->
  3.  
  4. <html>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13.  
  14.  
  15. <!-- DEFAULT -->
  16.  
  17.  
  18. <meta name="color:background" content="#FFF"/>
  19. <meta name="color:scrollbar" content="fff"/>
  20. <meta name="color:border" content="#fff"/>
  21. <meta name="color:borderside" content="#ddd"/>
  22. <meta name="color:title" content="#444444"/>
  23. <meta name="color:frase" content="#444444"/>
  24. <meta name="color:text" content="#444444"/>
  25. <meta name="color:link" content="#444444"/>
  26. <meta name="color:lhover" content="#444444"/>
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="link" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="link" />
  31. <meta name="text:Link3" content="/" />
  32. <meta name="text:Link3 Title" content="link" />
  33. <meta name="text:Link4" content="/" />
  34. <meta name="text:Link4 Title" content="link" />
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <meta name="viewport" content="width=820" />
  41.  
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <link rel="stylesheet" href="http://static.tumblr.com/ssvjggv/Tjumkub1q/boucing_transition_by_lovsets.css" media="screen"/>
  53.  
  54.  
  55. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  56.  
  57. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  58.  
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
  61. <script src="http://tumbletricks.webs.com/like.js"></script>
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  70.  
  71. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
  72.  
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  75.  
  76.  
  77. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  78.  
  79. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  80.  
  81. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  82.  
  83. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  84.  
  85. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  86.  
  87.  
  88. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  89.  
  90. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  91.  
  92. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  93.  
  94. <link href='https://fonts.googleapis.com/css?family=Dosis|Ek+Mukta|Rokkitt|Source+Code+Pro|Comfortaa|Sintony|Varela|Ubuntu+Mono|Adamina' rel='stylesheet' type='text/css'>
  95.  
  96. <script type="text/javascript">
  97. $(window).load(function(){
  98. var $wall = $('#content');
  99. $wall.imagesLoaded(function(){
  100. $wall.masonry({
  101. itemSelector: '.entry',
  102. isAnimated : true
  103. });
  104. });
  105. $wall.infinitescroll({
  106. navSelector : "div#navigation",
  107. nextSelector : "div#navigation a#nextPage",
  108. itemSelector : '.entry',
  109. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  110. loadingText : " ",
  111. donetext : " ",
  112. extraScrollPx : 9000,
  113. bufferPx : 10000,
  114. debug : false,
  115. errorCallback: function() {
  116. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  117. }},
  118. function( newElements ) {
  119. var $newElems = $( newElements );
  120. $newElems.hide();
  121. $newElems.imagesLoaded(function(){
  122. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  123. });
  124. }); $('#content').show(500);
  125. });
  126. </script>
  127.  
  128. <style type="text/css">
  129.  
  130.  
  131. body {background-image: url('{image:background}');
  132. background-attachment:fixed;
  133. background-color:{color:background};
  134. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  135. background-position: center;
  136. background-attachment: fixed;
  137. -webkit-background-size: cover;
  138. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  139. margin-top:-10px;
  140.  
  141. </style>
  142.  
  143.  
  144.  
  145. <style type="text/css">
  146.  
  147. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  148.  
  149.  
  150.  
  151.  
  152. body {background-color: {color:background}; font-family:arial; color: {color:text links desc}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  153.  
  154. a {color: {color:text}; text-decoration: none; text-transform: none;}
  155. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  156.  
  157. p {margin: 6px 0 0 0}
  158.  
  159. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  160. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  161. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  162. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  163.  
  164. blockquote img{max-width: 470px!important}
  165. blockquote blockquote img{max-width: 450px!important}
  166. blockquote blockquote blockquote img{max-width: 430px!important}
  167. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  168.  
  169.  
  170.  
  171. /**posts**/
  172. div#content{
  173. margin-left:370px;
  174. width:600px;
  175. min-height:100%
  176. }
  177.  
  178.  
  179. #container {text-align: center; width: 935px; margin: 2px auto 20px auto; padding: 0px; z-index:-99999;}
  180.  
  181. #entry {z-index:-99999;margin-left:200px; width: 900px; margin-top: 80px;height:200px;z-index:-999999999;}
  182.  
  183. .posts { width: 200px; margin-top:15px;text-align: justify; font-family: arial; font-size: 10px; position: relative;margin-left:15px;overflow: hidden; float:left; position:relative; padding:10px;border:0px solid #E8E8E8;}
  184.  
  185. h1 {width: 200px;font-family: calibri; text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  186. h1 a {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  187. h1 a:hover {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  188.  
  189. .image {text-align: center; border: 0px}
  190. .image img {width: 200px; margin-bottom: 2px;opacity:1; }
  191.  
  192. .pquote {width: 200px;font-family: Segoe UI Light; text-align: justify; font-size: 11px; line-height: 15px; color:{color:text};}
  193.  
  194. .pquotesource {font-family: Segoe print;width: 250px;text-align: left; text-transform: none; font-size: 9px; color:{color:text};-webkit-transition-duration: 1.5s;text-transform:lowercase;}
  195.  
  196. .pquotesource a{font-size: 9px;color:{color:text};-webkit-transition-duration: 1.5s;text-transform:lowercase;}
  197.  
  198.  
  199. .chat {line-height: 13px; list-style: none }
  200. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;font-family:consolas;font-size:10px;}
  201. .person1 {color: {color:text}; padding: 2px; }
  202. .person1 .label {font-weight: bold; color:{color:text}}
  203. .person2 {color: {color:text}; padding: 2px; background-color:#f0f0f0; opacity:0;}
  204. .person2 .label {font-weight: bold; opacity:1; color:{color:text}}
  205.  
  206. .player {background-color: #000; text-align: left; display:block;}
  207.  
  208. ::-webkit-scrollbar{width:7px;height:0px;}
  209. ::-webkit-scrollbar-button:start:decrement
  210. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  211. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  212. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  213. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  214.  
  215. .source {display: none;}
  216.  
  217. .perma {text-align: right; margin-top:-18px; margin-left:0px; width: 200px;-webkit-transition-duration: 0.8s; opacity:0;zfont-size:9px;font-family: consolas;display: block;}
  218. .perma a { -webkit-transition-duration: 0.8s;font-size:9px; text-transform: lowercase; color:{color:text}; -webkit-transition-duration: 0.4s;font-family: consolas;}
  219. .posts:hover .perma {opacity:9;z-index:99999999999999999;margin-top:-12px;display: block;}
  220.  
  221. #cap {width: 200px; margin-top: -2px;}
  222.  
  223. #tumblr_controls{position: fixed!important}
  224. #tumblr_controls{position: fixed!important}
  225. #tumblr_controls{position: fixed!important}
  226. #tumblr_controls{position: fixed!important}
  227.  
  228. /** notes por fuckinq **/
  229. .perms{
  230. position:absolute;
  231. text-transform:lowercase;
  232. width:;
  233. padding:6px;
  234. left:0px;
  235. background-color:#fff;
  236. overflow:hidden;
  237. opacity:0.0;
  238. text-align:center;
  239. color:#696969;
  240. letter-spacing:1px;
  241. text-align:center;
  242. font-size:8px;
  243. top:19px;
  244. z-index:8;
  245. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;font-family:arial;
  246. }
  247.  
  248. .posts:hover .perms{
  249. opacity:.8;
  250. left:20px;
  251. }
  252.  
  253. .posts .perms a{
  254. color:{color:text links descri};
  255. text-transform:uppercase;
  256. }
  257.  
  258. #cap {width: 400px; margin-top: -2px;}
  259.  
  260. #tumblr_controls{position: fixed!important}
  261. #tumblr_controls{position: fixed!important}
  262. #tumblr_controls{position: fixed!important}
  263. #tumblr_controls{position: fixed!important}
  264.  
  265. .nts {text-align:left;font-family:consolas;font-size:9px;width:200px;border-bottom:1px solid #f0f0f0;padding-bottom:2px;margin-top:10px;-webkit-transition: all 0.8s ease-out;}
  266.  
  267. .nts:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  268.  
  269. .nts a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  270.  
  271. #notesavatar ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  272. #notesavatar li {background:#f0f0f0;margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 11px; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 387px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};}
  273. #notesavatar li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  274. #notesavatar li img.avatar {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;}
  275.  
  276.  
  277. ::-webkit-scrollbar{width:7px;
  278. height:0px;}
  279. ::-webkit-scrollbar-button:start:decrement
  280. ::-webkit-scrollbar-button:end:increment{display:block;
  281. height:0;
  282. background-color:#000;}
  283. ::-webkit-scrollbar-track-piece{background-color:#fff;
  284. -webkit-border-radius:0;
  285. -webkit-border-bottom-right-radius:3px;
  286. -webkit-border-bottom-left-radius:3px;}
  287. ::-webkit-scrollbar-thumb:vertical{height:50px;
  288. background-color:#000;}
  289. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  290. background-color:#000;}
  291.  
  292. #n0{width:20px; position:fixed; margin-left:30px;height:px;margin-top:20px; text-align:center; padding:0px; line-height:12px; letter-spacing:0px; font-family:cambria; font-size:17px; color:#FF6EB4;text-align:left;text-transform: uppercase; line-height: 14px;text-shadow: 0px 0px 3px #FFB6C1; height:auto; -webkit-transition-duration: 0.8s;}
  293.  
  294.  
  295.  
  296. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  297.  
  298.  
  299. ::-webkit-scrollbar{width:12px;height:5px;}
  300. ::-webkit-scrollbar-button:start:decrement
  301. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent; }
  302. ::-webkit-scrollbar-track-piece{background-color: background-color:transparent'); -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  303. ::-webkit-scrollbar-thumb:vertical{height:50px; background-image: ;-webkit-
  304. border-radius:px;};-webkit-border-radius:px;}
  305. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #ebe9e9;-webkit-border-radius:px;}
  306.  
  307.  
  308. #tumblr_controls{position: fixed!important}
  309. #tumblr_controls{position: fixed!important}
  310. #tumblr_controls{position: fixed!important}
  311. #tumblr_controls{position: fixed!important}
  312.  
  313. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. /** estilo de ask por identificada **/
  321. .resposta{background-color:#fff;font-family: consolas; font-size: 10px;color:{color:text};text-align: left;border-bottom:1px solid #f0f0f0;padding-bottom:5px;}
  322.  
  323. .resposta a{color:{color:text};}
  324.  
  325. .pergunta{font-family:calibri; font-size:10px;width:200px;padding:3px;border:1px solid #e0e0e0;color:{color:text};}
  326.  
  327. .pergunta a{color:{color:text}; font-family:consolas; font-size:10px;}
  328.  
  329. /** fim do código **/
  330.  
  331.  
  332. iframe#tumblr_controls {
  333. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  334. }
  335.  
  336. #palid{opacity:0;}
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. /* SIDE*/
  344.  
  345.  
  346.  
  347. #sidebar{width: 670px; height:75px; position:fixed;padding: 0 0 0 5; top:0px; margin-left:220px;
  348. z-index:999999;text-transform:uppercase;
  349. background:{color:borderside};
  350. }
  351.  
  352. /* cyrillic-ext */
  353. @font-face {
  354. font-family: 'PT Sans Narrow';
  355. font-style: normal;
  356. font-weight: 400;
  357. src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4SppsHecKHw584ktcwPXSnc.woff2) format('woff2');
  358. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  359. }
  360. /* cyrillic */
  361. @font-face {
  362. font-family: 'PT Sans Narrow';
  363. font-style: normal;
  364. font-weight: 400;
  365. src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4Uvi3q9-zTdQoLrequQTguk.woff2) format('woff2');
  366. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  367. }
  368. /* latin-ext */
  369. @font-face {
  370. font-family: 'PT Sans Narrow';
  371. font-style: normal;
  372. font-weight: 400;
  373. src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4T3sPXe5Q4a3bCZMR7ryN4o.woff2) format('woff2');
  374. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  375. }
  376. /* latin */
  377. @font-face {
  378. font-family: 'PT Sans Narrow';
  379. font-style: normal;
  380. font-weight: 400;
  381. src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4UU-p1xzoRgkupcXIqgYFBc.woff2) format('woff2');
  382. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  383. }
  384.  
  385.  
  386. #titulo {width: 650px; font-family: 'PT Sans Narrow' ; text-transform:uppercase; margin-left:-250px; margin-top:10px; position:fixed; font-size:18px; color: {color:title};text-align:right;}
  387.  
  388. /* latin */
  389. @font-face {
  390. font-family: 'Zeyada';
  391. font-style: normal;
  392. font-weight: 400;
  393. src: local('Zeyada'), url(http://fonts.gstatic.com/s/zeyada/v6/dcE9P1va-09wPqxMFAN3vw.woff2) format('woff2');
  394. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  395. }
  396.  
  397. .linx {-webkit-transition: all 0.9s ease; background-color:transparent;
  398. -moz-transition: all 0.9s ease;
  399. -o-transition: all 0.9s ease;
  400. font-family: 'consolas';
  401. position: fixed;
  402. width: 200px;text-transform:uppercase;
  403. margin-top: 55px;
  404. left: 425px;
  405. font-size: 10px;
  406. overflow: hidden;
  407. margin-left:60px;
  408. text-align:left;opacity:1; }
  409.  
  410. .linx a {background-color:transparent;
  411. color: {color:frase};
  412. text-shadow: 0px -100px 1px {color:frase};
  413. font-family: 'consolas'; text-transform:uppercase;
  414. }
  415.  
  416.  
  417.  
  418. #frase{position:fixed;-webkit-transition: all 0.9s ease-out;
  419. font-family:'Zeyada';
  420. font-style:italic;
  421. font-size:15px;margin-left:-180px;
  422. margin-top:35px;color: {color:frase};
  423. z-index:999;
  424. text-shadow: 1px 1px 3px #f0f0f0;opacity:1;
  425. width:1000px;text-align:center;
  426. text-transform:lowercase;}
  427.  
  428. #frase:hover{font-size:10px;-webkit-transition: all 0.8s ease-out;color:{color:frase};}
  429.  
  430. /** fim da sideeeeeeeeeeeeeeeeeeeeeeeeeeeeee **/
  431.  
  432.  
  433. <style type="text/css"></style><body oncontextmenu="return false" onkeydown="return false" ondragstart="return false">
  434.  
  435.  
  436.  
  437. </style>
  438.  
  439.  
  440. <body oncontextmenu="return false" onkeydown="return false">
  441. <!-- Wikplayer http://www.wikplayer.com -->
  442. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  443. data-config="{'skin':'http://static.tumblr.com/zeaszfj/roonlwhil/.css','volume':100,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dxy1Rff8YjR4'},{'title':'2.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DC5bJTefhRXU%26index%3D8%26list%3DPLR_f_yZqLd8OFnIQMYJyW5AbwjVIJvq-o'},{'title':'3.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D3JCcTo5psps%26nohtml5%3DFalse'},{'title':'4.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjpYDw7AJDtM%26nohtml5%3DFalse'},{'title':'5.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dqb5tenN7I5g%26nohtml5%3DFalse'},{'title':'6.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DC_3d6GntKbk%26nohtml5%3DFalse'},{'title':'7.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXgJFqVvb2Ws%26nohtml5%3DFalse'},{'title':'8.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1IKr0Hp9YXc%26nohtml5%3DFalse'},{'title':'9.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOI2hGfOelMY%26nohtml5%3DFalse'},{'title':'10.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtmPm5iYOklg'},{'title':'11.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbl7w1IupHHU%26nohtml5%3DFalse'},{'title':'12.','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DllPnFUNDMGs%26nohtml5%3DFalse'}]}" ></script>
  444. <!-- Wikplayer code end -->
  445.  
  446.  
  447.  
  448. <div id="sidebar">
  449.  
  450. <div id="titulo">{title}</div>
  451.  
  452. <div id="frase">{description}<p><center></div>
  453.  
  454.  
  455.  
  456. <div id="bordaa"> </div>
  457.  
  458.  
  459. <div class="linx">
  460. <a href="{text:link1}">{text:link1 title}</a>
  461. <a href="{text:link2}">{text:link2 title}</a>
  462. <a href="{text:link3}">{text:link3 title}</a>
  463. <a href="{text:link4}">{text:link4 title}</a>
  464. </div>
  465.  
  466.  
  467.  
  468. </div>
  469.  
  470.  
  471. <a style="position:fixed;right:50px;bottom:50px;font-family:tahoma;padding:5px;font-size:12px;font-style:;opacity:0.8;color:#000000;background:; border-top-left-radius: 40px; border-bottom-right-radius: 40px; border-top-right-radius: 40px; border-bottom-left-radius:40px;" href="http://coudlks.tumblr.com/" title="base: undoned ">
  472. CLDKS</></a>
  473.  
  474.  
  475.  
  476.  
  477. <div id="entry">
  478.  
  479.  
  480.  
  481. {block:Posts}
  482.  
  483.  
  484. <div class="posts">
  485.  
  486.  
  487. {block:Text}{block:Title}<h1><div class=”h1”>{Title}</div></h1>{/block:Title}{Body}{/block:Text}
  488.  
  489. {block:Photo} {LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"></div>{LinkCloseTag}{/block:Photo}
  490.  
  491. {block:Photoset}{Photoset-200}{/block:Photoset}
  492.  
  493.  
  494. {block:Quote}<div class="pquote">“{Quote}”</div>
  495. {block:Source}<div class="pquotesource"><b>- {Source}</b></div>
  496. {/block:Source}
  497.  
  498. {/block:Quote}
  499.  
  500. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>
  501. {block:Description}{Description}{/block:Description}
  502. {/block:Link}
  503.  
  504. {block:Chat}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  505. <div class="chat"><ul>{block:Lines}
  506. <li class="person{UserNumber}">{block:Label}
  507. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  508. {/block:Chat}
  509.  
  510. {block:Audio}<div class="player">{AudioPlayerBlack}</div>
  511. {block:Caption}{Caption}{/block:Caption}
  512. {/block:Audio}
  513.  
  514. {block:Video}{Video-250}{/block:Video}
  515.  
  516.  
  517. {block:Answer}
  518.  
  519. <div class="pergunta"><b>{Asker}: </b>{Question}</div>
  520. <div class="resposta">{Answer}</div>
  521. {/block:Answer}
  522.  
  523.  
  524.  
  525. <div id="cap">
  526. {block:Photo}{block:Caption}<br>{Caption}{/block:Caption}{/block:Photo}
  527. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  528. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  529.  
  530. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}"/>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</div></div><br>
  531.  
  532. {block:Date}<div class="perms"><a href="{Permalink}">{ShortMonth}, {DayOfMonthWithZero}</a> {block:Date}{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank"><b>reblog</b></a>{/block:IndexPage}</div>{/block:Date}</div>
  533.  
  534. {block:PostNotes}
  535.  
  536. <div class="nts">
  537. ▬ <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  538. </div>
  539. <div class="nts">
  540. ▬ <b>Tags:</b> {block:HasTags}{/block:HasTags}
  541. {block:HasTags}
  542. {block:Tags}
  543. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  544. </div>
  545. <div class="nts">
  546. ▬ <b>With:</b> {NoteCount} notes.
  547. </div>
  548. <div id="notesavatar">{PostNotes}</div>
  549. {/block:PostNotes}
  550. {/block:Posts}
  551. {/block:Posts}
  552.  
  553.  
  554.  
  555.  
  556.  
  557. </div>
  558. </div>
  559. </div>
  560. </div>
  561. <div id="palid">
  562. {block:Pagination}<ul id="pagination">
  563. {block:PreviousPage}
  564. <li><a href="{PreviousPage}"></a></li>
  565. {/block:PreviousPage}
  566. {block:JumpPagination length="1"}
  567. {block:CurrentPage}
  568. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  569. {/block:CurrentPage}
  570. {block:JumpPage}
  571. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  572. {/block:JumpPage}
  573. {/block:JumpPagination}
  574. {block:NextPage}
  575. <li><a id="nextPage" href="{NextPage}"></a></li>
  576. {/block:NextPage}
  577. </ul>{/block:Pagination}
  578.  
  579. {block:IndexPage}
  580. <script type="text/javascript">
  581. $(window).load(function () {
  582. $('#content').masonry(),
  583. $('.masonryWrap').infinitescroll({
  584. navSelector : '#pagination',
  585. nextSelector : '#pagination a#nextPage',
  586. itemSelector : ".posts, .loading",
  587. bufferPx : 40,
  588. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  589. loadingText : "<em></em>",
  590. },
  591. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  592. );
  593. });
  594. </script>
  595. {/block:IndexPage}</div>
  596.  
  597.  
  598. </body>
  599.  
  600.  
  601.  
  602.  
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement