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

Pavle by filmingthemes.tumblr.com

By: filmingthemes on May 29th, 2012  |  syntax: None  |  size: 8.56 KB  |  hits: 2,869  |  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.  
  3. <html>
  4.  
  5. <!--
  6.  
  7. PAVLE
  8.  
  9. theme by filmingmidgets.tumblr.com
  10. more themes at filmingthemes.tumblr.com
  11.  
  12. Please leave the credit as it is, other than that feel free to edit the theme however you want.
  13.  
  14. -->
  15.  
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <meta name="color:Background" content="#FFFFFF"/>
  28. <meta name="color:Text" content="#292929"/>
  29. <meta name="color:Permalink" content="#C4C4C4"/>
  30.  
  31. <meta name="if:Endless Scroll" content="1"/>
  32. <meta name="if:Captions" content="1"/>
  33. <meta name="if:Monospace Font" content="1"/>
  34. <meta name="if:Large Images" content="1"/>
  35.  
  36. <meta name="font:Font" content="Courier New"/>
  37.  
  38. <meta name="image:Header" content=""/>
  39. <meta name="image:Background" content=""/>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=PT+Mono&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
  42.  
  43. <style type="text/css">
  44.  
  45. html{
  46.     overflow-y:scroll;
  47. }
  48.  
  49. body{
  50.     margin:0;
  51.     padding:0;
  52.     {block:IfNotBackgroundImage}
  53.     background-color:{color:Background};
  54.     {/block:IfNotBackgroundImage}
  55.     {block:IfBackgroundImage}
  56.     background:url('{image:Background}');
  57.     background-attachment:fixed;
  58.     {/block:IfBackgroundImage}
  59.     color:{color:Text};
  60.     {block:IfMonospaceFont}
  61.     font-family:'PT Mono';
  62.     {/block:IfMonospaceFont}
  63.     {block:IfNotMonospaceFont}
  64.     font-family:{font:Font};
  65.     {/block:IfNotMonospaceFont}
  66.     font-size:9pt;
  67.     letter-spacing:1pt;
  68. }
  69.  
  70. a{
  71.     text-decoration:none;
  72.     color:{color:Text};
  73. }
  74.  
  75. a:hover{
  76.     {block:IfMonospaceFont}
  77.     text-transform:uppercase;
  78.     {/block:IfMonospaceFont}
  79.     text-decoration:underline;
  80. }
  81.  
  82. #tumblr_controls{
  83.     opacity:0.3;
  84. }
  85.  
  86. #tumblr_controls:hover{
  87.     opacity:1;
  88.     transition:0.5s linear;
  89.     -moz-transition:0.5s linear;
  90.     -webkit-transition:0.5s linear;
  91.     -o-transition:0.5s linear;
  92. }
  93.  
  94. #blogtitle{
  95.     text-align:center;
  96.     margin-top:50px;
  97.     font-size:12pt;
  98.     padding-bottom:20px;
  99. }
  100.  
  101. #content{
  102.     margin-left:auto;
  103.     margin-right:auto;
  104.     position:relative;
  105.     padding-bottom:50px;
  106.     {block:IfLargeImages}
  107.     width:80%;
  108.     {/block:IfLargeImages}
  109.     {block:IfNotLargeImages}
  110.     width:500px;
  111.     {/block:IfNotLargeImages}
  112. }
  113.  
  114. #film{
  115.     left:3px;
  116.     bottom:3px;
  117.     font-size:8pt;
  118.     line-height:7pt;
  119.     opacity:0.3;
  120.     position:fixed;
  121.     text-align:justify;
  122.     letter-spacing:normal;
  123.     text-transform:uppercase;
  124. }
  125.  
  126. #links{
  127.     text-align:center;
  128.     font-size:10pt;
  129.     padding-bottom:20px;
  130. }
  131.  
  132. #pagination{
  133.     margin-bottom:20px;
  134.     margin-top:20px;
  135.     text-align:center;
  136. }
  137.  
  138. .audio{
  139.     text-align:left;
  140.     background-color:#000;
  141.     {block:IfLargeImages}
  142.     width:100%;
  143.     {/block:IfLargeImages}
  144.     {block:IfNotLargeImages}
  145.     width:500px;
  146.     {/block:IfNotLargeImages}
  147. }
  148.  
  149. .perma{
  150.     font-size:10pt;
  151.     text-align:center;
  152.     padding:10px;
  153. }
  154.  
  155. .perma a{
  156.     color:{color:Permalink};
  157. }
  158.  
  159. .player{
  160.     text-align:left;
  161. }
  162.  
  163. .posttitle{
  164.     font-size:10pt;
  165.     text-align:center;
  166. }
  167.  
  168. .post{
  169.     margin-top:50px;
  170. }
  171.  
  172. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator{
  173.     display:none;
  174. }
  175.  
  176. /* NOTES */
  177.  
  178. ol.notes{
  179.     padding:0px;
  180.     margin:30px 0px;
  181.     list-style-type: none;
  182.     border-bottom: dotted 2px {color:Text};
  183. }
  184.  
  185. ol.notes li.note{
  186.     border-top: dotted 2px {color:Text};
  187.     padding:10px 0px 10px 0px;
  188.     text-align:center;
  189. }
  190.  
  191. ol.notes li.note img.avatar{
  192.     width:0px;
  193.     height:0px;
  194. }
  195.  
  196. ol.notes li.note .answer_content{
  197.     font-style:italic;
  198. }
  199.  
  200. </style>
  201.  
  202. <!-- REMOVE SOURCE & VIA -->
  203.  
  204. {block:IndexPage}
  205. <script type="text/javascript">
  206. $(window).load(function(){
  207. $("p").remove(":contains('Source:')");
  208. $("p").remove(":contains('(via')");
  209. });
  210. </script>
  211. {/block:IndexPage}
  212.  
  213. <!-- ENDLESS SCROLL -->
  214.  
  215. {block:IfEndlessScroll}
  216. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  217. {/block:IfEndlessScroll}
  218.  
  219. </head>
  220.  
  221. <body>
  222.  
  223. <div id="content">
  224.  
  225. {block:IfHeaderImage}
  226. <div id="blogtitle"><a href="/"><img src="{image:Header}"/></a></div>
  227. {/block:IfHeaderImage}
  228. {block:IfNotHeaderImage}
  229. <div id="blogtitle"><a href="/">{Title}</a></div>
  230. {/block:IfNotHeaderImage}
  231.  
  232. <p>
  233.  
  234. <div id="links"><a href="/">Home</a> /// <a href="/archive">Archive</a> {block:AskEnabled}/// <a href="/ask">Ask</a>{/block:AskEnabled}{block:SubmissionsEnabled} /// <a href="/submit">Submit</a>{/block:SubmissionsEnabled}{block:HasPages}{block:Pages} /// <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
  235.  
  236. <p>
  237.  
  238. {block:IfEndlessScroll}
  239. <div class="autopagerize_page_element">
  240. {/block:IfEndlessScroll}
  241.  
  242. {block:Posts}
  243.  
  244. {block:Text}
  245. <div class="post">
  246. {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  247. {Body}
  248. {block:IndexPage}
  249. <div class="perma"><a href="{Permalink}">#</a></div>
  250. {/block:IndexPage}
  251. </div>
  252. {/block:Text}
  253.  
  254. {block:Photo}
  255. <div class="post">
  256. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"/></a>
  257. {block:IndexPage}
  258. {block:IfCaptions}
  259. {Caption}
  260. {/block:IfCaptions}
  261. {/block:IndexPage}
  262. {block:PermalinkPage}
  263. {Caption}
  264. {/block:PermalinkPage}
  265. {block:IndexPage}
  266. <div class="perma"><a href="{Permalink}">#</a></div>
  267. {/block:IndexPage}
  268. </div>
  269. {/block:Photo}
  270.  
  271. {block:Photoset}
  272. <div class="post">
  273. <center>{Photoset-500}</center>
  274. {block:IndexPage}
  275. {block:IfCaptions}
  276. {Caption}
  277. {/block:IfCaptions}
  278. {/block:IndexPage}
  279. {block:PermalinkPage}
  280. {Caption}
  281. {/block:PermalinkPage}
  282. {block:IndexPage}
  283. <div class="perma"><a href="{Permalink}">#</a></div>
  284. {/block:IndexPage}
  285. </div>
  286. {/block:Photoset}
  287.  
  288. {block:Answer}
  289. <div class="post">
  290. <b>{Asker}:</b> "{Question}"
  291. <i>{Answer}</i>
  292. {block:IndexPage}
  293. <div class="perma"><a href="{Permalink}">#</a></div>
  294. {/block:IndexPage}
  295. </div>
  296. {/block:Answer}
  297.  
  298. {block:Link}
  299. <div class="post">
  300. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  301. {block:Description}
  302. {Description}
  303. {/block:Description}
  304. {block:IndexPage}
  305. <div class="perma"><a href="{Permalink}">#</a></div>
  306. {/block:IndexPage}
  307. </div>
  308. {/block:Link}
  309.  
  310. {block:Quote}
  311. <div class="post">
  312. <div class="posttitle"><i>"{Quote}"</i></div>
  313. <br>
  314. <div align="center">– {Source}</div>
  315. {block:IndexPage}
  316. <div class="perma"><a href="{Permalink}">#</a></div>
  317. {/block:IndexPage}
  318. </div>
  319. {/block:Quote}
  320.  
  321. {block:Audio}
  322. <div class="post">
  323. <div class="audio">
  324. {block:AudioPlayer}
  325. {AudioPlayerBlack}
  326. {/block:AudioPlayer}
  327. </div>
  328. <div class="player">
  329. {block:TrackName}
  330. <br>Title: {TrackName}
  331. {/block:TrackName}
  332. {block:Artist}
  333. <br>Artist: {Artist}
  334. {/block:Artist}
  335. {block:Album}
  336. <br>Album: {Album}
  337. {/block:Album}
  338. </div>
  339. <p>
  340. {block:IndexPage}
  341. {block:IfCaptions}
  342. {Caption}
  343. {/block:IfCaptions}
  344. {/block:IndexPage}
  345. {block:PermalinkPage}
  346. {Caption}
  347. {/block:PermalinkPage}
  348. {block:IndexPage}
  349. <div class="perma"><a href="{Permalink}">#</a></div>
  350. {/block:IndexPage}
  351. </div>
  352. {/block:Audio}
  353.  
  354. {block:Video}
  355. <div class="post">
  356. <center>{Video-500}</center>
  357. {block:IndexPage}
  358. {block:IfCaptions}
  359. {Caption}
  360. {/block:IfCaptions}
  361. {/block:IndexPage}
  362. {block:PermalinkPage}
  363. {Caption}
  364. {/block:PermalinkPage}
  365. {block:IndexPage}
  366. <div class="perma"><a href="{Permalink}">#</a></div>
  367. {/block:IndexPage}
  368. </div>
  369. {/block:Video}
  370.  
  371. {block:Chat}
  372. <div class="post">
  373. {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  374. {block:Lines}
  375. {block:Label}
  376. {Label} {Line}<br>
  377. {/block:Label}
  378. {/block:Lines}
  379. {block:IndexPage}
  380. <div class="perma"><a href="{Permalink}">#</a></div>
  381. {/block:IndexPage}
  382. </div>
  383. {/block:Chat}
  384.  
  385. {block:PermalinkPage}
  386. {block:HasTags}
  387. <p>
  388. <div align="center">
  389. Tags:
  390. {block:Tags}
  391. <a href="{TagURL}">#{Tag}</a>
  392. {/block:Tags}
  393. {/block:HasTags}
  394. <p>
  395. {block:NoteCount}
  396. Notes: {NoteCountWithLabel}
  397. {/block:NoteCount}
  398. </div>
  399. {block:PostNotes}
  400. <p>{PostNotes}
  401. {/block:PostNotes}
  402. {/block:PermalinkPage}
  403.  
  404. {/block:Posts}
  405.  
  406. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  407.  
  408. {block:IfNotEndlessScroll}
  409. <div id="pagination">
  410. {block:PreviousPage}
  411. <a href="{PreviousPage}">Previous</a>
  412. {/block:PreviousPage}
  413. {block:NextPage}
  414. <a href="{NextPage}">Next</a>
  415. {/block:NextPage}
  416. </div>
  417. {/block:IfNotEndlessScroll}
  418.  
  419. </div>
  420.  
  421. <div id="film"><a href="http://www.filmingthemes.tumblr.com">Theme</a></div>
  422.  
  423. </body>
  424.  
  425. </html>