d-esumana

Theme 14

Oct 8th, 2012
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.09 KB | None | 0 0
  1. <! theme by (lizz) D-ESUMANA | Dont copy >
  2.  
  3.  
  4. <html>
  5.  
  6. <meta name="color:background" content="#fff" />
  7. <meta name="color:text" content="#000000" />
  8. <meta name="color:post" content="#ffffff" />
  9. <meta name="color:scrollbar" content="000000" />
  10. <meta name="image:background" content="" />
  11. <meta name="color:sidebar" content="#fff" />
  12. <meta name="color:borda" content="#ffffff" />
  13. <meta name="color:linkmenu" content="#ffffff" />
  14. <meta name="color:linkshover" content="#ffffff"/>
  15. <meta name="color:bglinks" content="#ffffff"/>
  16. <meta name="color:link" content="#bebebe"/>
  17. <meta name="color:linkhover" content="#bebebe"/>
  18. <meta name="image:sidebar2" content "#ffffff" />
  19. <meta name="text:frase" content="" />
  20. <meta name="color:frase" content="#bebebe"/>
  21. <meta name="color:menuhover" content="#bebebe"/>
  22.  
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  25. <meta name="color:descricao" content="#000000" />
  26. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  27.  
  28. <meta name="image:sidebar2" content="" />
  29.  
  30.  
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="1st page" />
  34. <meta name="text:Link2" content="/ask" />
  35. <meta name="text:Link2 Title" content="ask me" />
  36. <meta name="text:Link3" content="/submit" />
  37. <meta name="text:Link3 Title" content="submit a post" />
  38. <meta name="text:Link4" content="#" />
  39. <meta name="text:Link4 Title" content="coloque os" />
  40.  
  41.  
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  56.  
  57. a {color: {color:link}; text-decoration: none; text-transform: none;}
  58. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  59.  
  60. p {margin: 6px 0 0 0}
  61.  
  62. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  63. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  64. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  65. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  66.  
  67. blockquote img{max-width: 470px!important}
  68. blockquote blockquote img{max-width: 450px!important}
  69. blockquote blockquote blockquote img{max-width: 430px!important}
  70. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  71.  
  72. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  73.  
  74. #entry {float: left; margin-left: 400px; margin-top: -5px;}
  75.  
  76. .posts {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  77.  
  78. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  79. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  80. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  81.  
  82. .image {text-align: center; border: 0px}
  83. .image img {max-width: 400px; margin-bottom: 2px }
  84.  
  85. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  86. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  87. .pquotesource a, a:hover{text-transform: none;}
  88.  
  89. .chat {line-height: 13px; list-style: none }
  90. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  91. .person1 {color: {color:text}; padding: 2px; }
  92. .person1 .label {font-weight: bold; color:{color:text}}
  93. .person2 {color: {color:text}; padding: 2px; }
  94. .person2 .label {font-weight: bold; color:{color:text}}
  95.  
  96. .player {background-color: #000; text-align: left; display:block;}
  97.  
  98. .question {
  99. color:{color:text};
  100. font-size: 11px;
  101. font-weight: normal;
  102. font-family: verdana;
  103. line-height:95%;
  104. background: {color:background};
  105. position: relative;
  106. min-height:70px;
  107. padding:10px 15px;
  108. margin-bottom:2px;
  109. margin-right:-10px;}
  110.  
  111. .questionarrow {
  112. font-size:30px;
  113. color:{color:background};
  114. vertical-align:middle;
  115. margin-left:-5px!important;}
  116.  
  117.  
  118. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};}
  119. .asker a {color:{color:text};}
  120. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  121.  
  122. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  123. .asking a{color:{color:text};}
  124. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  125.  
  126. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  127.  
  128.  
  129. .answer {color:{color:answer};}
  130.  
  131. .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  132. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  133.  
  134. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  135. #info a {font-size: 10px; text-transform: uppercase;}
  136.  
  137. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  138. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  139.  
  140. #cap {width: 400px; margin-top: -2px;}
  141. .source {display: none;}
  142.  
  143. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  144. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  145. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  146. .notes img{display: none; border:0px}
  147.  
  148. ::-webkit-scrollbar{width:7px;height:7px;}
  149. ::-webkit-scrollbar-button:start:decrement
  150. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  151. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  152. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  153. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  154.  
  155.  
  156.  
  157. #ccfrase {float: left; width: 186px; height:25px; top: 183px; left:221px; padding:px; text-align: center; position: fixed; background: {color:sidebar};opacity:;}
  158. .cfrase {clear: both; margin-top: -3px; background-color: transparent; padding: px; letter-spacing: px; font-size: 18px; font-family: georgia; color: {color:frase};line-height:30px;text-transform:lowercase; font-style: italic;}
  159.  
  160.  
  161. /*DESCRIÇÃO*/
  162.  
  163.  
  164. #lizz {width:180px; height: auto; margin-left:0px; margin-top:273px; position:fixed; overflow:hidden; background-color: {color:sidebar} ; color: {color:descricao}; font-family: tahoma; font-size:9px;text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px;-moz-transform: rotate(deg);-webkit-transform: rotate(deg);-o-transform: rotate(deg);-ms-transform: rotate(deg);transform: rotate(deg);}
  165.  
  166.  
  167. /* FIM DA DESCRIÇÃO*/
  168.  
  169.  
  170. .tititica3 {color:{color:text}; background-color:{color:sidebar}; height:12px; font-size:09px; width: 180px; font-family:georgia; text-align:center; font-style:none;letter-spacing:0px; margin-top:457px; margin-left: 213px; position: absolute; line-height:12px; text-transform: lowercase; padding:3px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;font-style:none; position:fixed;}
  171.  
  172.  
  173. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  174.  
  175. #thd {position:fixed; width:176px;height: 226px; padding:5px; background-color:{color:sidebar}; overflow: hidden;-webkit-transition: all 0.6s ease; margin-top:200px;margin-left:213px;-webkit-border-radius: 0px 0px 0px 0px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  176. #slideShowContainer:hover #description {margin-top:20px;height:auto;margin-left:0px;}
  177.  
  178. #thd:hover {opacity:0.9;-webkit-transition: all 0.6s ease;}
  179.  
  180. #thd img {display: block;width:170px; height:220px; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;border:3px solid {color:border}}
  181. #slideShowContainer:hover #description {margin-top:20px;height:auto;margin-left:0px;}
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. #faixa2 {width: 0px;height: 0px;left:263px;top:85px;background-color: {color:sidebar};color: #fff;position: fixed;float: center;font-size: 9px;padding: 1px; font-family: verdana;box-shadow: 0px 0px 10px rgba(0,0,0,0.15);opacity:;}
  191.  
  192.  
  193.  
  194. #upupup2 {width: 300px; float: left; margin-left:214px; margin-top: 429px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
  195. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  196.  
  197. #upupup2 a {float: left; padding: 1px; margin-top:6px; display: block;text-transform: capitalize; font-weight:; letter-spacing: 0px; font-family: 'gerogia'; font-size: 12px; text-align: center; width: 44.5px; background-color: {color:bglinks}; color: {color:linkmenu}; text-decoration: none; text-transform: none; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  198.  
  199. #upupup2 a:hover{text-align: center; background-color: {color:menuhover}; color: {color:linkshover};font-weight:bold;}
  200. #pagina{ margin-top:402px; margin-left: 162px; width: 200px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000; letter-spacing: 2px; width:px;height:0; }
  201.  
  202.  
  203. .links1 {position: absolute; width: 10px; margin-left:-45px; margin-top:350px; padding: 0px; text-align: center; z-index:3;}
  204. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:13px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 52px; background-color: {color:bglinks}; color: {color:linkmenu}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  205. .links1 a:hover{text-align: center; background-color: {color:menuhover}; color:{color:linkshover}; letter-spacing:0px; opacity: 0.3}
  206.  
  207. .links2 {position: absolute; width: 10px; margin-left:8px; margin-top:350px; padding: 0px; text-align: center; z-index:3;}
  208. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:13px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 52px;background-color: {color:bglinks}; color: {color:linkmenu}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  209. .links2 a:hover{text-align: center; background-color: {color:menuhover}; color:{color:linkshover}; letter-spacing:0px; opacity: 0.3}
  210.  
  211. .links3 {position: absolute; width: 15px; margin-left:61px; margin-top:350px; padding: 0px; text-align: center; z-index:3;}
  212. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:13px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 52px; background-color: {color:bglink}; color: {color:linkmenu}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  213. .links3 a:hover{text-align: center; background-color: {color:menuhover}; color:{color:linkshover}; letter-spacing:0px; opacity: 0.3}
  214.  
  215. .links4 {position: absolute; width: 15px; margin-left:-45px; margin-top:366px; padding: 0px; text-align: center; z-index:3;}
  216. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:13px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 158px; background-color: {color:bglink}; color: {color:linkmenu}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  217. .links4 a:hover{text-align: center; background-color: {color:menuhover}; color:{color:linkshover}; letter-spacing:0px; font-size: 14px; opacity: 0.3}
  218.  
  219.  
  220.  
  221.  
  222. .credit {background-color: #trans; font-size: 12px; color: {color:text}; text-align: center; width: 180px; height: 16px; position: fixed; padding: 2px 5px; text-transform: uppercase; margin-left: 220px; font-family: calibri; margin-top: 580px; overflow: hidden; -webkit-transform: rotate(deg); z-index:10;opacity:0.8;border-top-left-radius:10px;opacity:0.5;
  223. }
  224.  
  225.  
  226.  
  227. </style>
  228.  
  229. <body>
  230. <div id="upupup2">
  231. <div class="upupup2">
  232. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  233. <a href="{text:link2}">{text:link2 Title}</a>
  234. <a href="{text:link3}">{text:link3 Title}</a>
  235. <a href="{text:link4}">{text:link4 Title}</a></div>
  236.  
  237.  
  238.  
  239.  
  240. </div>
  241. </div>
  242. </div>
  243. </div></div>
  244. </div>
  245. </div>
  246.  
  247.  
  248. <div id="ccfrase"><div class="cfrase">{text:frase}
  249. </div>
  250. <div id="lizz">{description}</div>
  251. </div></div>
  252.  
  253.  
  254. <div id="faixa2"></div>
  255. <div id="faixa3"></div>
  256. <div id="faixa4"></div>
  257. <div id="faixa5"></div>
  258.  
  259. <div id="thd"><div class="thd"><img src="{image:sidebar2}"></div></div>
  260. </div>
  261.  
  262.  
  263.  
  264.  
  265. <div class="credit"><a href="http://d-esumana.tumblr.com/">THEME </a> </div>
  266.  
  267.  
  268. </div>
  269.  
  270.  
  271.  
  272. <div id="c2">
  273. <div id="c3">
  274.  
  275.  
  276. <div class="tititica3">{block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  277.  
  278.  
  279. </div>
  280.  
  281. <div id="entry">
  282.  
  283. {block:Posts}
  284. <div class="posts">
  285.  
  286. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  287.  
  288. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  289.  
  290. {block:Photoset}{Photoset-400}{/block:Photoset}
  291.  
  292. {block:Quote}
  293. <div class="pquote">“{Quote}”</div>
  294. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  295. {/block:Source}
  296. {/block:Quote}
  297.  
  298. {block:Link}
  299. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  300. {block:Description}{Description}{/block:Description}
  301. {/block:Link}
  302.  
  303. {block:Chat}
  304. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  305. <div class="chat"><ul>{block:Lines}
  306. <li class="person{UserNumber}">{block:Label}
  307. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  308. {/block:Chat}
  309.  
  310. {block:Audio}
  311. <div class="player">{AudioPlayerBlack}</div>
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Audio}
  314.  
  315. {block:Video}{Video-400}{/block:Video}
  316.  
  317.  
  318. {block:Answer}
  319. <table width="400px" cellspacing="0" cellpadding="0">
  320. <tr>
  321. <td width="415px" class="question">{Question}</td>
  322. <td width="30px"><span class="questionarrow">◤</span></td>
  323. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  324. </tr>
  325. </table>
  326. <div class="answer">{Answer}</div>
  327. {/block:answer}
  328.  
  329.  
  330.  
  331. <div id="cap">
  332. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  333. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  335.  
  336. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  337. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  338. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  339. {/block:ContentSource}</div></div>
  340. <br>
  341.  
  342. <div class="creditoaokaique">
  343. {block:Date}<div id="info">
  344. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} • <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} • <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}• <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  345. </div></center>{/block:IfShowTags}{/block:Date}</div>
  346. </div>
  347.  
  348.  
  349. {/block:Posts}
  350. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  351.  
  352. </div>
  353. </div>
  354. </div>
  355. </div>
  356.  
  357. </body>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment