Advertisement
Stephanymafia

Theme 27

Feb 24th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 25.14 KB | None | 0 0
  1. <!-- THEME BY MAFIA  --->
  2.  
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. <!-- VALORES -->
  11. <meta name="color:bg" content="#FDFDE4" />
  12. <meta name="color:borders" content="#000000" />
  13. <meta name="color:post" content="#FFFFFF" />
  14. <meta name="color:text" content="#7D7D7B" />
  15. <meta name="color:scrollbar" content="#696969" />
  16. <meta name="color:scrollbarbg" content="#F7EB7F" />
  17. <meta name="color:link" content="#808080" />
  18. <meta name="color:linkhover" content="#4ecdc4" />
  19. <meta name="color:coisinhas" content="#696969" />
  20. <meta name="color:sidebar" content="#fff" />
  21. <meta name="color:bglinks" content="#f799cc" />
  22. <meta name="color:links" content="#000"/>
  23. <meta name="color:frase" content="#f79fac" />
  24. <meta name="color:sombra" content="#000" />
  25. <meta name="color:quoteask" content="#000" />
  26. <meta name="color:quoteask2" content="#000" />
  27.  
  28.  
  29. <meta name="image:bg" content="">
  30. <meta name="image:bg2" content="">
  31. <meta name="image:fotinha" content=""/>
  32. <meta name="image:fundoside" content=""/>
  33.  
  34. <meta name="text:frase" content="Frase aqui mano" />
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="link" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="link" />
  44. <meta name="text:Link5" content="/" />
  45. <meta name="text:Link5 Title" content="link" />
  46. <meta name="text:Link6" content="/" />
  47. <meta name="text:Link6 Title" content="link" />
  48. <meta name="text:Link7" content="/" />
  49. <meta name="text:Link7 Title" content="link" />
  50. <meta name="text:Link8" content="/" />
  51. <meta name="text:Link8 Title" content="link" />
  52. <meta name="text:Link9" content="/" />
  53. <meta name="text:Link9 Title" content="link" />
  54.  
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Capriola' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Almendra+Display|Sofia|Grand+Hotel|Jacques+Francois+Shadow|Akronim|Londrina+Shadow|Gorditas' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great|Alex+Brush|Redressed|Clicker+Script|Hanalei|Kranky|Dawning+of+a+New+Day|Life+Savers|Megrim' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Petit+Formal+Script|Allura|Great+Vibes|Clicker+Script|Miss+Fajardose|Sacramento|Pinyon+Script|Playball' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66.                       <title>{Title}</title>
  67.         <link rel="shortcut icon" href="{Favicon}">
  68.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69.         {block:Description}
  70.   <meta name="description" content="{MetaDescription}" />
  71.         {/block:Description}
  72.  
  73. <script type="text/javascript">
  74.  
  75. var rev = "fwd";function titlebar(val)
  76.  
  77. {var msg = "{Title}";
  78.  
  79. var res = " ";
  80.  
  81. var speed = 120;var pos = val;msg = "{Title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  82.  
  83. else{rev = "bwd";
  84.  
  85. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  86.  
  87. else{
  88.  
  89. if(pos > 0){
  90.  
  91. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  92.  
  93. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  94.  
  95. titlebar(0);
  96.  
  97. </script>
  98.  
  99. <script type="text/javascript">
  100. // <![CDATA[
  101. var speed=100; //
  102. var height=3; //
  103. var alink="/"; // page to link text to (set to ="" for no link)
  104.  
  105. /****************************
  106. ****************************/
  107. var wobtxt, wobble, wobcnt=0;
  108. window.onload=function() { if (document.getElementById) {
  109. var i, wobli;
  110. wobble=document.getElementById("wobble");
  111. wobtxt=wobble.firstChild.nodeValue;
  112. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  113. for (i=0; i<wobtxt.length; i++) {
  114. wobli=document.createElement("span");
  115. wobli.setAttribute("id", "wobb"+i);
  116. wobli.style.position="relative";
  117. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  118. if (alink) {
  119. wobli.style.cursor="pointer";
  120. wobli.onclick=function() { top.location.href=alink; }
  121. }
  122. wobble.appendChild(wobli);
  123. }
  124. setInterval("wobbler()", speed);
  125. }}
  126.  
  127. function wobbler() {
  128. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  129. wobcnt++;
  130. }
  131. // ]]>
  132. </script>
  133.  
  134.  
  135.  
  136.    <style type="text/css">
  137. body {background-color:{color:bg}; font-family: {font:text}; color: {color:text}; background-image:url('{image:bg}'); font-size: 12px; background-position:bottom left; background-attachment:fixed; background-repeat:repeat;}
  138. a {color:{color:text}; text-decoration:none; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  139. a:hover {opacity:0.5;}
  140.  
  141. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height: 50px;}
  142. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height: 10px;}
  143. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:scrollbarbg}; }
  144.  
  145. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:bg}; padding-left: 5px; }
  146.  
  147. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg};}
  148.  
  149. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  150.  
  151. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  152.  
  153.  
  154.  
  155. blockquote img{max-width: 350px!important}
  156.  
  157. blockquote blockquote img{max-width: 350px!important}
  158.  
  159. blockquote blockquote blockquote img{max-width: 350px!important}
  160.  
  161. blockquote blockquote blockquote blockquote img{max-width: 350px!important}
  162.  
  163. #content {}
  164. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  165.  
  166.  
  167.  
  168. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  169. a:hover{color:{color:linkhover}; text-decoration: none; }
  170.  
  171.  
  172.  
  173.  
  174. #tete {margin-left: 430px; margin-top:0px; z-index:99999; width:520px;}
  175.  
  176. .paramore {width: 400px; background-color: {color:post}; padding: 10px; text-align: justify; font-family: {font:text}; font-size: 11px; position: relative; border-bottom:6px solid {color:bg}; position:relative; }
  177.  
  178. .chat {line-height: 12px; list-style: none; }
  179. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  180.  
  181. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  182.  
  183. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  184.  
  185. /* QUOTE Simone Montilares (cerejadosundae)*/
  186. .quote {font: italic 13px 'Life Savers';  text-align: justify; margin-left: 0px; margin-top:10px;margin-bottom:0px;background:{color:quoteask};padding: 10px 4px 15px 4px; color:{color:text};}
  187. .aspa {font-size: 90px; margin-top:10px; font-family: 'Miss Fajardose';  text-align: left; float: left; line-height: 75px;  opacity:0.45; -moz-opacity: 0.45; filter: alpha(opacity=45); margin-right: -40px;}
  188. .qsource {text-align:right;padding: 2px;; font-size:15px;font-family:'Euphoria Script';background:  {color:quoteask2};margin-top:0px;text-shadow: 0.1em 0.1em 0.2em {color:borders}}
  189. .tri2{z-index: 999;border-top: 8px solid {color:quoteask};border-right:5px solid transparent;border-bottom: 8px solid trans;
  190. border-left: 5px solid transparent;width: 0px;height: 0px;margin-top:-0px;margin-left:100px; margin-left:17px;position:absolute; text-shadow: 0.1em 0.1em #333}
  191. .aspas{position:absolute;margin-left:3px;margin-top:5px;font-size:60px;opacity:0.4;filter: alpha(opacity = 90);color: {color:borders};text-shadow: 0.1em 0.1em 0.2em {color:quoteask2}}
  192.  
  193. .title {font-size:22px;text-align:center; font-family:'Alex Brush'; font-weight:bold;color:{color:text};border-bottom: 2px dashed {color:borders};}
  194.  
  195. .title:hover {background:{color:borders};-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.1s ease-out; color:{color:coisinhas};text-align:center;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px #000;box-shadow: inset 0px 0px -120px 0px {color:bglinks} ;border: 1px dashed {color:coisinhas};}}
  196.  
  197. .question {color:{color:text}; font-size: 11px; font-weight: normal; font-family: {font:text}; line-height:95%; background: {color:bg}; position: relative; min-height:70px; padding:10px 15px; margin-bottom:2px; margin-right:-10px;}
  198.  
  199. .image {text-align: center; }
  200. .image img {max-width: 400px; margin-left:-4px; width:400px; filter: url(filters.svg#grayscale);  -webkit-filter: grayscale(0); padding : 1px;border:3px double {color:borders}; }
  201. .image img:hover{opacity: 0.7; -webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease }
  202.  
  203. @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
  204. @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
  205.    
  206. /** estilo de ask by smiledreamy **/
  207. .ask {align:right;background::{color:quoteask}; margin-right:5px; margin-top: -45px;padding:10px; font-family: 'play'; font-size: 13px; color:#888; text-shadow: 1px 1px 1px #fff;border-top: 0px double {color:borders};border-bottom: 0px double {color:borders}; padding-left:60px; border-radius: 0px; width: 323px; margin-left: 10px; border-right: 3px solid {color:borders};}
  208. .askerr {float: left; margin-top: -20px;background: {color:borders};
  209.  color: #fff;  font-family: '04b03'; font-size: 8px;text-transform: uppercase;text-shadow: 1px 1px 1px #000;  padding: 2px; padding-left: 20px; text-align: left;display: inline-block;  margin-left:44px; width: 340px; margin-top: -13px;}
  210. .askerr2 {float: left; margin-top: 10px;background: {color:coisinhas};
  211.  color: #fff;  font-family: '04b03';margin-left:325px;font-size: 8px;text-transform: uppercase;text-shadow: 1px 1px 1px #fff;  padding: 5px; text-align: right; display: inline-block; margin-top:-20px;}
  212. .askerr a {color: #fff; text-shadow: 1px 1px 1px #000;}
  213. .imageasker {width: 36px; height: 36px; margin-top: -46px; margin-left:0px;float: left; -webkit-transition-duration: .50s;position: relative; border: 5px solid {color:coisinhas};}
  214. .imageasker:hover {-webkit-transform: rotate(360deg); -webkit-transition-duration: .50s;}
  215. .bordha {position: relative; background: {color:borders}; width: 45px; height: 45px;-webkit-transform: rotate(45deg); }
  216. /** Resposta **/
  217. .res { font-family: tahoma; font-size:13px; color:#888; text-align:left; padding: 8px; margin-top: 5px; margin-left: 5px;}
  218.  
  219.  
  220.  
  221. .post:hover {opacity:1;}
  222.  
  223. .post:hover .tags {opacity:0.9;}
  224.  
  225.  
  226.  
  227. #date {background-color: #ddd;background-image:url('{image:bg2}'); width: 392px; height:15px;padding:5px; color:{color:borders}; font-size:8px; font-family:tinytots; text-transform:uppercase; overflow:hidden; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; margin-top:9px;}
  228. .notecount {color:#e084c2; font-family:verdana;}
  229. .tag {color:#e084c2;}
  230.  
  231. #cap {position:relative;}
  232. .source {display: none; position:absolute;}
  233.  
  234. /** Sidebar e tals **/
  235.  
  236.  
  237. #sidebar {position:fixed !important;width: 260px;height: 263px;margin-top:120px;margin-left: 100px;color: #777;text-align: center;margin-bottom: 0px;font-family: consolas;line-height: 11px;border:4px double {color:borders};padding:8px;z-index:9999;padding-bottom:6px;font-size: 10px;background-color:#f7f7f7;text-transform: normal;transition: all 0.9s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s eas-out;-moz-transition: all 0.5s ease-out;}
  238.  
  239. #sidebar:hover #left
  240. {margin-left:-52px;}
  241.  
  242. #sidebar:hover #right
  243. {margin-right:-52px;}
  244.  
  245. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  246.  
  247. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  248.  
  249. #divider {width:260px;height:300px;opacity: 1.0;position:fixed; !important;margin-left:0px;margin-top: 4px;filter: url(filters.svg#grayscale);  -webkit-filter: grayscale(1); -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; }
  250.  
  251.  
  252. #right{float:right;overflow:hidden;width:125px;position:relative;border-top:1px solid {color:borders};border-right:1px solid {color:borders};border-bottom:1px solid {color:borders};padding-top:4px;padding-right:4px;padding-bottom:4px;background:#fff;z-index:99}
  253.  
  254.  
  255. #left{float:left;overflow:hidden;width:125px;position:relative;border-top:1px solid {color:coisinhas};border-left:1px solid {color:coisinhas};border-bottom:1px solid {color:coisinhas};padding-top:4px;padding-left:4px;padding-bottom:4px;background:white;z-index:99}
  256.    
  257. .transition {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  258.  
  259. #picture{width:260px;position:relative;background:trans; height:300px;margin-left:-0px;z-index:99}  
  260.  
  261. .girafa {font-family: Capriola; position: fixed; margin-left: 270px; margin-top: 615px; font-size: 10px; --index: 999; background:{color:sidebar}; height: 15px; line-height: 10px;   text-transform: lowercase; width: 40px; text-align: center; }
  262. .girafa a {color:{color:link}; background-color: transparent;text-transform: lowercase; }
  263. .girafa a:hover {color:{color:text}; text-transform: lowercase;}
  264. .girafa:hover {text-transform: lowercase; opacity:0.7; border-bottom:1px dashed{color:text};}
  265.  
  266. .girafa2 {font-family: Capriola; position: fixed; margin-left: 325px; margin-top: 615px; font-size: 10px; --index: 999; background:{color:sidebar}; height: 15px; line-height: 10px;   text-transform: lowercase; width: 40px; text-align: center; }
  267. .girafa2 a {color:{color:link}; background-color: transparent;text-transform: lowercase; }
  268. .girafa2 a:hover {color:{color:text}; text-transform: lowercase;}
  269. .girafa2:hover {text-transform: lowercase; opacity:0.7; border-bottom:1px dashed {color:text};}
  270.  
  271. .separando {position:fixed; margin-left: 205px; width: 0px; height: 20px; margin-top: 180px; background:{color:coisinhas}; z-index: 999; border:1px dashed {color:bg};}
  272.  
  273. #sidet {background-image:url('{image:fundoside}');margin-top:100px; margin-left: 117px;  -webkit-border-radius: 20px 20px 20px 20px; font-size: 9px; font-family: verdana; position: fixed; color: {color:sidebar};  background-attachment: fixed; width:250px; height: 700px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: normal;background-color: {color:sidebar};border-left:2px solid {color:coisinhas};border-right:2px solid {color:borders};}
  274.  
  275. #links {width: 376px; float: left; margin-left:80px; height:px; margin-top: 570px; padding: 3px; text-align: center; position: fixed; background-color: trans; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;  }
  276.  
  277. #links a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 2px; font-family:'Play'; font-size: 14px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:bglinks}; color: {color:links};border-bottom:2px solid {color:borders};border-top:2px solid {color:borders}; text-decoration: none; height:18px;line-height:18px; padding: 4px;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 1px 1px 1px #ddd;text-shadow:0px 4px 9px #fdbad9; background: -webkit-gradient(radial, 70% 80%, 100, 70% 80%, 0, from({color:bglinks}), to(#ffffff));}
  278.  
  279. #links a:hover {-webkit-animation-name: tay;-webkit-animation-duration: 0.49s;-webkit-transform-origin:50% 50%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear; font-size:18px; box-shadow: inset 60px 0px 0px 0px #fdbad9; color:{color:sidebar}; text-shadow:0px 4px 7px #000;}
  280.  
  281. #phany {width: 0; height: 0; border-bottom: 35px solid {color:borders}; border-right: 18px solid transparent;position:fixed; margin-top:550px;margin-left:91px;-webkit-transform: rotate(270deg); }
  282.  
  283. #phany2 {width: 0; height: 0; border-bottom: 25px solid {color:coisinhas}; border-right: 18px solid transparent;position:fixed; margin-top:450px;margin-left:251px;-webkit-transform: rotate(270deg); }
  284.  
  285. #taylor {width: 0px; float: left; margin-left:95px; height:50px; margin-top:440px; padding: 6px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:100000000000000000000000000;   }
  286.  
  287. #taylor a {float: left; margin-right: 4px; display: block; width: 30px; letter-spacing: 1px; font-family: calibri; font-size: 11px;  text-align: left; margin-bottom: 4px;  color: {color:links}; background-color:trans; text-decoration: none; height:22px; line-height:12px; padding: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow:0px 6px 9px #fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border: 2px solid {color:coisinhas}; }
  288.  
  289. #taylor :hover {-webkit-transform:rotate(360deg);}
  290.  
  291. #tetezinha {text-align: center; width: 200px;padding: 5px; margin-top:470px; margin-left: 155px; position:fixed; font-family:'Capriola'; font-size: 11px; background-color:{color:coisinhas}; color:  {color:sidebar}; line-height:13px;;text-transform: none;;height:74px; z-index:55;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
  292. #tetezinha :hover {box-shadow: inset 50px 0px {color:bglinkshover}; color: #fff }
  293.  
  294. #aspas2 {color: {color:sidebar};font-family: Ruge Boogie;  font-size: 30px;margin-top: 463px;margin-left: 143px;position:fixed;z-index: 9999999999999999999999999999999999999;-webkit-transform:rotate(20deg);text-shadow: 0.1em 0.1em 0.2em #000}
  295.  
  296. .hayley {width:425px;margin-top:422px;background:;color:{color:frase};opacity:0.999;height:30px;line-height:28px;text-align:right;position:fixed;font-family:'sofia';font-size:21px;text-shadow: 1px 1px 1px {color:sombra};letter-spacing:1px; margin-left:-80px;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 15px 15px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
  297.  
  298. .hayley:hover{margin-top:390px;opacity:0.0;}
  299.  
  300. .jeremy {width:425px;margin-top:422px;background:;color:{color:frase};opacity:0.999;height:30px;line-height:28px;text-align:right;position:fixed;font-family:'sofia';font-size:21px;text-shadow: 1px 1px 1px {color:sombra};letter-spacing:1px; margin-left:-80px;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 15px 15px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
  301.  
  302. .jeremy:hover{margin-top:478px;}  
  303.  
  304. .lindinha {margin-left:20px;margin-top: -370px;  height:24px; line-height:25px;float:left; position:fixed;  width:540px; font-family: 'Fredericka the Great'; font-size:55px; text-align: left; ;color:{color:text}; letter-spacing:-1px; z-index:11; text-transform: none; }
  305.  
  306. #credito {text-align: center; overflow: hidden; height:44px; -webkit-border-radius: 0px 0px 10px 10px; font-size: 16px; font-family: 'Play'; position: fixed; margin-left:20px; width: 41px; background-color:{color:sidebar}; color: {color:text}; padding: 5px; margin-top: -7px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 84px; border-top: 2px solid {color:coisinhas}; }
  307. #credito a {color:{color:text};text-transform: none;font-size:12px;text-shadow: 1px 1px 1px {color:sombra};}
  308. #credito a:hover {color:{color:text};text-transform: none;font-size:10px;}
  309.  
  310.  
  311. </style>
  312.  
  313. </head>
  314.  
  315. <body>
  316.  
  317.  
  318. <div id="barra"></div>
  319. <div id="sidet"></div>
  320. <div id="sidebar">
  321. <div id="divider">
  322. <img width="260px" height="250px" src="{image:fotinha}">
  323. </div>
  324. <div id="bloc">
  325. <div id="picture" class="transition">
  326. <div id="left" class="transition">
  327. <img width="250px" src="{image:fotinha}">
  328. </div>
  329. <div id="right" class="transition">
  330. <img width="250px" style="margin-left:-128px;" src="{image:fotinha}">
  331. </div></div></div>
  332.  
  333. <div class="lindinha"><div id="wobble">{title}</div></div></div>
  334.  
  335. <div class="separando"></div></div>
  336. <div class="girafa2">{block:NextPage}<a href="{NextPage}" title="next page" >NEXT</a>{/block:NextPage}</div>
  337.  
  338. <div class="girafa">{block:PreviousPage}<a href="{PreviousPage}" title="previous page">PREV </a>{/block:PreviousPage}</div></div>
  339.  
  340. <div id="phany"></div>
  341. <div id="links">
  342. <a href="{text:Link4}">{text:Link4 Title}</a>
  343. <a href="{text:Link5}">{text:Link5 Title}</a>
  344. <a href="{text:Link6}">{text:Link6 Title}</a>
  345. <a href="{text:Link7}">{text:Link7 Title}</a>
  346. <a href="{text:Link8}">{text:Link8 Title}</a>
  347. <a href="{text:Link9}">{text:Link9 Title}</a>
  348. </div>
  349. </div>
  350. </div>
  351. </div>
  352. <div id="taylor">
  353. <a href="{text:Link1}" title="{text:Link2 Title}"><img height="23" src="http://static.tumblr.com/vk3xjle/B1ymia8fz/1814382073608200328.png" width="29"><span></a>
  354. <a href="{text:Link2}" title="{text:Link2 Title}"><img height="23" src="http://static.tumblr.com/vk3xjle/Gcumia8st/852628252822623209.png" width="29"><span></a>
  355. <a href="{text:Link3}" title="{text:Link2 Title}"><img height="22" src="http://static.tumblr.com/vk3xjle/k8Vmia8h3/1958937951925635571.png" width="29"><span></a>
  356.  
  357. </div></div>
  358.  
  359. <div class="hayley">{text:frase}</div>  <div class="jeremy">{text:frase}</div>
  360.  
  361. <div id="phany2"></div>
  362. <div id="aspas2"></div>
  363. <div id="tetezinha">{description}</div>
  364.  
  365. <div id="credito" title="mafiadobobesponja, dtlhs umabonecaciumenta and o-mundo-de-uma-garotadon't copy man!"> <a href="http://mafiadobobesponja.tumblr.com/"><img height="42" src="http://media.tumblr.com/b9f01dd0752b80c07a2caf84cbca2009/tumblr_inline_mhk67bM0nw1r36xo7.jpg" width="42"></a>
  366.  </div>
  367.  
  368.  
  369. </div>
  370.  
  371. </div>
  372.  
  373. </div>
  374.  
  375.  
  376. </div></div></div>
  377.  
  378. <div id="tete">
  379. {block:Posts}
  380. <div class="paramore">
  381.  
  382. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  383. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"
  384. width="350px"></div>{LinkCloseTag}{/block:Photo}
  385.  
  386. {block:Photoset}<center>{Photoset-400}</center>
  387. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  388.  
  389. {block:quote}
  390. <div class="aspas"></div> <div class="quote">{Quote}</div><div class="tri2"></div> {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  391. {/block:quote}
  392.  
  393. {block:Link}
  394. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  395. {block:Description}{Description}{/block:Description}
  396. {/block:Link}
  397.  
  398. {block:Chat}
  399. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  400. <div class="chat"><ul>{block:Lines}
  401. <li class="person{UserNumber}">{block:Label}
  402. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  403. {/block:Chat}
  404.  
  405. {block:Audio}
  406. <div class="player">{AudioPlayerBlack}</div>
  407. {block:Caption}{Caption}{/block:Caption}
  408. {/block:Audio}
  409.  
  410. {block:Video}{Video-400}{/block:Video}
  411.  
  412. {block:Answer}<div class="box">
  413. <div class="bordha"></div>
  414.  
  415. <img src="{AskerPortraitURL-64}" align="right" class="imageasker"> <div class="ask">{Question}</div>
  416. <div class="askerr">asked by {Asker} </div><div class="askerr2"><a href="/ask" >volte sempre!</div>
  417. <div class="res">{Answer}</div>
  418. </div>
  419.  
  420. {/block:Answer}
  421.  
  422. {block:Photo}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  423. {block:Video}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  424. {block:Photoset}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  425.  
  426. <div class="source">
  427. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  428. </div>
  429.  
  430. <div id="date">
  431. {block:Date}
  432.  
  433. {block:IfMostrartags}{block:HasTags}<div class="tags"><strong>indirects:</strong> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br></div>{/block:HasTags}{/block:IfMostrartags}
  434. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:linkhover}"><small></small></font>
  435.  <font class="notecount"></font> <a href="{Permalink}">notes: {NoteCount}</a> {/block:NoteCount} {block:IndexPage} <font color={linkhover}><font color="{color:linkhover}"><small></small></font></font><a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”><b></b> gostou tweet!</a> <font color="{color:linkhover}"><small></small></font></font></a> <a href="{ReblogUrl}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>{/block:IndexPage}
  436. {block:RebloggedFrom}<div><strong>original:</strong> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  437. {/block:RebloggedFrom}
  438. </div>
  439.  
  440. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  441. </div>{/block:Date}
  442.  
  443.  
  444.  {/block:Posts}
  445.  
  446.  
  447. <br />
  448.  
  449. </div>
  450. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement