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

hi jujus

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 10.10 KB  |  hits: 12  |  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. <!--theme by itroian.tumblr.com / don't remove my credit bitches-->
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}"/>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:border" content="#f7ece1"/>
  15. <meta name="color:link" content="#f0dbce"/>
  16. <meta name="color:link hover" content="#dac6b2"/>
  17. <meta name="color:post background" content="#fdfafa"/>
  18. <meta name="color:header square" content="#f7ece1"/>
  19. <meta name="image:sidebar" content="/"/>
  20. <meta name="color:text" content="#f0dbce"/>
  21. <meta name="color:description" content="#f0dbce"/>
  22. <meta name="color:info border" content="#dac6b2"/>
  23. <meta name="color:info bg" content="#f7f3f0"/>
  24. <meta name="font:text" content"Baskerville"/>
  25. <meta name="font:description" content="Arial"/>
  26. <meta name="text:symbol" content="✚"/>
  27. <meta name="text:symbol font size" content="35"/>
  28. <meta name="text:Link URL" content="/"/>
  29. <meta name="text:Link name" content=""/>
  30. <meta name="if:Link" content="1"/>
  31. <meta name="text:Link 1 URL" content="/"/>
  32. <meta name="text:Link 1 name" content=""/>
  33. <meta name="if:Tags" content="1"/>
  34. <meta name="if:Link 1" content="1"/>
  35. <meta name="text:Link 2 URL" content="/"/>
  36. <meta name="text:Link 2 name" content=""/>
  37. <meta name="if:Link 2" content="1"/>
  38. <meta name="text:Link 3 URL" content="/"/>
  39. <meta name="text:Link 3 name" content=""/>
  40. <meta name="if:Link 3" content="1"/>
  41. <meta name="image:background" content="/"/>
  42. <meta name="color:scrollbar bg" content="#fcf7f5"/>
  43. <meta name="color:scrollbar" content="#f5eee1"/>
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC' rel='stylesheet' type='text/css'>
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar {width: 9px; height: 4px; background: {color:scrollbar bg}; }
  53.  
  54. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  55.  
  56. body{
  57. color:{color:text};
  58. font-family:{font:text};
  59. font-size:10px;
  60. background-color:{color:background};
  61. text-wrap: normal;
  62. word-wrap: break-word;
  63. margin:10px 10px;
  64. text-align:left;
  65. height: 100%;
  66. background-image:url('{image:background}');
  67. background-attachment: fixed;
  68. background-repeat: repeat;
  69. background-position: left top;
  70. }
  71. #cab{ font-size:15px; letter-spacing:2px; margin: 3px 3px 3px 3px; font-family:{font:text}; font-style:italic; font-weight:lighter;}
  72. .quote{ font-size: 18px; font-style: italic;}
  73.  
  74.  
  75. a, a:active, a:visited{ text-decoration: none; color: {color:link}; opacity:10; filter:alpha(opacity=100); transition: opacity 2s; -moz-transition: opacity 2s; -webkit-transition: opacity 2s; -o-transition: opacity 2s;}
  76.  
  77. a:hover{ opacity:0.2; filter:alpha(opacity=20);}
  78.  
  79. img {
  80. border:0px;
  81. max-width: 500px;
  82. height: auto;
  83. }
  84.  
  85. img:hover {
  86. border:0px;
  87. }
  88.  
  89. a.img, a.img:visited {
  90. border:0px;
  91. }
  92.  
  93. a.img:hover {
  94. border:0px;
  95. }
  96.  
  97.  
  98. #wrapper {
  99.     width: 1500px;
  100.     margin-left: auto;
  101.     margin-right: auto;
  102. }
  103.  
  104. #cent{
  105. width:510px;
  106. margin-left:500px;
  107. position:absolute;
  108. padding:5px;
  109. }
  110.  
  111. #post{
  112. padding:15px;
  113. background-color:{color:post background};
  114. width:500px;
  115. float:left;
  116. margin:9px;
  117. border-radius:1px;
  118. moz-border-radius:1px;
  119. }
  120.  
  121. #description{
  122. color:{color:description};
  123. position:fixed;
  124. background-color:transparent;
  125. width:185px;
  126. padding:5px;
  127. font-family:{font:description};
  128. font-size:10px;
  129. }
  130.  
  131. #sidebar{
  132. background-color:transparent;
  133. width:185px;
  134. margin-top:170px;
  135. margin-left:260px;
  136. position:fixed;
  137. }
  138.  
  139. .sidebar img{
  140.     border: 5px solid {color:border};
  141.     max-width:185px;
  142. }
  143.  
  144. blockquote{
  145.  background-color: transparent;
  146.  border-left: 2px solid {color:link};
  147.  padding: 0px 0px 0px 3px;
  148.  margin: 3px 3px 3px 10px;
  149. }
  150.  
  151. blockquote p {
  152. display:inline;
  153. }
  154.  
  155. h3{
  156.  font-size:27px;
  157.  font-family:{font:text};
  158.  margin:0px;
  159.  font-weight:normal;
  160.  font-style:italic;
  161. }
  162.  
  163. .source{
  164.  text-align: right;
  165. }  
  166.  
  167. ul.chat {
  168.  margin: 0 0 0 0;
  169.  padding: 0 0 0 0;
  170. }
  171. .chat li {
  172.  list-style-type: none;
  173.  margin-left: 0px;
  174.  padding: 3px;
  175. }
  176. .chat li.odd {
  177.  background-color: transparent;
  178. }
  179. .chat li.even {
  180.  background-color: transparent;
  181. }
  182. .label {
  183. font-weight: bold;
  184. }
  185.  
  186. .info {
  187.  font-size:10px;
  188.  background-color:{color:info bg};
  189.  padding: 2px 3px 2px 3px;
  190.  border-top: 2px solid {color:info border};
  191.  margin-top:3px;
  192.  margin-bottom: 0px;
  193.  text-align: left;
  194.  text-transform:lowercase;
  195. }
  196.  
  197. .tag {
  198.  font-weight: normal;
  199.  margin-right: 2px;
  200.  font-style: georgia;
  201. }
  202.  
  203. h1{
  204.  width:250px;
  205.  position:fixed;
  206.  margin-left:230px;
  207.  margin-top:82px;
  208.  font-size: 30px;
  209.  color:{color:title};
  210.  font-family:Alex Brush;
  211.  font-weight:lighter;
  212.  line-height:10px;
  213.  text-align:center;
  214. }
  215.  
  216. .yoyoyo{bottom:5px;right:2px;position:fixed;font-style:italic;}
  217.  
  218. #bite
  219. #bite a{
  220. display:block
  221. }
  222. #bite .death {
  223. margin-top:-40px;filter: alpha(opacity = 0);
  224. opacity:0;-webkit-transition: all 0.5s ease-out;
  225. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  226. }
  227.  
  228. #bite:hover .death {
  229. margin-top:2px;
  230. -webkit-transition: all 0.8s ease-out;
  231. -moz-transition: all 0.8s ease-out;
  232. transition: all 0.8s ease-out;
  233. filter: alpha(opacity = 100);
  234. filter: alpha(opacity = 100);
  235. opacity:100;
  236. }
  237.  
  238.  ol.notes {
  239.                 padding: 20px;
  240.                 margin: 0px 0px;
  241.                 list-style-type: none;
  242.             }
  243.  
  244.             ol.notes li.note {
  245.                 padding: 0px;
  246.             }
  247.  
  248.             ol.notes li.note img.avatar {
  249.                 vertical-align: -4px;
  250.                 text-align: center;
  251.                 width: 10px;
  252.                 height: 10px;
  253.             }
  254.  
  255.             ol.notes li.note span.action {
  256.                 font-weight: normal;
  257.             }
  258.  
  259.             ol.notes li.note .answer_content {
  260.                 font-weight: normal;
  261.             }
  262.  
  263.             ol.notes li.note blockquote {
  264.                 border-color: {color:link};
  265.                 padding: 0px 0px 0px 3px;
  266.                 margin: 0px 0px 0px 10px;
  267.             }
  268.  
  269.             ol.notes li.note blockquote a {
  270.                 text-decoration: none;
  271.             }#linkss{font-family:arial;text-transform:uppercase;font-size:8px;}
  272.  
  273. {CustomCSS]</style>
  274.  
  275. </head>
  276. <body>
  277.  
  278. <div class="yoyoyo"><a href="http://itroian.tumblr.com/tagged/theme">theme</a></div>
  279.  
  280. <div id="sidebar">
  281. <div id="bite">
  282. <center><div style="font-size:{text:symbol font size}px;color:{color:header square}"><center>{text:symbol}</center></div></center>
  283. <div class="death">
  284. <div id="linkss">
  285. <center><a href="/">home</a> - <a href="/ask">ask</a> {block:iflink} - <a href="{text:Link URL}">{text:Link name}</a>{/block:iflink} </center><br>
  286. <center>{block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1 name}</a>{/block:iflink1}{block:iflink2} - <a href="{text:Link 2 URL}">{text:Link 2 name}</a>{/block:iflink2} {block:iflink3} - <a href="{text:Link 3 URL}">{text:Link 3 name}</a>{/block:iflink3}{block:iflink4} - <a href="{text:Link 4 URL}">{text:Link 4 name}</a>{/block:iflink4}</center>
  287. </div></div></div><br>
  288. <div class="sidebar img">
  289. <center><img src="{image:Sidebar}"></center></div>
  290. <div id="description">
  291. {block:Description}{Description}{/block:Description}<br>
  292. <div style="text-align:center;font-size:10px;font-weight:lighter;font-family:georgia">
  293. <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="3"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination} </div></div></div>
  294.   </div>
  295.  
  296. </div>
  297.  
  298. <div id="cent">
  299.  
  300. {block:Posts}
  301. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  302.  
  303. <div id="post">
  304.  
  305. {block:Title}
  306. <h3><a href="{Permalink}">{Title}</a></h3>
  307. {block:Caption}{Caption}{/block:Caption}
  308. {/block:Title}
  309.  
  310. {block:Text}
  311. {Body}
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Text}
  314.  
  315. {block:Photo}
  316. <img src="{PhotoURL-500}" width="500"/>
  317. {block:Caption}{Caption}{/block:Caption}
  318. {/block:Photo}
  319.  
  320. {block:Photoset}
  321. {Photoset-500}
  322. {block:Caption}{Caption}{/block:Caption}
  323. {/block:Photoset}
  324.  
  325.  
  326. {block:Quote}
  327. <div class="quote">"{Quote}"</div>
  328. <div align="right">
  329. {block:Source}-{Source}{/block:Source}
  330. </div>
  331. {/block:Quote}
  332.  
  333. {block:Video}
  334. {Video-500}<br>
  335. {PlayCountWithLabel}
  336. {block:Caption}{Caption}{/block:Caption}
  337. {/block:Video}
  338.  
  339.  
  340. {block:Link}
  341. <div id="cab"><a href="{URL}" class="link" {Target}>{Name} »</a></div>
  342. {block:Description}{Description}{/block:Description}
  343. {block:Caption}{caption}{/block:Caption}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Lines}
  348. {block:Label}
  349. <br>{Label}
  350. {/block:Label}
  351. &nbsp;{Line}
  352. {/block:Lines}
  353. {/block:Chat}
  354.  
  355. {block:Audio}
  356. {AudioPlayerWhite}
  357. <br>{block:Artist}
  358. Artist: {Artist}
  359. {/block:Artist}<br>
  360. {block:Caption}{Caption}{/block:Caption}
  361. {/block:Audio}
  362.  
  363.  
  364. {block:Answer}
  365. <div align="center">
  366. <font-size="12px">{Asker}</font> wondered: {Question}
  367. </div><br>
  368. {Answer}
  369. {/block:Answer}
  370.  
  371.  
  372. <div style="text-transform:lowercase;font-size:9px;font-color:{color:text}">
  373. <div class="info">
  374. {block:NotReblog}Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{/block:NotReblog} {block:RebloggedFrom}{block:Date}reblogged <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{/block:RebloggedFrom} {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:ContentSource}<a href="{SourceURL}">©</a>{/block:ContentSource}<br>{block:ifTags}<div class="tag">{block:Tags}<a href="/tagged/{Tag}">#{Tag} &nbsp;</a>{/block:Tags}</div>{/block:ifTags}
  375. </div>
  376. </div></div><br>
  377. {/block:Posts}<br>
  378.  
  379.  
  380. {block:PostNotes}
  381. {PostNotes}
  382.     {/block:PostNotes}
  383.  
  384. </div>
  385. </body>
  386. </html>