Advertisement
Notlikeamovie

Theme #2

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