Eduarda

theme 49

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