themesforu

desesperançoso

Dec 20th, 2011
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
  4. <head>
  5.  
  6. <!-- DEFAULT VALUES -->
  7. <meta name="color:Background" content="#d9d4bd" />
  8. <meta name="color:Posts" content="#e3dfcd" />
  9. <meta name="color:Accent" content="#d9d4bd" />
  10. <meta name="color:Sidebar" content="#e3dfcd" />
  11. <meta name="color:Text" content="#7f705c" />
  12. <meta name="color:Text2" content="#907e67" />
  13. <meta name="color:Title" content="#a2835d" />
  14.  
  15. <meta name="color:Links" content="#9d7b52" />
  16. <meta name="color:Linkshover" content="#b38e61" />
  17.  
  18. <meta name="text:Extra Link One Url" content="#" />
  19. <meta name="text:Extra Link One Title" content="extra link one" />
  20. <meta name="text:Extra Link Two Url" content="#" />
  21. <meta name="text:Extra Link Two Title" content="extra link two" />
  22.  
  23. <meta name="font:Title" content="Georgia, Comic San MS" />
  24. <meta name="font:Body" content="Helvetica" />
  25.  
  26. <meta name="image:Background" content="" />
  27.  
  28. <meta name="image:Sidebar" content="http://static.tumblr.com/b3ov7md/pWvluum41/sidebar.jpg"/>
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34. <style type="text/css">
  35.  
  36. /*
  37. Theme Name: Theme 003
  38. Description: Tumblr Theme 003 (I don't have a creative~ name)
  39. Author: Jay
  40. Version: 1
  41. Comments: Don't remove my credit or anything of that sort.
  42. Author URI: http://darklighters.tumblr.com
  43. */
  44.  
  45. a:focus {
  46. outline: none;
  47. }
  48.  
  49. a img, a img.preview, a:link img, a:visited img, a:hover {
  50. border: none;
  51. text-decoration: none;
  52. }
  53.  
  54. a, a:link, a:visited {
  55. background-color:;
  56. color:{color:Links};
  57. cursor:pointer;
  58. font-family:{font:Body};
  59. font-weight: normal;
  60. letter-spacing: px;
  61. text-decoration: none;
  62. }
  63.  
  64. a:hover {
  65. color:{color:Linkshover};
  66. }
  67.  
  68. .accent {
  69. background-color:{color:Accent};
  70. color:{color:Text};
  71. font-family:{font:Body};
  72. font-size:7.5pt;
  73. margin-top:10px;
  74. margin-bottom:5px;
  75. margin-left:5px;
  76. margin-right:5px;
  77. overflow:hidden;
  78. padding-top:3px;
  79. padding-bottom:3px;
  80. padding-left:3px;
  81. padding-right:3px;
  82.  
  83. }
  84.  
  85. .asks {
  86. background-color: {color:Accent};
  87. color:{color:Text2};
  88. font-family:{font:Body};
  89. font-size:7pt;
  90. margin-bottom:5px;
  91. margin-left:0px;
  92. margin-right:0px;
  93. padding-top:5px;
  94. padding-bottom:3px;
  95. padding-left:3px;
  96. padding-right:3px;
  97. text-align: left;
  98.  
  99. }
  100.  
  101. body,
  102. html {
  103. background-attachment:fixed;
  104. background-color: {color:Background};
  105. background-image: url('{image:Background}');
  106. background-repeat: repeat;
  107. font-family:{font:Body};
  108. margin:0;
  109. padding:0;
  110.  
  111.  
  112. }
  113.  
  114. blockquote {
  115. border-left: 3px solid {color:Accent};
  116. color: {color:Text};
  117. margin-left: 15px;
  118. padding-left: 4px;
  119. padding-top:0;
  120. padding-right:0;
  121. padding-bottom:0;
  122.  
  123. }
  124.  
  125. #cage {
  126. height : 100% ;
  127. margin:0 auto;
  128. overflow : auto ;
  129. width:950px;
  130. }
  131.  
  132. .chat .line{
  133. color: {color:Text};
  134. margin: 0 0 1px;
  135. padding: 2px;
  136.  
  137. }
  138.  
  139. .chat .line.odd{
  140. background-color:{color:Accent};
  141. color: {color:Text2};
  142.  
  143. }
  144.  
  145. .clear {
  146. clear: both;
  147. height:1px;
  148.  
  149. }
  150.  
  151. .credit {
  152. background-color:{color:Sidebar};
  153. background-image: url('{image:Content}');
  154. color:{color:Text};
  155. font-family:{font:Body};
  156. font-size:7.5pt;
  157. margin-top:8px;
  158. margin-bottom:5px;
  159. padding-top:1px;
  160. padding-bottom:1px;
  161. padding-left:2px;
  162. padding-right:2px;
  163. text-align:center;
  164.  
  165. }
  166.  
  167. img {
  168. border:none;
  169.  
  170. }
  171.  
  172. .inposts {
  173. padding-left:5px;
  174. padding-right:5px;
  175. }
  176.  
  177.  
  178.  
  179. h1 {
  180. color: {color:Links};
  181. font-family: {font:Title};
  182. font-size:13px;
  183. font-style: italic;
  184. font-weight: normal;
  185. margin:0;
  186. margin-bottom:1px;
  187. }
  188.  
  189. h2 {
  190. color: {color:Title};
  191. font-family: {font:Title};
  192. font-size:10pt;
  193. font-style: normal;
  194. font-weight: normal;
  195. margin:0 0 0;
  196. }
  197.  
  198. #main {
  199. float:left;
  200. margin-top:15px;
  201. margin-left:400px;
  202. width:514px;
  203.  
  204.  
  205. }
  206.  
  207. #main img {
  208. max-width:500px;
  209.  
  210. }
  211. .navi {
  212. color:#cccccc;
  213. font-family: {font:Title};
  214. font-size: 10px;
  215. text-align:left;
  216. width:115px;
  217. }
  218.  
  219. .navi ul{
  220. list-style-type: none;
  221. padding-left:4px;
  222. margin:0;
  223. }
  224.  
  225. .navi li {
  226. background-color:{color:Posts};
  227. border-left: 3px solid {color:Text};
  228. list-style-type: none;
  229. margin-bottom:3px;
  230. padding: 4px;
  231. text-align:left;
  232. }
  233.  
  234. .navi li:hover {
  235. border-left: 3px solid {color:Links};
  236. }
  237.  
  238.  
  239.  
  240. .navi a, .navi a:link, .navi a:visited {
  241. color:#C2C2C2;
  242. cursor:pointer;
  243. font-family: {font:Title};
  244. font-style:italic;
  245. font-weight: normal;
  246. letter-spacing: 0px;
  247. padding-left:1px;
  248. text-decoration: none;
  249. }
  250.  
  251. .navi a:hover {
  252. border-left: 3px solid color:{color:Linkshover};
  253. color:{color:Linkshover};
  254. letter-spacing:1px;
  255. }
  256.  
  257. ol.pnotes {
  258. float:left;
  259. margin-left:-25px;
  260. width:514px;
  261. text-align:left;
  262. }
  263.  
  264. ol.pnotes li.pnote {
  265. background-color:{color:Posts};
  266. list-style-type: none;
  267. margin-bottom:1px;
  268. padding: 2px;
  269. text-align:left;
  270. }
  271.  
  272. ol.pnotes li.pnote img.avatar {
  273. height: 16px;
  274. vertical-align: -4px;
  275. margin-right: 10px;
  276. width: 16px;
  277. }
  278.  
  279. ol.pnotes li.pnote span.action {
  280. list-style-type: none;
  281. font-weight: normal;
  282. }
  283.  
  284. ol.pnotes li.pnote .answer_content {
  285. list-style-type: none;
  286. font-weight: normal;
  287. }
  288.  
  289. .pagenumbers {
  290. color:{color:Text};
  291. font-family:{font:Body};
  292. font-size:9px;
  293. margin-top:-10px;
  294. margin-bottom:5px;
  295. padding-top:5px;
  296. padding-bottom:2px;
  297. padding-left:3px;
  298. padding-right:3px;
  299. text-align: center;
  300.  
  301. }
  302.  
  303. .pagenumbers a, .pagenumbers a:link, .pagenumbers a:visited {
  304. background-color:;
  305. color:{color:Links};
  306. cursor:pointer;
  307. font-family:{font:Body};
  308. font-size:24pt;
  309. font-weight: normal;
  310. letter-spacing: px;
  311. text-decoration: none;
  312. }
  313.  
  314. .pagenumbers a:hover {
  315. color:{color:Linkshover};
  316. }
  317.  
  318. .pnotes {
  319. color:{color:Text};
  320. font-family:{font:Body};
  321. font-size:7pt;
  322. margin-left:-5px;
  323. margin-bottom:2px;
  324. padding-top:5px;
  325. padding-bottom:3px;
  326. padding-left:3px;
  327. padding-right:3px;
  328.  
  329. }
  330.  
  331. .posts {
  332. background-color:{color:Posts};
  333. background-image: url('{image:Content}');
  334. color:{color:Text};
  335. font-family:{font:Body};
  336. font-size:7.5pt;
  337. margin-bottom:5px;
  338. overflow:hidden;
  339. padding-top:5px;
  340. padding-bottom:3px;
  341. padding-left:3px;
  342. padding-right:3px;
  343.  
  344. }
  345.  
  346. #sidebar {
  347. color:{color:Text};
  348. float:left;
  349. font-family:{font:Body};
  350. font-size:7.5pt;
  351. margin-bottom:5px;
  352. margin-left:120px;
  353. margin-top:5px;
  354. padding-top:5px;
  355. padding-bottom:5px;
  356. padding-left:3px;
  357. padding-right:3px;
  358. position:fixed;
  359. width:260px;
  360. }
  361.  
  362. #sidebar img {
  363. max-width:250px;
  364.  
  365. }
  366.  
  367. .sideimage {
  368. background-color:{color:Sidebar};
  369. background-image: url('{image:Content}');
  370. color:{color:Text};
  371. font-family:{font:Body};
  372. font-size:7pt;
  373. margin-top:5px;
  374. margin-bottom:5px;
  375. padding-top:5px;
  376. padding-bottom:5px;
  377. padding-left:2px;
  378. padding-right:2px;
  379. text-align:center;
  380.  
  381. }
  382.  
  383. #sidenavi {
  384. color:{color:Text};
  385. float:left;
  386. font-family:{font:Body};
  387. margin-bottom:5px;
  388. margin-left:2px;
  389. margin-top:200px;
  390. padding:5px;
  391. position:fixed;
  392. text-align: center;
  393. width:100px;
  394. }
  395.  
  396. .tags {
  397. padding-top: 1px;
  398. text-align: right;
  399.  
  400. }
  401.  
  402. .tagswrap {
  403. color:{color:Text};
  404. font-family:{font:Body};
  405. font-size:9px;
  406. margin-top:-25px;
  407. margin-bottom:10px;
  408. padding-top:5px;
  409. padding-bottom:3px;
  410. padding-left:3px;
  411. padding-right:3px;
  412. text-align: right;
  413.  
  414. }
  415.  
  416. ::-webkit-scrollbar{width:3px;height:8px;}
  417.  
  418. ::-webkit-scrollbar-button:start:decrement
  419.  
  420. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  421.  
  422. ::-webkit-scrollbar-track-piece{background-color: #DCDCDC;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  423.  
  424. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #A9A9A9;-webkit-border-radius:px;}
  425.  
  426. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  427.  
  428.  
  429.  
  430. </style>
  431.  
  432. </head>
  433.  
  434. <body>
  435.  
  436. <div id="cage">
  437.  
  438.  
  439. <div id="sidenavi">
  440.  
  441. {block:Pagination}
  442. <div class="pagenumbers">
  443. </center>
  444. </div>
  445. {/block:Pagination}
  446.  
  447. </div>
  448.  
  449. <div id="sidebar">
  450. <br><br><br><br><br><br><br><br><br>
  451. <div style="text-align: right;">
  452. <span class="Apple-style-span" style="background-color: #cccccc; color: #000000; font-family: Georgia, 'Comic San MS'; font-size: 13px; font-style: italic;">I don't feel sad.&nbsp;</span></div>
  453. <div style="text-align: right;">
  454. <div style="text-align: left;">
  455. <span class="Apple-style-span" style="background-color: #444444; color: #cccccc;"><span class="Apple-style-span" style="font-family: Georgia, 'Comic San MS'; font-size: 13px; font-style: italic;">I don't feel anything</span><span class="Apple-style-span" style="font-family: Georgia, 'Comic San MS'; font-size: 13px; font-style: italic;">.</span></span></div>
  456. </div>
  457. <br>
  458.  
  459. <table id="Table_01" width="260" height="96" border="0" cellpadding="0" cellspacing="0">
  460. <tr>
  461. <td>
  462. <marquee direction="up" scrollamount="2" height="185" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()" >
  463.  
  464. <img src="http://26.media.tumblr.com/tumblr_lvg2y8blO41qlv12zo1_250.gif" width="140" height="115" alt=""><br><img src="http://26.media.tumblr.com/tumblr_lvg2y8blO41qlv12zo2_250.gif" width="140" height="115" alt=""><br><img src="http://30.media.tumblr.com/tumblr_lvg2y8blO41qlv12zo4_250.gif" width="140" height="115" alt=""><br><img src="http://28.media.tumblr.com/tumblr_lvg2y8blO41qlv12zo3_r1_250.gif" width="140" height="115" alt="">
  465. </marquee>
  466. </td>
  467. <td align="left">
  468.  
  469.  
  470. <div class="navi" style="margin-top:2px;"><ul>
  471. <li> »<a href="/">homepage</a></li>
  472. <li> »<a href="/askbox">sussurre</a></li>
  473. <li> »<a href="/faq">faq</a></li>
  474. <li> »<a href="/recomendo">+ follow</a></li>
  475. <li> »<a href="/aboutme">falsa propaganda</a></li>
  476. <li> »<a href="/redes">pesque-me</a></li>
  477. <li> »
  478. <a href="/tagged/coffeandcream">paradoxos</a>
  479. </li>
  480. <li> »
  481. <a href="/themes">themes</a>
  482. </li>
  483.  
  484. </ul></div>
  485.  
  486. </td>
  487. </tr>
  488. </table>
  489.  
  490. <div style="border: 1px solid ## rgb(230, 230, 250); overflow: auto; color: #E0E0E0; background-color: #F7F7F7f; width: 250px; text-align: justify; font-family: verdana; margin-left: 0px; height: 160px; padding: 5px 5px 5px 5px; font-size: 9px; letter-spacing: 0px; line-height: 100%"> Toda menina é doce por natureza. Toda menina sonha, almeja. Toda menina deseja viver num conto de fadas e, por ventura, acabar encontrando um príncipe encantado montado no cavalo branco que a leve para viver em seu suntuoso castelo. Toda menina deseja ser a típica donzela indefesa, protegida por seu príncipe. Mas toda menina é sensível. Toda menina se magoa com qualquer palavra mal intencionada. Se magoa com atitudes um tanto quanto frias e rudes. Se magoa quando a realidade em que vive não se parece nada com o conto de fadas que ela tanto sonhou vivenciar. Toda menina nasce pura, ingênua, doce. Toda menina nasce com um coração cheio de amor para dar. Mas a realidade vai mudando-a. As peças que a vida prega, as pessoas que a maltratam e a pisam.. Tudo isso frustra toda e qualquer menina. Sabe aquela menina cheia de brilho, sonhos e de ternura? Ela se tornou uma mulher. Menos sonhadora, mais realista. Aquela menina se tornou uma mulher que ama a si mesma. Que se valoriza. Essa mulher, hoje, reconhece que é coisa demais, que é boa demais. Ela parou de engrandecer os outros, e começou a reconhecer seu próprio tamanho, seu próprio brilho. Aquela menina que antes se desmerecia por superestimar os outros, hoje é uma mulher bem resolvida consigo mesma. As feridas no caminho a deixaram mais forte. E, hoje, ela sabe que é capaz de tudo o que desejar. Mas não pense que ela mudou por opção.. A vida a obrigou mudar. Seu coração mudou. Ou melhor, está passando por mudanças.. Uma metamorfose um tanto quanto gélida. É, meus queridos.. Congelar é questão de sobrevivência. <b> <script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=aguardar-te.tumblr.com/"></script></b> </div>
  491.  
  492.  
  493. <div class="credit">
  494. © 2011 theme by <a href="http://darklighters.tumblr.com/themes">darklighters</a> · powered by <a href="http://tumblr.com">tumblr</a>
  495. </div>
  496.  
  497. </div>
  498.  
  499. <div id="main">
  500.  
  501. {block:Posts}
  502.  
  503. <div class="posts">
  504.  
  505. <div class="inposts">
  506.  
  507. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  508. {block:Text}{Body}{/block:Text}
  509.  
  510. {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="text-align:right;"> - {Source}<br></div>{/block:Quote}
  511.  
  512. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  513. {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  514.  
  515. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  516.  
  517. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  518.  
  519. {block:Chat}
  520. {block:Title}
  521. {/block:Title}
  522. <div class="chat">
  523. {block:Lines}<div class="chat"><div class="line {Alt}">
  524. <div class="{Alt} user_{UserNumber}">
  525. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div>
  526. </div></div>{/block:Lines}
  527. </div>{/block:Chat}
  528.  
  529. {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  530.  
  531. {block:Answer}<div class="asks">{Asker} wrote:<br> <div style="margin-left:25px; padding-top:2px;">"{Question}"</div></div>
  532. {Answer}{/block:answer}
  533.  
  534. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  535.  
  536. </div>
  537.  
  538. {block:Date}<div class="accent">
  539.  
  540. » posted <a href="{Permalink}">{TimeAgo}</a>
  541. {/block:Date}
  542.  
  543.  
  544. {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  545.  
  546. {block:IndexPage}{block:RebloggedFrom} − <a href="{ReblogRootURL}">© {ReblogRootName}</a>{/block:RebloggedFrom}{/block:IndexPage}
  547.  
  548. </div></div><br>
  549.  
  550. {block:HasTags}<div class="tagswrap"><div class="tags"> tagged as: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div></div>{/block:HasTags}
  551.  
  552.  
  553. {/block:Posts}
  554. {block:PostNotes}
  555. <div class="posts">
  556. <div class="inposts">
  557. <ol class="pnotes">
  558. {PostNotes}
  559. </ol>
  560.  
  561. </div>
  562.  
  563. {/block:PostNotes}
  564. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  565. </div>
  566. </div>
  567.  
  568. </body>
  569. </html>
Advertisement
Add Comment
Please, Sign In to add comment