Advertisement
Notlikeamovie

Theme #3

Jul 18th, 2011
20,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.44 KB | None | 0 0
  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.  
  5.  
  6.  
  7. <!--theme #3 made by notlikeamovie.tumblr.com. Do not redistribute or use as a base for other themes -->
  8.  
  9.  
  10. <head>
  11.  
  12. <script type="text/javascript" src="http://static.tumblr.com/kwlg23j/QXAlgobzw/jquery-1.5.min.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/kwlg23j/w6Plgoc1g/cufon-yui.js"></script>
  14. <script src="http://static.tumblr.com/kwlg23j/J9klnvq1c/jenna_sue_400.font.js" type="text/javascript"></script>
  15. <script type="text/javascript">
  16. Cufon.replace ('#header', {fontFamily: 'Jenna Sue' });
  17. </script>
  18.  
  19. <!-- DEFAULT VARIABLES -->
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Header" content=""/>
  23. <meta name="image:Background" content=""/>
  24.  
  25. <meta name="if:Disable Right Click" content "0" />
  26. <meta name="if:Fixed Background" content "0" />
  27.  
  28.  
  29. <meta name="font:Body" content="Verdana" />
  30. <meta name="text:Body Font Size" content="9px" />
  31. <meta name="font:Sidebar" content="Helvetica" />
  32. <meta name="text:Sidebar Font Size" content="7pt" />
  33. <meta name="font:Pagination" content="georgia" />
  34. <meta name="text:Pagination Font Size" content="9px" />
  35.  
  36. <meta name="text:Link 1 Url" content="http://" />
  37. <meta name="text:Link 1 Name" content="Link 1" />
  38. <meta name="text:Link 2 Url" content="http://" />
  39. <meta name="text:Link 2 Name" content="Link 2" />
  40. <meta name="text:Link 3 Url" content="http://" />
  41. <meta name="text:Link 3 Name" content="Link 3" />
  42.  
  43. <meta name="color:Background" content="#F3EFEB" />
  44. <meta name="color:Blog Title" content="#4D423B" />
  45. <meta name="color:Text" content="#1B1A17" />
  46. <meta name="color:Sidebar Background" content="#CEB9B9" />
  47. <meta name="color:Description Background" content="#F3EFEB" />
  48. <meta name="color:Sidebar Text" content="#AD837D" />
  49. <meta name="color:Pagination" content="#683631" />
  50. <meta name="color:Navigation Link" content="#252525" />
  51. <meta name="color:Navigation Link Hover" content="#E9E3E3" />
  52. <meta name="color:Navigation Hover" content="#E0B1C2" />
  53. <meta name="color:Permalinks" content="#634035" />
  54. <meta name="color:Date" content="#291A17" />
  55. <meta name="color:Title" content="#5A4638" />
  56. <meta name="color:Bold" content="#632525" />
  57. <meta name="color:Italic" content="#B47171" />
  58. <meta name="color:Link" content="#8D4949" />
  59. <meta name="color:Link Hover" content="#4E2D42" />
  60. <meta name="color:Asker" content="#ECE7DD" />
  61. <meta name="color:Question Background" content="#CEC5C5" />
  62. <meta name="color:Question Text" content="#3F3E3D" />
  63.  
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  65.  
  66. {block:IfDisableRightClick}
  67. <script language="javascript" type="text/javascript"
  68. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  69. </script>
  70. <script type="text/javascript" language="javascript">
  71. $(function() {
  72. $(this).bind("contextmenu", function(e) {
  73. e.preventDefault();
  74. });
  75. });
  76. </script>
  77. {/block:IfDisableRightClick}
  78.  
  79.  
  80. <title>{Title}</title>
  81. <link rel="shortcut icon" href="{Favicon}">
  82. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  83. {block:Description}
  84. <meta name="description" content="{MetaDescription}" />
  85. {/block:Description}
  86.  
  87.  
  88. <style type="text/css">
  89. iframe#tumblr_controls {
  90. top:0px !important;
  91. right:3px !important;
  92. position: fixed !important;
  93. -webkit-transition: opacity 0.7s linear;
  94. opacity: 0.4;
  95. -webkit-transition: all 0.8s ease-out;
  96. -moz-transition: all 0.8s ease-out;
  97. transition: all 0.8s ease-out;}
  98.  
  99. iframe#tumblr_controls:hover{
  100. -webkit-transition: opacity 0.7s linear;
  101. opacity: 1;
  102. -webkit-transition: all 0.4s ease-out;
  103. -moz-transition: all 0.4s ease-out;
  104. transition: all 0.4s ease-out;}
  105.  
  106. {block:IfFixedBackground}
  107. body {background-attachment:fixed; background-repeat:no-repeat;}
  108. {/block:IfFixedBackground}
  109.  
  110. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: {font:body}; font-size:{text:body font size}; width:100%; }
  111.  
  112. #content {width:850px; padding:0px; margin:0px; vertical-align:top; margin-left:215px;}
  113.  
  114. #header {display:block; margin-top:10px; padding:0px; line-height:100%; width:850px; margin-bottom:10px;}
  115. #header a {text-align:center; font:80px georgia; text-transform:lowercase; line-height:100%; color:{color:blog title}; font-style:italic;}
  116.  
  117. #navigations {margin-bottom:5px; padding:5px; border-top:1px {color:sidebar background} solid; border-bottom:1px {color:sidebar background} solid; width:840px; text-align:left;}
  118. #navigations a {display:inline; color:{color:navigation link}; text-transform:uppercase; line-height:110%; font:10px trebuchet ms; padding:2px 15px 2px 5px; }
  119. #navigations a:hover {color:{color:navigation link hover}; text-transform:uppercase; line-height:110%; font:10px trebuchet ms; padding:2px 5px 2px 5px; background-color:{color:navigation hover}; margin-right:10px; }
  120. .navigationss {float:right; text-align:right; text-transform:uppercase; font:10px trebuchet ms; letter-spacing:1px; color:{color:blog title};}
  121.  
  122. #sidebar {vertical-align:top; padding:0px; width: 280px; position:absolute;}
  123.  
  124. #description {background-color:{color:description background}; padding:3px; float:left; color:{color:sidebar text}; width:280px; margin-bottom:5px; text-align:center; font:{text:sidebar font size} {font:sidebar};}
  125.  
  126. {block:IfNotSidebarImage}#description {text-align:justify;}{/block:IfNotSidebarImage}
  127.  
  128. #sideimg{background-color:{color:sidebar background}; padding:3px; float:left; color:{color:sidebar text}; width:280px; margin-bottom:5px; text-align:center; font:{text:sidebar font size} {font:sidebar};}
  129.  
  130. #pagination{background-color:transparent; padding:3px;color:{color:sidebar text}; width:280px; margin-top:5px; text-align:center; font:{text:pagination font size} {font:pagination}; color:{color:pagination}; text-transform:lowercase; letter-spacing:1px;}
  131. #pagination a {color:{color:pagination}; background-color:transparent;}
  132. #pagination a:hover {color:{color:sidebar text};background-color:transparent;}
  133.  
  134. #entries {width:500px; margin:auto; margin-left:350px; }
  135.  
  136. #permalinks {display:block; width:495px; text-align:right; font:9px georgia; text-transform:lowercase; color:{color:permalink};background-color:transparent; margin:3px 0px 10px 0px; padding:03px 5px 03px 0px; font-style:italic; border-bottom:1px {color:sidebar hover} dotted; }
  137. #permalinks a {color:{color:permalinks};letter-spacing:1px; text-align:right; font-style:italic;}
  138. #permalinks a:hover {color:{color:link hover};}
  139.  
  140. #ending {display:block; margin:7px 0px 10px 0px; padding:1px 4px 1px 4px; color:{color:date}; font:9px georgia; line-height:110%; text-transform:lowercase; width:492px; background-color:{color:sidebar background}; letter-spacing:1px;}
  141. #ending a {color:{color:permalinks};}
  142. #ending a:hover {color:{color:link hover}; letter-spacing:2px; font-style:normal;}
  143.  
  144. .dates {display:inline; text-align:right; float:right;}
  145. .dates a {color:{color:permalinks};}
  146.  
  147. #reblogs {display:none;}
  148.  
  149. #footer {margin:0px 0px 50px 0px; padding-bottom:15px; text-align: center; text-transform: uppercase; font:14px georgia; width:500px; float:right; }
  150. #footer a {color:{color:pagination};}
  151.  
  152. .texttitle {font-size:20px; font-family: 'courier new', serif; margin:0px; font-weight:normal; color: {color:title}; letter-spacing:1px; text-transform:uppercase}
  153. .texttitle a {font-weight:normal; color:{color:title}; letter-spacing:1px;}
  154. .texttitle a:hover {color:{color:link hover}; font-style:normal;}
  155.  
  156. blockquote {border-left:3px {color:body} solid; padding-left:14px; margin:0px 0px 0px 10px;}
  157. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  158.  
  159. b, strong, .strong {color:{color:Bold};}
  160. i, em, .em {color:{color:Italic};}
  161.  
  162. .linkpost {font-size:20px; font-family: 'courier new', serif; margin:0px; font-weight:normal; color: {color:title}; letter-spacing:1px; text-transform:uppercase;}
  163. .linkdescription {padding:0px; margin:0px;}
  164.  
  165. .chattitle {font-size:20px; font-family: 'courier new'; margin-bottom:04px; font-weight:normal; color: {color:title}; font-style:normal; text-transform:uppercase;}
  166. .chattitle a {font-weight:normal; color:{color:title}}
  167.  
  168. .label {font-weight:bold; color:{color:bold}}
  169.  
  170.  
  171. a {color:{color:link}; text-decoration:none;}
  172. a:hover {color:{color:link hover};}
  173. img a {border:0px color:{color:sidebar background};}
  174.  
  175. .caption {margin:0px; padding:0px;}
  176.  
  177.  
  178. .quotetitle {font:20px georgia; font-style:italic;}
  179. #source {text-align:right; font-style:italic; font-weight:bold; font-size:10px;}
  180.  
  181. #audio {display:block; width:500px; background-color:{color:transparent};}
  182.  
  183. #postnotes {display:block; margin-left:350px; width:500px;}
  184.  
  185. #postperm {display:block; margin-left:350px; width:500px; text-align:center; font:9px georgia; text-transform:lowercase; font-style:italic; text-align:center;}
  186. #postperm a {color:{color:permalinks};}
  187.  
  188. #questions {display:block; margin:0px; padding:5px; font:11px 'trebuchet ms'; background-color:{color:question background};color:{color:question text};letter-spacing:0px; vertical-align:middle;}
  189. #questions a {color:{color:asker}; font:12px tahoma; text-transform:uppercase; margin:-5px 0px 0px 0px; vertical-align:middle;}
  190. #questions a:hover {color:{color:link};}
  191. .questions {color:{color:asker}; font:12px tahoma; text-transform:uppercase; vertical-align:middle;}
  192.  
  193. .quests {padding: 5px 0px 2px 0px; font:11px tahoma;}
  194. </style>
  195. </head>
  196.  
  197. <body>
  198. <div id="content">
  199.  
  200. <div id="header">
  201. {block:IfHeaderImage}<a href="/"><img src="{image:header}" width="850px" border="0"/></a>{/block:IfHeaderImage}
  202. {block:IfNotHeaderImage}<center><a href="/">{Title}</a></center>{/block:IfNotHeaderImage}
  203. </div>
  204.  
  205. <center><div id="navigations">
  206. <a href="/">home</a>
  207. <a href="/ask">ask box</a>
  208. <a href="{text:Link 1 Url}">{text:Link 1 Name}</a>
  209. <a href="{text:Link 2 Url}">{text:Link 2 Name}</a>
  210. <a href="{text:Link 3 Url}">{text:Link 3 Name}</a>
  211. <a href="http://maraudersmaps.tumblr.com/themes" target="_blank">Theme</a>
  212. {block:IfHeaderImage}<span class="navigationss">{Title}</span>{/block:IfHeaderImage}
  213. </div>
  214. </center>
  215.  
  216. <div id="sidebar">
  217. {block:IfSidebarImage}
  218. <div id="sideimg">
  219. <a href="/" class="img"><img src="{image:Sidebar}" width="280px" border="0"/></a>
  220. </div>
  221. <div id="description">
  222. {Description}
  223. </div>
  224. {/block:IfSidebarImage}
  225.  
  226. {block:IfNotSidebarImage}
  227. <div id="description">
  228. <img src="{PortraitURL-48}" align="left" style="padding: 0px 6px 0px 0px;"/>{Description}
  229. </div>
  230. {block:IfNotSidebarImage}
  231.  
  232. </div>
  233.  
  234. {block:Posts}
  235. <div id="entries">
  236.  
  237. {block:IndexPage}
  238. <div id="ending">
  239. <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}" {/block:NoteCount}> {NoteCountWithLabel}</a>
  240.  
  241. <div class="dates">
  242. {block:Date}posted {TimeAgo}{/block:Date}
  243.  
  244. {block:RebloggedFrom} (by: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  245. </div>
  246. </div>
  247. {/block:IndexPage}
  248.  
  249. {block:Text}
  250. {block:Title}
  251. <div class="texttitle"><a href="{Permalink}">{Title}</a></div>
  252. {/block:Title}
  253. {Body}
  254. {/block:Text}
  255.  
  256. {block:Photo}
  257. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  258. {block:Caption}
  259. <div class="caption">{Caption}</div>
  260. {/block:Caption}
  261. {/block:Photo}
  262.  
  263. {block:Photoset}
  264. {Photoset-500}
  265. {block:Caption}
  266. <div class="caption">{Caption}</div>
  267. {/block:Caption}
  268. {/block:Photoset}
  269.  
  270. {block:Quote}
  271. <div class="quotetitle">{Quote}</div>
  272. {block:Source}
  273. <div id="source">- {Source}</div>
  274. {/block:Source}
  275. {/block:Quote}
  276.  
  277. {block:Link}
  278. <a href="{URL}" class="linkpost">{Name}</a>
  279. {block:Description}
  280. <div class="linkdescription">{Description}</div>
  281. {/block:Description}
  282. {/block:Link}
  283.  
  284. {block:Chat}
  285. {block:Title}
  286. <div class="chattitle"><a href="{Permalink}">{Title}</a></div>
  287. {/block:Title}
  288. <ul class="chat">
  289. {block:Lines}
  290. <li class="{Alt} user_{UserNumber}">
  291. {block:Label}
  292. <span class="label">{Label}</span>
  293. {/block:Label}
  294. {Line}
  295. </li>
  296. {/block:Lines}
  297. </ul>
  298. {/block:Chat}
  299.  
  300. {block:Video}
  301. {Video-500}
  302. {block:Caption}
  303. <div class="caption">{Caption}</div>
  304. {/block:Caption}
  305. {/block:Video}
  306.  
  307. {block:Audio}
  308. <div id=audio>{AudioPlayerWhite}</div>
  309. {block:Caption}
  310. <div class="caption">
  311. {Caption}
  312. {PlayCountWithLabel}
  313. </div>
  314. {/block:Caption}
  315. {/block:Audio}
  316.  
  317. {block:Answer}
  318. <div id="questions"><img src="{AskerPortraitURL-48}" width="16px" class="askers" style="vertical-align:middle;"/> {Asker}<span class="questions"> said,</span><br />
  319. <div class="quests">"{Question}"</div>
  320. </div>
  321. {Answer}
  322. {/block:answer}
  323.  
  324. {block:PermalinkPage}
  325. <div id="ending">
  326. <div id="reblogs"><a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}" {/block:NoteCount}> {NoteCountWithLabel}</a>
  327.  
  328. <div class="dates">
  329. {block:Date}posted {TimeAgo}{/block:Date}
  330.  
  331. {block:RebloggedFrom} (by: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  332. </div>
  333. </div>
  334. </div>
  335. {/block:PermalinkPage}
  336.  
  337. {block:IndexPage}
  338. <div id="permalinks">
  339. {block:HasTags}
  340. Tagged as:
  341. {block:Tags}
  342. <a href="{TagURL}"> #{Tag}</a>
  343. {/block:Tags}
  344. {/block:HasTags}
  345. </div>
  346. {/block:IndexPage}
  347.  
  348. </div>
  349.  
  350. {block:PermalinkPage}
  351. <div id="postperm">
  352. {block:PostNotes}
  353. <center>
  354. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  355. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  356. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  357. </center>
  358. </div><br>
  359. <div id="postnotes">{PostNotes}</div><br>
  360. {/block:PostNotes}
  361. {/block:PermalinkPage}
  362. {/block:Posts}
  363.  
  364. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  365. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  366. {/block:ContentSource}
  367. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  368.  
  369. <div id="footer">{block:Pagination}
  370. {block:Pagination}
  371. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  372. {block:JumpPagination length="5"}
  373. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  374. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  375. {/block:JumpPagination}
  376. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  377. {/block:Pagination}
  378. </div>
  379.  
  380.  
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement