Advertisement
Stephanymafia

theme 11.2

Jul 15th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-- THEME BY MAFIA -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.     <title>{Title}</title>
  10.     <link rel="shortcut icon" href="{Favicon}">
  11.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.     {block:Description}
  13.     <meta name="description" content="{MetaDescription}" />
  14.     {/block:Description}
  15.  
  16. <meta name="color:Background" content="#f5f5f5" />
  17. <meta name="color:Entry" content="#FFFFFF" />
  18. <meta name="color:Link" content="#000000" />
  19. <meta name="color:quote" content="#757575" />
  20. <meta name="color:source quote" content="#757575" />
  21. <meta name="color:mytitle" content="#2CD7E6" />
  22. <meta name="color:scroll" content="#2CD7E6" />
  23. <meta name="color:Link hover" content="#B0D395" />
  24. <meta name="color:Link Post hover" content="#FFC000" />
  25. <meta name="color:Texts" content="#919191" />
  26. <meta name="color:pgs" content="#FF3B8E" />
  27.  
  28. <meta name="color:bglink1" content="#E0C2CF" />
  29. <meta name="color:bglink2" content="#ABD0D6" />
  30. <meta name="color:bglink3" content="#CADDBA" />
  31. <meta name="color:bglink4" content="#FFCAA2" />
  32. <meta name="color:bglink5" content="#FFC0DA" />
  33. <meta name="color:bglink6" content="#F1E0AC" />
  34. <meta name="color:bglink7" content="#FFC0DA" />
  35. <meta name="color:bglink8" content="#F1E0AC" />
  36. <meta name="color:sidlinks" content="#FFFFFF" />
  37.  
  38. <meta name="image:background" content="">
  39. <meta name="image:sidebar" content="" />
  40. <meta name="image:sidebar2" content="" />
  41.  
  42. <meta name="text:frase" content=""/>
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="link" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="link" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="link" />
  50. <meta name="text:Link4" content="/" />
  51. <meta name="text:Link4 Title" content="link" />
  52. <meta name="text:Link5" content="/" />
  53. <meta name="text:Link5 Title" content="link" />
  54. <meta name="text:Link6" content="/" />
  55. <meta name="text:Link6 Title" content="link" />
  56.  
  57. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  58.  
  59. {block:IfEndlessScroll}
  60. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  61. {/block:IfEndlessScroll}
  62.  
  63.  <style type="text/css">
  64.  
  65. iframe#tumblr_controls {
  66.  
  67. top:0px !important;
  68.  
  69. right:3px !important;
  70.  
  71. position: fixed !important;
  72.  
  73. -webkit-transition: opacity 0.7s linear;
  74.  
  75. opacity: 0.4;
  76.  
  77. -webkit-transition: all 0.8s ease-out;
  78.  
  79. -moz-transition: all 0.8s ease-out;
  80.  
  81. transition: all 0.8s ease-out;
  82.  
  83. z-index:999999999999999999;}
  84.  
  85.  
  86.  
  87. iframe#tumblr_controls:hover{
  88.  
  89. -webkit-transition: opacity 0.7s linear;
  90.  
  91. opacity: 1;
  92.  
  93. -webkit-transition: all 0.4s ease-out;
  94.  
  95. -moz-transition: all 0.4s ease-out;
  96.  
  97. transition: all 0.4s ease-out;
  98.  
  99. z-index:999999999999999999999;}
  100.  
  101.  
  102.  body
  103. {font-family: georgia;
  104. font-size:11px;
  105. color:{color:Texts};
  106. background-color:{color:Background};
  107. background-image:url('{image:Background}');
  108. background-position: fixed;
  109. background-attachment:fixed;
  110. background-repeat:repeat;}
  111.  
  112. blockquote
  113. {border-left:0px solid;
  114. padding-left:0px;}
  115.  
  116. a
  117. {text-decoration:none;
  118. color:{color:Link};}
  119.  
  120. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  121. .asker img{float: left; padding: 0px 5px 0px 0px}
  122. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  123. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; line-height:11px; padding: 0; margin: 0}
  124. .question {font-size: 10px;}
  125. .answer {padding: 4px; font-size: 9px; line-height:10px}
  126. .answer img {max-width: 470px;}
  127.  
  128.  
  129. #ps {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; position: relative; margin-left: 295px; margin-top: 297px; font-size: 17px; color: {color:pgs}; z-index: 2; position: fixed}
  130. #ps a, a:hover {color: {color:pgs}; background-color: transparent; position: fixed; font-size: 25px}
  131.  
  132.  
  133. #xdate {text-align: left; font-size: 9px; font-family: georgia; text-transform: lowercase; z-index: 11; color: #A3A3A3}
  134. #xdate a {font-size: 9px; font-family: georgia; color: #A3A3A3}
  135.  
  136.  
  137. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  138.  
  139. @font-face {font-family: "PF Tempesta Seven"; src:url('http://static.tumblr.com/xjd9aob/K18m22xl7/pf_tempesta_seven_compressed.ttf');}
  140.  
  141. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  142.  
  143. #title {width: 300px; height: 22px; position: fixed; background-color:transparent; margin-left: 18px; margin-top: 11px; z-index:2; text-align: right;}
  144. .optitle{font-family: basket; font-weight: bold; font-size: 20px; line-height: 22px; color: {color:mytitle}; margin-top: 10px; margin-left: -1px; text-shadow:1px 1px 1px #A7A7A7; text-align: right;}
  145.  
  146. div#entries{left:50%; margin-left:326px; margin-top:9px; width:510px}
  147. div#posts{width: 500px; background-color:{color:Entry}; text-align: justify; padding: 15px; margin-bottom: 1px;}
  148.  
  149.  
  150. #link1 {font-family: georgia; background-color: {color:bglink1}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 24px; margin-top: 46px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  151. #link1 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  152.  
  153. #link2 {font-family: georgia; background-color: {color:bglink2}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 24px; margin-top: 90px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  154. #link2 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  155.  
  156. #link3 {font-family: georgia; background-color: {color:bglink3}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 24px; margin-top: 136px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  157. #link3 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  158.  
  159. #link4 {font-family: georgia; background-color: {color:bglink4}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 24px; margin-top: 180px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  160. #link4 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  161.  
  162. #link5 {font-family: georgia; background-color: {color:bglink5}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 24px; margin-top: 226px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  163. #link5 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  164.  
  165. #link6 {font-family: georgia; background-color: {color:bglink6}; color: {color:sidlinks}; font-size: 9px; padding: 5px 5px 5px 5px; width: 25px; margin-top: 270px; margin-left: 108px; z-index: 1; position: fixed; text-align: center; height: 36px}
  166. #link6 a{font-family: verdana; font-size: 9px; font-family: georgia; color: {color:sidlinks}}
  167.  
  168. .picture {position:fixed; width:180px; height:240px; left: 145px; top:50px; margin:0 auto;}
  169.  
  170. .picture img {position:fixed; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height: 240px; width: 180px; background: {color:sidebar} center center; color: {color:sidebar}; padding: 5px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  171.  
  172. .picture img.top {-webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0);
  173. -ms-transform:scale(0,0); transform:scale(0,0); opacity:0;}
  174.  
  175. .picture:hover img.top, .cf4.hover_effect img.top {opacity:1; -webkit-transform:scale(1,1); -webkit-transform-origin: top right; -moz-transform:scale(1,1); -moz-transform-origin: top right; -o-transform:scale(1,1); -o-transform-origin: top right; -ms-transform:scale(1,1); -ms-transform-origin: top right; transform:scale(1,1); transform-origin: top right;}
  176.  
  177. .picture:hover img.bottom, .cf4.hover_effect img.bottom {-webkit-transform:scale(0,0); -webkit-transform-origin: bottom left; -moz-transform:scale(0,0); -moz-transform-origin: bottom left;
  178. -o-transform:scale(0,0); -o-transform-origin: bottom left; -ms-transform:scale(0,0); -ms-transform-origin: bottom left; transform:scale(0,0); transform-origin: bottom left;}
  179.  
  180. #description {position: fixed; margin-top: 287px; margin-left: 139px; width: 170px; height: 150px; background-color: {color:sidebar}; z-index:2; font-family: Verdana}
  181. .opdescription{color: {color:textdescription}; clear: both; font-size:9px; height: 83px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
  182. .opdescription a{font-size:9px}
  183. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
  184.  
  185. #credito {float: left; margin-top: 435px; margin-left: 95px; width: 245px; height: 12px; background-color: {color:sidebar}; color: {color:Link}; padding: 5px; font-size: 9px; font-family: Verdana, Geneva, Tahoma,
  186.  
  187.  
  188.  
  189. sans-serif; text-align: center; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px;
  190.  
  191.  
  192.  
  193. -webkit-border-bottom-left-radius:0px; position:fixed; opacity: 1.0;}
  194.  
  195.  
  196.  
  197. #credito a{font-size: 9px; color:{color:Link};}
  198.  
  199. /*** Paginação by madlyluv.com ***/
  200. #paginacaoml {font-size: 11px; line-height: 20px;}
  201. #paginacaoml a {background: #xxxxxx; margin: 0 1px 0 0; padding: 3px 3px; color: #xxxxxx; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  202. #paginacaoml a:hover {color: #xxxxxx; background-color: #xxxxxx; border: none;  -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; padding: 3px 3px;}
  203. #paginacaoml span.pagina_atual {background: #xxxxxx; margin: 0 1px 0 0; padding: 3px 3px; color: {color:post}; font-weight: bold; text-decoration: none;}
  204. #paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 3px 3px; color: #cor da fonte; text-decoration: none;}
  205. .ps {margin-left: 880px; background-color: #xxxxxx; width:40px; position: fixed; margin-top: 430px;}
  206.  
  207.  
  208. ::-webkit-scrollbar{width:4px;height:8px;}
  209. ::-webkit-scrollbar-button:start:decrement
  210. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  211. ::-webkit-scrollbar-track-piece{background-color:#FFFFFF;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  212. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  213. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px}
  214.  
  215. .source {display:none}
  216. div#source {text-align: right; font-size: 9px;}
  217.  
  218. .source {display:none}
  219. div#source {text-align: right; font-size: 9px;}
  220.  
  221. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  222. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  223.  
  224. #cap {width: 500px; margin-top: -2px;}
  225. .source {display: none;}
  226.  
  227. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: center}
  228. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  229. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  230. .notes img{display: none; border:0px}
  231.  
  232.  
  233. img a{border:none; width:500px;text-align:center}
  234.  
  235.  
  236.  
  237. .q {padding:10px; font-style: italic; text-indent: 20px}
  238.  
  239.  
  240.  
  241. .a {padding-top: 3px}
  242.  
  243. blockquote {border-left:0px {color:text} solid; padding-left:0px; }
  244. b, strong{color:{color:text}}
  245. i, em {color:;}
  246. p{margin-top:5px; margin-bottom:5px}
  247. blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
  248. img a{border:none; width:100%}
  249. .audio{background-color:black; display:block;}
  250. .user_1 .label {color:{color:text}; font-weight:bold}
  251. .user_2 .label {color:{color:text}; font-weight:bold}
  252. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  253. .q{font-family: Georgia; font-size: 14px; text-align: center; padding: 10px;
  254. }
  255. .notes img{width:10px; position:relative; top:1px;}
  256. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  257. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  258.  
  259. .player {background-color: e4e4e4; text-align: left; display:block;}
  260.  
  261. .xquote {font-family: georgia; text-align: center; font-size: 15px; line-height: 17px; padding: 3px; color: {color:quote};}
  262. .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px; color: {source quote}; font-size: 10px}
  263. .xquotesource a, a:hover{font-size: 10px; text-transform: none; text-align: right; letter-spacing: 0px; color: {source quote}}
  264.  
  265.  
  266. .notes img{width:10px; position:relative; top:1px;}
  267. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  268. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  269.  
  270.  
  271. </style>
  272.  
  273. </head>
  274. <body>
  275.  
  276. {block:IfEndlessScroll}
  277.  <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  278.  
  279.  
  280. <div id="left">
  281.  
  282. {block:IfNotEndlessScroll}
  283. {/block:IfNotEndlessScroll}
  284.  
  285. </div>
  286.  
  287. </div>
  288. <div class="picture" class="hover">
  289. <img class="bottom shadow" src="{image:sidebar}" />
  290. <img class="top shadow" src="{image:sidebar2}" /></div></div>
  291.  
  292. <div id="description">
  293. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  294.  
  295. <div id="link1"><div style="margin-top: 25px; margin-left: 0px"><a href="{text:Link1}">{text:Link1 Title}</a></div></div>
  296. <div id="link2"><div style="margin-top: 25px"><a href="{text:Link2}">{text:Link2 Title}</a></div></div>
  297. <div id="link3"><div style="margin-top: 25px"><a href="{text:Link3}">{text:Link3 Title}</a></div></div>
  298. <div id="link4"><div style="margin-top: 25px"><a href="{text:Link4}">{text:Link4 Title}</a></div></div>
  299. <div id="link5"><div style="margin-top: 25px"><a href="{text:Link5}">{text:Link5 Title}</a></div></div>
  300. <div id="link6"><div style="margin-top: 25px"><a href="{text:Link6}">{text:Link6 Title}</a></div></div>
  301.  
  302.  
  303. </div></div>
  304. <div class="ps"><div id="paginacaoml">
  305. {block:JumpPagination length="2"}
  306. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  307. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  308. {/block:JumpPagination}
  309. </div></div>
  310.  
  311. <div id="title">
  312. <center><div class="optitle">{text:frase}</div></div>
  313.  
  314. <div id="credito">theme by <a href="http://mafiadobobesponja.tumblr.com/"><b>Mafia</b></a>|details <a href="http://sabedorias.tumblr.com/"><b>+</b></a> <a href="http://canceriangirl.tumblr.com/">+</a> <a href="http://hyliar.tumblr.com/">+</a></div>
  315.  
  316. <div id="entries">
  317.  
  318. {block:Posts}
  319. <div id="posts">
  320. {block:Title}<h1>{Title}</h1>{/block:Title}
  321. {block:Text}{Body}{/block:Text}
  322.  
  323. {block:Quote}
  324. <div class="xquote">“{Quote}”</div>
  325. {block:Source}<div class="xquotesource"> ~ {Source}</div>
  326. {/block:Source}
  327. {/block:Quote}
  328.  
  329. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;</h2></a>
  330. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  331.  
  332. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  333.  
  334. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  335.  
  336. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  337.  
  338. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  339.  
  340. {block:Answer}
  341. <div id="asker"><b>{Asker} me fez feliz:</b> {Question}</div>
  342. <div class="answer">{Answer}</div>
  343. {/block:Answer}
  344.  
  345. {block:Audio}
  346. <div class="player">{AudioPlayerGrey}</div>
  347. {block:Caption}{Caption}{/block:Caption}
  348. {/block:Audio}
  349.  
  350. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  351. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  352. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  353. {/block:ContentSource}</div>
  354. <br>
  355.  
  356. <div id="xdate">
  357. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  358. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} | <img src="http://media.tumblr.com/tumblr_m0niknoQfK1qe5v0r.png"class="" title=""> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""> reblog </a>{/block:IndexPage}
  359. {block:RebloggedFrom}<br>© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} | via= <a href="{ReblogParentURL}">{ReblogParentName}</a>
  360. {/block:RebloggedFrom}
  361. </div>
  362. </div>{/block:Date}
  363.  
  364.  
  365. {/block:Posts}
  366. {block:PostNotes}{PostNotes}{/block:PostNotes}
  367.  
  368.  
  369.  
  370. </div>
  371. </div>
  372. </div>
  373.  
  374.  
  375. </body>
  376. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement