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

bia

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 8.33 KB  |  hits: 18  |  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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!------ THEME 003 BY macavoys.tumblr.com (please do not remove)------>
  5.  
  6. <html>
  7. <head>
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="image:sidebar" content="" />
  11. <meta name="image:background" content=""/>
  12. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:text" content="#BFBAB4" />
  14. <meta name="color:sidebar" content="#FFFFFF" />
  15. <meta name="color:links" content="#A69B8F" />
  16. <meta name="color:links hover" content="#ffffff" />
  17. <meta name="color:links hover bg" content="#A69B8F" />
  18. <meta name="color:side links" content="#A69B8F" />
  19. <meta name="color:side links hover" content="#c7c7c7" />
  20. <meta name="color:scrollbar" content="#3d3d3d" />
  21. <meta name="color:scrollbar bg" content="#ffffff" />
  22. <meta name="text:link 1" content="" />
  23. <meta name="text:link 1 title" content="link 01" />
  24. <meta name="text:link 2" content="" />
  25. <meta name="text:link 2 title" content="link 02" />
  26. <meta name="text:link 3" content="" />
  27. <meta name="text:link 3 title" content="link 03" />
  28. <meta name="text:link 4" content="" />
  29. <meta name="text:link 4 title" content="link 04" />
  30. <meta name="text:link 5" content="" />
  31. <meta name="text:link 5 title" content="link 05" />
  32. <meta name="text:link 6" content="" />
  33. <meta name="text:link 6 title" content="link 06" />
  34.  
  35. <title>{Title}</title>
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}">
  38.  
  39. <style type="text/css">
  40.  
  41. iframe#tumblr_controls {top:0px !important;right:5px !important;position: fixed !important;opacity: 0.5;-webkit-transition: all 0.5s ease;}
  42. iframe#tumblr_controls:hover{opacity: 1;-webkit-transition: all 0.5s ease;}
  43.  
  44. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar};height:10px;}
  45. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar};height:5px!important;}
  46. ::-webkit-scrollbar {background-color: {color:scrollbar bg};height:5px;width:5px;}
  47.  
  48. body {
  49. background-color:{color:background};
  50. background-image: url('{image:background}');
  51. background-attachment: fixed;
  52. background-repeat: repeat;
  53. color:{color:text};
  54. font-family:calibri;
  55. font-size:11px;}
  56.  
  57. a {
  58. text-decoration: none;
  59. color: {color:links};
  60. -webkit-transition: all 0.7s ease;
  61. -moz-transition: all 0.7s ease;
  62. -o-transition: all 0.7s ease;}
  63.  
  64. a:hover {
  65. color: {color:links hover};
  66. background-color: {color:links hover bg};
  67. text-decoration:none;
  68. -webkit-transition: all 0.7s ease;
  69. -moz-transition: all 0.7s ease;
  70. -o-transition: all 0.7s ease;}
  71.  
  72. #sidebar {
  73. margin-left: 100px;
  74. position: fixed;}
  75.  
  76. #simg {position: fixed;margin-left: 25px; margin-top: 150px; background-color: transparent;}
  77.  
  78. #simg img{max-width: 220px;height: 248px;
  79. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  80.  
  81. #simg:hover .links{
  82. opacity: 1;
  83. -webkit-transition: all 0.7s ease;
  84. -moz-transition: all 0.7s ease;
  85. -o-transition: all 0.7s ease;}
  86.  
  87.  
  88. .links{
  89. margin-left: 5px;
  90. opacity: 0;
  91. margin-top: -232px;
  92. font-size: 10px;
  93. letter-spacing: 1px;
  94. font-family: consolas;
  95. background-color: transparent;
  96. width: 150px;
  97. position: absolute;
  98. text-transform: lowercase;
  99. text-align: center;
  100. padding: 10px;
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease;}
  104.  
  105. .links a{
  106. color: {color:side links};
  107. margin-left: 57px;
  108. opacity: 0.9;
  109. margin-bottom: 5px;
  110. width: 70px;
  111. display: block;
  112. padding: 2px;
  113. background-color: #fff;
  114. -webkit-transition: all 0.7s ease;
  115. -moz-transition: all 0.7s ease;
  116. -o-transition: all 0.7s ease;}
  117.  
  118. .links a:hover{
  119. color: {color:side links hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease;}
  123.  
  124. #description {
  125. background-color: transparent;
  126. position: fixed;
  127. margin-left: 25px;
  128. margin-top: 403px;
  129. width: 200px;
  130. text-align: justify;
  131. padding: 10px;}
  132.  
  133. #container {
  134. margin-top: 50px;
  135. margin-left: 400px!important;
  136. width: 500px;
  137. margin-bottom: 20px;}
  138.  
  139. #entry {
  140. margin-left: 0px!important;
  141. width: 500px;}
  142.  
  143. #post {
  144. background-color: transparent;
  145. overflow:hidden;
  146. width:500px;
  147. text-align: justify;
  148. padding: 2px;
  149. margin-top: 5px;}
  150.  
  151. #post:hover #tags{opacity:1; margin-left:505px;}
  152.  
  153. #permalink {
  154. font-size: 10px;
  155. text-align: left;
  156. background-color: transparent;
  157. padding: 2px;
  158. text-transform:lowercase;
  159. border-top: 3px solid #F0EDE6;}
  160.  
  161. #tags {
  162. margin-left:510px;
  163. width:180px;
  164. height:auto;
  165. font-size:10px;
  166. letter-spacing:1px;
  167. text-transform:lowercase;
  168. color:{color:text};
  169. text-align:left;
  170. padding:8px;
  171. font-style: italic;
  172. opacity:0;
  173. line-height:110%;
  174. -webkit-transition-duration: 0.7s;
  175. -moz-transition-duration: 0.6s;
  176. position:absolute;}
  177.  
  178.  
  179. h1 {font-family: georgia;font-size: 15px;letter-spacing: 1px;font-weight: 500;text-transform: lowercase;font-style: italic;}
  180. small{font-size:10px;}
  181.  
  182. blockquote {padding-left:5px;border-left:3px  solid #c7c7c7; font-size: 10px;}
  183.  
  184. #asker {width:500px;text-align: right;font-style: italic; margin-bottom: 10px;}
  185.  
  186. #question {text-align: right;font-family: georgia; font-style: italic; font-size:12px;}
  187.  
  188. .quote {font-family: georgia;font-size: 14px;font-style: italic;display:block;}
  189.  
  190. .source {text-align:right;text-transform: uppercase;font-family: calibri;}
  191.  
  192. .art img {float:left; background-color: transparent;padding: 5px;margin-bottom: 10px; width:50px; height: 50px;}
  193.  
  194. #postnotes {width:500px;}
  195. ol.notes {list-style-type:none;}
  196. ol.notes li.note {padding: 3px;}
  197.  
  198. </style></head>
  199.  
  200. <body>
  201.  
  202. <div id="sidebar">
  203. <div id="simg">
  204. <img src="{image:sidebar}">
  205. <div class="links"><br>
  206. <a href="/">home</a>
  207. <a href="/ask">ask</a>
  208. <a href="{text:link 1}">{text:link 1 title}</a>
  209. <a href="{text:link 2}">{text:link 2 title}</a>
  210. <a href="{text:link 3}">{text:link 3 title}</a>
  211. <a href="{text:link 4}">{text:link 4 title}</a>
  212. <a href="{text:link 5}">{text:link 5 title}</a>
  213. <a href="http://macavoys.tumblr.com/mythemes">theme</a>
  214. </div>
  215. </div>
  216.  
  217. <div id="description">{Description}
  218.  
  219. <center>
  220. <div style="font-size: 25px;"><center><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  221. </center></div>
  222. </div>
  223.  
  224. <div id="container">
  225.  
  226. {block:Posts}
  227.  
  228. <div id="entry">
  229. <div id="post">
  230. <div id="tags">
  231. {block:HasTags}<b>tags:</b>{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}</a>{/block:HasTags}
  232. </div>
  233.  
  234. {block:Text}
  235. {block:Title}<h1>{Title}</h1>{/block:Title}
  236. {Body}
  237. {/block:Text}
  238.  
  239. {block:Photo}
  240. {LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}
  241. {Caption}
  242. {/block:Photo}  
  243.  
  244. {block:Photoset}
  245. {Photoset-500}
  246. {Caption}
  247. {/block:Photoset}
  248.  
  249. {block:Quote}
  250. <div class="quote">{Quote}</div>
  251. {block:Source} <div class="source">—{Source}</div>{/block:Source}
  252. {/block:Quote}
  253.  
  254. {block:Link}
  255. <h1><a href="{URL}" {Target}>→{Name}</a></h1>
  256. {block:Description}{Description}{/block:Description}
  257. {/block:Link}
  258.  
  259. {block:Chat}
  260. {block:Title}<h1>{Title}</h1>{/block:Title}
  261. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  262. {/block:Chat}
  263.  
  264. {block:Audio}
  265. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  266. {AudioPlayerWhite}
  267. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}<br>
  268. {PlayCountWithLabel}
  269. {Caption}
  270. {/block:Audio}
  271.  
  272. {block:Video}
  273. {Video-500}
  274. {Caption}
  275. {/block:Video}
  276.  
  277. {block:Answer}
  278. <div id="question">{Question}</div>
  279. <div id="asker">-{Asker}</div>
  280. <br>
  281. {Answer}
  282. {/block:Answer}
  283. </div>
  284.  
  285. <div id="permalink">
  286. {block:Date}posted <a href="{Permalink}">{TimeAgo}</a> + <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
  287. <br>
  288. {block:HasTags}
  289. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  290. </div>
  291.  
  292. {block:PermalinkPage}
  293. {block:PostNotes}
  294. <div id="postnotes">{PostNotes}</div>
  295. {/block:PostNotes}
  296. {/block:PermalinkPage}
  297.  
  298. {/block:Posts}
  299.  
  300. </div>
  301. </body>
  302. </html>