anabeatrizam

Theme 12

May 6th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.49 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|tinytots|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="#ffffff" />
  17.  
  18. <meta name="color:link" content="#000000" />
  19.  
  20. <meta name="color:linkhover" content="#fff" />
  21.  
  22. <meta name="color:rolagem bg" content="#fff" />
  23.  
  24. <meta name="color:rolagem" content="#000000" />
  25.  
  26. <meta name="color:sidebar" content="#000000" />
  27.  
  28. <meta name="color:text" content="#000000" />
  29.  
  30. <meta name="color:post" content="#ffffff" />
  31.  
  32. <meta name="color:descricaotext" content="#000000" />
  33. <meta name="color:titulotext" content="#ffffff" />
  34. <meta name="color:colorlinks" content="#ffffff" />
  35.  
  36. <meta name="image:background" content=""/>
  37.  
  38. <meta name="image:sidebar"content="http://static.tumblr.com/grwuo2x/bQBlyw4ch/tumblr_lyhb7849zn1rnvcnko1_500.jpg"/>
  39.  
  40. <meta name="text:frase" content="uma frase bem legal aqui rs."/>
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="link" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="link" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="link" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="link" />
  49.  
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  51.  
  52.                       <title>{title}</title>
  53.  
  54.         <link rel="shortcut icon" href="{Favicon}">
  55.  
  56.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57.  
  58.         {block:Description}
  59.  
  60.   <meta name="description" content="{MetaDescription}" />
  61.  
  62.         {/block:Description}
  63.  
  64. {block:IfEnableEndlessScrolling}
  65.  
  66. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  67.  
  68. {/block:IfEnableEndlessScrolling}
  69.  
  70.     <style type="text/css">
  71.  
  72. body {
  73.  
  74. background-color: {color:background};
  75.  
  76. color:{color:text};
  77.  
  78. font-family: verdana;
  79.  
  80. font-size: 11px;
  81.  
  82. text-align: center;
  83.  
  84. line-height:120%;
  85.  
  86. margin:0;
  87.  
  88. padding:0;
  89.  
  90. background-image:url('{image:background}');
  91.  
  92. background-attachment: fixed
  93.  
  94. }
  95.  
  96. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  97.  
  98. a:hover {color: {color:linkhover}; background-color: {color:bg hover}; text-decoration: none;}
  99.  
  100. p {margin: 6px 0 0 0}
  101.  
  102. blockquote {margin: 5px 5px 5px 5px; border-left: 5px solid {color:background}; padding-left: 5px; }
  103.  
  104. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  105.  
  106. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background}; }
  107.  
  108. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background}; }
  109.  
  110. blockquote img{max-width: 470px!important}
  111.  
  112. blockquote blockquote img{max-width: 450px!important}
  113.  
  114. blockquote blockquote blockquote img{max-width: 430px!important}
  115.  
  116. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  117.  
  118. #entries{margin-top:20px; }
  119.  
  120. .post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; color:{color:text}; margin-left:360px;}
  121.  
  122. #xright {position: fixed; margin-top: 52px; margin-left: 357px; overflow: auto; width: 524px; height: 703px;}
  123.  
  124. .tags{font-size: 9px; color:{color:link}; font-family: verdana;  background-color: {color:post};}
  125.  
  126. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  127.  
  128. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  129.  
  130. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  131.  
  132. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  133.  
  134. .image {text-align: center; border: 0px; }
  135.  
  136. .image img {max-width: 500px; margin-bottom: 3px }
  137.  
  138. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  139.  
  140. .qt {font-family: verdana; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  141.  
  142. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  143.  
  144. .qsr a, a:hover{text-transform: none;}
  145.  
  146. .chat {line-height: 12px; list-style: none }
  147.  
  148. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  149.  
  150. .person1 {background-color:{color:background}; color: {color:text}; }
  151.  
  152. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  153.  
  154. .person2 {color: {color:text}; }
  155.  
  156. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  157.  
  158. .audio{background-color:black; display:block;}
  159.  
  160. .source{display:none}
  161.  
  162. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
  163.  
  164. #questions a {color:{color:link}}
  165.  
  166. #cap {width: 500px; margin-top: -2px;}
  167.  
  168. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  169.  
  170. .dda a {font-size: 9px;}
  171.  
  172. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  173.  
  174. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  175.  
  176. .qqmarks{
  177.  
  178. font-size: 80px;
  179.  
  180. font-weight: bold;
  181.  
  182. line-height: 80px;
  183.  
  184. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  185.  
  186. opacity: 0.2;
  187.  
  188. filter:alpha (opacity=20)
  189.  
  190. }
  191.  
  192. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  193.  
  194. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  195.  
  196. .qsource a, a:hover{text-transform: none;}
  197.  
  198. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  199.  
  200. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:360px;}
  201.  
  202. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  203.  
  204. .notes img{display: none; border:0px}
  205.  
  206. b{text-transform: block; color:;}
  207.  
  208. i{text-transform: italic; color:{color:text}}
  209.  
  210. p{margin:2px 0 2px 0}
  211.  
  212. u {text-decoration: none; border-bottom: 1px dashed;}
  213.  
  214. d1 {opacity:0.8}
  215.  
  216. d2 {opacity:0.6}
  217.  
  218. d3 {opacity:0.4}
  219.  
  220. d4 {opacity:0.2}
  221.  
  222. ::-webkit-scrollbar{width:5px;height:1px;}
  223.  
  224. ::-webkit-scrollbar-button:start:decrement
  225.  
  226. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  227.  
  228. ::-webkit-scrollbar-track-piece{background-color:{color:rolagem bg};}
  229.  
  230. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:rolagem};}
  231.  
  232. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:post};}
  233.  
  234.  
  235. #block {width: 839px; margin-left: 79px; height: 45px; margin-top: -56px; float:left; text-align: center; background-color: {color:background}; font-size: 18px; position:fixed; padding: 5px; color: #FFF; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  236.  
  237. #tumblr_controls{position: fixed!important}
  238.  
  239. #tumblr_controls{position: fixed!important}
  240.  
  241. #tumblr_controls{position: fixed!important}
  242.  
  243. #tumblr_controls{position: fixed!important}
  244.  
  245. iframe#tumblr_controls {    position: fixed !important;    top: 0 !important;    right: 0 !important;      opacity: 1.0 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  246.  
  247. iframe#tumblr_controls:hover {    position: fixed !important;    top: 0 !important;    right: 0 !important;      opacity: 0.5 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  248.  
  249. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  250.  
  251. /*** Sidebar Box  *********************************************/
  252.  
  253. .side {background: {color:post}; padding: 6px;text-align: justify; color: {color:descricaotext}; margin-right: 88px; margin-top: 12px; height: 152px; widht: 402px; font-family: verdana; font-size: 9px;}  
  254.  
  255. .sidebar { max-width: 398px; float: left; position: fixed; margin-left: 39px; margin-top: 355px; height:90px;}
  256.  
  257. .fotos {float: left; margin-top: -7px; margin-left: -6px; margin-right: 3px; width: 90px; height: 157px; border: 4px solid #838383}
  258.  
  259. #links2 {width: 300px; float: left; margin-left: 40px; margin-top: 342px; padding: 1px; text-align: center; position: fixed; background-color: {color:sidebar}; position: fixed; z-index: 900;  -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .1s ease-in-out; opacity: 0; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;   }
  260.  
  261. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 74px; background-color: {color:bgmenu}; color:{color:colorlinks}; text-decoration: none; line-height: 23px; height: 20px; overflow: hidden; border-right: 1px solid {color:sidebar}; margin-top: 0px; margin-bottom: 1px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; }
  262.  
  263. #links2  a:hover{text-align: center; letter-spacing:2px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; }
  264.  
  265.  
  266. #links2:hover{opacity: 1.0;}
  267.  
  268.  
  269. #titulo2 {margin-left: 39px; padding: 2px; text-align: center; position: fixed; background-color: {color:sidebar}; width: 307px; line-height: 25px; height: 25px; color: {color:titulotext}; font-family: georgia; font-size: 20px; margin-top: 340px; z-index: 20;}
  270.  
  271. /* DESCRIPTION */
  272. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  273.  
  274. #creditflofly {background-color: {color:background}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 720px; height:31px; line-height: 24px; font-family: tinytots; margin-top: -20px; text-transform: normal; margin-left: 262px; position: fixed; padding: 1px; font-size: 8px;}
  275.  
  276. #pagination {margin-left:230px; margin-top: 545px; position:fixed; font-size: 40px; font-family:georgia;  color:{color:link};}
  277. </style>
  278. <body>
  279.  
  280. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>
  281.  
  282. <div id="creditflofly"><big>©</big>all theme by <a href="http://ihavenothoughts.tumblr.com">ihavenothoughts</a></div>
  283.  
  284. <div id="titulo2"><font size="2px">
  285.    
  286. {text:frase}
  287. </font><br>
  288.    
  289. </div>
  290.  
  291. <div id="links2">
  292.  
  293. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  294. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  295. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  296. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  297.  
  298. </div>
  299.  
  300. <div class="sidebar">
  301.  
  302. <div class="side">
  303.  
  304. <div class="simg">
  305.  
  306. <img src="{image:sidebar}" class="fotos"></div>
  307.  
  308. <div class="sidebardescription">{description}</div></div></div>
  309.  
  310. </div>
  311.  
  312. <div id="entries">
  313. {block:Posts}
  314.  
  315. <div class="post">
  316.  
  317. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  318.  
  319. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  320.  
  321. {block:Photoset}{Photoset-500}{/block:Photoset}
  322.  
  323. {block:Quote}
  324.  
  325. <div class="qquote"><center>“{Quote}”</div>
  326.  
  327. {block:Source}<div class="qsource">— {Source}</center></div>{/block:Source}
  328.  
  329. {/block:Quote}
  330.  
  331. {block:Link}
  332.  
  333. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  334.  
  335. {block:Description}{Description}{/block:Description}
  336.  
  337. {/block:Link}
  338.  
  339. {block:Chat}
  340.  
  341. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  342.  
  343. <div class="chat"><ul>{block:Lines}
  344.  
  345. <li class="person{UserNumber}">{block:Label}
  346.  
  347. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  348.  
  349. {/block:Chat}
  350.  
  351. {block:Audio}
  352.  
  353. <br>
  354.  
  355. <div class="audio">{AudioPlayerBlack}</div>
  356.  
  357. {block:Caption}{Caption}{/block:Caption}
  358.  
  359. {/block:Audio}
  360.  
  361. {block:Video}{Video-500}{/block:Video}
  362.  
  363. {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
  364.  
  365. {Answer}{/block:answer}
  366.  
  367. <div id="cap">
  368.  
  369. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  370.  
  371. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  372.  
  373. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  374.  
  375. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  376.  
  377.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  378.  
  379.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  380.  
  381. {/block:ContentSource}</div></div>
  382.  
  383. <br>
  384.  
  385. <div class="tags">{block:HasTags}<font color=fff><B>tags:</b></font> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  386.  
  387. <div id="dda">
  388.  
  389. <div style="float:left;" class="tags">
  390.  
  391. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog this</a>{/block:IndexPage}<br>
  392.  
  393. {block:RebloggedFrom} originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  394.  
  395. </span>{/block:RebloggedFrom} {block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  396.  
  397. </div>
  398.  
  399. </ br>
  400.  
  401. <br clear="all" /></div></div>
  402.  
  403.  {/block:Posts}
  404.  
  405. {block:PostNotes}
  406.  
  407. <div id="notes"><div id="ntstext">{PostNotes}</div></div>
  408.  
  409. {/block:PostNotes}
  410.  
  411. </div>
  412.  
  413. </div>
  414.  
  415. </div></div></div>
  416.  
  417. </div></div></div></div></div></div>
  418. </body>
  419. </html>
Advertisement
Add Comment
Please, Sign In to add comment