Advertisement
pamefortes

theme27_por_thoughtandsoul

Feb 12th, 2012
5,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
  2. <html xmlns=”http://www.w3.org/1999/xhtml”>
  3. <head profile=”http://gmpg.org/xfn/11”>
  4.  
  5. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  6. <!--Não remova os créditos, plágio é crime!-->
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Salsa' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  10.  
  11.  
  12.  
  13. <script type="text/javascript" src="http://static.tumblr.com/no9dwxu/4pQlrcblq/thoughtandsoul_topo.txt"></script>
  14.  
  15. <meta name="image:Background" content="" />
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Title" content="#000" />
  18. <meta name="text:link1" content="" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="" />
  24. <meta name="text:Link4" content="" />
  25. <meta name="text:Link4 Title" content="" />
  26. <meta name="text:Link5" content="" />
  27. <meta name="text:Link5 Title" content="" />
  28. <meta name="text:Link6" content="" />
  29. <meta name="text:Link6 Title" content="" />
  30. <meta name="text:Link7" content="" />
  31. <meta name="text:Link7 Title" content="" />
  32. <meta name="text:Link8" content="" />
  33. <meta name="text:Link8 Title" content="" />
  34. <meta name="text:Link9" content="" />
  35. <meta name="text:Link9 Title" content="" />
  36. <meta name="text:Link10" content="" />
  37. <meta name="text:Link10 Title" content="" />
  38. <meta name="color:Navbg" content="#A9CFF1" />
  39. <meta name="color:Navtext" content="#000" />
  40. <meta name="color:Navbg hover" content="#fff" />
  41. <meta name="color:Navtext hover" content="#000" />
  42. <meta name="color:Link highlight" content="#A9CFF1"/>
  43. <meta name="color:Link hover" content="#fff"/>
  44. <meta name="color:Link" content="#000" />
  45. <meta name="color:Text" content="#868686"/>
  46.  
  47.  
  48.  
  49. <title>{title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. #navbar-iframe { display: none; }
  56.  
  57. body {
  58. {block:IfNotBackgroundImage}
  59. background: {color:background} url(http://static.tumblr.com/no9dwxu/Rgaltbm73/tumblr_lpuc5pyvds1qbspfyo1_500.jpg)bottom left fixed no-repeat;
  60. {/block:IfNotBackgroundImage}
  61.  
  62.  
  63. {block:IfBackgroundImage}
  64. background: {color:background} url('{image:Background}')bottom left fixed no-repeat;
  65. {/block:IfBackgroundImage}
  66.  
  67. font-size: 10px;
  68. color: #000; text-align: center; }
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:Link};
  72. text-decoration: none;
  73. text-transform: none; -webkit-transition-duration: .50s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:link hover};
  78. background-color:{color:link highlight};
  79. text-decoration: none; -webkit-transition-duration: .50s;
  80. }
  81.  
  82.  
  83. .bubble {align:right;background: #eee; margin:1px 0px 3px 73px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  84. .bubble p {margin:1px 0px;}
  85. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  86. #caixaddd {
  87. width: 550px;background:#E3DDC3; padding-top:0px;padding-bottom:10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
  88.  
  89.  
  90. .caixamenu{ background: #fff; font-family: tahoma; color: #989899; font-size: 8pt; padding: 3px; border: 1px solid #f4f4f3;}
  91.  
  92. .caixamenu:hover {
  93.  
  94. }
  95.  
  96. div#chat li {
  97. padding: 4px;
  98. background-color:#f5f5f5;
  99. margin-top: 2px;
  100. }
  101.  
  102. div#chat ul{
  103. list-style: none;
  104. padding: 0px;
  105. margin-top:5px;
  106. margin-bottom:5px;
  107. width: 525px;
  108. text-align: left;
  109. }
  110.  
  111. .audio{background-color:black; display:block;}
  112.  
  113. #br2{font-family: tahoma, helvetica;
  114. font-size: 10px;
  115. line-height: 11px;
  116. color: black;text-align: center;}
  117.  
  118. ::-webkit-scrollbar-thumb:vertical {
  119. background-color:{color:text};
  120. height:100px;
  121. }
  122. ::-webkit-scrollbar-thumb:horizontal {
  123. background-color:{color:text};
  124. height:10px;
  125. }
  126. ::-webkit-scrollbar {
  127. height:10px;
  128. width:8px;
  129. background-color:{color:background};
  130. }
  131.  
  132.  
  133. .nav:hover{
  134. display: navigate;
  135. font-size:10px;
  136. color:{color:navtext hover};
  137. background-color:{color:navbg hover};
  138. font-family:{font:body};
  139. text-transform:lowercase;
  140. margin-right:5px; -webkit-transition-duration: .50s;line-height: 22px;
  141. }
  142.  
  143. .nav{
  144. display: navigate;
  145. font-size:10px;
  146. color:{color:navtext};
  147. background-color:{color:navbg};
  148. font-family:{font:body};
  149. text-transform:lowercase;
  150. margin-right:5px; -webkit-transition-duration: .50s;
  151. line-height: 22px;
  152. }
  153.  
  154.  
  155. .askimg{border-bottom-left-radius: 3em;border-bottom-right-radius: 3em;border-top-left-radius: 3em; border-top-right-radius: 3em;}
  156.  
  157. .caixa { width: 525px; margin-left: 270px;text-align: justify;}
  158.  
  159. h10 {font-family: 'salsa', cursive; font-size: 30px; text-shadow: 1px 1px 1px #f5f5f5;color: {color:Title}; }
  160.  
  161.  
  162. .h1 { font-family: tahoma;font-size: 8pt; ;
  163. line-height:8px;
  164. border-bottom:1px solid #eee;
  165. letter-spacing: 1px;
  166. background:#F8F8F8;
  167. color: #8E8077;
  168. padding:5px 3px;
  169. margin-bottom:5px; }
  170.  
  171. .title1 {font-family: tahoma; font-size: 22pt; color: #a19486; text-align: justify; border-bottom:1px solid #b4c6c5;}
  172.  
  173.  
  174. .quote2{font-family:'salsa', cursive; font-size: 25px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -60px; text-indent: 45px;color: {color:Title};}
  175. .quote3{margin: 5px 15px 0 0; text-align: right}
  176.  
  177. .br1 {padding: -1px;}
  178.  
  179. .h3 {font-family: 'salsa', cursive; font-size: 20pt; color: {color:Title};text-align: justify;text-shadow: 1px 1px 1px #FFFFFF; }
  180.  
  181.  
  182. .h4 {font-family: 'salsa', cursive; font-size: 20pt;color: {color:Title};text-align: center;text-shadow: 1px 1px 1px #FFFFFF; }
  183.  
  184. h9 {font-family: 'salsa', cursive; font-size: 20pt;color: {color:Title};text-align: center;text-shadow: 1px 1px 1px #FFFFFF; }
  185.  
  186. h6 {font-family: tahoma; font-size: 8pt; color: #fff;}
  187.  
  188.  
  189.  
  190. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px;}
  191.  
  192. #paginacaoml {font-size: 60pt; font-weight: normal; }
  193. #paginacaoml a { font-size: 60pt; margin: 0 1px 0 0; padding-right: 5px; padding-left: 5px;padding-top: 0px;padding-bottom: 2px; text-decoration: none;-moz-border-radius: 10px; -webkit-border-radius: 10px;}
  194. #paginacaoml a:hover {font-size: 60pt; border: none;}
  195. #paginacaoml span.pagina_atual {font-size: 60pt; margin: 0 1px 0 0;padding-right: 5px; padding-left: 5px;padding-top: 0px;padding-bottom: 1px; text-decoration: none;-moz-border-radius: 10px; -webkit-border-radius: 10px;}
  196. #paginacaoml span.info {font-size: 60pt; margin: 0 1px 0 0; padding-right: 5px; padding-left: 5px;padding-top: 0px;padding-bottom: 1px; text-decoration: none;-moz-border-radius: 10px; -webkit-border-radius: 10px;}
  197.  
  198.  
  199. .barra {
  200. font-family: tahoma; font-size: 8pt; ;
  201. line-height:8px;
  202. letter-spacing: 1px;
  203. border-top: 1px solid #eee;
  204. padding:5px 3px;
  205. margin-bottom:5px;
  206. }
  207. </style>
  208.  
  209.  
  210.  
  211. <script>function changeNavigation(id)
  212. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
  213.  
  214. </head>
  215.  
  216. <body>
  217. <div class="caixa">
  218. <div align="center">
  219. <h10>{title}</h10><br>
  220. {description}<bR>
  221. <a href="/"class="nav">home</A>
  222. <a href="/ask"class="nav">ask</a>
  223. <a href="http://thoughtandsoul.tumblr.com/"title="Thought and Soul"class="nav">theme</a>
  224.  
  225. {block:ifLink1}<a href="{text:Link1}"class="nav">{text:Link1 Title}</a>{/block:ifLink1}
  226. {block:ifLink2}<a href="{text:Link2}"class="nav">{text:Link2 Title}</a>{/block:ifLink2}
  227. {block:ifLink3}<a href="{text:Link3}"class="nav">{text:Link3 Title}</a>{/block:ifLink3}
  228. {block:ifLink4}<a href="{text:Link4}"class="nav">{text:Link4 Title}</a>{/block:ifLink4}
  229. {block:ifLink5}<a href="{text:Link5}"class="nav">{text:Link5 Title}</a>{/block:ifLink5}
  230. {block:ifLink6}<a href="{text:Link6}"class="nav">{text:Link6 Title}</a>{/block:ifLink6}
  231. {block:ifLink7}<a href="{text:Link7}"class="nav">{text:Link7 Title}</a>{/block:ifLink7}
  232. {block:ifLink8}<a href="{text:Link8}"class="nav">{text:Link8 Title}</a>{/block:ifLink8}
  233. {block:ifLink9}<a href="{text:Link9}"class="nav">{text:Link9 Title}</a>{/block:ifLink9}
  234. {block:ifLink10}<a href="{text:Link10}"class="nav">{text:Link10 Title}</a> {/block:ifLink10}</div>
  235. <div>
  236.  
  237.  
  238. <div align="center">
  239. <div id="main">
  240.  
  241. {block:Posts}
  242. <div class="caixa">
  243. {block:Text}
  244. {block:Title}<div class="h3">{Title}</div>{/block:Title}
  245. <div align="justify">{Body}</div>
  246. {/block:Text}
  247.  
  248. {block:Quote}
  249. <b class="quote1"><img src="http://static.tumblr.com/no9dwxu/QCaltbkpi/aspas1.jpg"></b><div class="quote2">{Quote}</div>
  250. {block:Source}<div class="quote3">~ {Source}</div>{/block:Source}
  251. {/block:Quote}
  252.  
  253.  
  254.  
  255. {block:Link}
  256. <a href="{URL}" class="h3" style="border-bottom: 0px solid;">{Name}</a>
  257. {block:Description}<div align="left">{Description}</div>{/block:Description}
  258.  
  259. {/block:Link}
  260.  
  261.  
  262.  
  263. {block:Photo}
  264. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="525px"</center>{LinkCloseTag}
  265. {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  266.  
  267. {/block:Photo}
  268.  
  269.  
  270.  
  271. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  272.  
  273. {block:Chat}
  274. {block:Title}<div class="h3">{Title}</div>{/block:Title}
  275. <div align="center"> <div id="chat">
  276. <ul>{block:Lines}<li>
  277. {block:Label}<b>{Label}</b>{/block:Label}
  278. {Line}
  279. </li>{/block:Lines}</ul>
  280. </div></div>
  281.  
  282. {/block:Chat}
  283.  
  284. {block:Audio}
  285. <span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  286. {/block:Audio}
  287.  
  288.  
  289.  
  290. {block:Video}
  291. <center>{Video-500}</center><BR>
  292. {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  293. {/block:Video}
  294.  
  295.  
  296. {block:Answer} <div style="padding: 10px;"> <img src="{AskerPortraitURL-64}" align="left" style="border-bottom-left-radius: 3em;border-bottom-right-radius: 3em;border-top-left-radius: 3em; border-top-right-radius: 3em;"/><div class="bubble"><span></span> {Asker}: {Question}</div><br><br><center> <div id="br9"> <div id="br15">{Answer}</div></div></center></div>{/block:Answer}
  297.  
  298. {/block:Answer}
  299.  
  300. <br>
  301. <div id="br2">
  302. {DayOfMonth}/{MonthNumberWithZero}/{Year}, {12Hour}:{Minutes}{AmPm} | <a href="{Permalink}">Link</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:ContentSource} | <a href="{SourceURL}" target="_blank" title="{SourceTitle}">Source</a>{/block:ContentSource}{block:RebloggedFrom} | <a href="{ReblogParentURL}"target="_blank" title="{ReblogParentName}">Via</a>{/block:RebloggedFrom} | <a href="{ReblogURL}" target="_blank">Reblog</a>
  303.  
  304. {block:HasTags}<div class="br1"></div>Tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</a>
  305.  
  306. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  307. </div></div>
  308.  
  309. <br>
  310.  
  311. {/block:Posts}
  312.  
  313.  
  314. </div>
  315.  
  316.  
  317.  
  318. <div style="position: fixed; bottom: 5px; right: 5px;><div id="paginacaoml"><font size="60pt">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  319.  
  320. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</font>
  321. </div></div>
  322.  
  323. </div>
  324. </div>
  325.  
  326.  
  327.  
  328. </body>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement