iea-themes

theme 10 - Hug

Aug 20th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6. <!-- THEME POR Any Emelly (P-SICANALISE | TUMBLR) NÃO COPIE , CRIE !! -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12. <script type="text/javascript">
  13. //*bloqueio de menu de opcoes ao clicar no botao direito*\\
  14. function desabilitaMenu(e)
  15. {
  16. if (window.Event)
  17. {
  18. if (e.which == 2 || e.which == 3)
  19. return false;
  20. }
  21. else
  22. {
  23. event.cancelBubble = true
  24. event.returnValue = false;
  25. return false;
  26. }
  27. }
  28.  
  29. //*bloqueio botao direito*\\
  30. function desabilitaBotaoDireito(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. if (event.button == 2 || event.button == 3)
  39. {
  40. event.cancelBubble = true
  41. event.returnValue = false;
  42. return false;
  43. }
  44. }
  45.  
  46. //*bloqueio de botao direito do mouse*\\
  47. if ( window.Event )
  48. document.captureEvents(Event.MOUSEUP);
  49. if ( document.layers )
  50. document.captureEvents(Event.MOUSEDOWN);
  51.  
  52. document.oncontextmenu = desabilitaMenu;
  53. document.onmousedown = desabilitaBotaoDireito;
  54. document.onmouseup = desabilitaBotaoDireito;
  55. </script>
  56.  
  57. <title>{Title}</title>
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}
  61. <meta name="description" content="{MetaDescription}" />
  62. {/block:Description}
  63.  
  64. <meta name="color:Background" content="#f5f5f5" />
  65. <meta name="color:Backgroundescri" content="#f7f7f7" />
  66. <meta name="color:Entry" content="#FAFAFA" />
  67. <meta name="color:Link" content="#757575" />
  68. <meta name="color:Link hover" content="#757575" />
  69. <meta name="color:Link Post hover" content="#FFC000" />
  70. <meta name="color:Credits hover" content="#FF3B8E" />
  71. <meta name="color:Post Title" content="#2CD7E6" />
  72. <meta name="color:Origin" content="#FF3B8E" />
  73. <meta name="color:hashtag" content="#8AE837" />
  74. <meta name="color:Sidebar" content="#fff" />
  75. <meta name="color:tt" content="#fff" />
  76. <meta name="color:Texts" content="#919191" />
  77. <meta name="color:mytitle" content="#FFFFFF" />
  78. <meta name="color:bgpage" content="#EEEEEE" />
  79. <meta name="color:bgime" content="#F1F1F1" />
  80. <meta name="color:bgside" content="#FFFFFF" />
  81.  
  82. <meta name="text:Link1" content="" />
  83. <meta name="text:Link1 Title" content="link" />
  84. <meta name="text:Link2" content="" />
  85. <meta name="text:Link2 Title" content="link" />
  86. <meta name="text:Link3" content="" />
  87. <meta name="text:Link3 Title" content="link" />
  88. <meta name="text:Link4" content="" />
  89. <meta name="text:Link4 Title" content="link" />
  90. <meta name="text:Link5" content="" />
  91. <meta name="text:Link5 Title" content="link" />
  92. <meta name="text:Link6" content="" />
  93. <meta name="text:Link6 Title" content="link" />
  94. <meta name="text:Link7" content="" />
  95. <meta name="text:Link7 Title" content="link" />
  96.  
  97.  
  98. <meta name="image:sideimg" content="http://26.media.tumblr.com/tumblr_m20tgpAv5O1r8l7v4o1_250.png"/>
  99.  
  100. <meta name="image:background" content=""/>
  101.  
  102. <meta name="if:EndlessScroll" content="0"/>
  103.  
  104. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  105.  
  106. {block:IfEndlessScroll}
  107. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  108. {/block:IfEndlessScroll}
  109.  
  110. <style type="text/css">
  111.  
  112. #tumblr_controls{position: fixed!important}
  113. #tumblr_controls{position: fixed!important}
  114. #tumblr_controls{position: fixed!important}
  115. #tumblr_controls{position: fixed!important}
  116.  
  117.  
  118. body
  119. {font-family:verdana;
  120. font-size:11px;
  121. color:{color:Texts};
  122. background-color:{color:Background};
  123. background-image:url('{image:Background}');
  124. background-position: fixed;
  125. background-attachment:fixed;
  126. background-repeat:repeat;}
  127.  
  128. blockquote
  129. {border-left:0px solid;
  130. padding-left:0px;}
  131.  
  132. a
  133. {text-decoration:none;
  134. color:{color:Link};}
  135.  
  136. a:hover
  137. {text-decoration:none;
  138. color:{color:Link hover};
  139. opacity:1}
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  147. .asker img{float: left; padding: 0px 5px 0px 0px}
  148. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  149. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  150. .question {font-size: 10px;}
  151. .answer {padding: 4px}
  152. .answer img {max-width: 470px;}
  153.  
  154. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; z-index: 77777; }
  155. #pgs a {background: {color:bgpage}; margin: 30 0px 0 0; padding: 2px 4px; color:#AFAFAF; text-decoration: none; z-index: 77777;}
  156. #pgs a:hover {background:transparent; color:#FF5EA3; border: none; z-index: 77777}
  157. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color:FF5EA3; text-decoration: none; z-index: 77777;}
  158. .pg { position:fixed !important; clear: both; float: left; margin-top: -27px; margin-left: 588px; width: 197px; height: 15; font-size: 9px; padding: 2px; background-color:transparent; opacity:0.; z-index: 77777}
  159.  
  160.  
  161. #side{position: fixed;
  162. width:518px;
  163. height:116px;
  164. background-color:{color:bgside};
  165. padding:6px;
  166. margin-top: -130px;
  167. margin-left: 255px; border-bottom:1px solid #EBEBEB}
  168.  
  169. #ime{
  170. width:100px;
  171. position: fixed;
  172. height: 98;
  173. background-color:{color:bgime};
  174. padding:6px;
  175. margin-top: -122px;
  176. margin-left: 660px; z-index:2}
  177.  
  178. #image{
  179. margin-top: 5px;
  180. }
  181.  
  182. #permapage{
  183. font-family: verdana;
  184. font-size: 9px;
  185. text-align: left;
  186. margin-bottom: 8px;
  187. }
  188.  
  189. /* links */
  190.  
  191. #link1 {width: 50px; height: 100px; float: left; margin-left:550px; margin-top: -115px; padding: 0px; text-align: center; position:fixed; absolute; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  192. #link1 a {float: left; margin-left: -40px;; font-family: tinytots; font-size: 8px; text-align: left; margin-top: 7px; height: 7px; width: 50px; background-color:#949191; {color:bglinks}; color:{color:links}; line-height: 12px; letter-spacing: 0px; text-transform: uppercase; padding:0px 20px 2px 30px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 10px 10px 10px 10px;}
  193. #link1 a:hover{text-align: left; background-color:#8B8989;{color:bglinkshover}; color:{color:linkshover}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; width: 20px; margin-left:-20px;}
  194.  
  195. #cred {font-family: verdana; background-color: {color:sidebar}; color: #868686; font-size: 9px; padding: 3px 3px 4px 3px; width: 190px; margin-top: -18px; margin-left: 280px; z-index: 1; position: fixed; text-align: center; opacity:0.5}
  196. #cred a{font-family: verdana; font-size: 7px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #868686}
  197. #cred a:hover{font-family: verdana; font-size: 7px; color: {color:Credits Hover}; text-transform: uppercase; font-weight: bold; letter-spacing: 1px}
  198.  
  199. #entries{left:50%; margin-left:255px; margin-top:128px; width:510px; z-index:2}
  200. #posts{width: 500px; background-color:{color:entry}; text-align: justify; padding: 15px; margin-bottom: 1px; z-index:2}
  201.  
  202. #description {position: fixed; margin-top: 10px; margin-left: -290px; width: 228px; height: 23px; background-color:#FAFAFA; z-index:2}
  203. .opdescription{color: {color:texts}; clear: both; font-size:9px; height: 83px; text-align: justify; background-color:transparent; padding: 8px; margin-top: -3px;}
  204. .opdescription a{font-size:9px}
  205. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: uppercase}
  206.  
  207.  
  208. h1 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  209. h1 a {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  210. h1 a:hover {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  211.  
  212. h2 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  213. h2 a {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  214. h2 a:hover {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  215.  
  216. ::-webkit-scrollbar{width:10px;height:8px;}
  217. ::-webkit-scrollbar-button:start:decrement
  218. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  219. ::-webkit-scrollbar-track-piece{background-color:#F7F7F7;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  220. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#FFFFFF;-webkit-border-radius:px;}
  221. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#FFFFFF;-webkit-border-radius:px}
  222.  
  223. .source {display:none}
  224. div#source {text-align: right; font-size: 9px; letter-spacing: 1px}
  225.  
  226. .source {display:none}
  227. div#source {text-align: right; font-size: 9px; letter-spacing: 1px}
  228.  
  229. .info {font-family:verdana; font-size: 9px; text-align:center;}
  230. .info a:hover{letter-spacing: 1px}
  231.  
  232. .coerapa {margin-top: -5px; border-left: -1px solid {color:entry}; padding: 2px; background-color:#FAFAFA; text-align: left; font-size: 9px; font-family: verdana; letter-spacing: 1px}
  233.  
  234. .coerapa a {font-size: 9px; letter-spacing: 1px}
  235. .coerapa a:hover{letter-spacing: 1px}
  236.  
  237. .noite {float:right; margin-center: 0px; margin-top: -5px; text-align: center; font-size: 0px; color: {color:infotext};}
  238.  
  239. .noite a{font-size: 0px; text-align: center; color: {color:infotext}}
  240.  
  241. .tags{font-size:9px; display: inline}
  242.  
  243.  
  244.  
  245. img a{border:none; width:500px; text-align:center; text-transform: uppercase}
  246.  
  247.  
  248.  
  249. .q {padding:10px; font-style: italic; text-indent: 20px}
  250.  
  251.  
  252.  
  253. .a {padding-top: 3px}
  254.  
  255. blockquote {border-left:0px {color:text} solid; padding-left:0px; }
  256. b, strong{color:{color:text}}
  257. i, em {color:;}
  258. p{margin-top:5px; margin-bottom:5px}
  259. blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
  260. img a{border:none; width:100%}
  261. .audio{background-color:black; display:block;}
  262. .user_1 .label {color:{color:text}; font-weight:bold}
  263. .user_2 .label {color:{color:text}; font-weight:bold}
  264. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  265. .q{font-family: Georgia; font-size: 14px; text-align: center; padding: 10px;
  266. }
  267. .notes img{width:10px; position:relative; top:1px;}
  268. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  269. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  270.  
  271. .xquote {font-family: verdana; text-align: center; font-size: 12px; line-height: 14px; padding: 3px;}
  272. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; color:{color:Origin}}
  273. .xquotesource a, a:hover{text-transform: none; color: {color:text}}
  274. .notes img{width:10px; position:relative; top:1px;}
  275. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  276. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  277.  
  278.  
  279. </style>
  280.  
  281. <script language="JavaScript1.2">
  282. function disableselect(e){
  283. return false
  284. }
  285. function reEnable(){
  286. return true
  287. }
  288. //if IE4+
  289. document.onselectstart=new Function ("return false")
  290. //if NS6
  291. if (window.sidebar){
  292. document.onmousedown=disableselect
  293. document.onclick=reEnable
  294. }
  295. </script>
  296.  
  297. </head>
  298. <body onkeydown="return false">
  299.  
  300. {block:IfEndlessScroll}
  301. <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">top</a>{/block:IfEndlessScroll}
  302.  
  303.  
  304.  
  305. <div id="left">
  306.  
  307. {block:IfNotEndlessScroll}
  308. {/block:IfNotEndlessScroll}
  309.  
  310. <div id="cred"><a href="http://p-sicanalise.tumblr.com">Theme por p-sicanalise não copie</a></div></div>
  311.  
  312. <div id="side"></div>
  313.  
  314. <div id="ime"><div style="margin-top: 1px; opacity:0.8" ><img src="http://26.media.tumblr.com/tumblr_m20tgpAv5O1r8l7v4o1_250.png" width=100px; height=98px; margin-top: -12px; opacity:0.8></div></div>
  315.  
  316. <div id="link1">
  317. <a href="{text:Link1}">{text:Link1 Title}</a>
  318. <a href="{text:Link2}">{text:Link2 Title}</a>
  319. <a href="{text:Link3}">{text:Link3 Title}</a>
  320. <a href="{text:Link4}">{text:Link4 Title}</a>
  321. <a href="{text:Link5}">{text:Link5 Title}</a>
  322. <a href="{text:Link6}">{text:Link6 Title}</a>
  323.  
  324. <div id="description">
  325. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  326.  
  327. </div>
  328.  
  329.  
  330.  
  331.  
  332. </div>
  333.  
  334.  
  335. <div class="pg"><div id="pgs"> <center>
  336. {block:JumpPagination length="4"}
  337. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  338. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  339. {/block:JumpPagination}
  340. </center></div></div>
  341.  
  342.  
  343.  
  344. <div id="entries">
  345.  
  346. {block:Posts}
  347. <div id="posts">
  348. {block:Title}<h1>{Title}</h1>{/block:Title}
  349. {block:Text}{Body}{/block:Text}
  350.  
  351. {block:Quote}
  352. <div class="xquote">“{Quote}”</div>
  353. {block:Source}<div class="xquotesource"> — {Source}</div>
  354. {/block:Source}
  355. {/block:Quote}
  356.  
  357. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;</h2></a>
  358. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  359.  
  360. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  361.  
  362. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  363.  
  364. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  365.  
  366. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  367.  
  368. {block:Answer}
  369. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  370. <div class="answer">{Answer}</div>
  371. {/block:Answer}
  372.  
  373. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  374.  
  375. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  376. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  377. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  378. {/block:ContentSource}</div>
  379. <br>
  380. <div class="info">
  381.  
  382. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  383.  
  384. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  385.  
  386. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  387.  
  388. <div style="color:{color:hashtag}"><div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div></div>
  389.  
  390. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  391.  
  392. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  393.  
  394. {/block:RebloggedFrom}
  395.  
  396. </div></div></div>
  397. {/block:Posts}
  398. {block:PostNotes}{PostNotes}{/block:PostNotes}
  399.  
  400.  
  401.  
  402. </div>
  403. </div>
  404. </div>
  405.  
  406.  
  407. </body>
  408. </html>
Advertisement
Add Comment
Please, Sign In to add comment