Eduarda

Theme 50

Sep 15th, 2012
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.43 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="#8B8989" />
  102. <meta name="color:link hover" content="#fff" />
  103. <meta name="color:text" content="#8B8989" />
  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="#BEBEBE" />
  108. <meta name="color:linkdafoto" content="#8B8989" />
  109. <meta name="color:textdesc" content="#fff" />
  110. <meta name="color:linha" content="#fff" />
  111. <meta name="color:bgask" content="#8B8989" />
  112.  
  113. <meta name="text:frase" content=" I Need You" />
  114. <meta name="text:frase2" content=" Baby I'm Sure" />
  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/2bh9bxo/xFOmacztu/tumblr_m9bt6r7bib1r8g9bio2_250.png" />
  129. <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/Fbvmad0g4/tumblr_m7dkk76pfv1r6heqvo9_250.jpg" />
  130. <meta name="image:background" content="" />
  131. <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/gr8mad03v/tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
  132.  
  133. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  134. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  135.  
  136. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  137.  
  138. <title>{Title}</title>
  139. <link rel="shortcut icon" href="{Favicon}">
  140. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  141. {block:Description}
  142. <meta name="description" content="{MetaDescription}" />
  143. {/block:Description}
  144.  
  145. <style type="text/css">
  146. 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; }
  147.  
  148. iframe#tumblr_controls {right:3px !important;
  149. position: fixed !important;
  150. -webkit-transition: opacity 0.7s linear;
  151. opacity: 0.2;
  152. -webkit-transition: all 0.8s ease-out;
  153. -moz-transition: all 0.8s ease-out;
  154. transition: all 0.8s ease-out;}
  155. iframe#tumblr_controls:hover{
  156. -webkit-transition: opacity 0.7s linear;
  157. opacity: 1;
  158. -webkit-transition: all 0.4s ease-out;
  159. -moz-transition: all 0.4s ease-out;
  160. transition: all 0.4s ease-out;}
  161.  
  162.  
  163. a {color: {color:link}; text-decoration: none; text-transform: none;}
  164. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  165.  
  166. p {margin: 6px 0 0 0}
  167.  
  168. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  169. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  170. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  171. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  172. blockquote img{max-width: 400px!important}
  173. blockquote blockquote img{max-width: 400px!important}
  174. blockquote blockquote blockquote img{max-width: 400px!important}
  175. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  176. /* base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |*/
  177. #creditosaduda {text-align:center;width:400px;margin: 20px auto 20px auto;z-index:1;}
  178.  
  179. .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;}
  180.  
  181. 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;}
  182. h1 a {text-align: center; font-size: 14px;color:{color:text};font-weight: normal; line-height: 14px;}
  183. h1 a:hover {text-align:center;font-size: 14px; color:{color:text};font-weight:normal; line-height:14px;}
  184.  
  185. #omdg1{float:left; width:460px; margin-left:430px; margin-top:
  186. 35px; border: 3px double{color:linha}; z-index:-9; padding:3px;}
  187.  
  188. .image {text-align:center; border:0px; opacity:0.8;}
  189. .image img {max-width:450px;margin-bottom:-1px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  190.  
  191. .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;}
  192. .baseduda1 {text-align: center; text-transform: none; margin-bottom:5px; font-size: 09px; font-weight: bold}
  193. .baseduda1 a, a:hover{text-transform: none;}
  194. #quote {position:relative;top:-22px;left:-3px;font-size:60px;opacity:0.3;}
  195.  
  196. .chat {line-height: 13px; list-style: none }
  197. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  198. .person1 {color: {color:text}; padding: 2px; }
  199. .person1 .label {font-weight: bold; color:{color:text}}
  200. .person2 {color: {color:text}; padding: 2px; }
  201. .person2 .label {font-weight: bold; color:{color:text}}
  202.  
  203. .player {background-color:#000000;text-align:left;display:block;}
  204.  
  205.  
  206. #oidata {text-align:center; font-size:09px; font-family:calibri; text-transform: uppercase; z-index:11; padding:2px; color:{color:text};background:{color:background};}
  207. #oidata a {font-size:10px; color:{color:text}; text-transform: uppercase;}
  208.  
  209. #cap {width:400px; margin-top:-2px;}
  210. .source {display: none;}
  211.  
  212. .themedudar {width: 420px; padding: 0px; margin-lemargin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  213. ol.themedudar {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  214. ol.themedudar li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
  215. .themedudar img{display: none; border:0px}
  216.  
  217. #tumblr_controls{position: fixed!important}
  218. #tumblr_controls{position: fixed!important}
  219. #tumblr_controls{position: fixed!important}
  220. #tumblr_controls{position: fixed!important}
  221.  
  222. /*** Stilo da Ask por things-to-help-you **/
  223. .pergunta {background: {color:background}; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 67px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  224. .perguntou {letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif; font-size: 12px; background:{color:bgask}; padding: 9px; margin-top: -11px; border-bottom: 1px solid #; margin-left: -11px;margin-right: -11px;overflow: hidden; text-shadow: 0px 1px 1px #;color: {color:text}; margin-bottom: 7px;}
  225. .perguntou g {color: {color:text};}
  226. .perguntou a {color: {color:text}; }
  227. .askfoto {opacity: 0.7;}
  228. .askfoto:hover {opacity: 0.9;}
  229.  
  230. /* fotinha por duda |fotinha por duda |fotinha por duda|*/
  231. #atencaoduda {width:155px;height:200px;margin-top:175px; margin-left:242px; background-color:{color:sidebar};border: 3px double {color:linha};font-size:20px;font-family:georgia;position:fixed;}
  232. #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;}
  233. #aiduh img{width:140px;height:183px;}
  234. #aiduh:hover {padding-bottom:5px;}
  235.  
  236. #estela1 {position: fixed; margin-left: 210px; width:210px; height: 780px; background-color:{color:barra1}; background-image: url('{image:fudinho}'); margin-top: 140px;-webkit-transform: rotate(0deg); -webkit-transform: rotate(180deg);border: 3px double {color:linha};}
  237.  
  238. #notinholaduda {width:140px;height:48px;padding-bottom:5px; text-align:center;margin-top:-45px;margin-left:6px; font-family:Century Gothic;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;}
  239.  
  240.  
  241. /* titulos by duda.r |titulos by duda.r */
  242. #avaduda2{width: 160px; height: 32px; position: fixed; background-color:transparent;margin-top: 75px; margin-left: 180px; z-index:2; text-align: right;}
  243. .avaduda3{font-family: discoverbeauty; font-size: 15px; line-height: 14px; margin-top: 238px; margin-left: 52px; text-align: center; width: 174px; color: {color:frase};text-shadow: 0px 0px 9px #fff; height: 23px; word-spacing: 1px; background-color;}
  244.  
  245. #avaduda4{width: 180px; height: 32px; position: fixed; background-color:transparent;margin-top: 170px; margin-left: 155px; z-index:2; text-align: right;}
  246. .avaduda5{font-family: discoverbeauty; font-size: 15px; line-height: 22px; margin-top: 238px; margin-left: 52px; text-align: center; width: 219px; color: {color:text};text-shadow: 0px 0px 9px #fff; height: 23px; word-spacing: 1px; background-color:{color:sidebar};}
  247.  
  248. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  249. /*linha omdg| linha omdg| linha omdg| */
  250. #duhlinha2 {width: 131px; margin-left:253px; margin-top: 148px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:2px dotted #b1b1b1;}
  251. #duhlinha3 {width: 191px; margin-left:139px; margin-top: 346px; background-color: transparent; height: 1px; position: fixed;z-index:90000000000000000000; border-top:2px dotted #b1b1b1;}
  252. #duhlinha3 {width: 126px; margin-left:246px; margin-top: 146px; background-color: transparent; height: 1px; position: fixed;z-index:0; border-top:2px dotted #b1b1b1;}
  253.  
  254.  
  255. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  256.  
  257.  
  258. #duh1 {width: 78px; float: left; margin-left:74px; margin-top: 58px; padding: 1px; text-align: center; position: absolute; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  259. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transp; height: 171px; }
  260.  
  261. #duh1 a {float: left; padding: 0px; margin-top:14px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 70px; background-color:{color:link hover}; color: {color:link}; text-decoration: none; text-transform: uppercase; line-height: 17px; height: 17px; overflow: hidden; border:1px solid {color:sidebar}; margin-left: 3px; }
  262.  
  263. #duh1 a:hover{text-align: center; background-color: {color:link hover}; color: {color:link}; font-weight: none; letter-spacing:2px;}
  264.  
  265.  
  266. /* links aqui por amor-compulsivo*/
  267. .links {float: left; width: 171px; margin-top: -234px; margin-left:-10px; text-align:center; position: absolute; z-index:400; padding:5px; background-color:; height: auto;}
  268.  
  269. .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}}
  270.  
  271.  
  272. #imsureduh{ float: left; margin-top: 88px; margin-left: -5px; height: 49px; width:49px; position: fixed; padding: 5px; overflow: hidden; z-index:43; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; background-color: {color:sidebar};}
  273.  
  274. #imsureduh img {margin-top: 0px;width:49px; margin-left: 0px;height: 49px;}
  275.  
  276. .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}}
  277. .dudexcred a{color: {color:link};}
  278. /* paginação by Duda.r (omdg) */
  279. #pagination {position:fixed; margin-top: 165px; margin-left:65px;}
  280. #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;}
  281.  
  282. ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
  283. ::-webkit-scrollbar-corner {background:{color:text};}
  284. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:text};}
  285. ::-webkit-scrollbar-thumb:vertical {background:{color:text}; border-top: 1px solid #fffcfc; border-bottom: 1px solid #fffcfc;}
  286. ::-webkit-scrollbar-track-piece {background:#fffcfc; border-top: 1pt solid #fffcfc; border-bottom: 1pt solid #fffcfc; width:4pt;}
  287. -::moz-selection {color:#fff; background:{color:text};}
  288. ::selection {color:#fff; background:{color:text};}
  289.  
  290. </style>
  291. <body onkeydown=”return false”>
  292.  
  293.  
  294.  
  295.  
  296. <div id="duhlinha2">
  297. </div></div><div id="duhlinha3"></div></div>
  298.  
  299. <div id="avaduda2">
  300. <center><div class="avaduda3">{text:frase}</div></div>
  301.  
  302.  
  303. <div id="avaduda4">
  304. <center><div class="avaduda5">{text:frase2}</div></div>
  305. <div id="estela1"></div>
  306.  
  307. <div id="atencaoduda">
  308. <div id="aiduh"><img src="{image:sidebar}" title="Baby Im sure"></div>
  309.  
  310.  
  311. <div id="imsureduh">
  312.  
  313. <img src="{image:fotinha}"/>
  314.  
  315. </div>
  316.  
  317. <div class="links">
  318. <i>
  319. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1} <font color="{color:tags}">. </font>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<font color="{color:tags}">. </font>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3} </i><br></div>
  320.  
  321.  
  322.  
  323. <div id="duh1">
  324.  
  325. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  326. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  327. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  328.  
  329. </div>
  330.  
  331. <div id="notinholaduda">{Description}</div>
  332.  
  333. <div id="pagination">
  334. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  335. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  336. </div></div>
  337. <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>
  338.  
  339. <div id="omdg1">
  340. {block:Posts}
  341. <div class="omdg">
  342.  
  343. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  344.  
  345. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  346.  
  347. {block:Photoset}{Photoset-400}{/block:Photoset}
  348.  
  349. {block:Quote}
  350. <div id="quote">&#10077;</div><div class="baseduda">{Quote}</div>
  351. {block:Source}<div class="baseduda1"> — {Source}</div>
  352. {/block:Source}
  353. {/block:Quote}
  354.  
  355. {block:Link}
  356. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  357. {block:Description}{Description}{/block:Description}
  358. {/block:Link}
  359.  
  360. {block:Chat}
  361. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  362. <div class="chat"><ul>{block:Lines}
  363. <li class="person{UserNumber}">{block:Label}
  364. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  365. {/block:Chat}
  366.  
  367. {block:Audio}
  368. <div class="player">{AudioPlayerBlack}</div>
  369. {block:Caption}{Caption}{/block:Caption}
  370. {/block:Audio}
  371.  
  372. {block:Video}{Video-400}{/block:Video}
  373.  
  374.  
  375. {block:Answer}
  376. <div class="caixa">
  377. <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
  378. <div class="pergunta">
  379. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  380. {Question}
  381. </div><br>
  382. {Answer}
  383. </div>
  384. {/block:Answer}
  385.  
  386. <div id="cap">
  387. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  388. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  389. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  390.  
  391. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  392. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  393. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  394. {/block:ContentSource}</div></div>
  395. <br>
  396.  
  397.  
  398. <div id="oidata">
  399. {block:Date}
  400. <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}
  401. {block:RebloggedFrom} <font color="{color:tags}"> . </font>(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
  402. </div>
  403. </div>{/block:Date}
  404.  
  405.  
  406. {/block:Posts}
  407. {block:PostNotes}<div class="themedudar">{PostNotes}</div>{/block:PostNotes}
  408.  
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414.  
  415.  
  416.  
  417. </html>
Advertisement
Add Comment
Please, Sign In to add comment