iea-themes

theme 9 - Cin.

Aug 1st, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.77 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <! THEME POR Any Emelly (P-SICANALISE) NÃO COPIE , OLHA OLHA HEEM BITCHH !>
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#fff" />
  8. <meta name="color:link" content="#a8a7a7" />
  9. <meta name="color:link hover" content="#000" />
  10. <meta name="color:text" content="#a8a7a7" />
  11. <meta name="color:post" content="#fff" />
  12. <meta name="color:sidebar" content="#fff" />
  13. <meta name="color:background links" content="#a8a7a7" />
  14. <meta name="color:text links" content="#fff" />
  15. <meta name="color:text sidebar" content="#a8a7a7" />
  16.  
  17. <meta name="image:background" content="" />
  18. <meta name="image:sidebar" content="http://static.tumblr.com/ygkexbz/EDEm7fts2/tumblr_m41gi89ujm1qcm8qbo1_500.jpg" />
  19.  
  20. <meta name="text:titulo" content="title" />
  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:-5px;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:georgia;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: 98%;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:2px 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: bold;font-size: 9px; font-family: verdana;}
  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: 70px 0px 0px 240px;}
  158.  
  159. #side {position: fixed; width:210px; margin-left:-140px;}
  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:40px; top:105px;}
  164. .photo img {width:130px;height:auto;border:3px solid {color:sidebar};}
  165.  
  166. #desc {position:fixed;width:165px; height:auto; font-size:9px; font-family:verdana; text-align:center; color:{color:text sidebar};padding:1px;margin-top:-90px;margin-left:133px;background-color:{colorsidebar};border-bottom:1px dotted {color:text sidebar}}
  167.  
  168. #menuform select{background:{colorbackground links}; width:130px; color: {color:text links}; height: 15px; border-style: solid; border-color: {color:text links}; font-family: calibri; font-size: 9px;letter-spacing: 1px; marging-top:90px;margin-left:3px;text-transform:uppercase;}
  169.  
  170. #title {position:fixed;width:157px; height:15; font-size:20px; font-family:pacifico; text-align:right; color:{color:text sidebar}; padding: 5px; margin-top:-5px;margin-left:-97px;line-height: 13px;background-color:{color:sidebar};x-index:7}
  171. #title a { color:{color:text sidebar};}
  172.  
  173. #titlee {position:absolute;width:6px; height:auto; font-size:50px; color:{color:text links}; margin-top:80px;margin-left:210px;text-shadow:1px 1px 1px {color:text links};}
  174. #titlee:hover {-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
  175.  
  176. #linha {position:fixed;width:128px; height:2; margin-top:10px;margin-left:-1px;background-color:{color:text links};font-size:12px;text-align:center;line-height:15px;font-weight: bold;}
  177. #linha a {color:{color:text links};}
  178.  
  179. #pag{width:1px;margin-left:120;margin-top:150px;position:fixed;}
  180. #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:{colortext links};color:{colorbackground links};margin-right:1px;text-transform:uppercase;}
  181. #pag a:hover {background-color:{colorbackground links};color:{colortext links};}
  182.  
  183. #crd {width: 20; height: auto; padding:0px; margin-top:135px; margin-left:65px; position: fixed;z-index: 3;}
  184. #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: {colorbackground links};; color:{color:text links};opacity: 0.8;-webkit-border-radius: 20px 20px 20px 20px;}
  185. #crd a:hover {opacity: 0.6;}
  186.  
  187.  
  188. #tumblr_controls{position: fixed!important}
  189. #tumblr_controls{position: fixed!important}
  190. #tumblr_controls{position: fixed!important}
  191. #tumblr_controls{position: fixed!important}
  192.  
  193. ::-webkit-scrollbar {width: 5px; height: 5px;}
  194. ::-webkit-scrollbar-track-piece {background-color:transparent;}
  195. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  196. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  197. ::moz-selection {color:{color:post}; background:{color:text};}
  198. ::selection {color:{color:post}; background:{color:text};}
  199. </style>
  200.  
  201. <body onkeydown="return false">
  202.  
  203. <div id="sidebar">
  204. <div id="side">
  205.  
  206. <div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="prev"><big>↥</big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="next"><big>↧</big></a>{/block:NextPage}{/block:Pagination}</div>
  207.  
  208. <div id="crd"><a href="http://p-sicanalise.tumblr.com" title="THEME P-SICANALISE INSPIRATION IDOLATRADO">©</a></div>
  209.  
  210. <div id="titlee">✡</div>
  211.  
  212. <div class="photo"><img src="{image:sidebar}"><form id="menuform">
  213. <select name="menu3" onChange="top.location.href = this.form.menu3.options[this.form.menu3.selectedIndex].value; return false;">
  214. <option value="/" selected>Links</option>
  215. <option value="{text:Link1}">{text:Link1 Title}</option>
  216. <option value="{text:Link2}">{text:Link2 Title}</option>
  217. <option value="{text:Link3}">{text:Link3 Title}</option>
  218. <option value="{text:Link4}">{text:Link4 Title}</option>
  219. <option value="{text:Link5}">{text:Link5 Title}</option>
  220. <option value="{text:Link6}">{text:Link6 Title}</option>
  221. <option value="http://p-sicanalise.tumblr.com">theme p-sicanalise</option>
  222. </select> <div id="desc">{Description}</div>
  223. </form> </div>
  224.  
  225. </div>
  226. </div>
  227.  
  228. <div id="box">
  229. {block:Posts}
  230. <div class="post">
  231.  
  232. {block:Text}
  233. {block:Date}
  234. <span class="perm">
  235. <a href="{Permalink}">{NoteCount}</a> -
  236. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  237. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  238. </span>
  239. {/block:Date}
  240.  
  241. {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}
  242.  
  243. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  244. {/block:Text}
  245.  
  246. {block:Photo}
  247. {block:Date}
  248. <span class="perm">
  249. <a href="{Permalink}">{NoteCount}</a> -
  250. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  251. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  252. </span>
  253. {/block:Date}
  254.  
  255. {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}
  256.  
  257. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Photo}
  260.  
  261.  
  262. {block:Photoset}
  263. {block:Date}
  264. <span class="perm">
  265. <a href="{Permalink}">{NoteCount}</a> -
  266. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  267. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  268. </span>
  269. {/block:Date}
  270.  
  271. {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}}
  272.  
  273. {Photoset-250}
  274. {block:Caption}{Caption}{/block:Caption}
  275. {/block:Photoset}
  276.  
  277.  
  278. {block:Quote}
  279. {block:Date}
  280. <span class="perm">
  281. <a href="{Permalink}">{NoteCount}</a> -
  282. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  283. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  284. </span>
  285. {/block:Date}
  286.  
  287. {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}
  288.  
  289. <div class="xquote">“{Quote}”</div>
  290. {block:Source}<div class="xquotesource"> — <b>{Source}</b></div>
  291. {/block:Source}
  292. {/block:Quote}
  293.  
  294.  
  295. {block:Link}
  296. {block:Date}
  297. <span class="perm">
  298. <a href="{Permalink}">{NoteCount}</a> -
  299. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  300. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  301. </span>
  302. {/block:Date}
  303.  
  304. {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}
  305.  
  306. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  307. {block:Description}{Description}{/block:Description}
  308. {/block:Link}
  309.  
  310. {block:Chat}
  311. {block:Date}
  312. <span class="perm">
  313. <a href="{Permalink}">{NoteCount}</a> -
  314. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  315. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  316. </span>
  317. {/block:Date}
  318.  
  319. {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}
  320.  
  321. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  322. <div class="chat"><ul>{block:Lines}
  323. <li class="person{UserNumber}">{block:Label}
  324. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  325. {/block:Chat}
  326.  
  327.  
  328. {block:Audio}
  329. {block:Date}
  330. <span class="perm">
  331. <a href="{Permalink}">{NoteCount}</a> -
  332. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  333. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  334. </span>
  335. {/block:Date}
  336.  
  337. {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}
  338.  
  339. <div class="player">{AudioPlayerGrey}</div>
  340. {/block:Audio}
  341.  
  342.  
  343. {block:Video}
  344. {block:Date}
  345. <span class="perm">
  346. <a href="{Permalink}">{NoteCount}</a> -
  347. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a>
  348. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  349. </span>
  350. {/block:Date}
  351.  
  352. {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}
  353.  
  354. {Video-250}
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Video}
  357.  
  358.  
  359. {block:Answer}
  360. <span class="perm">
  361. <a href="/ask">mesage</a></center></span>
  362. <table width="400px" cellspacing="0" cellpadding="0">
  363. <tr>
  364. <td width="340px" class="question"><B>{Asker}</b> asked: "{Question}"</td>
  365. </tr>
  366. </table>
  367. <div class="answer">{Answer}</div>
  368. {/block:answer}
  369.  
  370. </div>
  371.  
  372. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  373. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  374. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  375. {/block:ContentSource}</div>
  376.  
  377. {/block:Posts}
  378. {block:PostNotes}<div class="notes"><div style="top:33;">{PostNotes}</div></div>{/block:PostNotes}
  379.  
  380. </div>
  381. </div>
  382. </div>
  383. </div>
  384. </div>
  385.  
  386.  
  387.  
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment