poetadavida

theme 10 - 16

Jan 26th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/asj4fpx/9TJm3lywx/important.txt">
  6. </script>
  7.  
  8. <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  9. @@@ @@@
  10. @@@ ALL THEME BY CAROL (HTTP://POETADAVIDA.TUMBLR.COM) @@@
  11. @@@ DO NOT COPY, LOSERS! @@@
  12. @@@ @@@
  13. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head> <!-- DEFAULT VARIABLES -->
  18. <meta name="font:body" content="verdana" />
  19. <meta name="font:title" content="georgia" />
  20. <meta name="color:background" content="#F6F6F6" />
  21. <meta name="color:title" content="#666666" />
  22. <meta name="color:text" content="#666666" />
  23. <meta name="color:links" content="#fff" />
  24. <meta name="color:linkshover" content="#000" />
  25. <meta name="color:link" content="#666666" />
  26. <meta name="color:entry" content="#ECEBEB" />
  27. <meta name="color:frase" content="#fff" />
  28. <meta name="color:frasebg" content="#000" />
  29.  
  30. <meta name="if:Show tags" content="1"/>
  31. <meta name="if:Show userpic" content="1"/>
  32. <meta name="if:Enable endless scrolling" content="0"/>
  33. <meta name="if:Show sidebar image" content="1"/>
  34.  
  35. <meta name="image:imgdescr" content=""/>
  36. <meta name="image:background" content=""/>
  37.  
  38. <meta name="text:frase1" content="frase um colocada aq" />
  39. <meta name="text:frase2" content="lugar da frase dois hm" />
  40. <meta name="text:frase3" content="a frase trex fica aqq" />
  41.  
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5 Title" content="" />
  52. <meta name="text:Link6" content="" />
  53. <meta name="text:Link6 Title" content="" />
  54. <meta name="text:Link7" content="" />
  55. <meta name="text:Link7 Title" content="" />
  56.  
  57.  
  58.  
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. body {background: url('{image:background}') bottom right fixed no-repeat {color:background}; text-align:center; color:{color:text}; padding:0; line-height:120%px;overflow-x:hidden; height:100%; font:11px {font-body}; margin:0px;}
  72.  
  73. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none}
  74. a:hover {color:{color:text}; padding: 1px 0 1px 0; text-decoration: none}
  75. img a{border:0px;}
  76. img a:hover{border:0px;}
  77. b{font-weight: bold;}
  78. i{text-transform: italic; color:{color:text}}
  79. p{margin:5px 0 2px 0}
  80. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:background}}
  81.  
  82. /* sidebar */
  83. .frase1 {font-size: 9px; width:auto; letter-spacing: 1px; margin-top:-10px; margin-left:2px; margin-right:2px; height: 10px; background-color: {color:frasebg};transparent; opacity: 0.9; filter:alpha (opacity=90); color: {color:frase}; padding: 5px; background-attachment: fixed;
  84. -webkit-transform: rotate(2deg);}
  85.  
  86. .frase2 {font-size: 9px; width:auto; letter-spacing: 1px; margin-left:10px; margin-right:6px; height: 10px; background-color: {color:frasebg};transparent; opacity: 0.9; filter:alpha (opacity=90); color: {color:frase}; padding: 5px;}
  87.  
  88. .frase3 {font-size: 9px; width:auto; letter-spacing: 1px; margin-left:1px; margin-right:10px; height: 10px; background-color: {color:frasebg};transparent; opacity: 0.9; filter:alpha (opacity=90); color: {color:frase}; padding: 5px; background-attachment: fixed;
  89. -webkit-transform: rotate(4deg);}
  90.  
  91. #sidebar {width: 250px; padding: 5px; background-color:{color:entry}; text-align: center; position: fixed}
  92.  
  93. .title {float: left; width: 155px; font-size: 23px; line-height: 20px; text-align: right; margin: 20px 5px 0 0}
  94. .title a{font-family: {font:title}; font-size: 23px; line-height: 20px; color: {color:title}; text-transform: lowercase}
  95. .title a:hover {opacity: 0.6; filter:alpha (opacity=60); background-color: transparent}
  96.  
  97. .sidebarpic img{max-width: 286px; text-align:center; margin-top: 2px;}
  98.  
  99. #sbar{ background-attachment: fixed;
  100. -webkit-transform: rotate(-90deg);
  101. line-height:15px;}
  102.  
  103. .sidebartext{clear: both; text-align: justify; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin:5px; padding: 5px; -moz-border-radius: 6px; border-radius: 6px }
  104. .sidebartext a{font-size:10px}
  105. .sidebartext a:hover{font-size:10px}
  106.  
  107. .userpic{float: left; margin: 0px 4px 2px 0; width:48px; height:auto}
  108.  
  109. .un {width:90px; color: #ffffff; line-height:40px; solid #fff; background-color: {color:links};
  110. padding: 9px; margin-bottom:4px; letter-spacing: 1px; font-family:verdana; size:11px; text-align: center;text-transform: lowercase;
  111. display: inline-block;
  112. -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.8s linear; transition: all 0.3s linear;}
  113.  
  114. .un:hover {line-height:40px; letter-spacing: 3px; padding: 9px; background-color: {color:linkshover}; color: #000;}
  115.  
  116. .credit{clear: both; font-size: 9px; text-align: center; color:{color:text}; margin-top: 5px}
  117. .credit a{text-decoration: none;color:{color:title}}
  118. .credit a:hover{color:{color:linkbackground}; background-color: transparent}
  119.  
  120. .sidebarpages{margin: 5px 0 0 0; text-align: center;}
  121. .sidebarpages a{text-decoration: none;color:{color:title}}
  122. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  123.  
  124. .bordda {border: 1px solid #E6E6FA;}
  125.  
  126. /* container */
  127. #container {background-color:transparent; width: 540px; position: absolute; top: 0px; LEFT: 150px; }
  128. #entries {margin: 40px 0 10px 0}
  129. #entry {width: 500px; background-color:{color:entry}; text-align: justify; padding: 8px; margin-top:15px;}
  130.  
  131.  
  132. .sidbox{background-color:{color:entry}; padding:5px; font-size:10px;}
  133. .linkbox{background-color:{color:entry}; padding:5px; font-size:10px;}
  134.  
  135. .image{text-align: center; margin: 0 0 5px 0}
  136. .image img{border: 0px; margin: 0; padding: 0}
  137.  
  138. #ask_form{width: 500px}
  139.  
  140.  
  141. .source{display:none}
  142.  
  143. h3{font-family: {font:body}; font-size:10px; line-height: 9px; letter-spacing:2px;font-weight: normal; margin: 0 0 5px 0; text-align: right;}
  144.  
  145. h2{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; font-weight: normal; margin: 0 0 5px 0;}
  146.  
  147. h1{font-family: {font:title}; color:{color:title};font-size:20px; letter-spacing: -1px; line-height: 20px; font-weight: normal; margin: 0 0 5px 0; text-align: center}
  148. h1 a{font-size:20px; letter-spacing: -1px; line-height: 23px; font-weight: normal; margin: 0 0 5px 0; text-decoration: none; text-align: center}
  149.  
  150. .qqmarks{font-size: 140px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0)}
  151. .qquote{font-family: georgia; font-size: 22px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:45px;}
  152. .qsource{margin: 5px 15px 0 0; text-align: right}
  153.  
  154. .chat{line-height: 15px; list-style: none }
  155. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  156. .person1 {background-color: {color:background} }
  157. .label {font-weight: bold; padding: 0px; margin-left: 5px }
  158. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px }
  159.  
  160. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};
  161.  
  162. -moz-border-radius: 6px; border-radius: 6px;}
  163. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  164. .playcount {font-style: italic}
  165.  
  166. .asker {width: 480px; background-color: {color:background}; color:{color:text}; -moz-border-radius: 6px; border-radius: 6px;
  167.  
  168. padding: 10px}
  169. .asker img{float: left; margin: 0px 4px 2px 0}
  170. .asker a{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  171. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  172. .answer {padding: 5px 0 0 0}
  173.  
  174. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  175.  
  176. #info {margin: 0px;font-size:9px; text-align: left; color: {color:text}; background-color: {color:entry}; font-family:verdana; letter-spacing:0px;}
  177. .date{text-transform: lowercase; font-family:verdana; font-size:9px; letter-spacing:0px;}
  178. .tags {color: {color:link}; font-size: 9px; display: inline;list-style: none; text-transform: lowercase;}
  179. .tags a, .tags a:hover { color: {color:link}; display: inline; list-style: none;text-transform: lowercase;}
  180.  
  181. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  182. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  183. ol.notes li {margin: 0px; padding: 2px;}
  184. #notes img{border:0px}
  185. #notes a{font-size: 10px}
  186.  
  187. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  188.  
  189. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  190. margin: 0 0 2px 0; font-size: 10px}
  191.  
  192.  
  193. #tumblr_controls{position: fixed!important}
  194.  
  195. ::-webkit-scrollbar{width:10px;height:8px;}
  196. ::-webkit-scrollbar-button:start:decrement
  197. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  198. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  199. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  200. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  201.  
  202.  
  203. {CustomCSS}
  204. </style>
  205. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  206. </head>
  207.  
  208. <body>
  209. <div id="container">
  210.  
  211. <div id="entries">
  212. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  213. <script type="text/javascript"
  214.  
  215. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  216.  
  217.  
  218. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  219.  
  220.  
  221.  
  222. {block:Posts}
  223.  
  224. <div id="entry">
  225. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  226.  
  227. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  228. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  229.  
  230. {block:Photoset}{Photoset-500}
  231. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  232. {/block:Photoset}
  233.  
  234. {block:Quote}
  235. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  236. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  237. {/block:Quote}
  238.  
  239. {block:Link}
  240. <h1><a href="{URL}" {Target}>{Name} ?</a></h1>
  241. {block:Description}{Description}{/block:Description}
  242. {/block:Link}
  243.  
  244. {block:Chat}
  245. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  246. <div class="chat"><ul>{block:Lines}
  247. <li class="person{UserNumber}">{block:Label}
  248. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  249. {/block:Chat}
  250.  
  251. {block:Audio}
  252. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  253. {AudioPlayerWhite}
  254. <div class="playcount">{PlayCountWithLabel}</div>
  255. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  256. {/block:Audio}
  257.  
  258. {block:Video}{Video-500}
  259. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  260.  
  261. {block:Answer}
  262. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  263. <div class="answer">{Answer}</div>
  264. {/block:Answer}
  265.  
  266. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  267. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  268. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  269. {/block:ContentSource}</div>
  270.  
  271.  
  272.  
  273. <div id="clear"></div>
  274. <div id="info">
  275. {block:Date}</BR><span class="date"><a href="{Permalink}" title="permalink to this post">{TimeAgo}</a> on {DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span>{/block:Date} {block:NoteCount} + <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}{block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom} {block:IfShowTags}{block:HasTags}<br>{block:Tags}<div class="tags"># <a href="{TagURL}">{Tag}</a></div>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  276. </div></div>
  277.  
  278.  
  279. {/block:Posts}
  280. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  281. </div>
  282. </div></div>
  283. <div style="position: fixed; top: 70px; width: 120px; left:5px; height: auto; padding: 4px; ">
  284. <div class="linkbox">
  285.  
  286. <a href="/" class="un">home</a>
  287. <a href="/ask" class="un">ask me</a>{block:SubmissionsEnabled}
  288. <a href="/submit" class="un">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  289. {block:ifLink1}<a href="{text:Link1}" class="un">{text:Link1 Title}</a>{/block:ifLink1}
  290. {block:ifLink2}<a href="{text:Link2}" class="un"> {text:Link2 Title}</a>{/block:ifLink2}
  291. {block:ifLink3}<a href="{text:Link3}" class="un"> {text:Link3 Title}</a>{/block:ifLink3} {block:ifLink4}<a href="{text:Link4}" class="un">{text:Link4 Title}</a>{/block:ifLink4}
  292. {block:ifLink5}<a href="{text:Link5}" class="un">{text:Link5 Title}</a>{/block:ifLink5}
  293. {block:ifLink6}<a href="{text:Link6}" class="un">{text:Link6 Title}</a>{/block:ifLink6}
  294. {block:ifLink7}<a href="{text:Link7}" class="un">{text:Link7 Title}</a>{/block:ifLink7}
  295. </div>
  296.  
  297. <div style="border: 1px solid rgb(230, 230, 250); margin: 6px; overflow: auto; color: #000000; background-color: {color:entry}; color: ; width: 100px; text-align: justify; font-family: verdana; height: 15px; margin-top: 3px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 15px">theme feito por <a href=http://poetadavida.tumblr.com/><b>poetadavida</b></a>, detalhes originais de <a href=http://keepcal-m.tumblr.com/>keepcal-m</a>. não copie ou se inspire! </div>
  298.  
  299. </div>
  300. <div style="position: fixed; top: 70px; width: 300px; left:700px; padding: 8px; ">
  301. <br><br>
  302.  
  303. <div class="sidbox">
  304.  
  305. <CENTER><div class="sidebarpic"><img src="{image:imgdescr}"></div>
  306. {block:iffrase1}<div class="frase1">{text:frase1}</DIV>{/block:iffrase1}
  307. {block:iffrase2}<div class="frase2">{text:frase2}</DIV>{/block:iffrase2}
  308. {block:iffrase3}<div class="frase3">{text:frase3}</DIV>{/block:iffrase3}
  309.  
  310. <br>{block:Description}{Description}{/block:Description}<br>
  311.  
  312.  
  313.  
  314. <div class="pagination">{block:Pagination}
  315. {block:PreviousPage}<a href="{PreviousPage}"><big><big><big>«</big></big></big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big><big><big>»</big></big></big></a>{/block:NextPage}
  316. {/block:Pagination}</div>
  317. </div>
  318.  
  319. </body>
  320. </html>
Advertisement
Add Comment
Please, Sign In to add comment