Eduarda

Theme 47

Sep 6th, 2012
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.97 KB | None | 0 0
  1. <!----
  2. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
  3.  
  4. ---->
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript">
  9.  
  10. //desabilita menu de opcoes ao clicar no botao direito
  11.  
  12. function desabilitaMenu(e)
  13.  
  14. {
  15.  
  16. if (window.Event)
  17.  
  18. {
  19.  
  20. if (e.which == 2 || e.which == 3)
  21.  
  22. return false;
  23.  
  24. }
  25.  
  26. else
  27.  
  28. {
  29.  
  30. event.cancelBubble = true
  31.  
  32. event.returnValue = false;
  33.  
  34. return false;
  35.  
  36. }
  37.  
  38. }
  39.  
  40.  
  41.  
  42. //desabilita botao direito
  43.  
  44. function desabilitaBotaoDireito(e)
  45.  
  46. {
  47.  
  48. if (window.Event)
  49.  
  50. {
  51.  
  52. if (e.which == 2 || e.which == 3)
  53.  
  54. return false;
  55.  
  56. }
  57.  
  58. else
  59.  
  60. if (event.button == 2 || event.button == 3)
  61.  
  62. {
  63.  
  64. event.cancelBubble = true
  65.  
  66. event.returnValue = false;
  67.  
  68. return false;
  69.  
  70. }
  71.  
  72. }
  73.  
  74.  
  75.  
  76. //desabilita botao direito do mouse
  77.  
  78. if ( window.Event )
  79.  
  80. document.captureEvents(Event.MOUSEUP);
  81.  
  82. if ( document.layers )
  83.  
  84. document.captureEvents(Event.MOUSEDOWN);
  85.  
  86.  
  87.  
  88. document.oncontextmenu = desabilitaMenu;
  89.  
  90. document.onmousedown = desabilitaBotaoDireito;
  91.  
  92. document.onmouseup = desabilitaBotaoDireito;
  93.  
  94. </script>
  95.  
  96. <!-- DEFAULT VARIABLES -->
  97.  
  98. <meta name="color:background" content="#1C1C1C" />
  99. <meta name="color:link" content="#FFFFFF" />
  100. <meta name="color:link hover" content="#000000" />
  101. <meta name="color:text" content="#8B8989" />
  102. <meta name="color:post" content="#000000" />
  103. <meta name="color:frase" content="#FFFFFF" />
  104. <meta name="color:tags" content="#FF69B4" />
  105. <meta name="color:sidebar" content="#000000" />
  106.  
  107. <meta name="text:frase" content=" Baby I'm Sure" />
  108. <meta name="text:titulo" content="Se lembra quando eu e vc eramos um só?" />
  109. <meta name="text:Link1" content="/" />
  110. <meta name="text:Link1 Title" content="link" />
  111. <meta name="text:Link2" content="/" />
  112. <meta name="text:Link2 Title" content="link" />
  113. <meta name="text:Link3" content="/" />
  114. <meta name="text:Link3 Title" content="link" />
  115. <meta name="text:Link4" content="/" />
  116. <meta name="text:Link4 Title" content="link" />
  117. <meta name="text:Link5" content="/" />
  118. <meta name="text:Link5 Title" content="link" />
  119. <meta name="text:Link6" content="/" />
  120. <meta name="text:Link6 Title" content="link" />
  121. <meta name="text:Link7" content="/" />
  122. <meta name="text:Link7 Title" content="link" />
  123. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/iwFm9xtee/tumblr_m61jt4lbcs1rw56ogo3_250.jpg" />
  124. <meta name="image:background" content="" />
  125.  
  126. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  127. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  128.  
  129. <title>{Title}</title>
  130. <link rel="shortcut icon" href="{Favicon}">
  131. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  132. {block:Description}
  133. <meta name="description" content="{MetaDescription}" />
  134. {/block:Description}
  135.  
  136. <style type="text/css">
  137. body {background-color:{color:background}; font-family:verdana;color:{color:text}; text-align:center; font-size:09px; background-image:url('{image:background}'); background-attachment:fixed; }
  138.  
  139. iframe#tumblr_controls {right:3px !important;
  140. position: fixed !important;
  141. -webkit-transition: opacity 0.7s linear;
  142. opacity: 0.2;
  143. -webkit-transition: all 0.8s ease-out;
  144. -moz-transition: all 0.8s ease-out;
  145. transition: all 0.8s ease-out;}
  146. iframe#tumblr_controls:hover{
  147. -webkit-transition: opacity 0.7s linear;
  148. opacity: 1;
  149. -webkit-transition: all 0.4s ease-out;
  150. -moz-transition: all 0.4s ease-out;
  151. transition: all 0.4s ease-out;}
  152.  
  153.  
  154. a {color: {color:link}; text-decoration: none; text-transform: none;}
  155. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  156.  
  157. p {margin: 6px 0 0 0}
  158.  
  159. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  160. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px 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: 4px solid {color:background}; }
  163. blockquote img{max-width: 400px!important}
  164. blockquote blockquote img{max-width: 400px!important}
  165. blockquote blockquote blockquote img{max-width: 400px!important}
  166. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  167. /* base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |*/
  168. #creditosaduda {text-align:center;width:400px;margin: 20px auto 20px auto;z-index:1;}
  169.  
  170. .omdg {width:400px; background-color:{color:post}; padding:5px; text-align:justify; font-family:Trebuchet MS; font-size:11px;margin-bottom:1px;}
  171.  
  172. h1 {font-family:Trebuchet MS; text-align:center; font-size:14px;color: {color:text};font-weight:normal;line-height:14px;}
  173. h1 a {text-align: center; font-size: 14px;color:{color:text};font-weight: normal; line-height: 14px;}
  174. h1 a:hover {text-align:center;font-size: 14px; color:{color:text};font-weight:normal; line-height:14px;}
  175.  
  176. #omdg1{float:left; width:410px; margin-left:500px; margin-top:
  177. 35px; border: 5px solid {color:post}; z-index:-9; padding:3px;}
  178.  
  179. .image {text-align:center; border:0px; opacity:0.8;}
  180. .image img {max-width:400px;margin-bottom:-1px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  181.  
  182. .baseduda {text-align:justify;cambria;font-size:11px; line-height:15px; padding:3px;margin-left:02px; border-bottom:1px solid {color:background};margin-bottom:3px; margin-top:-66px;}
  183. .baseduda1 {text-align: center; text-transform: none; margin-bottom:5px; font-size: 09px; font-weight: bold}
  184. .baseduda1 a, a:hover{text-transform: none;}
  185. #quote {position:relative;top:-22px;left:-3px;font-size:60px;opacity:0.3;}
  186.  
  187. .chat {line-height: 13px; list-style: none }
  188. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  189. .person1 {color: {color:text}; padding: 2px; }
  190. .person1 .label {font-weight: bold; color:{color:text}}
  191. .person2 {color: {color:text}; padding: 2px; }
  192. .person2 .label {font-weight: bold; color:{color:text}}
  193.  
  194. .player {background-color:#000000;text-align:left;display:block;}
  195.  
  196.  
  197. #oidata {text-align:center; font-size:09px; font-family:calibri; text-transform: uppercase; z-index:11; padding:2px; color:{color:text};background:{color:background};}
  198. #oidata a {font-size:10px; color:{color:text}; text-transform: uppercase;}
  199.  
  200. #cap {width:400px; margin-top:-2px;}
  201. .source {display: none;}
  202.  
  203. .themedudar {width: 420px; padding: 0px; margin-lemargin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  204. ol.themedudar {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  205. ol.themedudar li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
  206. .themedudar img{display: none; border:0px}
  207.  
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210. #tumblr_controls{position: fixed!important}
  211. #tumblr_controls{position: fixed!important}
  212.  
  213. /* stilo da ask por things-to-help-you */
  214. .ask {width: 99%; background:#fff; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 11px; }
  215. .asker {width: 99%;height:18px; background:{color:background}; font-weight:normal; padding:3px; margin-bottom: 1px; color:#fff; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
  216. .asker a{background:#; color:#fff;}
  217. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:text};margin-top:-3px;}
  218. .resposta {background:#fff; font-weight:normal; padding:10px; margin-bottom:1px; text-shadow:0 0px 0px #fff;color:{color:text}; font-size: 11px; }
  219.  
  220. /* fotinha por duda |fotinha por duda |fotinha por duda|*/
  221. #atencaoduda {width:175px;height:690px;margin-top:95px; margin-left:321px; background-color:{color:sidebar};font-size:20px;font-family:georgia;position:fixed;}
  222. #aiduh {margin-top:5px; margin-left:2px;width:160px; height:auto;padding:5px;-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;}
  223. #aiduh img{width:160px;height:213px;}
  224. #aiduh:hover {padding-bottom:5px;}
  225. #notinholaduda {width:172px;height:48px;padding-bottom:5px; text-align:center;margin-top:-286px;margin-left:1px; font-family:Century Gothic;font-size:9px; margin-bottom:5px; border-bottom:3px solid #eeeeee;background:{color:sidebar}; color:{color:text}; letter-spacing:0px; text-transform: none; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  226. #burn {width:195px; height:18px; float:left;margin-top:2px;-webkit-transition-duration: 0.4s; padding:0px;text-align:center; margin-bottom:3px; z-index:99999999; margin-left:4px;}
  227. #burn:hover{width:194px; opacity:1; height:18px;}
  228. #burn a {float:left;margin-top:1px; display:block; margin-left:-3px; width:45px; line-height:18px;background:{color:sidebar}; color:{color:text}; font-family:tinytots; font-size:8px; text-align:center; text-decoration:none; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  229. /* titulos by duda.r |titulos by duda.r */
  230. #avaduda2{width: 160px; height: 32px; position: fixed; background-color:transparent;margin-top: 70px; margin-left: 270px; z-index:2; text-align: right; -webkit-transform: rotate(0deg)}
  231. .avaduda3{font-family: discoverbeauty; font-size: 15px; line-height: 14px; margin-top: 288px; margin-left: 52px; text-align: center; width: 174px; color: {color:frase};text-shadow: 0px 0px 9px #fff; height: 23px; word-spacing: 1px; background-color: {color:sidebar};}
  232. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  233. /*linha omdg| linha omdg| linha omdg| */
  234. #duhlinha2 {width: 151px; margin-left:333px; margin-top: 380px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:2px dotted #b1b1b1;}
  235. #duhlinha3 {width: 191px; margin-left:339px; margin-top: 326px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:2px dotted #b1b1b1;}
  236. #duhlinha3 {width: 126px; margin-left:346px; margin-top: 326px; background-color: transparent; height: 1px; position: fixed;z-index:0; border-top:2px dotted #b1b1b1;}
  237. #duhlinha4 {width: 71px; margin-left:370px; margin-top: 90px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:3px solid {color:tags};}
  238. #duhlinha5 {width: 691px; margin-left:-30px;-webkit-transform: rotate(90deg); margin-top: 375px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:5px solid {color:sidebar};}
  239. #amariaduh {margin-left:313px; z-index:9; margin-top:-10px; width:615px; font-size: 10px; height: 22px; text-align: center; background-color:{color:post}; font-family: luv; line-height: 17px; color:{color:background}; position: fixed; padding:0px; overflow: visible; border-top: 20px solid {color:background}; border-bottom: 3px solid {color:background};}
  240. .dudss{ font-family:luv; font-size:17px; padding:0px; text-align: center;margin-top:2px; color:{color:frase}; letter-spacing: 1px; margin-left:197px;}
  241. .dudss a{font-family:luv; color:{color:frase};}
  242. @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  243.  
  244.  
  245. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  246. /* links aqui por f-renetica*/
  247. #bru1 {width: 200px; height: 50px; float: left; margin-left:62px; margin-top: 75px; padding: 0px; text-align: center; position: absolute; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ;}
  248. #bru1 a {float: left; margin-left: 1px; font-family: calibri; font-size: 9px; text-align: center; margin-top: 3px; height: 15px; width: 35px; background-color: {color:tags}; color:{color:link}; line-height: 15px; letter-spacing: 0px; text-transform: uppercase; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; font-style: normal;border: 1px solid {color:background};}
  249. #bru1 a:hover{text-align: center; color:{color:link};background-color: {color:sidebar}; -webkit-transition: all .8s ease-out; -moz-transition: all 1s ease-out; font-style: none; background-color: transparent;opacity: 0.9; ;}
  250. #bru4 a{background-color: {color:post};color: {color:link};}
  251. #bru4 a:hover{background-color: {color:link}; color: {color:link}; }
  252. .dudexcred {margin-top: 485px; margin-left:326px;-webkit-transform: rotate(0deg); position: fixed; background-color:{color:bglinkshover}; font-family: tahoma; font-size:8px; width:auto; text-align: left; height: auto; font-style: none; color: {color:text}; padding: 1px; -webkit-transition-duration: .2s; -moz-transition-duration: 1.0s; border-bottom:1px solid {color:background}; border-top: 0px solid {color:background}}
  253. .dudexcred a{color: {color:link};}
  254. /* paginação by Duda.r (omdg) */
  255. #pagination {position:fixed; margin-top: 310px; margin-left:10px;}
  256. #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:39px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  257.  
  258. ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
  259. ::-webkit-scrollbar-corner {background:{color:text};}
  260. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:text};}
  261. ::-webkit-scrollbar-thumb:vertical {background:{color:text}; border-top: 1px solid #fffcfc; border-bottom: 1px solid #fffcfc;}
  262. ::-webkit-scrollbar-track-piece {background:#fffcfc; border-top: 1pt solid #fffcfc; border-bottom: 1pt solid #fffcfc; width:4pt;}
  263. -::moz-selection {color:#fff; background:{color:text};}
  264. ::selection {color:#fff; background:{color:text};}
  265.  
  266. </style>
  267. <body onkeydown=”return false”>
  268.  
  269.  
  270.  
  271. <div id="duhlinha2">
  272. </div></div><div id="duhlinha3"></div></div><div id="duhlinha4"></div></div><div id="duhlinha5"></div></div>
  273.  
  274. <div id="avaduda2">
  275. <center><div class="avaduda3">{text:frase}</div></div>
  276. <div id="amariaduh">
  277. <div class="dudss">{text:titulo}</div></div>
  278. <div id="atencaoduda">
  279. <div id="aiduh"><img src="{image:sidebar}" title="{text:titulo}"></div>
  280. <div id="burn">
  281. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} </a>{/block:ifLink1}
  282. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
  283. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}
  284. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
  285. </div>
  286. <div id="bru1">
  287. <a href="{text:Link5}">{text:Link5 Title}</a>
  288. <div id="bru4">
  289. <a href="{text:Link6}">{text:Link6 Title}</a></div>
  290. <div id="bru5">
  291. <a href="{text:Link7}">{text:Link7 Title}</a></div>
  292.  
  293. </div>
  294.  
  295. <div id="notinholaduda">{Description}</div>
  296.  
  297. <div id="pagination">
  298. {block:PreviousPage}<a href="{PreviousPage}">↲</a> {/block:PreviousPage}
  299. {block:NextPage}<a href="{NextPage}">↳</a>{/block:NextPage}
  300. </div></div>
  301. <div class="dudexcred"><a href="http://o-mundo-de-uma-garota.tumblr.com" title="Not copie">theme by o-mundo-de-uma-garota</a> <font color="{color:tags}">+</font><a href="http://f-renetica.tumblr.com/" > dtlhs</a></a><a href="http://amor-compulsivo.tumblr.com/" ><font color="{color:tags}"> +</font></a></div>
  302.  
  303. <div id="omdg1">
  304. {block:Posts}
  305. <div class="omdg">
  306.  
  307. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  308.  
  309. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  310.  
  311. {block:Photoset}{Photoset-400}{/block:Photoset}
  312.  
  313. {block:Quote}
  314. <div id="quote">&#10077;</div><div class="baseduda">{Quote}</div>
  315. {block:Source}<div class="baseduda1"> — {Source}</div>
  316. {/block:Source}
  317. {/block:Quote}
  318.  
  319. {block:Link}
  320. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  321. {block:Description}{Description}{/block:Description}
  322. {/block:Link}
  323.  
  324. {block:Chat}
  325. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  326. <div class="chat"><ul>{block:Lines}
  327. <li class="person{UserNumber}">{block:Label}
  328. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  329. {/block:Chat}
  330.  
  331. {block:Audio}
  332. <div class="player">{AudioPlayerBlack}</div>
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Audio}
  335.  
  336. {block:Video}{Video-400}{/block:Video}
  337.  
  338.  
  339. {block:Answer}
  340. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
  341. </div>
  342. <div class="ask">
  343. {Question} </div>
  344. <div class="resposta">{Answer}</div>
  345. {/block:Answer}
  346.  
  347. <div id="cap">
  348. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  349. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  350. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  351.  
  352. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  353. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  354. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  355. {/block:ContentSource}</div></div>
  356. <br>
  357.  
  358.  
  359. <div id="oidata">
  360. {block:Date}
  361. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}"> . </font><a href="{ReblogUrl}" target="_blank">reblog this shit</a>{/block:IndexPage}
  362. {block:RebloggedFrom} <font color="{color:tags}"> . </font>(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
  363. </div>
  364. </div>{/block:Date}
  365.  
  366.  
  367. {/block:Posts}
  368. {block:PostNotes}<div class="themedudar">{PostNotes}</div>{/block:PostNotes}
  369.  
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. </div>
  375.  
  376.  
  377.  
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment