iea-themes

theme Life

Oct 12th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.85 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. THEME TOTALMENTE FEITO POR ABSOLU-TT
  3. Não copie isso é feio rum e se copiar eu vou saber girl ou boy flw?
  4. Usou dtls credite.
  5. Bom uso!
  6. http://absolu-tt.tumblr.com
  7. ------------------------------------------------------------------------->
  8.  
  9.  
  10. <html>
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15. <meta name="color:background" content="#f8f8f8" />
  16. <meta name="color:post" content="#ffffff" />
  17. <meta name="color:sidebar" content="#ffffff" />
  18. <meta name="color:text" content="#999999" />
  19. <meta name="color:links" content="#999999" />
  20. <meta name="color:titulo" content="#8b8b8b" />
  21. <meta name="color:scrollbar" content="#8b8b8b" />
  22. <meta name="color:chat1" content="#D4808C"/>
  23. <meta name="color:chat2" content="#777"/>
  24. <meta name="color:chatcolor" content="#fff"/>
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:sidebar" content="http://25.media.tumblr.com/tumblr_m9vxh5L80x1rtk6qmo1_250.jpg"/>
  28.  
  29. <meta name="text:titulo" content="i am titanium."/>
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="link" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="" />
  38. <meta name="text:Link4 Title" content="link" />
  39. <meta name="text:Link5" content="" />
  40. <meta name="text:Link5 Title" content="link" />
  41. <meta name="text:Link6" content="" />
  42. <meta name="text:Link6 Title" content="link" />
  43.  
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  47.  
  48. <script type="text/javascript">
  49. $(window).load(function(){
  50. var $wall = $('#container');
  51. $wall.imagesLoaded(function(){
  52. $wall.masonry({
  53. itemSelector: '.boxes',
  54. isAnimated : true
  55. });
  56. });
  57. $wall.infinitescroll({
  58. navSelector : "div#navigation",
  59. nextSelector : "div#navigation a#nextPage",
  60. itemSelector : '.boxes',
  61. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  62. loadingText : " ",
  63. donetext : " ",
  64. extraScrollPx : 9000,
  65. bufferPx : 10000,
  66. debug : false,
  67. errorCallback: function() {
  68. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  69. }},
  70. function( newElements ) {
  71. var $newElems = $( newElements );
  72. $newElems.hide();
  73. $newElems.imagesLoaded(function(){
  74. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  75. });
  76. }); $('#container').show(500);
  77. });
  78. </script>
  79.  
  80. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  81.  
  82. <title>{Title}</title>
  83. <link rel="shortcut icon" href="{Favicon}">
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  85. {block:Description}
  86. <meta name="description" content="{MetaDescription}" />
  87. {/block:Description}
  88.  
  89. <style type="text/css">
  90.  
  91. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  92.  
  93. a {color: {color:links}; text-decoration: none; text-transform: none;}
  94. a:hover {color: {color:links}; background-color: transparent; text-decoration: none;}
  95.  
  96. p {margin: 6px 0 0 0}
  97.  
  98. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  99. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  100. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  101. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  102.  
  103. blockquote img{max-width: 470px!important}
  104. blockquote blockquote img{max-width: 450px!important}
  105. blockquote blockquote blockquote img{max-width: 430px!important}
  106. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  107.  
  108. #container {text-align: center; width: 835px; margin-top: 20px; margin-left: 457px; padding: 0px;}
  109.  
  110. #posts {margin-left:410px; width:750px; margin-top:10px}
  111.  
  112. .boxes {position: fixed; width:300px; text-align:justify; float:left ;margin:-2px; padding:5px; margin-left: 3px; margin-top:3px; background:{color:post}}
  113. .boxes img{width: 287px; padding: 4px; border: 1px solid {color:background}}
  114.  
  115. .boxes:hover .perm {opacity: 0.9; background-color: {color:perma}; color: {color:perma text};}
  116.  
  117. .perm {font-size: 11px; position: absolute; text-align: center; width: 20%; font-family: calibri; background-color: {color:post}; opacity:0; margin-top: 10px; margin-left: 10px; 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;}
  118. .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;}
  119. .perm a {color:{color:text};}
  120.  
  121.  
  122. h1{color:{color:text}; font-family:calibri; font-size:12px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:center; border-bottom:1px solid #eee;}
  123. h1 a {color:{color:link}; text-transform: uppercase;}
  124. h1 a:hover {color:{color:link hover}; text-transform: uppercase;}
  125.  
  126. .image {text-align: center; border: 0px}
  127. .image img {max-width: 300px; margin-bottom: 2px }
  128.  
  129. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  130. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  131. .pquotesource a, a:hover{text-transform: none;}
  132.  
  133. /* Chat por Anna (livelikeasuicide) *********/
  134. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  135. 9px; font-family: trebuchet ms;}
  136. .chat .chat1 {margin-left: 0px;}
  137. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  138. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  139. .chat .chat1 .chat2.even {background: {color:chat2};
  140. color: {color:chatcolor};} /* Segunda linha */
  141. .chat .chat1 .chat2 span{font-weight: bold;}
  142.  
  143. .person1 {color: {color:text}; padding: 2px; }
  144. .person1 .label {font-weight: bold; color:{color:text}}
  145. .person2 {color: {color:text}; padding: 2px; }
  146. .person2 .label {font-weight: bold; color:{color:text}}
  147.  
  148. .player {background-color: #000; text-align: left; display:block;}
  149.  
  150. .question {color:{color:text}; font-size: 11px; font-weight: normal; font-family: calibri; line-height:95%; background: {color:background}; position: relative; min-height:70px; padding:10px 15px; margin-bottom:2px; margin-right:-10px;}
  151.  
  152. .questionarrow {font-size:30px; color:{color:background}; vertical-align:middle; margin-left:-10px!important;}
  153.  
  154. .asking {margin-left: 0px; text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  155. .asking a{color:{color:text};}
  156. .asking img { width:58px; vertical-align: middle; background-color:{color:background}; padding:3px;}
  157.  
  158. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  159. #info a {font-size: 10px; text-transform: uppercase;}
  160.  
  161. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  162. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  163.  
  164. #cap {width: 300px; margin-top: -2px;}
  165. .source {display: none;}
  166.  
  167. .notes {width: 320px; padding: 0px; margin-left: 257px; margin-top: 4px; margin-bottom: 1px; font-size: 9px; text-align: center}
  168. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  169. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  170. .notes img{display: none; border:0px}
  171.  
  172. ::-webkit-scrollbar{width:7px;height:7px;}
  173. ::-webkit-scrollbar-button:start:decrement
  174. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:{color:text};}
  175. ::-webkit-scrollbar-track-piece{background-color: {color:text}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  176. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  177. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  178.  
  179.  
  180.  
  181. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  182.  
  183. #ttle {position: fixed; margin-left: 170px; margin-top: 45px; padding: 5px; height:10px; font-size:20px; font-family: pacifico; line-height: 10px; text-align: left; width: 228px; text-transform: none; background-color: {color:transparent}; color: {color:titulo};}
  184.  
  185.  
  186. #borda2 {position: fixed; margin-left: 151px; margin-top: 284px; height: 3px; width: 192px; background-color: {color:sidebar};}
  187.  
  188. #borda3 {position: fixed; margin-left: 445px; margin-top: -20px; height: 910px; width: 3px; background-color: {color:sidebar};}
  189.  
  190. #borda4 {position: fixed; margin-left: 448px; margin-top: -20px; height: 910px; width: 3px; background-color: #CD5C5C;}
  191.  
  192. #borda5 {position: fixed; margin-left: 151px; margin-top: 287px; height: 3px; width: 192px; background-color: #CD5C5C;}
  193.  
  194. #imagem {position: fixed; width: 160px; height: 160px; margin-left: 153px; margin-top: 70px; overflow:hidden; border: 15px solid {color:sidebar};}
  195. #imagem img {width: 160px; height: 160px; opacity:0.8;-moz-transition: all .5s ease-in-out!important; -o-transition: all .5s ease-in-out!important; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  196.  
  197. .links2 {width: 255; height: auto; padding:0px; margin-top:265px; margin-left:152px; position: fixed;}
  198. .links2 a{float: left; display: block; width: 23px; height:7px; line-height: 8px; padding: 4px; font-family:calibri; font-size: 8px; text-align: center; background-color: {color:sidebar};color:{color:links}; text-decoration: none; margin-right: 1px; margin-bottom: 7px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-transform:uppercase;}
  199. .links2 a:hover {text-transform:lowercase;}
  200.  
  201. #description {position: fixed; margin-top: 290px; margin-left: 155px; padding:2px; width: 190px; height: 70px; font-size: 9px; font-family: verdana; text-align: left; background-color:{color:transparent}; color:{color:text};}
  202.  
  203. #pagination {width:105px; margin:auto!important; font:17px consolas,monospace; color: {color:text}; text-align:center; padding-top:2px;}
  204. #pagination a {color: {color:text};}
  205. #pagination a:hover{color: {color:text};}
  206. .ps {position: fixed; margin-left: 195px; margin-top: 390px;}
  207.  
  208. #bonnie:hover {position:fixed;}
  209. #tumblr_controls{position: fixed!important}
  210. #tumblr_controls{position: fixed!important}
  211. #tumblr_controls{position: fixed!important}
  212. #tumblr_controls{position: fixed!important}
  213.  
  214. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;} /* End http://www.cursors-4u.com */
  215.  
  216. /*** Estilo de linhas hover por thoughtandsoul no ilovethemes **/
  217. .linhapameI {font-size:10px;
  218. margin-bottom:2px;
  219. background:#fff;
  220. padding-top:2px;
  221. padding-bottom:2px;
  222. padding-left:10px;
  223. border-left: 2px solid #CD5C5C;
  224. margin-bottom:2px;
  225. -moz-transition-duration:.5s;
  226. -webkit-transition-duration:.5s;
  227. color: #fff;}
  228.  
  229. .linhapameI:hover {margin-bottom:2px;
  230. border-left: 20px solid #CD5C5C;
  231. -moz-transition-duration:.5s;
  232. -webkit-transition-duration:.5s;}
  233.  
  234. </style>
  235.  
  236. <body>
  237.  
  238. <div id="borda3"></div>
  239. <div id="borda4"></div>
  240. <div class="links2">
  241. <a href="{text:Link1}">{text:Link1 Title}</a>
  242. <a href="{text:Link2}">{text:Link2 Title}</a>
  243. <a href="{text:Link3}">{text:Link3 Title}</a>
  244. <a href="{text:Link4}">{text:Link4 Title}</a>
  245. <a href="{text:Link5}">{text:Link5 Title}</a>
  246. <a href="{text:Link6}">{text:Link6 Title}</a>
  247. </div></div>
  248.  
  249.  
  250. <div id="ttle">{text:titulo}</div>
  251. <div id="borda2"></div>
  252. <div id="borda5"></div>
  253.  
  254.  
  255.  
  256. <div id="imagem"><img src="{image:sidebar}"></div>
  257.  
  258. <div id="description">{description}</div>
  259.  
  260. <div class="ps">{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="previous">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="next">→</a>{/block:NextPage}</div>{/block:Pagination}</div>
  261.  
  262. {block:chat}
  263.  
  264.  
  265. <div class="chat">
  266. <div class="chat1">
  267. {block:Lines}
  268. <div class="chat2 {Alt}">
  269. {block:Label}
  270. <span>{Label}</span>
  271. {/block:Label}
  272. {Line}</div>
  273. {/block:Lines}
  274. </div>
  275. </div>{block:HasTags}<div class="tags">{block:Tags}&nbsp;<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  276. <div class="tag">
  277. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  278. <a href="{Permalink}">{TimeAgo}</a> </div>
  279.  
  280. {/block:Chat}
  281.  
  282.  
  283. <a style="position:fixed; right:5px; bottom:5px; font-family:calibri; font-size:9px;" href="http://voar-alem.tumblr.com/" title="insp unranked">THEME</a>
  284.  
  285. </div>
  286.  
  287. <div id="container">
  288. {block:Posts}
  289. <div class="boxes">
  290.  
  291. {block:Text}
  292.  
  293. <span class="perm">
  294. <a href="{Permalink}">{NoteCount}</a> -
  295. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  296. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  297. </span>
  298.  
  299. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  300.  
  301. {/block:Text}
  302.  
  303. {block:Photo}
  304.  
  305. <span class="perm">
  306. <a href="{Permalink}">{NoteCount}</a> -
  307. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  308. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  309. </span>
  310.  
  311. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Photo}
  314.  
  315. {block:Photoset}
  316.  
  317. <span class="perm">
  318. <a href="{Permalink}">{NoteCount}</a> -
  319. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  320. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  321. </span>
  322.  
  323. {Photoset-400}
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:Photoset}
  326.  
  327. {block:Quote}
  328.  
  329. <span class="perm">
  330. <a href="{Permalink}">{NoteCount}</a> -
  331. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  332. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  333. </span>
  334.  
  335. <div class="xquote">{Quote}</div>
  336. {block:Source}<b><div class="xquotesource"> — {Source}</b></div>
  337. {/block:Source}
  338.  
  339. {/block:Quote}
  340.  
  341. {block:Link}
  342.  
  343. <span class="perm">
  344. <a href="{Permalink}">{NoteCount}</a> -
  345. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  346. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  347. </span>
  348.  
  349. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  350. {block:Description}{Description}{/block:Description}
  351.  
  352. {/block:Link}
  353.  
  354. {block:Chat}
  355.  
  356. <span class="perm">
  357. <a href="{Permalink}">{NoteCount}</a> -
  358. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  359. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  360. </span>
  361.  
  362. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  363. <div class="chat"><ul>{block:Lines}
  364. <li class="person{UserNumber}">{block:Label}
  365. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  366.  
  367. {/block:Chat}
  368.  
  369. {block:Audio}
  370.  
  371. <span class="perm">
  372. <a href="{Permalink}">{NoteCount}</a> -
  373. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  374. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  375. </span>
  376.  
  377. <div class="player">{AudioPlayerBlack}</div>
  378. {block:Caption}{Caption}{/block:Caption}
  379.  
  380. {/block:Audio}
  381.  
  382. {block:Video}
  383.  
  384. <span class="perm">
  385. <a href="{Permalink}">{NoteCount}</a> -
  386. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  387. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  388. </span>
  389.  
  390. {Video-500}
  391. {block:Caption}{Caption}{/block:Caption}
  392. {/block:Video}
  393.  
  394.  
  395. {block:Answer}
  396. <table width="300px" cellspacing="0" cellpadding="0">
  397. <tr>
  398. <td width="210px" class="question">{Question}</td>
  399. <td width="30px"><span class="questionarrow">?</span></td>
  400. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  401. </tr>
  402. </table>
  403. <div class="answer">{Answer}</div>
  404. {/block:answer}
  405.  
  406. </div>
  407.  
  408. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  409. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  410. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  411. {/block:ContentSource}</div>
  412.  
  413. {/block:Posts}</div>
  414. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  415.  
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. </div>
  421.  
  422.  
  423. </body>
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment