Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Oct 7th, 2011  |  syntax: None  |  size: 8.01 KB  |  hits: 726  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. <head>
  5.  
  6. <title>{title}</title>
  7. <link rel=”shortcut icon” href=”{Favicon}”>
  8.  
  9.  
  10.  
  11. <script>
  12. function changeNavigation(id)
  13. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
  14. </script>
  15.  
  16. <meta name="font:text" content="verdana" />
  17. <meta name="font:title" content="georgia" />
  18. <meta name="color:background" content="#FFF" />
  19. <meta name="color:text" content="#666666" />
  20. <meta name="color:title" content="#edc215" />
  21. <meta name="color:box" content="#F8EBFF" />
  22. <meta name="color:menu" content="#FDF0FF" />
  23. <meta name="color:menu hover" content="#FFE6E6" />
  24. <meta name="color:link" content="#044252" />
  25. <meta name="color:hover link" content="#FFE6E6" />
  26. <meta name="image:background" content="http://24.media.tumblr.com/tumblr_lq9rmvDH2T1qjex46o2_250.jpg" />
  27.  
  28.  
  29. <style>
  30. body {font: normal 10px {font:text}; color: {color:text}; font-weight: none; background: url('{image:background}')repeat fixed {color:background};}
  31.  
  32.  
  33. ::-moz-selection {background: #fcfcfc;}
  34. ::selection {background: #fcfcfc;}
  35.  
  36.  
  37. a:link, a:active, a:visited {color: {color:link}; text-decoration: none;
  38. -webkit-transition-duration: .40s; }
  39. a:hover { color: {color:hover link}; text-decoration: underline dashed; cursor: crosshair; }
  40.  
  41.  
  42. blockquote{
  43. margin: 0 8px;
  44. text-align: justify;
  45. line-height:123%;
  46. background: #fcfcfc;
  47. padding-left:2px; padding-right:4px; padding-top:0; padding-bottom:0 }
  48.  
  49.  
  50. h1 {color: {color:title}; font: italic 20px {font:title}; line-height:25px; font-weight:normal; margin:0px;padding:0px; margin-bottom:4px; text-align:left; letter-spacing: 1px; text-shadow: 0 0px 1px #fff;  }
  51.  
  52. s {color: {color:text};}  
  53. i {color: {color:text};}
  54. b {color: {color:text}; }
  55. u, span.sublinha {cursor: move; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  56. .br1 {border-bottom: 1px dashed #e6e3e3; margin-bottom:3px;}
  57. .left {float: left;margin: 1px 4px 0 4px;}
  58. .right {float: right;margin: 1px 4px 0 4px;}
  59.  
  60. .content {width: 490px; text-align: justify; float: right; padding-top:20px;  margin-left: 330px; margin-right: 140px;  }
  61.  
  62.  
  63.  
  64. #info{
  65. font-family: Trebuchet Ms;
  66. letter-spacing: 1px;
  67. font-size:7.5pt;
  68. border-bottom:1px dashed #;
  69. background-color: {color:box};
  70. text-align: right;}
  71.  
  72.  
  73. .notes-bottom ol, .notes-bottom ul {margin: 0; padding: 0; list-style: none;}
  74. .notes-bottom li {background: #; border-bottom: 1px solid fafafa; margin: 0; padding: 5px 0 20px 0; font:normal 10px Verdana; width: 100%;}
  75.  
  76. .notes-bottom li:hover {border-bottom: 1px solid fafafa; background: #fcfcfc; bottom:1px;
  77. font:normal 10px Verdana; position: relative;width: 100%;}
  78.  
  79. .notes-bottom li img.avatar {margin: 0 15px 0 0;  float: left; width: auto; padding: 1px; background: {color:box}; border-radius 10px;}
  80.  
  81.  
  82. #sidebar{position:fixed; float:right; bottom: 130px; text-align: justify; width: 300px; text-shadow: 0 1px 1px #; left: 140px;}
  83.  
  84. #box {Overflow:hidden; letter-spacing: 1px;  background-color: {color:box}; padding:6px; -webkit-box-shadow:0 0 2em #; border: 1px solid #; }
  85.  
  86. #pagee {width:920px; margin-left:auto; margin-right:auto;}
  87.  
  88.  
  89. a img{max-width:490px;}
  90.  
  91. .bordiss { border-radius: 30px;}
  92.  
  93. .border {padding: 6px; background: #f7f7f7; border: 1px solid #fff;}
  94.  
  95.  
  96.  
  97. img           {filter: alpha(opacity=100); opacity: 1.0; -webkit-transition-duration: .60s;}
  98. img:hover     {filter: alpha(opacity=70); opacity:.70; }
  99.  
  100.  
  101. .pagin {width: 80px;
  102. float: left;
  103. background: {colo:"box};
  104. text-align: center;
  105. margin-bottom: 1px;
  106. padding: 5px 0 5px 0;  
  107. -webkit-transition-duration: .40s;
  108. border-radius: 0px 0px 0px 0px;
  109. text-shadow:0 1px 1px #;
  110. color: #FFFFFF; text-transform:uppercase; font-family: tahoma;letter-spacing:2px;}
  111.  
  112. .pagin:hover {background: #ededed; color: #000; -webkit-transition-duration: .40s;}
  113.  
  114. #nav {font-size: 8px; font-family:tahoma; color: #666 ; float:left; padding: 4px; letter-spacing:3px; text-align:right; height:10px; background: {color:menu}; width:290px; margin:1px;text-transform:uppercase; }
  115.  
  116. #nav:hover {background: {color:menu hover}; color: #000; letter-spacing:4px;  text-align:center;}
  117.  
  118. .balao {background: #fcfcfc; width: 100%; border-radius:0px; text-shadow: 0px 1px 1px #FFFFFF;}
  119.  
  120. .balao p {margin:1px 0px;}
  121.  
  122. ::-moz-selection { color:white; background: }
  123. ::selection { color:white; }
  124. ::-webkit-selection { color:1c1c1c; }
  125. ::-webkit-scrollbar { width: 9px; background-color: #; border-right:0px solid white; }
  126. ::-webkit-scrollbar-button:start:decrement,
  127. ::-webkit-scrollbar-button:end:increment  { height:0px; display: block;;}
  128. ::-webkit-scrollbar-track-piece  { background-color: #fff; }
  129. ::-webkit-scrollbar-thumb{ background-color:#ededed; -webkit-border-radius: 0px; border-radius: 0px; }
  130.  
  131. #tira{width: 99%; background: #fcfcfc; font-weight:normal; text-align:right; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 2px 2px #fcfcfc; font-size: 8pt;}
  132. </style>
  133.  
  134. </head>
  135. <body>
  136. <div class="cortina"></div>
  137.  
  138.  
  139. <div id="pagee">
  140.  
  141. <div id="sidebar">
  142. <h1>{title}</h1>
  143.  
  144. <div id="box">
  145.  
  146. {block:Description}{Description}{/block:Description}
  147.  
  148. </div>
  149.  
  150. <a href="/" id="nav"> home </a>
  151. <a href="/ask" id="nav"> ask me </a>
  152. <a href="/archive" id="nav"> archive </a>
  153. <a href="http://fairycandles.tumblr.com/" id="nav"> theme </a>
  154.  
  155.  
  156. </div>
  157.  
  158.  
  159.  
  160. <div class="content"><div id="main">
  161. <div style=" position: fixed;  left: 0px; top:20px;  z-index:5; background: #; ">
  162. <img src="http://i224.photobucket.com/albums/dd5/lilmissmontana/dividers/grapes/GrapeVine.png" width="420" style="z-index:5;">
  163. </div>
  164.  
  165. {block:Posts}
  166. <div id="box">
  167. {block:Quote}<h1><center>"{Quote}"&nbsp;</h1></center>{/block:Quote}
  168. {block:Title}<h1><center>{Title}&nbsp;</center></h1>{/block:Title}
  169. {block:Link}<a href="{URL}" class="link" {Target}><h1><center>{Name}&nbsp;</h1></center></a>{/block:Link}
  170.  
  171.  
  172. {block:Text}{Body}{/block:Text}
  173. {block:Photo}<center>{LinkOpenTag}
  174. <center><img src="{PhotoURL-500}" title="{PhotoAlt}"  width="100%"></center>
  175.  
  176. {LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  177. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  178. {block:Quote}{block:Source}<small><P>{Source}</p></small>{/block:Source}{/block:Quote}
  179. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  180. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  181. {block:Video}<center>{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  182.  
  183. {block:Answer}
  184. <div class="balao"><b>{asker}</b>:  {Question}</div>
  185. <font color="#000">{Answer}</font>
  186. {/block:Answer}
  187.  
  188. {block:Audio}<span class="audio"><center>{AudioPlayerGrey}</span>{block:Caption}{Caption}{/block:Caption}</center>{/block:Audio}
  189. <br>
  190.  
  191. <div id="info">  
  192. <a href="{Permalink}">{NoteCount}</a> | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  193.  
  194. {block:PermalinkPage}<br>
  195. <div class="right">  
  196. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  197. {block:ContentSource} / <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  198. {block:NoSourceLogo} original{/block:NoSourceLogo}</a>{/block:ContentSource}  
  199. </div>{/block:PermalinkPage}</div>
  200.  
  201. </div><br>
  202. {/block:Posts}
  203.  
  204.  
  205. <br><div class="left">
  206. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="pagin"> Back «
  207. </a>{/block:PreviousPage}  </div>
  208.  
  209. <div class="right">
  210.  {block:NextPage}<a href="{NextPage}" class="pagin">
  211. » Next </a>{/block:NextPage}{/block:Pagination}</big> </center></div>
  212.  
  213. {block:PostNotes}<div id="box">
  214. <div class="notes-bottom">
  215. {PostNotes}</div>
  216. </div>
  217. {/block:PostNotes}
  218.  
  219. </div>
  220. </div></div>
  221.  
  222.  
  223.  
  224. </body>
  225. </html>
  226.