Eduarda

Theme White Girl

Apr 26th, 2013
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.65 KB | None | 0 0
  1. <!---All themes by Duda.R , proibida quaisquer tipos de cópias, não use como base,só adapte para seu próprio uso e não disponibilize,aliás não foi você quem fez.---->
  2.  
  3. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  16.  
  17. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  18.  
  19. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  22.  
  23.  
  24. <script type="text/javascript">
  25. $(window).load(function(){
  26. var $wall = $('#omdg');
  27. $wall.imagesLoaded(function(){
  28. $wall.masonry({
  29. itemSelector: '.baseduh',
  30. isAnimated : true
  31. });
  32. });
  33. $wall.infinitescroll({
  34. navSelector : "div#navigation",
  35. nextSelector : "div#navigation a#nextPage",
  36. itemSelector : '.baseduh',
  37. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  38. loadingText : " ",
  39. donetext : " ",
  40. extraScrollPx : 9000,
  41. bufferPx : 10000,
  42. debug : false,
  43. errorCallback: function() {
  44. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  45. }},
  46. function( newElements ) {
  47. var $newElems = $( newElements );
  48. $newElems.hide();
  49. $newElems.imagesLoaded(function(){
  50. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  51. });
  52. }); $('#omdg').show(500);
  53. });
  54. </script>
  55.  
  56.  
  57. <head>
  58.  
  59. <script>
  60.  
  61.  
  62.  
  63. $(document).ready(function() {
  64.  
  65. //
  66.  
  67.  
  68.  
  69. //When you click on a link with class of poplight and the href starts with a #
  70.  
  71. $('a.poplight[href^=#]').click(function() {
  72.  
  73. var popID = $(this).attr('rel'); //Get Popup Name
  74.  
  75. var popURL = $(this).attr('href'); //Get Popup href to define size
  76.  
  77.  
  78.  
  79. //Pull Query & Variables from href URL
  80.  
  81. var query= popURL.split('?');
  82.  
  83. var dim= query[1].split('&');
  84.  
  85. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  86.  
  87.  
  88.  
  89. //Fade in the Popup and add close button
  90.  
  91. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/iTXmdcocj/sbdb.gif" class="btn_close" title="Volte My boo" alt="Close" /></a>');
  92.  
  93.  
  94. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  95.  
  96. var popMargTop = ($('#' + popID).height() + 80) / 2;
  97.  
  98. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  99.  
  100.  
  101.  
  102. //Apply Margin to Popup
  103.  
  104. $('#' + popID).css({
  105.  
  106. 'margin-top' : -popMargTop,
  107.  
  108. 'margin-left' : -popMargLeft
  109.  
  110. });
  111.  
  112.  
  113.  
  114. //Fade in Background
  115.  
  116. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  117.  
  118. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  119.  
  120.  
  121.  
  122. return false;
  123.  
  124. });
  125.  
  126.  
  127.  
  128. //Close Popups and Fade Layer
  129.  
  130. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  131.  
  132. $('#fade , .popup_block').fadeOut(function() {
  133.  
  134. $('#fade, a.close').remove(); //fade them both out
  135.  
  136. });
  137.  
  138. return false;
  139.  
  140. });
  141.  
  142.  
  143.  
  144.  
  145.  
  146. });
  147.  
  148. </script>
  149.  
  150.  
  151.  
  152.  
  153. <!-- -------APPERENCE OMDG --------♥-------->
  154.  
  155.  
  156. <meta name="color:background" content="#f1f1f1" />
  157. <meta name="color:link" content="#8B8682" />
  158. <meta name="color:text" content="#8B8682" />
  159. <meta name="color:post" content="#fff" />
  160. <meta name="color:sidebar" content="#fff" />
  161. <meta name="color:pag" content="#FFC0CB" />
  162. <meta name="color:text links" content="#8B8682" />
  163. <meta name="color:tags" content="#FFC0CB" />
  164. <meta name="color:frase" content="#8B8682" />
  165. <meta name="color:abc" content="#FFC0CB" />
  166. <meta name="color:italico" content="#B0E0E6" />
  167. <meta name="color:borda" content="#d3d3d3" />
  168. <meta name="color:borda2" content="#FFC0CB" />
  169. <meta name="color:bghover" content="#f8a9b2" />
  170. <meta name="color:sombra" content="#8B8682" />
  171. <meta name="color:textdesc" content="#8B8682" />
  172. <meta name="color:bgask" content="#f1f1f1" />
  173. <meta name="color:bgask2" content="#FFC0CB" />
  174. <meta name="color:bordaimg" content="#f0f0f0" />
  175. <meta name="color:scrollbar" content="#fff" />
  176. <meta name="color:links" content="#8B8989" />
  177. <meta name="color:linkshover" content="#000" />
  178. <meta name="color:flor1" content=" #FFC0CB" />
  179. <meta name="color:flor2" content="#B0E0E6" />
  180.  
  181. <meta name="image:sidebar" content="http://static.tumblr.com/43085c70726d88a04df6c729b613c883/2bh9bxo/KBMmlvc56/tumblr_static_tumblr_maklfymuq31qgeajko1_500.jpg" />
  182.  
  183. <meta name="image:background" content="" />
  184.  
  185. <meta name="text:frase" content="pessoas" />
  186.  
  187. <meta name="text:frase1" content="são frias demais" />
  188.  
  189. <meta name="text:Link1" content="/" />
  190. <meta name="text:Link1 Title" content="home" />
  191. <meta name="text:Link2" content="/ask" />
  192. <meta name="text:Link2 Title" content="askbox" />
  193. <meta name="text:Link3" content="/" />
  194. <meta name="text:Link3 Title" content="link" />
  195. <meta name="text:Link4" content="/" />
  196. <meta name="text:Link4 Title" content="link" />
  197. <meta name="text:Link5" content="/" />
  198. <meta name="text:Link5 Title" content="link" />
  199. <meta name="text:Link6" content="/" />
  200. <meta name="text:Link6 Title" content="link" />
  201. <meta name="text:Link7" content="/" />
  202. <meta name="text:Link7 Title" content="link" />
  203. <meta name="text:Link8" content="/" />
  204. <meta name="text:Link8 Title" content="link" />
  205. <meta name="text:Link9" content="/" />
  206. <meta name="text:Link9 Title" content="link" />
  207.  
  208. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  209. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  210. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  211. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  212. <title>{Title}
  213. {block:SearchPage}, Search results for: {SearchQuery}
  214. {/block:SearchPage}
  215. {block:PostSummary}, {PostSummary}
  216. {/block:PostSummary}</title>
  217. {block:Description}
  218. <meta name="description" content="{MetaDescription}" />
  219. {/block:Description}
  220. <link rel="shortcut icon" href="{favicon}" />
  221. <link rel="alternate" type="application/rss+xml" href="{rss}" />
  222. </head>
  223. <style type="text/css">
  224.  
  225.  
  226. body{background-color:{color:background};color:{color:text};font-size:11px; font-family:arial; background-image:url('{image:background}'); background-attachment: fixed; }
  227.  
  228. a {color:{color:links}; text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  229.  
  230. a:hover {color:{color:text};}
  231.  
  232.  
  233. u,underline {color:{color:text}; border-bottom: 1px dotted {color:text}; text-decoration:none; }
  234.  
  235. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text};}
  236.  
  237. b, strong, bold {color:{color:abc};}
  238.  
  239. i, em{color:{color:italico};}
  240.  
  241.  
  242. ul {list-style-type: square;}
  243.  
  244. pre {background:{color:background}; padding: 3px; border-radius: 3px; width:366px; -webkit-background-clip:initial; -webkit-background-origin:initial; background-attachment:initial; overflow-x:auto;
  245. overflow-y:auto; display:block; text-align:left; font: normal 12 'trebuchet ms';}
  246.  
  247.  
  248.  
  249.  
  250. /***----OMDG corpo do theme---***/
  251.  
  252. #omdg {float: left; width:700px; margin-left:390px; margin-top: 15px;}
  253.  
  254. .baseduh{{block:IndexPage}width:320px;float:left;margin:2px; -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;padding-top:1px;padding-right: 3px;padding-left:3px; background-color:{color:post};
  255. {/block:IndexPage}{block:PermalinkPage} padding:5px; width:400px; background-color:{color:posts}; text-align: left;
  256. {/block:PermalinkPage}
  257. }
  258.  
  259.  
  260. .baseduh img{max-width:320px;
  261.  
  262.  
  263. }
  264.  
  265.  
  266. h1{color:{color:text}!important;font-family:Poiret One ;font-size:15px;line-height:28px;font-weight:normal;padding:8px;}
  267.  
  268. .image {text-align: center; border: 0px}
  269. .image img {width: 320px;opacity:0.95;-moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  270. .image img:hover{opacity:1}
  271.  
  272. #baseduh1 {text-align: right; margin-top:-8px; font-size: 8px; font-family: consolas; text-transform: uppercase; z-index: 11; background:{color:background}; padding:4px;}
  273. #baseduh1 a {font-size: 8px; text-transform: uppercase;}
  274. #baseduh1 a:hover {text-indent:20px;}
  275.  
  276. .baseduh:hover #info {opacity:0.7; margin-top:0px}
  277.  
  278. #baseduh2 {border-bottom: 1px dotted {color:borda2};position:absolute; opacity:0; margin-left:180px; color:{color:links}; padding:2px 0px 2px 5px;-webkit-border-radius: 0px 0px 5px 5px; font-family:consolas; font-size:11px; margin-top: 10px; width: auto; -webkit-transition: 0.3s linear;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.3s ease-in-out; background-color:{color:background}; text-align: center; padding: 3px;font-weight:normal;z-index:9 ;}
  279.  
  280. .baseduh:hover #baseduh2 {opacity:1;margin-top:0px;}
  281.  
  282. #baseduh2 a {color:{color:links}; background-color: {color:post}; letter-spacing:0px;}
  283.  
  284. #baseduh2 a:hover {opacity:0.9;}
  285.  
  286. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/zvqacv0/Sr8mdnqxr/respective.ttf');}
  287.  
  288.  
  289.  
  290. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  291.  
  292. .faixa {margin-top: -10px ; margin-left:172px; position: fixed; background-color:{color:sidebar}; font-family:sunshine, consolas; font-style: normal; font-size: 15px; text-align: center; width:110px; color:; height:100%; line-height:15px;; text-align: center; z-index:9; }
  293.  
  294.  
  295.  
  296. #faixa2 {margin-top: -30px; margin-left: 190px; position: fixed; background:{color:sidebar}; border-left: 1px solid {color:borda};border-right: 1px solid {color:borda};height: 740px; width:113px;}/***detalhes by o-mundo-de-uma-garota***/
  297.  
  298. #notinholaduda {text-align: center; width:120px; margin-top: 210px; margin-left: 23px; position:fixed; font-family: consolas; font-size: 10px; color:{color:textdesc}; line-height:10px;;text-transform: none; height:120px; z-index:-10; overflow:auto; padding-top:8px; text-shadow:1px 1px 0px {color:sombra};}
  299.  
  300.  
  301. #links {width:16px; background-color:#OMG; height: 20px; float: left; margin-left:220px; margin-top:362px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; line-height:14px; z-index:9;}
  302.  
  303. #links a {float: left; margin-left: 1px; font-family:consolas; font-size: 10px; text-align: center; margin-top: 2px; height: 18px; width: 54px; color:{color:text}; line-height: 18px; letter-spacing: 1px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; background-color:{color:linkshover}; text-transform: uppercase;}
  304.  
  305. #links a:hover {background-color:{color:linkshover}; color:{color:text}; border-bottom:4px solid {color:borda2};}
  306.  
  307. .imsureduh {background:{color:bordaimg};width:120px;height:20px;line-height:17px;
  308. margin-top:90px;
  309. color:{color:frase};
  310. opacity:0.999;
  311. text-align:center;
  312. position:fixed;
  313. font-family:sunshine;
  314. font-size:13px;
  315. letter-spacing:1px; /**--OMDG---♥---**/
  316. margin-left:190px;-webkit-transform: rotate(5deg); }
  317.  
  318. .imsureduh1 {background:{color:bordaimg};width:115px;height:13px;line-height:10px;
  319. margin-top:110px;
  320. color:{color:frase};
  321. opacity:0.999;
  322. text-align:center;
  323. position:fixed;
  324. font-family:Muli;
  325. font-size:9px;
  326. letter-spacing:1px; /**--OMDG---♥---**/
  327. margin-left:190px;-webkit-transform: rotate(0deg); }
  328. /***---Imagem ---{OMDG}-----***/
  329.  
  330. #duhimg {left: 172px; top: 150px; position:fixed;background-color:{color:bordaimg}; width:170px; height:200px; }
  331.  
  332. #duhimg img {width: 160px; height: 200px; background: {color:bordaimg};padding:4px;z-index: 11;
  333. border: 1px solid {color:borda};
  334. outline: 1px solid {color:borda2};
  335. -webkit-transition-duration: .90s;
  336. outline-offset: -8px; }
  337.  
  338. #duhimg img:hover {opacity:1;
  339. outline-offset: 2px;
  340. }
  341.  
  342.  
  343.  
  344.  
  345. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  346.  
  347. /*** Stilo da Ask por tthy ****/
  348. .pergunta {font-family : calibri; display: block; padding: 5px; text-align: justify; background: {color:borda2}; color: {color:post}; text-shadow: 1px 1px 0px {color:sombra}; overflow: hidden; box-shadow: 0 6px 2px -2px rgba(160,160,160,0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 12px; line-height: 20px;}
  349. .fotoperfil {box-shadow: 0 6px 2px -2px rgba(160,160,160,0.1); -webkit-border-radius: 5px; box-shadow: 0px 0px 11px 0px rgba(160,160,160,0.2); border: 5px solid {color:bgask}; display: block; position: absolute; }
  350. .local { display: block; position: relative;}
  351. .perguntou {-webkit-border-radius: 5px; display: block; background: {color:bgask}; margin-left: 36px; height: 24px; padding: 5px; line-height: 24px; font-family : calibri; color: {color:text}; font-size: 10px; text-transform: uppercase;}
  352. .perguntou a {text-decoration: none; border-bottom: 0px solid {color:borda}; margin-left: 1px; margin-right: 1px; color: {color:text}; text-shadow: 1px 1px 0px {color:sombra}; letter-spacing: 0px;}
  353. .perguntou g {border-bottom: 1px solid {color:background}; margin-left: 1px; margin-right: 1px; color: {color:text}; text-shadow: 1px 1px 0px {color:sombra}; letter-spacing: 0px;}
  354. .oi {margin-top: -3px; border-top: 4px solid rgba(231,195,208,0.5); font-family : calibri; display: block; padding: 5px; text-align: justify; background: {color:bgask}; color: {color:text}; text-shadow: 1px 1px 0px #fff; overflow: hidden; font-size: 12px; line-height: 20px; margin-left: 5px; margin-right: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
  355. .perme {float: right; margin-right: 10px;}
  356. .perme a {border: none; color: {color:italico}; text-shadow: 0px 0px 0px {color:sombra}; text-decoration: none; font-size: 13px;}
  357.  
  358.  
  359. /***--- SCROLLBAR---♥----***/
  360.  
  361. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:3px solid {color:scrollbar};}
  362.  
  363. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  364.  
  365.  
  366. ::-webkit-scrollbar {height:0px;width:11px;background-color:{color:scrollbar};}
  367.  
  368.  
  369.  
  370. .quote:first-letter{font-family: sunshine; font-size: 24px;color:{color:borda2};}
  371. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  372. .taysource {-webkit-transform: rotate(0deg);font-family:'candara'; font-style:italic; font-size: 12px; text-transform: none; margin-bottom: 5px; margin-top:4px; padding-left:10px; background: {color:background}; padding:0px 10px 0px 0px; line-height:20px; height:22; border-top: 1px dashed {color:borda2}; font-weight:bold; text-align: right;}
  373. }
  374. .taysource a, a:hover{text-transform: none;}
  375.  
  376.  
  377. /* Chat por Anna (livelikeasuicide) *********/
  378. .chat {background:{color:borda}; margin: 0; font-size:
  379.  
  380. 10px; font-family: consolas;}
  381. .chat .chat1 {margin-left: 0px;font-size:
  382. 8px; }
  383. .chat .chat1 .chat2 {background:{color:borda2}; color:{color:link};font-size: 10px;
  384. margin-bottom: 1px; padding:4px; font-family: tahoma; } /* Primeira linha */
  385. .chat .chat1 .chat2.even {background:{color:borda};
  386. color:{color:text};font-size:
  387. 11px; } /* Segunda linha */
  388.  
  389.  
  390.  
  391.  
  392. .player {padding: 6px; color:{color:text}; margin-top: 1px; margin-left: 1px; margin-right: 1px; opacity:1}
  393.  
  394. .html_photoset {
  395. -webkit-filter: grayscale(0%);
  396. opacity:.7;
  397. -webkit-transition-duration: .80s;}
  398. .html_photoset:hover {
  399. -webkit-filter: grayscale(80%);
  400. -webkit-transition:all .3s linear;
  401. -moz-transition:all .3s linear;transition:all .3s linear;
  402. -webkit-transition-duration: .80s;}
  403. /***---Tags do post --{OMDG}-----***/
  404. .tags {text-align:right; font-size:8px; font-family:calibri; text-transform:uppercase; z-index: 11;background:{color:background}; }
  405. .tags a {font-size: 8px;}
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  413.  
  414. .line2{font-size:10px; text-transform:lowercase; clear: both}
  415.  
  416. .line3{font-size:10px; text-transform:lowercase; clear: both}
  417.  
  418. .ileft{float: left}
  419.  
  420. .iright{float: right}
  421.  
  422. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  423.  
  424.  
  425. #cap {width: 400px; margin-top: -2px;}
  426. .source {display: none;}
  427.  
  428. .notes {width: 420px;padding:0px;margin-top:2px; margin-bottom: 2px; font-size: 9px; text-align: left; margin-left:0px;}
  429. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  430. ol.notes li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
  431. .notes img{display:none; border:0px}
  432.  
  433.  
  434. /****** tumblr controls by ritamafalda */
  435.  
  436. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  437.  
  438. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  439.  
  440.  
  441.  
  442. /***----------FLOR OWNT [OMDG]--------♥-----***/
  443. #duca {margin-top:87px;
  444. line-height:2px;
  445. background-color:duggs;
  446. margin-left: 293px;
  447. overflow: hidden;
  448. position: fixed;
  449. color: {color:flor1};
  450. padding: 10px;
  451. background-attachment: fixed;
  452. width:9px;
  453. height: 0px;
  454. -webkit-transition: all .5s ease-out;
  455. -moz-transition: all .5s ease-out;
  456. text-transform: uppercase;
  457. -webkit-transform: rotate(-16deg); z-index: 8000000;}
  458.  
  459. #duca1 {font-size: 18px;
  460. font-family:sofia ;
  461. letter-spacing: -1px;
  462. text-transform: none;
  463. line-height: 3px;}
  464.  
  465.  
  466. #duca2 { margin-top:77px;
  467. line-height:2px;
  468. background-color:duggs;
  469. margin-left: 280px;
  470. overflow: hidden;
  471. position: fixed;
  472. color:{color:flor2};
  473. padding: 10px;
  474. background-attachment: fixed;
  475. width:18px; height: 0px;
  476. -webkit-transition: all .5s ease-out;
  477. -moz-transition: all .5s ease-out;
  478. text-transform: uppercase;
  479. -webkit-transform: rotate(24deg); z-index: 8000000;
  480. }
  481.  
  482. #duca3 {font-size: 28px;
  483. font-family:sofia ;
  484. letter-spacing: -1px;
  485. text-transform: none;
  486. line-height: 3px;}
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  494. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  495. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  496.  
  497.  
  498.  
  499. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  500. #pagina{ margin-top: 510px; margin-left:230px;font-size:13px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
  501.  
  502.  
  503.  
  504.  
  505.  
  506. </style>
  507.  
  508.  
  509. <body onkeydown="return false">
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517. <div id="faixa2"></div>
  518.  
  519.  
  520. <div class="imsureduh"> {text:frase}</div>
  521. <div class="imsureduh1"> {text:frase1}</div>
  522.  
  523.  
  524. <div id="duhimg"><img src="{image:sidebar}">
  525. </div></div>
  526. <div id="links">
  527. <a href="{text:Link1}" >{text:Link1 title}</a>
  528. <a href="{text:Link2}" >{text:Link2 title}</a>
  529. <a href="{text:Link3}" >{text:Link3 title}</a>
  530. <a href="{text:Link4}" >{text:Link4 title}</a>
  531. <a href="{text:Link5}" >{text:Link5 title}</a>
  532. <a href="{text:Link6}" >{text:Link6 title}</a>
  533.  
  534.  
  535. </div>
  536.  
  537. <div id="duca"><div id="duca1">+</div></div></div></div></div>
  538. <div id="duca2"><div id="duca3">+</div></div></div></div></div>
  539.  
  540.  
  541.  
  542.  
  543. <div id="notinholaduda">{Description}</div>
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:pag}">«</font></a>{/block:PreviousPage}{/block:Pagination}
  553. {CurrentPage} <font color="{color:tags}"><b> of</b></font> {TotalPages}
  554. {block:JumpPagination length="0"}
  555. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  556. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  557. {/block:JumpPagination}
  558. {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:pag}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div></div>
  559.  
  560. <!-------------CRÉDITOS-----------------♥------------->
  561. <div style="margin-left:50px;-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 515px; height:15px;position:fixed; border: 1px dashed {color:borda2};"><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + imagem do Ribbons pela a minha dinha [UBC] not copie plagio é crime"><small>All Themes OMDG </a></a>
  562. <font color="{color:tags}">©</font> </a></div>
  563.  
  564.  
  565.  
  566.  
  567. <div id="omdg">
  568. {block:Posts}
  569. <div class="baseduh">
  570. <div id="baseduh2">
  571. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> <font color="{color:tags}">+</font>
  572. {block:IndexPage}<a href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/pcjzxya/WXCmh4wa1/4.png"></a>{/block:IndexPage} <font color="{color:tags}">+</font>
  573. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  574. </div>
  575.  
  576.  
  577. {block:Title}<h1>{Title}</h1>{/block:Title}
  578. {Body}
  579.  
  580. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"><img src="http://static.tumblr.com/p9yfoyc/z9Bm75q9b/tumblr_lpn6ksezug1qm57imo1_500.png" style="width:300px;margin-top:0px;"></a></div>{LinkCloseTag}{/block:Photo}
  581.  
  582. {block:Photoset}<center>{Photoset-250}<img src="http://static.tumblr.com/p9yfoyc/z9Bm75q9b/tumblr_lpn6ksezug1qm57imo1_500.png" style="width:300px;margin-top:0px;"></a></center>{/block:Photoset}
  583.  
  584. {block:Quote}
  585. <div class="quote">“{Quote}”</div>
  586. {block:Source}<div class="taysource"> — {Source}</div>
  587. {/block:Source}
  588. {/block:Quote}
  589.  
  590. {block:Link}
  591. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  592. {block:Description}{Description}{/block:Description}
  593. {/block:Link}
  594.  
  595.  
  596.  
  597.  
  598.  
  599. {block:Audio}
  600. <div class="player">{AudioPlayerBlack}</div>
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:Audio}
  603.  
  604. {block:Video}{Video-250}{/block:Video}
  605.  
  606. {block:Chat}
  607. <div class="chat">
  608. <div class="chat1">
  609. {block:Lines}
  610. <div class="chat2 {Alt}">
  611. {block:Label}
  612. <span>{Label}</span>
  613. {/block:Label}
  614. {Line}</div>
  615. {/block:Lines}
  616. </div>
  617. </div>
  618. {/block:Chat}
  619.  
  620. {block:Answer}
  621. <div class="caixa">
  622. <div class="local">
  623. <img src="{AskerPortraitURL-24}" class="fotoperfil"></div>
  624. <div class="perguntou">Ask por <g><a>{Asker}</a></g> <span class="perme"><a href="{Permalink}">♥</a></span></div>
  625. <img style="margin-left: 8px; margin-top: 4px; margin-bottom: -3px;" src="http://static.tumblr.com/ifqwhnb/8Tkmkp22u/sb.png">
  626. <div class="pergunta">
  627. {Question}
  628. </div>
  629. <div class="oi">
  630. {Answer}
  631. </div>
  632. </div>
  633. {/block:Answer}
  634.  
  635. <div id="cap">
  636. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  637. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  638. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  639.  
  640. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  641. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  642. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  643. {/block:ContentSource}</div></div>
  644. <br>
  645. <div id="baseduh1">
  646. <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> <font color="{color:tags}">❀</font> source</a>{/block:RebloggedFrom}</div>
  647. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  648.  
  649.  
  650. </div></div>
  651. {/block:Posts}
  652. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  653. </div></div>
  654.  
  655. </div>
  656. </div></div></div></div></div></div>
  657. </div></div></div></div></div></div></div></div></div></div></div>
  658. </div></div></div></div></div></div></div></div></div></div></div>
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666. </body>
  667.  
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment