anabeatrizam

theme 15

Jul 3rd, 2012
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.90 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. <! theme por ihavenothoughts | não copie, não mexa e não use como base !>
  6. <! esse theme possui todos os direitos, não retirar os créditos !>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Tinytots|Delius+Swash+Caps|Satisfy|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  14.  
  15. <head> <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#fff" />
  17. <meta name="color:post" content="#fff" />
  18. <meta name="color:text" content="#000" />
  19. <meta name="color:links" content="#fff" />
  20. <meta name="color:scroll" content="#fff" />
  21. <meta name="color:scroll bg" content="#fff" />
  22. <meta name="color:link" content="#000" />
  23. <meta name="color:link hover" content="#bebebe" />
  24. <meta name="color:background links" content="#fff" />
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:sidebar" content="" />
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="link" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" content="link" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link" />
  35. <meta name="text:Link4" content="/" />
  36. <meta name="text:Link4 Title" content="link" />
  37. <meta name="text:Link5" content="/" />
  38. <meta name="text:Link5 Title" content="link" />
  39. <meta name="text:Link6" content="/" />
  40. <meta name="text:Link6 Title" content="link" />
  41. <meta name="text:Link7" content="/" />
  42. <meta name="text:Link7 Title" content="link" />
  43.  
  44.                       <title>{Title}</title>
  45.         <link rel="shortcut icon" href="{Favicon}">
  46.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47.         {block:Description}
  48.   <meta name="description" content="{MetaDescription}" />
  49.         {/block:Description}
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  52.  
  53.     <style type="text/css">
  54.    
  55. body {background: {color:background} url('{image:background}')  repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  56.  
  57. a { text-decoration:none; color:{color:link};}
  58. a:hover {text-decoration:none; color:{color:link hover};}
  59.  
  60. p {margin: 6px 0 0 0}
  61.  
  62. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  63. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  64. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  65. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  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. #content {width:850px; margin: 20px auto 20px auto;}
  73. #post {float:left; margin-left:317px;}
  74.  
  75. #postbox {width:400px; background-color:{color:post}; padding:10px; text-align: justify; position: relative;border-bottom:1px dotted {color:text};}
  76.  
  77. h1 {color:{color:text}; font-family:georgia; font-size:14px; line-height:16px; text-align: center; font-weight:normal; }
  78. h1 a {color:{color:link}}
  79. h1 a:hover {color:{color:link hover}}
  80.  
  81. .image {text-align: center; border: 0px}
  82. .image img {max-width: 400px; margin-bottom: 2px }
  83.  
  84. .quote {font-family: georgia; text-align: center; font-size: 14px; line-height: 16px; padding: 3px;}
  85. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  86. .quotesource a, a:hover{text-transform: none;}
  87.  
  88. .chat {line-height: 13px; list-style: none }
  89. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  90. .person1 {color: {color:text}; padding: 2px; }
  91. .person1 .label {font-weight: bold;  color:{color:text}}
  92. .person2 {color: {color:text}; padding: 2px;  }
  93. .person2 .label {font-weight: bold;  color:{color:text}}
  94.  
  95. .player {background-color: #000; text-align: left; display:block;}
  96.  
  97. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  98. .answer {padding: 2px}
  99. .answer img {max-width: 470px;}
  100.  
  101. #date {text-align: right; font-size: 9px; font-family: Trebuchet MS; text-transform: lowercase; z-index: 11;}
  102. #date a {font-size: 9px;}
  103.  
  104. .tags {color: {color:text};  font-size: 9px; font-family:Trebuchet MS;  display: inline; list-style: none; text-transform: lowercase;}
  105. .tags a {font-size: 9px; color:Trebuchet MS; display: inline; list-style: none; text-transform: lowercase;}
  106.  
  107. #cap {width: 400px; margin-top: -2px;}
  108. .source {display: none;}
  109.  
  110. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align:center}
  111. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  112. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  113. .notes img{display: none; border:0px}
  114.  
  115. #sidebar {position: fixed; margin: 110px 0px 0px 40px;}
  116.  
  117. #side {position: fixed; width:210px; margin-left:79px;}
  118. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  119.  
  120. #sub {position:absolute;z-index: 7 ;width:185px; max-height:105px; font-size:9px; font-family:verdana; text-align:center; background-color: transparent; color:{color:text}; padding: 5px; margin-top:5px; margin-left:-10px; overflow:hidden;}
  121.  
  122. #sub1 {border-bottom: 1px dotted {color:text}; color:{color:text}; margin-left:25px; margin-top: 5px; width:125px;}
  123.  
  124. .ps {z-index: 1;position: fixed; margin-left:635px; padding: 4px; width: auto; height: auto; top: 580px; background-color: transparent; color: {color:text};font-size: 9px; font-family:Trebuchet MS; }
  125.  
  126. #lolo {z-index: 7;position:absolute;margin-top:350px;width:117px; height:100px;background: {color:background} url('{image:background}')  repeat; color:{color:text};margin-left:-170px;}
  127.  
  128. @font-face {font-family: "Homenaje";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/Homenaje.ttf');}
  129.  
  130. .img:hover .link1 {opacity:0.75;margin-left:0px;}
  131.  
  132. .img:hover .link2 {opacity:0.75;margin-left:0px;}
  133.  
  134. .img:hover .link3 {opacity:0.75;margin-left:0px;}
  135.  
  136. .img:hover .link4 {opacity:0.75;margin-left:0px;}
  137.  
  138. .img:hover .link5 {opacity:0.75;margin-left:0px;}
  139.  
  140. .img:hover .link6 {opacity:0.75;margin-left:0px;}
  141.  
  142.  
  143.  
  144. .link1 {
  145.  
  146.     width:170px;
  147.  
  148.     position:absolute;
  149.  
  150.     font-family:Homenaje;
  151.  
  152.     text-transform:uppercase;
  153.  
  154.     letter-spacing:1px;
  155.  
  156.     font-size:11px;
  157.  
  158.     text-align:center;
  159.  
  160.     margin-top:8px;
  161.  
  162.     background-color:{color:background links};
  163.  
  164.     opacity:0;
  165.  
  166.     margin-left:170px;
  167.  
  168.     -webkit-transition: all 0.6s ease-out;
  169.  
  170.     -moz-transition: all 0.6s ease-out;
  171.  
  172.     -o-transition: all 0.6s ease-out;
  173.  
  174. }
  175.  
  176.  
  177.  
  178. .link2 {
  179.  
  180.     width:170px;
  181.  
  182.     position:absolute;
  183.  
  184.     font-family:Homenaje;
  185.  
  186.     text-transform:uppercase;
  187.  
  188.     letter-spacing:1px;
  189.  
  190.     font-size:11px;
  191.  
  192.     text-align:center;
  193.  
  194.     margin-top:28px;
  195.  
  196.     background-color:{color:background links};
  197.  
  198.     opacity:0;
  199.  
  200.     margin-left:170px;
  201.  
  202.     -webkit-transition: all 0.7s ease-out;
  203.  
  204.     -moz-transition: all 0.7s ease-out;
  205.  
  206.     -o-transition: all 0.7s ease-out;
  207.  
  208. }
  209.  
  210.  
  211.  
  212. .link3 {
  213.  
  214.     width:170px;
  215.  
  216.     position:absolute;
  217.  
  218.     font-family:Homenaje;
  219.  
  220.     text-transform:uppercase;
  221.  
  222.     letter-spacing:1px;
  223.  
  224.     font-size:11px;
  225.  
  226.     text-align:center;
  227.  
  228.     margin-top:48px;
  229.  
  230.     background-color:{color:background links};
  231.  
  232.     opacity:0;
  233.  
  234.     margin-left:170px;
  235.  
  236.     -webkit-transition: all 0.8s ease-out;
  237.  
  238.     -moz-transition: all 0.8s ease-out;
  239.  
  240.     -o-transition: all 0.8s ease-out;
  241.  
  242. }
  243.  
  244.  
  245.  
  246. .link4 {
  247.  
  248.     width:170px;
  249.  
  250.     position:absolute;
  251.  
  252.     font-family:Homenaje;
  253.  
  254.     text-transform:uppercase;
  255.  
  256.     letter-spacing:1px;
  257.  
  258.     font-size:11px;
  259.  
  260.     text-align:center;
  261.  
  262.     margin-top:68px;
  263.  
  264.     background-color:{color:background links};
  265.  
  266.     opacity:0;
  267.  
  268.     margin-left:170px;
  269.  
  270.     -webkit-transition: all 0.9s ease-out;
  271.  
  272.     -moz-transition: all 0.9s ease-out;
  273.  
  274.     -o-transition: all 0.9s ease-out;
  275.  
  276. }
  277.  
  278.  
  279.  
  280. .link5 {
  281.  
  282.     width:170px;
  283.  
  284.     position:absolute;
  285.  
  286.     font-family:Homenaje;
  287.  
  288.     text-transform:uppercase;
  289.  
  290.     letter-spacing:1px;
  291.  
  292.     font-size:11px;
  293.  
  294.     text-align:center;
  295.  
  296.     margin-top:88px;
  297.  
  298.     background-color:{color:background links};
  299.  
  300.     opacity:0;
  301.  
  302.     margin-left:170px;
  303.  
  304.     -webkit-transition: all 1.0s ease-out;
  305.  
  306.     -moz-transition: all 1.0s ease-out;
  307.  
  308.     -o-transition: all 1.0s ease-out;
  309.  
  310. }
  311.  
  312.  
  313.  
  314. .link6 {
  315.  
  316.     width:170px;
  317.  
  318.     position:absolute;
  319.  
  320.     font-family:Homenaje;
  321.  
  322.     text-transform:uppercase;
  323.  
  324.     letter-spacing:1px;
  325.  
  326.     font-size:11px;
  327.  
  328.     text-align:center;
  329.  
  330.     margin-top:108px;
  331.  
  332.     background-color:{color:background links};
  333.  
  334.     opacity:0;
  335.  
  336.     margin-left:170px;
  337.  
  338.     -webkit-transition: all 1.1s ease-out;
  339.  
  340.     -moz-transition: all 1.1s ease-out;
  341.  
  342.     -o-transition: all 1.1s ease-out;
  343.  
  344. }
  345.  
  346.  
  347. #tumblr_controls{position: fixed!important}
  348. #tumblr_controls{position: fixed!important}
  349. #tumblr_controls{position: fixed!important}
  350. #tumblr_controls{position: fixed!important}
  351.  
  352. ::-webkit-scrollbar {width: 5px; height: 5px;}
  353. ::-webkit-scrollbar-track-piece {background-color: {color:scroll bg}; repeat scroll 0 0 transparent;}  
  354. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:scroll};}
  355. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:scroll};}
  356.  
  357. </style>
  358. <body onkeydown="return false">
  359.  
  360. <div id="content">
  361.  
  362. <div id="sidebar">
  363. <div id="side">
  364.  
  365. <div id="lolo"></div>
  366.  
  367. <div style="padding:10px;border:0px solid #eee;height:110%;position:fixed;left:40%;margin-left:-300px;top:-10px;width:170px;overflow:hidden;"></div>
  368.  
  369. <div id="left">
  370.  
  371. <div style="margin-top:6px;" class="img">
  372.  
  373.  
  374.  
  375. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link1}"><div class="link1">{text:Link1 Title}</div></a>
  376.  
  377. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link2}"><div class="link2">{text:Link2 Title}</div></a>
  378.  
  379. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link3}"><div class="link3">{text:Link3 Title}</div></a>
  380.  
  381.  
  382.  
  383. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link4}"><div class="link4">{text:Link4 Title}</div></a>
  384.  
  385.  
  386. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link5}"><div class="link5">{text:Link5 Title}</div></a>
  387.  
  388.  
  389.  
  390. <a style="background-color:{color:background links}; color:{color:links};" href="{text:Link6}"><div class="link6">{text:Link6 Title}</div></a>
  391.  
  392.  
  393.  
  394. <img style="width:170px;border:0px solid #eee;" src="{image:sidebar}">
  395.  
  396. </div>
  397.  
  398.  
  399. <div id="sub">{Description}</div></div>
  400. <div id="sub1"></div>
  401. <div class="ps">{block:PreviousPage}<a href="{PreviousPage}" title="back">back</a>{/block:PreviousPage} <br>{block:NextPage}<a href="{NextPage}" title="next">next</a>{/block:NextPage}</div>
  402.  
  403. <small><div style="margin-left: 12px; margin-top: -7px; color:{color:text}; position:fixed"><a href="http://ihavenothoughts.tumblr.com">©</a></small></div>
  404.  
  405.  
  406. </div>
  407. </div>
  408.  
  409. <div id="post">
  410.  
  411. {block:Posts}
  412. <div id="postbox">
  413. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  414.  
  415. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  416.  
  417. {block:Photoset}{Photoset-400}{/block:Photoset}
  418.  
  419. {block:Quote}
  420. <div class="quote">“{Quote}”</div>
  421. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  422. {/block:Source}
  423. {/block:Quote}
  424.  
  425. {block:Link}
  426. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  427. {block:Description}{Description}{/block:Description}
  428. {/block:Link}
  429.  
  430. {block:Chat}
  431. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  432. <div class="chat"><ul>{block:Lines}
  433. <li class="person{UserNumber}">{block:Label}
  434. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  435. {/block:Chat}
  436.  
  437. {block:Audio}
  438. <div class="player">{AudioPlayerBlack}</div>
  439. {block:Caption}{Caption}{/block:Caption}
  440. {/block:Audio}
  441.  
  442. {block:Video}{Video-500}{/block:Video}
  443.  
  444.  
  445. {block:Answer}
  446. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  447. <div class="answer">{Answer}</div>
  448. {/block:Answer}
  449.  
  450.  
  451. <div id="cap">
  452. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  454. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  457.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  458.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  459. {/block:ContentSource}</div></div>
  460. <br>
  461.  
  462.  
  463. <div id="date">
  464. {block:Date}
  465. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  466. {block:RebloggedFrom}· (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  467. </div>
  468. </div>
  469. </div>{/block:Date}
  470.  
  471.  
  472.  {/block:Posts}
  473. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  474.  
  475.  
  476. </div>
  477. </div>
  478. </div>
  479.  
  480. </body>
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment