Advertisement
inperfeito

theme 54

Jul 3rd, 2013
3,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7. <html>
  8. <!-------------------------------------------------------
  9. |   theme by versificar + base by titanios             |
  10. -------------------------------------------------------->
  11.  
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <meta charset="utf-8" />
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="color:background" content="#fff"/>
  24. <meta name="color:posts" content="#fff"/>
  25. <meta name="color:text" content="#696969"/>
  26. <meta name="color:link" content="#696969"/>
  27. <meta name="color:hover" content="#696969"/>
  28. <meta name="color:borda" content="#eeeeee"/>
  29. <meta name="color:scrollbar" content="#fff"/>
  30. <meta name="image:background" content="" />
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="if:1Column" content="0"/>
  34. <meta name="if:2Columns" content="1"/>
  35. <meta name="if:PostWidth250px" content="1"/>
  36. <meta name="if:PermalinkSwitch" content="0"/>
  37. <meta name="if:PermalinkMovement" content="1"/>
  38. <meta name="if:WebkitScrollbar" content="1"/>
  39.  
  40.  
  41.  
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5 Title" content="" />
  52.  
  53.  
  54.  
  55. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png" border="0"></a>
  58.  
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
  61. <style type="text/css">
  62.  ::-moz-selection
  63. {color: #FFF; background: #FFF;}
  64.  ::selection
  65. {color: #B2DFEE background:transparent; text-shadow:#B2DFEE 1px 1px 5px;}
  66.  
  67.  
  68. iframe#tumblr_controls {
  69. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.3;}
  70.  
  71. body { font-size: 12px; font-family:cambria; color:{color:text}; letter-spacing:0px; line-height:14px; background:{color:background} url('{image:background}') repeat fixed center top; margin:5px; margin-left:120px;}
  72.  
  73. a {text-decoration:none; color:{color:link}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  74.  
  75. a:hover { color:{color:hover};}
  76.  
  77. a:active {     outline:none; }
  78.  
  79. a:focus { -moz-outline-style: none; }
  80.  
  81. :-moz-any-link:focus {     outline: none; }
  82.  
  83. h1 { margin: 10px 0; font-size:16px; line-height:16px; font-weight:normal;text-align:center;}
  84.  
  85. p { margin: 10px 0; }
  86.  
  87. ol, ul{ margin: 10px 0;    padding-left:25px; }
  88.  
  89. blockquote { margin: 10px 0; padding-left:10px;; }
  90.  
  91. img { vertical-align: bottom; opacity:0.8; -webkit-filter: grayscale(60%);
  92. }
  93.  
  94. hr { color:{color:text}; background-color:{color:text}; height:1px;    border:0; }
  95. .transition{ -webkit-transition: all 0.2s linear; moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  96.  
  97. #scrollToTop {  display:none; text-decoration:none; position:fixed; bottom:25px; right:10px; overflow:hidden; width:21px; height:21px; border:none;     text-indent:100%; background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top; opacity: .7; filter: alpha(opacity = 50); }
  98.  
  99. #toTopHover { width:11px; height:11px; display:block; overflow:hidden;   float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
  100.  
  101. #scrollToTop:hover { opacity: 1; filter: alpha(opacity = 100); }
  102.  
  103. #scrollToTop:active, #toTop:focus { outline:none; }
  104.  
  105. #sidebar{ position:absolute;    {block:IfNotSwitchSidebar}left:50%;margin-left:
  106. {block:If1Column}
  107. {block:IfPostWidth500px}-395px{/block:IfPostWidth500px}
  108. {block:IfPostWidth400px}-345px{/block:IfPostWidth400px}
  109. {block:IfPostWidth320px}-305px{/block:IfPostWidth320px}
  110. {block:IfPostWidth250px}-270px{/block:IfPostWidth250px}
  111. {/block:If1Column}
  112. {block:If2Columns}
  113. {block:IfPostWidth500px}-655px{/block:IfPostWidth500px}
  114. {block:IfPostWidth400px}-555px{/block:IfPostWidth400px}
  115. {block:IfPostWidth320px}-475px{/block:IfPostWidth320px}
  116. {block:IfPostWidth250px}-405px{/block:IfPostWidth250px}
  117. {/block:If2Columns}
  118. {block:If3Columns}
  119. {block:IfPostWidth500px}-915px{/block:IfPostWidth500px}
  120. {block:IfPostWidth400px}-765px{/block:IfPostWidth400px}
  121. {block:IfPostWidth320px}-645px{/block:IfPostWidth320px}
  122. {block:IfPostWidth250px}-540px{/block:IfPostWidth250px}
  123. {/block:If3Columns};
  124. {/block:IfNotSwitchSidebar}
  125. {block:IfSwitchSidebar}
  126. right:50%;
  127. margin-right:  
  128. {block:If1Column}
  129. {block:IfPostWidth500px}-135px{/block:IfPostWidth500px}
  130. {block:IfPostWidth400px}-85px{/block:IfPostWidth400px}
  131. {block:IfPostWidth320px}-45px{/block:IfPostWidth320px}
  132. {block:IfPostWidth250px}-10px{/block:IfPostWidth250px}
  133. {/block:If1Column}
  134. {block:If2Columns}
  135. {block:IfPostWidth500px}-395px{/block:IfPostWidth500px}
  136. {block:IfPostWidth400px}-295px{/block:IfPostWidth400px}
  137. {block:IfPostWidth320px}-215px{/block:IfPostWidth320px}
  138. {block:IfPostWidth250px}-145px{/block:IfPostWidth250px}
  139. {/block:If2Columns}
  140. {block:If3Columns}
  141. {block:IfPostWidth500px}-655px{/block:IfPostWidth500px}
  142. {block:IfPostWidth400px}-505px{/block:IfPostWidth400px}
  143. {block:IfPostWidth320px}-385px{/block:IfPostWidth320px}
  144. {block:IfPostWidth250px}-280px{/block:IfPostWidth250px}
  145. {/block:If3Columns};
  146. {/block:IfSwitchSidebar}}
  147. #container{
  148. width:
  149. {block:If1Column}
  150. {block:IfPostWidth500px}520px{/block:IfPostWidth500px}
  151. {block:IfPostWidth400px}420px{/block:IfPostWidth400px}
  152. {block:IfPostWidth320px}340px{/block:IfPostWidth320px}
  153. {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
  154. {/block:If1Column}
  155. {block:If2Columns}
  156. {block:IfPostWidth500px}1040px{/block:IfPostWidth500px}
  157. {block:IfPostWidth400px}840px{/block:IfPostWidth400px}
  158. {block:IfPostWidth320px}680px{/block:IfPostWidth320px}
  159. {block:IfPostWidth250px}540px{/block:IfPostWidth250px}
  160. {/block:If2Columns}
  161. {block:If3Columns}
  162. {block:IfPostWidth500px}1560px{/block:IfPostWidth500px}
  163. {block:IfPostWidth400px}1260px{/block:IfPostWidth400px}
  164. {block:IfPostWidth320px}1020px{/block:IfPostWidth320px}
  165. {block:IfPostWidth250px}810px{/block:IfPostWidth250px}
  166. {/block:If3Columns};
  167. {block:IfNot1Column}
  168. {block:PermalinkPage}
  169. width:520px;
  170. {/block:PermalinkPage}
  171. {/block:IfNot1Column}
  172. padding:5px;
  173. margin-left:170px;
  174. margin-top:15px;
  175. {block:IfSwitchSidebar}
  176. margin-left:0;
  177. {/block:IfSwitchSidebar}}
  178.  
  179. #relativity {
  180. position:relative;
  181. width:100%;height:100%; }
  182.  
  183. .entry {
  184. overflow:hidden;
  185. background:{color:posts};
  186. margin:3px;
  187. width:
  188. {block:IfPostWidth500px}500px{/block:IfPostWidth500px}
  189. {block:IfPostWidth400px}400px{/block:IfPostWidth400px}
  190. {block:IfPostWidth320px}320px{/block:IfPostWidth320px}
  191. {block:IfPostWidth250px}250px{/block:IfPostWidth250px};
  192. {block:IfNot1Column}
  193. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  194. {/block:IfNot1Column}
  195. padding:4px;
  196. float:left;
  197. position:relative;
  198. ;
  199. ;}
  200.  
  201. .ask {margin: 0px 0px 0px 0px; -webkit-border-radius: 100px; -webkit-border-top-left-radius: 0; -moz-border-radius: 100px; -moz-border-radius-topleft: 0; border-radius: 100px; border-top-left-radius: 0; padding:2px; background:#eee; z-index:2;}
  202. .ask1 {width:auto; text-align:right; padding: 1px; font-family:calibri; text-transform:uppercase; font-size:10px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; background:#eee;}
  203. .ask2 {margin:2px 0px 0px 20px; padding:2px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; font-style:; margin-top: -4px;background:#fafafa; font-style:italic;}
  204.  
  205. ul.chat {
  206. margin: 0 0 0 0;
  207. padding: 0 0 0 0;}
  208. .chat li {
  209. list-style-type: none;
  210. margin-left: 0px;
  211. padding: 4px;}
  212. .chat li.odd {}
  213. .chat li.even {background-color:#f5f5f5;}
  214.  
  215. ol.notes {padding: 0px; margin: 5px 0px; text-align:left; font-family:calibri; font-size:11px; list-style-type: none; border-bottom: solid 1px #eee;background:;}
  216.  
  217. ol.notes li.note {border-top: solid 1px #eee; padding: 8px;}
  218. ol.notes li.note img.avatar {vertical-align: -4px; border-radius:100px; margin-right: 8px; width: 16px; height: 16px;}
  219. ol.notes li.note span.action {font-weight:normal;}
  220. ol.notes li.note .answer_content {font-weight: normal;}
  221. ol.notes li.note blockquote {padding: 4px 10px;  margin: 10px 0px 0px 25px;}
  222. ol.notes li.note blockquote a {text-decoration: none;}
  223.  
  224. #infscr-loading{
  225. position: absolute;
  226. bottom: 0px;   
  227. left: 50%;
  228. width:56px;
  229. height:21px;
  230. margin: 0 0 15px -28px;
  231. overflow:hidden;
  232. opacity:0.8;}
  233.  
  234. .permatext{
  235. width:100%;
  236. height:auto;
  237. line-height:100%;
  238. position:absolute;
  239. font-family:cambria;
  240. font-size:10px;
  241. text-transform:lowercase;
  242. right:-150px;
  243. bottom:-5px;
  244. opacity:0;
  245. padding:3px;
  246. background:{color:posts}
  247. ;font-style:italic;
  248. -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear;}
  249.  
  250. .entry:hover .permatext{
  251. right:-5px; bottom:-5px;
  252. opacity:1;
  253. -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear;}
  254.  
  255. .entry:hover .permatext:hover{ opacity:1; }
  256.  
  257. .gradient{
  258. position:absolute;
  259. left:0;
  260. height:14px;
  261. width:100%;
  262. text-align:center;
  263. opacity:0;
  264. {block:IfNotPermalinkSwitch}
  265. bottom:0;
  266. padding:16px 0 10px 0;
  267. {block:IfPermalinkMovement}
  268. padding:16px 0 0px 0;
  269. {/block:IfPermalinkMovement}
  270. background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  271. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
  272. background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  273. background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  274. background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  275. background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  276. {/block:IfNotPermalinkSwitch}
  277. {block:IfPermalinkSwitch}
  278. top:0;
  279. padding:10px 0 16px 0;
  280. {block:IfPermalinkMovement}
  281. padding:0px 0 16px 0;
  282. {/block:IfPermalinkMovement}
  283. background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  284. background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
  285. background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  286. background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  287. background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  288. background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  289. {/block:IfPermalinkSwitch}}
  290.  
  291. .entry:hover .gradient{
  292. opacity:0.99;
  293. padding:16px 0 10px 0;
  294. {block:IfPermalinkSwitch}
  295. padding:10px 0 16px 0;
  296. {/block:IfPermalinkSwitch} }
  297.  
  298. .gradient a:hover{
  299. text-decoration:none;}
  300.  
  301. .gradient .reblogspan{
  302. color:transparent;
  303. width:13px;
  304. height:13px;
  305. background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
  306. display:inline-block; }
  307.  
  308. .gradient .notespan{
  309. padding: 0 5px;
  310. color:#fff;
  311. font-family: arial;
  312. font-size:13px;
  313. line-height:14px;}
  314. .my-like {
  315. cursor:pointer;
  316. color:transparent;
  317. width:13px;
  318. height:13px;
  319. background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
  320. display:inline-block; }
  321. .my-liked {
  322. cursor:pointer;
  323. color:transparent;
  324. width:13px;
  325. height:13px;
  326. background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
  327. display:inline-block; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.3;}
  328.  
  329. .quote {font-weight:none; font-style:none; text-align:justify;font-size: 12px;font-family:cambria; line-height: 14px; text-indent:2px; padding: 10px; margin-left: 2px; }
  330. .quotesource {margin: 0px; padding:2px; text-align:right;margin-bottom:-4px; font-family:cambria; font-size:11px; text-transform:normal;font-style:italic;}
  331.  
  332.  
  333. #side {position:fixed;height:auto;width:auto;height:auto; margin-left:0px;margin-top:110px; text-align:center; border:1px solid #fff; padding:8px; background-color: #fff;}
  334.  
  335. #side img {-webkit-transition:opacity 1s linear; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition:all 0.4s ease-out; height:auto; width:155px;height:230px;; border-radius:0px;}
  336.  
  337. #descri {position:fixed; color:transparent; background-color:transparent;   overflow:hidden; margin-left:-9px; margin-top:27px; text-align:center; letter-spacing:1px; font-size:11px; font-family:cambria; padding:5px; font-style:italic; text-transform:none; line-height:10px; width:173px;  height:158px;}
  338.  
  339. #links {position:fixed; margin-left:-7px; margin-top:-2px; width:159px; height:15px; line-height:14px;font-size:12px;font-family:calibri;text-align:center; background-color:none; padding:3px; text-transform:none; font-style:italic;;}
  340.  
  341. {block:IfWebkitScrollbar}
  342. ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:{color:Scrollbar};box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
  343. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}  
  344. ::-webkit-scrollbar {background:{color:Background};width:5px;height:5px;}
  345. {/block:IfWebkitScrollbar}
  346.  
  347.  
  348. </style>
  349.  
  350. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  351.  
  352. <link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
  353.  
  354. <script>
  355. window.onload = function () {
  356. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  357. document.addEventListener( 'click', function ( event ) {
  358. var myLike = event.target;
  359. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  360. var frame = document.getElementById( 'my-like-frame' ),
  361. liked = ( myLike.className == 'my-liked' ),
  362. command = liked ? 'unlike' : 'like',
  363. reblog = myLike.getAttribute( 'data-reblog' ),
  364. id = myLike.getAttribute( 'data-id' ),
  365. oauth = reblog.slice( -8 );
  366. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  367. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; };
  368. }, false );
  369. };
  370. </script>
  371. <script language="javascript">
  372. function clickIE() {if (document.all) {(mensagem);return false;}}
  373. function clickNS(e) {if
  374. (document.layers||(document.getElementById&&!document.all)) {
  375. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  376. if (document.layers)
  377. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  378. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  379. document.oncontextmenu=new Function("return false")
  380. </script>
  381.  
  382. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  383.  
  384.    
  385. </head>
  386.  
  387. <script type="text/javascript"
  388. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  389. <script>
  390. $(document).ready(function() {
  391.     //
  392. //When you click on a link with class of poplight and the href starts with a #
  393.  
  394. $('a.poplight[href^=#]').click(function() {
  395.  
  396.     var popID = $(this).attr('rel'); //Get Popup Name
  397.  
  398.     var popURL = $(this).attr('href'); //Get Popup href to define size
  399.  
  400.     //Pull Query & Variables from href URL
  401.  
  402.    var query= popURL.split('?');
  403.  
  404.     var dim= query[1].split('&');
  405.  
  406.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  407.  
  408.     //Fade in the Popup and add close button
  409.  
  410.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/b28c104906c576285505ca134600853a/tumblr_inline_mfp5cwdybL1qh7cpd.gif" class="btn_close" title="Close" alt="Close" /></a>');
  411.  
  412.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  413.  
  414.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  415.  
  416.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  417.  
  418.     //Apply Margin to Popup
  419.  
  420.     $('#' + popID).css({
  421.  
  422.         'margin-top' : -popMargTop,
  423.  
  424.         'margin-left' : -popMargLeft
  425.  
  426.     });
  427.  
  428.     //Fade in Background
  429.  
  430.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  431.  
  432.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  433.  
  434.     return false;
  435.  
  436. });
  437.  
  438.  
  439. //Close Popups and Fade Layer
  440.  
  441. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  442.  
  443.     $('#fade , .popup_block').fadeOut(function() {
  444.  
  445.         $('#fade, a.close').remove();  //fade them both out
  446.     });
  447.     return false;
  448. });
  449.  
  450. });
  451.  
  452. </script>
  453.  
  454.  
  455. <body onkeydown="return false">
  456.  
  457.  
  458. <div id="sidebar">
  459. <div id="side"><img src="{image:sidebar}"></a>
  460. <div id="descri">{Description}</div>
  461. <div id="links"><div class="links">
  462. <a href="{text:Link1}">{text:Link1 Title}</a>
  463. <a href="{text:Link2}">{text:Link2 Title}</a>
  464. <a href="{text:Link3}">{text:Link3 Title}</a>
  465. <a href="{text:Link4}">{text:Link4 Title}</a>
  466. <a href="{text:Link5}">{text:Link5 Title}</a>
  467. </div></div></div>
  468.  
  469.  
  470.  
  471. <div id="container">
  472. {block:Posts}
  473. <div class="entry">
  474. <div id="relativity">
  475.  
  476. {block:Text}
  477. <div class="textbox">              
  478. {block:Title}
  479. <h1>{Title}</h1>
  480. {/block:Title}
  481. {Body}
  482. </div>
  483. {/block:Text}
  484.  
  485. {block:Photo}
  486. {block:IndexPage}<a href="{Permalink}">
  487. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  488. </a>
  489. {/block:IndexPage}
  490. {block:PermalinkPage}
  491. {LinkOpenTag}
  492. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  493. {LinkCloseTag}
  494. {/block:PermalinkPage}
  495. {/block:Photo}
  496.  
  497. {block:Photoset}
  498. <div style="margin-bottom:-4px;text-align:center;">
  499. {block:IndexPage}
  500. {block:IfPostWidth500px}
  501. {Photoset-500}
  502. {/block:IfPostWidth500px}{block:IfPostWidth400px}
  503. {Photoset-400}
  504. {/block:IfPostWidth400px}
  505. {block:IfPostWidth320px}
  506. {Photoset-250}
  507. {/block:IfPostWidth320px}
  508. {block:IfPostWidth250px}
  509. {Photoset-250}
  510. {/block:IfPostWidth250px}
  511. {/block:IndexPage}
  512. {block:PermalinkPage}
  513. {block:IfNot1Column}
  514. {Photoset-500}
  515. {/block:IfNot1Column}
  516. {block:If1Column}
  517. {block:IfPostWidth500px}
  518. {Photoset-500}
  519. {/block:IfPostWidth500px}
  520. {block:IfPostWidth400px}
  521. {Photoset-400}
  522. {/block:IfPostWidth400px}
  523. {block:IfPostWidth320px}
  524. {Photoset-250}
  525. {/block:IfPostWidth320px}
  526. {block:IfPostWidth250px}
  527. {Photoset-250}
  528. {/block:IfPostWidth250px}
  529. {/block:If1Column}
  530. {/block:PermalinkPage}
  531. </div>
  532. {/block:Photoset}
  533.  
  534. {block:Quote}
  535. <div class="quote">{Quote}</div>
  536. {block:Source}<div class="quotesource"></div>
  537. {/block:Source}
  538. {/block:Quote}
  539.  
  540. {block:Link}
  541. <div class="textbox">
  542. <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
  543. {block:Description}
  544. <p>{Description}</p>
  545. {/block:Description}
  546. </div>
  547. {/block:Link}
  548.  
  549. {block:Chat}
  550. {block:Title}
  551.     {Title}
  552.     {/block:Title}
  553.        
  554. <ul class="chat">
  555. {block:Lines}
  556. <li class="{Alt} user_{UserNumber}">
  557. {block:Label}
  558. <b>{Label}</b>
  559. {/block:Label}
  560. <span style="font-style:italic">{Line}</span>
  561. </li>
  562. {/block:Lines}
  563. </ul>
  564. {/block:Chat}
  565.  
  566. {block:Audio}
  567. <div class="textbox" style="text-align:center;">
  568. <p>{AudioPlayerBlack}</p>
  569. <p>
  570. {block:TrackName}
  571. {TrackName}
  572. {/block:TrackName}
  573. {block:Artist}
  574. - {Artist}
  575. {/block:Artist}
  576. </p>
  577. </div>
  578. {/block:Audio}
  579.  
  580. {block:Video}
  581. <div style="text-align:center;margin-bottom:-4px;">
  582. {block:IndexPage}
  583. {block:IfPostWidth500px}
  584. {Video-500}
  585. {/block:IfPostWidth500px}
  586. {block:IfPostWidth400px}
  587. {Video-400}
  588. {/block:IfPostWidth400px}
  589. {block:IfPostWidth320px}
  590. {Video-250}
  591. {/block:IfPostWidth320px}
  592. {block:IfPostWidth250px}
  593. {Video-250}
  594. {/block:IfPostWidth250px}
  595. {/block:IndexPage}
  596. {block:PermalinkPage}
  597. {block:IfNot1Column}
  598. {Video-500}
  599. {/block:IfNot1Column}
  600. {block:If1Column}
  601. {block:IfPostWidth500px}
  602. {Video-500}
  603. {/block:IfPostWidth500px}
  604. {block:IfPostWidth400px}
  605. {Video-400}
  606. {/block:IfPostWidth400px}
  607. {block:IfPostWidth320px}
  608. {Video-250}
  609. {/block:IfPostWidth320px}
  610. {block:IfPostWidth250px}
  611. {Video-250}
  612. {/block:IfPostWidth250px}
  613. {/block:If1Column}
  614. {/block:PermalinkPage}
  615. </div>
  616. {/block:Video}
  617.  
  618. {block:Answer}<div ><img src="{AskerPortraitURL-64}" width="50" align="left" class="ask"></div>
  619. <div class="ask1">{Asker} disse:</div>
  620. <div class="ask2">{Question}</div>
  621. <div class="ask3">{Answer}</div>{/block:Answer}
  622.  
  623.  
  624. {block:IndexPage}
  625. {block:Photo}
  626. <div class="gradient transition">
  627. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  628. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  629. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  630. {/block:Photo}
  631. {block:Video}
  632. <div class="gradient transition">
  633. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  634. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  635. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  636. {/block:Video}
  637.  
  638. {block:Text}
  639. <div class="permatext"><a href="{Permalink}">{NoteCount} </a> <div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>
  640. {/block:Text}
  641. {block:Photoset}
  642. <div class="permatext"><a href="{Permalink}">{NoteCount}</a> <div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>
  643. {/block:Photoset}
  644. {block:Quote}
  645.  
  646. <div class="permatext"><a href="{Permalink}"></a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource}  <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage}<div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div>{/block:IndexPage} </div>
  647.  
  648. {/block:Quote}
  649.  
  650. {block:Link}
  651. <div class="permatext"><a href="{Permalink}">{NoteCount} </a> <div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>
  652. {/block:Link}
  653. {block:Chat}
  654. <div class="permatext"><a href="{Permalink}">{NoteCount} </a><div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>
  655. {/block:Chat}
  656. {block:Audio}
  657. <div class="permatext"><a href="{Permalink}">{NoteCount} </a><div style="float:right"> <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>
  658. {/block:Audio}
  659. {/block:IndexPage}
  660.  
  661. </div>
  662. </div>      
  663.  
  664. {block:PermalinkPage}
  665. {block:Date}
  666. {block:Photo}
  667. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  668. {/block:Photo}
  669. {block:Photoset}
  670. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  671. {/block:Photoset}
  672. {block:Audio}
  673. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  674. {/block:Audio}
  675. {block:Video}
  676. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  677. {/block:Video}
  678.  
  679. <div class="entry">
  680. <div class="textbox">
  681. {block:NoteCount}
  682. <p>{NoteCountWithLabel}</p>
  683. {/block:NoteCount}
  684. <p>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12HourWithZero}:{Minutes}{AmPm}</p>
  685. {block:RebloggedFrom}
  686. <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p><p>originally <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
  687. {/block:RebloggedFrom}
  688. {block:HasTags}
  689. <p>{block:Tags}
  690. <a href="{TagURL}">#{Tag}</a>
  691. {/block:Tags}</p>
  692. {/block:HasTags}
  693. </div></div>
  694. {/block:Date}
  695.  
  696. {block:PostNotes}
  697. <div class="entry">
  698. <div class="textbox">
  699. {PostNotes}
  700. </div></div>
  701. {/block:PostNotes}
  702. {/block:PermalinkPage}
  703.  
  704. {/block:Posts}
  705. </div></div>
  706.  
  707. {block:Pagination}
  708. <div id="pagination" style="display:none;">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. </div>
  713. {/block:Pagination}
  714.  
  715. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  716. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  717. <script type="text/javascript">
  718. $(window).load(function () {
  719. var $content = $('#container');
  720. $content.masonry({itemSelector: '.entry'}),
  721. $content.infinitescroll({
  722. navSelector : 'div#pagination',
  723. nextSelector : 'div#pagination a#nextPage',
  724. itemSelector : '.entry',
  725. loading: {
  726. finishedMsg: '',
  727. img: 'http://static.tumblr.com/qzpui9z/5ptmhyx9q/loading.gif'
  728. },debug : false,
  729. },
  730. // call masonry as a callback.
  731. function( newElements ) {
  732. var $newElems = $( newElements );
  733. $newElems.hide();
  734. // ensure that images load before adding to masonry layout
  735. $newElems.imagesLoaded(function(){
  736. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  737. });
  738. });
  739. });
  740. </script>
  741.  
  742.  <a style="position:fixed;left:5px;background-color:#e4e4e4;border-radius:40px;width:20px;height:20px;line-height:20px;text-align:center;top:5px;font-family:georgia;font-weight:bold;font-size:10px;" href="http://versificar.tumblr.com" title="© versificar {base; titanios}">C</a>
  743.  
  744. </body>
  745. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement