Eduarda

Theme 56

Sep 26th, 2012
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.99 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="#000" />
  101. <meta name="color:link" content="#000" />
  102. <meta name="color:link hover" content="#8B8989" />
  103. <meta name="color:text" content="#000" />
  104. <meta name="color:post" content="#fff" />
  105. <meta name="color:frase" content="#fff" />
  106. <meta name="color:tags" content="#FF69B4" />
  107. <meta name="color:sidebar" content="#fff" />
  108. <meta name="color:linknotes" content="#CDC9C9" />
  109. <meta name="color:textdesc" content="#000" />
  110. <meta name="color:linha" content="#8B8989" />
  111.  
  112.  
  113. <meta name="text:frase" content=" Heey garota chore,vc não é obrigada a ser forte 24 horas." />
  114. <meta name="text:frase2" content=" ordinary girl" />
  115. <meta name="text:Link1" content="/" />
  116. <meta name="text:Link1 Title" content="link" />
  117. <meta name="text:Link2" content="/" />
  118. <meta name="text:Link2 Title" content="link" />
  119. <meta name="text:Link3" content="/" />
  120. <meta name="text:Link3 Title" content="link" />
  121. <meta name="text:Link4" content="/" />
  122. <meta name="text:Link4 Title" content="link" />
  123. <meta name="text:Link5" content="/" />
  124. <meta name="text:Link5 Title" content="Home" />
  125. <meta name="text:Link6" content="/" />
  126. <meta name="text:Link6 Title" content="Ask" />
  127.  
  128. <meta name="image:sidebar" content="http://static.tumblr.com/ol726md/jfem7o8u4/pupu.jpg" />
  129. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/jAYmaw6ci/bg.png" />
  130.  
  131.  
  132. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  133. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  134.  
  135. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  136.  
  137. <title>{Title}</title>
  138. <link rel="shortcut icon" href="{Favicon}">
  139. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  140. {block:Description}
  141. <meta name="description" content="{MetaDescription}" />
  142. {/block:Description}
  143.  
  144. <style type="text/css">
  145. 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; }
  146.  
  147. iframe#tumblr_controls {right:3px !important;
  148. position: fixed !important;
  149. -webkit-transition: opacity 0.7s linear;
  150. opacity: 0.2;
  151. -webkit-transition: all 0.8s ease-out;
  152. -moz-transition: all 0.8s ease-out;
  153. transition: all 0.8s ease-out;}
  154. iframe#tumblr_controls:hover{
  155. -webkit-transition: opacity 0.7s linear;
  156. opacity: 1;
  157. -webkit-transition: all 0.4s ease-out;
  158. -moz-transition: all 0.4s ease-out;
  159. transition: all 0.4s ease-out;}
  160.  
  161.  
  162. a {color: {color:link}; text-decoration: none; text-transform: none;}
  163. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  164.  
  165. p {margin: 6px 0 0 0}
  166.  
  167. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  168. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  169. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  170. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  171. blockquote img{max-width: 400px!important}
  172. blockquote blockquote img{max-width: 400px!important}
  173. blockquote blockquote blockquote img{max-width: 400px!important}
  174. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  175. /* base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |*/
  176. #creditosaduda {text-align:center;width:400px;margin: 20px auto 20px auto;z-index:1;}
  177.  
  178. .omdg {width:450px; background-color:{color:post}; padding:5px; text-align:justify; font-family:font-family: 'Source Sans Pro', sans-serif; font-size:11px;margin-bottom:1px;}
  179.  
  180. h1 {font-family:font-family: 'Source Sans Pro', sans-serif; text-align:center; font-size:14px;color: {color:text};font-weight:normal;line-height:14px;}
  181. h1 a {text-align: center; font-size: 14px;color:{color:text};font-weight: normal; line-height: 14px;}
  182. h1 a:hover {text-align:center;font-size: 14px; color:{color:text};font-weight:normal; line-height:14px;}
  183.  
  184. #omdg1{float:left; width:460px;-webkit-border-radius: 0px 10px 10px 10px; margin-left:430px; margin-top:
  185. 10px; border: 2px dotted{color:linha}; z-index:-9; padding:3px;}
  186.  
  187. .image {text-align:center; border:0px; opacity:0.8;}
  188. .image img {max-width:440px;-webkit-border-radius: 10px 10px 10px 10px; margin-bottom:-1px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  189.  
  190. /*bases*/
  191. .baseduda {text-align:justify;cambria;
  192. font-size:11px; line-height:15px;
  193. padding:3px;margin-left:02px;
  194. border-bottom:1px solid {color:background};
  195. margin-bottom:3px; margin-top:-66px;}
  196. .baseduda1 {text-align: center;
  197. text-transform: none; margin-bottom:5px;
  198. font-size: 09px; font-weight: bold}
  199. .baseduda1 a, a:hover{text-transform: none;}
  200. #quote {position:relative;top:-22px;
  201. left:-3px;font-size:60px;opacity:0.3;}
  202.  
  203. .chat {line-height: 13px; list-style: none }
  204. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  205. .person1 {color: {color:text}; padding: 2px; }
  206. .person1 .label {font-weight: bold; color:{color:text}}
  207. .person2 {color: {color:text}; padding: 2px; }
  208. .person2 .label {font-weight: bold; color:{color:text}}
  209.  
  210. .player {background-color:#000000;text-align:left;display:block;}
  211.  
  212.  
  213. #oidata {text-align:center; font-size:09px; font-family:calibri; text-transform: uppercase; z-index:11; padding:2px; color:{color:text};background:{color:background};}
  214. #oidata a {font-size:10px; color:{color:linknotes}; text-transform: uppercase;}
  215.  
  216. #cap {width:400px; margin-top:-2px;}
  217. .source {display: none;}
  218.  
  219. .themedudar {width: 420px; padding: 0px;
  220. margin-lemargin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  221. ol.themedudar {list-style: none;
  222. margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  223. ol.themedudar li {background-color:{color:post};
  224. margin-bottom: 1px; padding: 5px; }
  225. .themedudar img{display: none; border:0px}
  226.  
  227. #tumblr_controls{position: fixed!important}
  228. #tumblr_controls{position: fixed!important}
  229. #tumblr_controls{position: fixed!important}
  230. #tumblr_controls{position: fixed!important}
  231.  
  232. /* stilo da ask por things-to-help-you */
  233. .ask {width: 99%; background:{color:background}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 11px
  234. .asker {width: 99%;height:18px; background:{color:background}; font-weigh; }t:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
  235. .asker a{background:#; color:{color:post};}
  236. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:text};margin-top:-3px;}
  237. .resposta {background:{color:post}; font-weight:normal; padding:10px; margin-bottom:1px; text-shadow:0 0px 0px #fff;color:{color:text}; font-size: 11px; }
  238.  
  239. /* fotinha por duda |fotinha por duda |fotinha por duda|*/
  240. #atencaoduda {width:185px;height:331px;
  241. -webkit-border-radius: 10px 0px 0px 0px;
  242. margin-top:10px; margin-left:242px;
  243. background-color:{color:sidebar};
  244. border: 2px dotted {color:linha};font-size:20px;
  245. font-family:georgia;position:fixed;}
  246. #aiduh {margin-top:5px; margin-left:2px;
  247. width:100px; height:auto;padding:5px;
  248. -webkit-transition: opacity 0.6s linear;
  249. -webkit-transition: all 0.6s ease-in-out;
  250. -moz-transition: all 0.6s ease-in-out;
  251. -o-transition: all 0.6s ease-in-out;}
  252. #aiduh img{width:170px;height:203px;}
  253. #aiduh:hover {padding-bottom:5px;}
  254.  
  255.  
  256.  
  257. #notinholaduda {width:175px;height:70px;padding-bottom:5px; text-align:center;margin-top:43px;margin-left:3px; font-family:tahoma;font-size:9px; margin-bottom:5px; background: color:{color:textdesc}; 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;}
  258.  
  259.  
  260. /* titulos by duda.r |titulos by duda.r */
  261. #avaduda2{width: 160px; height: 32px;
  262. position: fixed; background-color:transparent;
  263. margin-top: 265px; margin-left: 150px; z-index:2;
  264. text-align: right;}
  265. .avaduda3{font-family: "tinytots";
  266. font-size: 8px; line-height: 14px;
  267. margin-top: -78px; margin-left: 93px;
  268. text-align: center; width: 174px;
  269. color: {color:frase};text-shadow: 0px 0px 9px #fff;
  270. height: 23px; word-spacing: 1px; background-color;}
  271.  
  272. #avaduda4{width: 150px; height: 32px;-webkit-transform: rotate(-90deg); position: fixed; background-color:transparent;margin-top: 110px; margin-left: -70px; z-index:2; text-align: right;}/*theme by: duda.r*/
  273. .avaduda5{font-family: "craftygirls"; border-top:2px dotted {color:linha};font-size: 15px; line-height: 22px; margin-top: 228px; margin-left: -92px; text-align: center; width: 189px; color: {color:text};text-shadow: 0px 0px 9px #fff; height: 23px; word-spacing: 1px; background-color:{color:sidebar};}
  274.  
  275. /*fontes*/
  276. @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
  277. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  278.  
  279. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  280.  
  281.  
  282.  
  283.  
  284. #hehe {font-family: georgia; background-color: transparent; color: {color:links}; font-size: 10px; padding: 5px 5px 5px 5px; width: 170px; margin-top: -1px; margin-left: 3px; z-index: 1; position: relative; text-align: center; height: 16px; position: fixed; }
  285. #hehe a{font-family: georgia; font-size: 10px; font-weight: none; padding-left:1px; margin-left:-3px; }
  286.  
  287. /*barrinhas*/
  288. #babyimsureduh3 {text-align: justify;
  289. margin-top:48px; margin-left: 190px;
  290. overflow: hidden;
  291. -webkit-border-radius: 0px 0px 0px 0px;
  292. font-family: sofia; position: fixed;
  293. color: {color:tags}; padding: 10px;
  294. background-attachment: fixed; width:80px;
  295. height: 20px;
  296. -webkit-transition: all .5s ease-out;
  297. -moz-transition: all .5s ease-out; letter-spacing: 1px;
  298. font-style: normal; line-height: 8px;
  299. text-transform: uppercase;
  300. z-index: 9000000000000000000000000;-webkit-transform: rotate(-70deg);}
  301.  
  302. #babyimsureduh2{font-size: 12px;
  303. font-family: Sofia;
  304. letter-spacing: -1px;
  305. text-transform: none; line-height: 20px;}
  306.  
  307. .dudexcred {margin-top: 25px; margin-left:150px;-webkit-transform: rotate(0deg); position: fixed; background-color:{color:bglinkshover}; font-family: tinytots; font-size:8px; width:auto; text-align:center; 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}}
  308. .dudexcred a{color: {color:link};}
  309.  
  310. #pagina{ margin-top: -30px; margin-left:105px;font-size:13px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
  311.  
  312.  
  313.  
  314. ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
  315. ::-webkit-scrollbar-corner {background:{color:text};}
  316. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:text};}
  317. ::-webkit-scrollbar-thumb:vertical {background:{color:text}; border-top: 1px solid #fffcfc; border-bottom: 1px solid #fffcfc;}
  318. ::-webkit-scrollbar-track-piece {background:#fffcfc; border-top: 1pt solid #fffcfc; border-bottom: 1pt solid #fffcfc; width:4pt;}
  319. -::moz-selection {color:#fff; background:{color:text};}
  320. ::selection {color:#fff; background:{color:text};}
  321.  
  322. </style>
  323. <body onkeydown=”return false”>
  324.  
  325. <!----não mude nada aqui okey? -------->
  326.  
  327. <div id="babyimsureduh3"><div id="babyimsureduh2">✦ ✦</div></div></div>
  328.  
  329. <div id="avaduda2">
  330. <center><div class="avaduda3">{text:frase}</div></div>
  331.  
  332.  
  333. <div id="avaduda4">
  334. <center><div class="avaduda5">{text:frase2}</div></div>
  335.  
  336.  
  337. <div id="atencaoduda">
  338. <div id="aiduh"><img src="{image:sidebar}" title="Baby Im sure"></div>
  339.  
  340. <div id="hehe">
  341. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<font color="{color:tags}">|| </font>
  342. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}<font color="{color:tags}">|| </font>
  343. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}<font color="{color:tags}">|| </font>
  344. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}<font color="{color:tags}">|| </font>
  345. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title} </a>{/block:ifLink5}<font color="{color:tags}">|| </font>
  346. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title} </a>{/block:ifLink6}
  347. </div>
  348.  
  349. <div id="notinholaduda">{Description}</div>
  350.  
  351. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:tags}">«</font></a>{/block:PreviousPage}{/block:Pagination}
  352. <b>{CurrentPage}</b> <font color="{color:tags}"><b> of</b></font> <b>{TotalPages}</b>
  353. {block:JumpPagination length="0"}
  354. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  355. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  356. {/block:JumpPagination}
  357. {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:tags}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div></div>
  358.  
  359. <div style="margin-left:255px;-webkit-transform: rotate(0deg); font-family:tinytots; margin-top: 315px; font-size:8px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by <br>O-mundo-de-uma-garota</small></a> <br><font color="{color:tags}">+ </font>Originally not copie</a></div>
  360.  
  361. <!--------posts e tags by: Duda.R (omdg)------>
  362.  
  363. <div id="omdg1">
  364. {block:Posts}
  365. <div class="omdg">
  366.  
  367. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  368.  
  369. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  370.  
  371. {block:Photoset}{Photoset-400}{/block:Photoset}
  372.  
  373. {block:Quote}
  374. <div id="quote">&#10077;</div><div class="baseduda">{Quote}</div>
  375. {block:Source}<div class="baseduda1"> — {Source}</div>
  376. {/block:Source}
  377. {/block:Quote}
  378.  
  379. {block:Link}
  380. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  381. {block:Description}{Description}{/block:Description}
  382. {/block:Link}
  383.  
  384. {block:Chat}
  385. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  386. <div class="chat"><ul>{block:Lines}
  387. <li class="person{UserNumber}">{block:Label}
  388. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  389. {/block:Chat}
  390.  
  391. {block:Audio}
  392. <div class="player">{AudioPlayerBlack}</div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Audio}
  395.  
  396. {block:Video}{Video-400}{/block:Video}
  397.  
  398.  
  399. {block:Answer}
  400. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
  401. </div>
  402. <div class="ask">
  403. {Question} </div>
  404. <div class="resposta">{Answer}</div>
  405. {/block:Answer}
  406.  
  407. <div id="cap">
  408. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  409. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  410. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  411.  
  412. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  413. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  414. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  415. {/block:ContentSource}</div></div>
  416. <br>
  417.  
  418.  
  419. <div id="oidata">
  420. {block:Date}
  421. <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 </a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title="baby im sure duh"></a>{/block:IndexPage}
  422. {block:RebloggedFrom} <font color="{color:tags}"> . </font>(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
  423. </div>
  424. </div>{/block:Date}
  425.  
  426.  
  427. {/block:Posts}
  428. {block:PostNotes}<div class="themedudar">{PostNotes}</div>{/block:PostNotes}
  429.  
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. </div>
  435.  
  436.  
  437.  
  438. </html>
Advertisement
Add Comment
Please, Sign In to add comment