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

Jelena by filmingthemes.tumblr.com

By: filmingthemes on Apr 15th, 2012  |  syntax: None  |  size: 6.11 KB  |  hits: 1,161  |  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. <!--
  2.  
  3. JELENA
  4.  
  5. theme by filmingmidgets.tumblr.com
  6.  
  7. more themes at filmingmidgetsthemes.tumblr.com
  8.  
  9. Please leave the credit as it is, other than that feel free to edit the theme however you want.
  10.  
  11.  -->
  12.  
  13. <html>
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18.  {block:Description}
  19.  <meta name="description" content="{MetaDescription}" />
  20.  {/block:Description}
  21.  
  22.  <link rel="shortcut icon" href="{Favicon}">
  23.  <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <meta name="color:Background" content="#FFFFFF"/>
  26. <meta name="color:Text" content="#000000"/>
  27. <meta name="color:Links" content="#000000"/>
  28.  <meta name="color:Link Hover" content="#c4c4c4">
  29. <meta name="font:Text" content="Georgia"/>
  30. <meta name="if:Captions" content="0"/>
  31. <meta name="if:Endless Scroll" content="0"/>
  32.  
  33. {block:IndexPage}
  34. <script type="text/javascript">
  35. $(window).load(function(){
  36. $("p").remove(":contains('Source:')");
  37. $("p").remove(":contains('(via')");
  38. });
  39. </script>
  40. {/block:IndexPage}
  41.  
  42. <style type="text/css">
  43.  
  44. body{
  45. text-align:justify;
  46. font-family: {font:Text};
  47. font-size:9pt;
  48. color:{color:text};
  49. background-color:{color:Background};
  50. }
  51.  
  52. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  53.  
  54. a{
  55. text-decoration:none;
  56. color:{color:links};
  57. }
  58.  
  59. a:hover{
  60. color:{color:Link Hover};
  61. -moz-transition: 0.5s ease-out;
  62. -o-transition: 0.5s ease-out;
  63. -webkit-transition: 0.5s ease-out;
  64. color:{color:links hover};
  65. }
  66.  
  67. a img{
  68. border:0px;
  69. }
  70.  
  71. #content{
  72. background:#fff;
  73. padding:20px;
  74. margin-left:auto;
  75. margin-right:auto;
  76. width:450px;  
  77. }
  78.  
  79. .blogtitle{
  80. margin:20px 0 0px 0;
  81. text-align:center;
  82. font-size:60pt;
  83. }
  84.  
  85. .nav{
  86. text-align:center;
  87. margin-bottom:30px;
  88. }
  89.  
  90. .player{
  91. width:450px;
  92. overflow:hidden;
  93. background:#000;
  94. }
  95.  
  96. .permalink{
  97. font-size:8pt;
  98. opacity:0;
  99. position:absolute;
  100. float:left;
  101. padding-left:15px;
  102. margin-left:450px;
  103. -moz-transition: all 0.3s ease-out;
  104. -o-transition: all 0.3s ease-out;
  105. -webkit-transition: all 0.3s ease-out;
  106. transition: all 0.3s ease-out;
  107. }
  108.  
  109. #entry:hover .permalink{
  110. opacity:1;
  111. -moz-transition: all 0.3s ease-out;
  112. -o-transition: all 0.3s ease-out;
  113. -webkit-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;
  115. }
  116.  
  117. .pagination{
  118. margin-bottom:15px;
  119. font-size:8pt;
  120. font-style:normal;
  121. text-align:center;
  122. }
  123.  
  124. .current_page{
  125. font-style:italic;
  126. }
  127.  
  128. #entry{
  129. margin-bottom:50px;
  130. width:450px;
  131. }
  132.  
  133. #entry img{
  134. max-width:450px;
  135. }
  136.  
  137. div.video embed,
  138. div.post div.video object {
  139. width:{text:Width} !important;
  140. /*height:400px !important;*/
  141. }
  142.  
  143. ol.notes {
  144. padding: 0px;
  145. margin: 20px 0px 0px 0px;
  146. list-style-type: none;
  147. }
  148.  
  149. ol.notes li.note {
  150. padding: 5px;
  151. }
  152.  
  153. .description{
  154. text-align:center;
  155. }
  156.  
  157. {CustomCSS}
  158.  
  159. </style>
  160.  
  161. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
  162.  
  163. </head>
  164.  
  165. <body>
  166.  
  167. <div id="content">
  168.  
  169. <div class="blogtitle"><a href="/">{Title}</a></div>
  170.  
  171. {block:Description}<div class="description">{Description}</div>{/block:Description}
  172.  
  173. <p>
  174. <div class="nav"><a href="/">Home &nbsp; </a><a href="/archive">Archive &nbsp; </a><a href="{RSS}">RSS &nbsp; </a>{block:HasPages}{block:Pages}<a href="{URL}">{Label} &nbsp; </a> {/block:Pages}{/block:HasPages}{block:AskEnabled}<a href="/ask">Ask &nbsp; </a>{/block:AskEnabled}{block:IfEndlessScroll}<a href="http://filmingmidgetsthemes.tumblr.com/">Theme</a>{/block:IfEndlessScroll}</div>
  175.  
  176. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  177.  
  178. {block:Posts}
  179.  
  180. <div id="entry">
  181.  
  182. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a></div>{/block:IndexPage}
  183.  
  184. {block:Text}
  185. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  186. {Body}
  187. {/block:Text}
  188.  
  189. {block:Photo}
  190. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  191. {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  192. {/block:Photo}
  193.  
  194. {block:Photoset}
  195. <center>{Photoset-250}</center>
  196. {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  197. {/block:Photoset}
  198.  
  199. {block:Link}
  200. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  201. {/block:Link}
  202.  
  203. {block:Video}
  204. <div class="video">{Video-400}</div>
  205. {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  206. {/block:Video}
  207.  
  208. {block:Chat}
  209. {block:Title}<b>{Title}</b>{/block:Title}
  210. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  211. {/block:Chat}
  212.  
  213. {block:Audio}
  214. <div class="player">{AudioPlayerBlack}</div>
  215. {block:Caption}{Caption}{/block:Caption}
  216. {/block:Audio}
  217.  
  218. {block:Answer}
  219. {Asker}: {Question}
  220. {Answer}
  221. {/block:answer}
  222.  
  223. {block:Quote}
  224. "{Quote}"
  225. {block:Source}<p>&mdash; <b>{Source}</b></p>{/block:Source}
  226. {/block:Quote}
  227.  
  228. {block:PermalinkPage}
  229. {block:Date}Posted on {DayOfMonth} {Month} {Year} {/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="line-height:14px;">#{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  230. {/block:HasTags}{/block:PermalinkPage}
  231.  
  232. {block:PostNotes}{PostNotes}{/block:PostNotes}
  233.  
  234. </div>
  235.  
  236. {/block:Posts}
  237. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  238.  
  239. {block:IfNotEndlessScroll}
  240. {block:Pagination}
  241. <div class="pagination">
  242. {block:JumpPagination length="10"}
  243. {block:CurrentPage}
  244. <span class="current_page">{PageNumber}&nbsp;</span>
  245. {/block:CurrentPage}
  246.  
  247. {block:JumpPage}
  248. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  249. {/block:JumpPage}
  250. {/block:JumpPagination}
  251. </div>
  252. {/block:Pagination}
  253. {/block:IfNotEndlessScroll}
  254.  
  255. {block:IfNotEndlessScroll}<center><small><a href="http://filmingthemes.tumblr.com/">Theme</a></small></center>{/block:IfNotEndlessScroll}
  256. </div>
  257.  
  258. </body>
  259. </html>