Advertisement
Stephanymafia

Theme 30

Nov 14th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.70 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:sombra" content="#000" />
  21. <meta name="color:quoteask" content="#000" />
  22. <meta name="color:quoteask2" content="#000" />
  23.  
  24.  
  25. <meta name="image:bg" content="">
  26. <meta name="image:bg2" content="">
  27. <meta name="image:fundoside" content=""/>
  28. <meta name="image:sidebar" content="http://static.tumblr.com/da3da95caa0c7095d728a41a15660bfc/xwoxnhp/hXbmrs91y/tumblr_static_tumblr_mr3az0rj151rzs2lno1_500.jpg"/>
  29.  
  30.  
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  33. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Capriola' rel='stylesheet' type='text/css'>
  36. <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'>
  37. <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'>
  38. <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'>
  39.  
  40.  
  41.                       <title>{Title}</title>
  42.         <link rel="shortcut icon" href="{Favicon}">
  43.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44.         {block:Description}
  45.   <meta name="description" content="{MetaDescription}" />
  46.         {/block:Description}
  47.  
  48. <script type="text/javascript">
  49.  
  50. var rev = "fwd";function titlebar(val)
  51.  
  52. {var msg = "{Title}";
  53.  
  54. var res = " ";
  55.  
  56. 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);}
  57.  
  58. else{rev = "bwd";
  59.  
  60. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  61.  
  62. else{
  63.  
  64. if(pos > 0){
  65.  
  66. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  67.  
  68. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  69.  
  70. titlebar(0);
  71.  
  72. </script>
  73.  
  74. <script type="text/javascript">
  75. // <![CDATA[
  76. var speed=100; //
  77. var height=3; //
  78. var alink="/"; // page to link text to (set to ="" for no link)
  79.  
  80. /****************************
  81. ****************************/
  82. var wobtxt, wobble, wobcnt=0;
  83. window.onload=function() { if (document.getElementById) {
  84. var i, wobli;
  85. wobble=document.getElementById("wobble");
  86. wobtxt=wobble.firstChild.nodeValue;
  87. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  88. for (i=0; i<wobtxt.length; i++) {
  89. wobli=document.createElement("span");
  90. wobli.setAttribute("id", "wobb"+i);
  91. wobli.style.position="relative";
  92. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  93. if (alink) {
  94. wobli.style.cursor="pointer";
  95. wobli.onclick=function() { top.location.href=alink; }
  96. }
  97. wobble.appendChild(wobli);
  98. }
  99. setInterval("wobbler()", speed);
  100. }}
  101.  
  102. function wobbler() {
  103. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  104. wobcnt++;
  105. }
  106. // ]]>
  107. </script>
  108.  
  109.  
  110.  
  111.    <style type="text/css">
  112. 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;}
  113. 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;}
  114. a:hover {opacity:0.5;}
  115.  
  116. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height: 50px;}
  117. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height: 10px;}
  118. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:scrollbarbg}; }
  119.  
  120. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:bg}; padding-left: 5px; }
  121.  
  122. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg};}
  123.  
  124. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  125.  
  126. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:bg}; }
  127.  
  128.  
  129.  
  130. blockquote img{max-width: 350px!important}
  131.  
  132. blockquote blockquote img{max-width: 350px!important}
  133.  
  134. blockquote blockquote blockquote img{max-width: 350px!important}
  135.  
  136. blockquote blockquote blockquote blockquote img{max-width: 350px!important}
  137.  
  138. #content {}
  139. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  140.  
  141.  
  142.  
  143. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  144. a:hover{color:{color:linkhover}; text-decoration: none; }
  145.  
  146.   u {/* Sublinhado */
  147. text-decoration:none;
  148. color:#9c80a2;
  149. border-bottom: 1px dashed #9c80a2;
  150. -webkit-transition: 0.4s;
  151. }
  152. b, strong { /* Negrito */
  153. color: #9c80a2;
  154. font-weight: bold;
  155. }
  156. i,em { /* Italico */
  157. color: #9c80a2;
  158. text-decoration: none;
  159. }
  160. strike { /* Riscado */
  161. text-decoration: strike;
  162. color:#9c80a2;
  163. }
  164.  
  165. ::-moz-selection {
  166. background: {color:linkhover};
  167. color:#fff;
  168. text-shadow:#222 0px 1px 1px;
  169. }
  170. ::selection {
  171. background: {color:linkhover};
  172. color:#fff;
  173. text-shadow:#F5B076 0px 1px 1px;
  174. }
  175.  
  176.  
  177. #tete {margin-left: 470px; margin-top:0px; z-index:99999; width:520px;}
  178.  
  179. .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; }
  180.  
  181. .chat {line-height: 12px; list-style: none; }
  182. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  183.  
  184. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  185.  
  186. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  187.  
  188. /* QUOTE Simone Montilares (cerejadosundae)*/
  189. .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:#000;}
  190. .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;}
  191. .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}}
  192. .tri2{z-index: 999;border-top: 8px solid {color:quoteask};border-right:5px solid transparent;border-bottom: 8px solid trans;
  193. 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}
  194. .aspas{position:absolute;margin-left:3px;margin-top:5px;font-size:60px;opacity:0.4;filter: alpha(opacity = 90);color: {color:coisinhas};text-shadow: 0.1em 0.1em 0.2em {color:quoteask2}}
  195.  
  196. .title {font-size:22px;text-align:center; font-family:'Alex Brush'; font-weight:bold;color:{color:text};border-bottom: 2px dashed {color:borders};}
  197.  
  198. .title:hover {background:{color:post};-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 #fff;box-shadow: inset 0px 0px -120px 0px #f1f1f1 ;border: 1px dashed {color:coisinhas};}}
  199.  
  200. .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;}
  201.  
  202. .image {text-align: center;}
  203. .image img {max-width: 400px; margin-left:-4px; width:400px; padding : 1px;border:3px double {color:borders}; }
  204. .image img:hover{-webkit-filter: grayscale(80%) blur(0px);-webkit-transition:All 1s ease filter: alpha(opacity=705);}
  205.  
  206.  
  207.    
  208. /** estilo de ask by smiledreamy **/
  209. .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};}
  210. .askerr {float: left; margin-top: -20px;background: {color:borders};
  211.  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;}
  212. .askerr2 {float: left; margin-top: 10px;background: {color:coisinhas};
  213.  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;}
  214. .askerr a {color: #fff; text-shadow: 1px 1px 1px #000;}
  215. .imageasker {width: 36px; height: 36px; margin-top: -46px; margin-left:0px;float: left; -webkit-transition-duration: .50s;position: relative; border: 5px solid {color:coisinhas};}
  216. .imageasker:hover {-webkit-transform: rotate(360deg); -webkit-transition-duration: .50s;}
  217. .bordha {position: relative; background: {color:borders}; width: 45px; height: 45px;-webkit-transform: rotate(45deg); }
  218. /** Resposta **/
  219. .res { font-family: tahoma; font-size:13px; color:#888; text-align:left; padding: 8px; margin-top: 5px; margin-left: 5px;}
  220.  
  221.  
  222.  
  223. .post:hover {opacity:1;}
  224.  
  225. .post:hover .tags {opacity:0.9;}
  226.  
  227.  
  228.  
  229. #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;}
  230. .notecount {color:#e084c2; font-family:verdana;}
  231. .tag {color:#e084c2;}
  232.  
  233. #cap {position:relative;}
  234. .source {display: none; position:absolute;}
  235.  
  236. #imagem {
  237.     position: fixed;  width: 180px; height:180px;
  238.     margin-left:20px; margin-top:0px;  
  239.     background-color:transparent }
  240. #imagem img {
  241.     width:400px;height:650px;margin-left: -30px;margin-top: -10px;
  242.      padding: 4px;background:transparent;z-index: 11;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;-webkit-filter: grayscale(0.1) blur(0px);outline: 1px solid {color:linkhover};-webkit-transition-duration: 1s;outline-offset: 1px;}
  243. #imagem img:hover{opacity:1;outline: 1px solid {color:borders};outline-offset: -12px;-moz-transition:All 1s ease;-o-transition:All 1s ease;-webkit-filter: grayscale(60%) blur(0px);-webkit-transition:All 1s ease filter: alpha(opacity=705);}
  244.  
  245. #taylor img{border:1px double {color:linkhover};width: 100px; float: left; margin-left:340px; height:100px; margin-top:300px; padding: 2px; 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;  -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px; }
  246.  
  247.  
  248. #taylor img:hover {-webkit-transform:rotate(360deg);-webkit-filter: grayscale(80%) blur(0px);-webkit-transition:All 1s ease filter: alpha(opacity=705);}
  249.  
  250.  .textobunitinho {margin-left: 0px; margin-top: 450px; width:380px; font-size: 12px; height: 85px; text-align: center;  background:transparent; font-family:'calibri'; color: #fff;position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  251. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;text-shadow: 3px 3px 9px #000;background:;-webkit-border-radius: 0px 0px 0px 0px;-webkit-transform: rotate(0deg);}
  252.  
  253.  /*/ MENU POR DEPRESIVAR.TUMBLR.COM /*/
  254. #menu {width:400px;
  255. margin-left:60px;
  256. margin-top:568px;
  257. position:fixed;
  258. ;}  
  259. #menu a {
  260. float:left;
  261. text-decoration: none;
  262. font-size:10px;
  263. font-family:'calibri';  
  264. text-shadow:10px 0px transparent, -10px 0px transparent;
  265. color:#fff;
  266. background-color:#000;
  267. height:15px;
  268. width: 30px;
  269. ;
  270. line-height:15px;
  271. padding:1px;
  272. margin-right:2px;
  273. text-align: center;  
  274. text-transform:uppercase;
  275. }
  276. #menu a:hover {
  277. color: #transparent;
  278. text-shadow:0px 0px {color:linkhover}, -0px 0px {color:linkhover};}
  279.  
  280. .lindinha {margin-left:20px;margin-top: 420px;  height:24px; line-height:25px;float:left; position:fixed;  width:540px; font-family: 'Fredericka the Great'; font-size:55px; text-align: left; ;color:{color:scrollbar}; letter-spacing:-1px; z-index:11; text-transform: none; }
  281.  
  282.  #poeta {width:160px;; margin-left:180px; margin-top:580px; position:fixed; overflow:hidden; background-color: # ; color:{color:frase}; font-family:arial; font-size:18px; border-top:0px solid; border-right:0px solid; padding:3px;font-style: {color:sombra};opacity:0.95;z-index:99999999999999999999999999999;z-index:999;text-shadow: 3px 3px 9px #999;}
  283.  
  284. </style>
  285.  
  286. </head>
  287.  
  288. <body>
  289.  
  290. <div id="imagem"><img src="{image:sidebar}"></div>
  291.  
  292. <div id="taylor"><img src="{PortraitURL-64}"></div></div>
  293.  
  294. <div id="menu">
  295.  
  296. <a href="/" title="Home"></a>
  297.  
  298. <a href="/ask" title="Pergunta ai!"></a>
  299.  
  300. <a href="/submit" title="Submit"></a>
  301.  
  302. <a href="faq" title="Perguntas Frequentes"></a>
  303.  
  304. <a href="/meus" title="Links"></a>
  305.  
  306. <a href="http://themesbytetezinha.tumblr.com/" title="Themes for you"></a>
  307.  
  308. <a href="/tagged/humor" title="Ria! ou não"></a>
  309.  
  310. <a href="http://www.tumblr.com/dashboard" title="tchau"></a>
  311. </div>
  312.  
  313.  
  314.  
  315. <div class="textobunitinho">{Description}</div>
  316.  
  317. <div class="lindinha"><div id="wobble">{title}</div></div></div>
  318.  
  319.  
  320.  <div id="poeta"><br>{block:PreviousPage}<a href="{PreviousPage}">«</a>  {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>
  321.  
  322.  
  323. </div></div></div>
  324. </div></div></div>
  325.  
  326. <div id="tete">
  327. {block:Posts}
  328. <div class="paramore">
  329.  
  330. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  331. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"
  332. width="350px"></div>{LinkCloseTag}{/block:Photo}
  333.  
  334. {block:Photoset}<center>{Photoset-400}</center>
  335. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. {block:quote}
  338. <div class="aspas"></div> <div class="quote">{Quote}</div><div class="tri2"></div> {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  339. {/block:quote}
  340.  
  341. {block:Link}
  342. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  343. {block:Description}{Description}{/block:Description}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  348. <div class="chat"><ul>{block:Lines}
  349. <li class="person{UserNumber}">{block:Label}
  350. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  351. {/block:Chat}
  352.  
  353. {block:Audio}
  354. <div class="player">{AudioPlayerBlack}</div>
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Audio}
  357.  
  358. {block:Video}{Video-400}{/block:Video}
  359.  
  360. {block:Answer}<div class="box">
  361. <div class="bordha"></div>
  362.  
  363. <img src="{AskerPortraitURL-64}" align="right" class="imageasker"> <div class="ask">{Question}</div>
  364. <div class="askerr">asked by {Asker} </div><div class="askerr2"><a href="/ask" >volte sempre!</div>
  365. <div class="res">{Answer}</div>
  366. </div>
  367.  
  368. {/block:Answer}
  369.  
  370. {block:Photo}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  371. {block:Video}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  372. {block:Photoset}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  373.  
  374. <div class="source">
  375. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  376. </div>
  377.  
  378. <div id="date">
  379. {block:Date}
  380.  
  381. {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}
  382. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:linkhover}"><small></small></font>
  383.  <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}
  384. {block:RebloggedFrom}<div><strong>original:</strong> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  385. {/block:RebloggedFrom}
  386. </div>
  387.  
  388. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  389. </div>{/block:Date}
  390.  
  391.  
  392.  {/block:Posts}
  393.  
  394.  
  395. <br />
  396.  
  397. </div>
  398. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement