Advertisement
Notlikeamovie

Theme #008

Nov 11th, 2011
35,166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.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. <!-- theme #008
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="image:Background" content=""/>
  12.  
  13. <meta name="font:Body" content="Trebuchet Ms" />
  14. <meta name="font:Sidebar" content="Trebuchet Ms" />
  15.  
  16. <meta name="text:Link 1 Url" content="http://" />
  17. <meta name="text:Link 1 Name" content="Link 1" />
  18. <meta name="text:Link 2 Url" content="http://" />
  19. <meta name="text:Link 2 Name" content="Link 2" />
  20. <meta name="text:Link 3 Url" content="http://" />
  21. <meta name="text:Link 3 Name" content="Link 3" />
  22.  
  23. <meta name="color:Background" content="#f5fce9" />
  24. <meta name="color:Text" content="#CDD7B6" />
  25. <meta name="color:Title" content="#AACCB1" />
  26. <meta name="color:Permalink" content="#F8FCF5" />
  27. <meta name="color:Quote" content="#618D8D" />
  28. <meta name="color:Source" content="#B3BD8E" />
  29. <meta name="color:Chat1" content="#F2FAE8" />
  30. <meta name="color:Chat2" content="#FCFCFC" />
  31. <meta name="color:Artist" content="#F0F7E4" />
  32. <meta name="color:tracks" content="#DAE8CE" />
  33. <meta name="color:album" content="#ECF5E6" />
  34. <meta name="color:ending" content="#D4E4CA" />
  35. <meta name="color:Bold" content="#78AF99" />
  36. <meta name="color:Italic" content="#C6E4AF" />
  37. <meta name="color:Link" content="#50A580" />
  38. <meta name="color:Link Hover" content="#EEF1E1" />
  39. <meta name="color:Answer" content="#5AA88C" />
  40. <meta name="color:Question Background" content="#DAE8CE" />
  41. <meta name="color:Question Text" content="#fff" />
  42. <meta name="color:Sidebar" content="#D3E2B6" />
  43. <meta name="color:Blogtitle" content="#C8D4C1" />
  44. <meta name="color:Sidetext" content="#F4F7EE" />
  45. <meta name="color:Sidebar links" content="#98B69E" />
  46. <meta name="color:pagination" content="#E1F0D1" />
  47. <meta name="color:Scrollbar1" content="#f5fce9" />
  48. <meta name="color:Scrollbar2" content="#f5fce9" />
  49. <meta name="color:Scrollbar3" content="#CADFBD" />
  50. <meta name="color:Scrollbar4" content="#fff" />
  51.  
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  56. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  68. <style type="text/css">
  69.  
  70.  
  71.  
  72.  
  73. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbar1};}
  74.  
  75. ::-webkit-scrollbar-corner {background:{color:scrollbar2};}
  76.  
  77. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar3};}
  78.  
  79. ::-webkit-scrollbar-button:horizontal { width: 7px; height: 4px; display: block; background:{color:scrollbar3};}
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:scrollbar1}; border-bottom: 1px solid {color:scrollbar1};}
  82.  
  83. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar1};border: 0px solid {color:scrollbar1};}
  84.  
  85. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:scrollbar1}; border-bottom: 0pt solid {color:scrollbar1};}
  86.  
  87. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  88.  
  89. ::-webkit-scrollbar-track-piece {background: {color:scrollbar1}; border-top: 1pt solid {color:scrollbar4}; border-bottom: 1pt solid {color:scrollbar4}; width:4pt;}
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. iframe#tumblr_controls {
  97. top:0px !important;
  98. right:3px !important;
  99. position: fixed !important;
  100. -webkit-transition: opacity 0.7s linear;
  101. opacity: 0.4;
  102. -webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;
  104. transition: all 0.8s ease-out;}
  105.  
  106. iframe#tumblr_controls:hover{
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 1;
  109. -webkit-transition: all 0.4s ease-out;
  110. -moz-transition: all 0.4s ease-out;
  111. transition: all 0.4s ease-out;}
  112.  
  113. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  114.  
  115.  
  116. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: {font:body}; font-size:10px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; overflow-x:auto!important;}
  117.  
  118. #content {width:930px; margin:auto;}
  119. #side {width:400px; padding:0px!important; float:left!important; margin-right:-50px; position:fixed; top:90px; color:{color:sidetext};}
  120.  
  121. #firstside {width:280px; float:right; background-color:#trans; {block:IfNotSidebarImage}min-height:180px;{block:IfNotSidebarImage} {block:IfSidebarImage}min-height:250px;{/block:IfSidebarImage}; padding:0px 3px 0px 8px; border-left:4px solid {color:sidebar}; position:relative; z-index:100!important;}
  122. #secondside {float:left; width:120px; margin-right:0px; padding:2px; background-color:#trans; margin-left:-19px;}
  123. #blogtitle{vertical-align:middle; width:96px; font:12px georgia; font-style:italic; text-transform:lowercase; color:{color:blogtitle}; text-align:right; margin-bottom:4px; margin-left:22px; {block:IfSidebarImage} margin-top:35px;{/block:IfSidebarImage};}
  124. #linkes {width:94px; background-color:{color:sidebar}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-top:2px; margin-right:-5px; margin-left:22px; padding:4px 1px 4px 3px; margin-bottom:1px; border-left:2px solid {color:sidebar}; }
  125. #linkes a{font:9px {font:sidebar}; color:{color:sidebar links}; line-height:90%; text-transform:uppercase; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; }
  126. #linkes:hover {background-color:{color:sidebar links}; }
  127. #linkes:hover a{color:{color:sidebar}; letter-spacing:1px;}
  128.  
  129. #sidepic {width:270px; padding:3px; background-color:{color:sidebar};}
  130. #sidepic img{max-width:270px; border:0!important;}
  131. #description{margin-top:3px; width:270px; padding:3px; font:10px {font:sidebar}; color:{color:sidebar text}; background-color:{color:sidebar}; {block:IfNotSidebarImage}min-height:180px; margin-top:0px!important;{/block:IfNotSidebarImage}}
  132.  
  133.  
  134. #entries {width:510px; float:right; margin-right:-30px; min-height:45px;}
  135. .entries {width:500px; padding:0px 8px 10px 8px; background-color:{color:background}; margin:0px 0px 15px 0px; min-height:45px!important;}
  136.  
  137. #ending2 {width:500px; background-color:{color:ending};font:9px {font:body}; text-transform:uppercase; text-align:center; margin-top:5px; margin-bottom:-3px; padding:1px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage};}
  138. #ending2 a{color:{color:permalink};}
  139.  
  140. #reblogs {display:none;}
  141.  
  142. .entries:hover #information {opacity:1; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  143.  
  144. #information{position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; margin-left:514px; opacity:01; height:45px; width:45px; padding:0px; margin-bottom:0px; background-color:{color:ending}; display:block; text-align:center; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  145.  
  146. #information a{font:18px georgia; color:{color:permalink}; line-height:135%;}
  147. #information a.l1{font:10px georgia; color:{color:permalink}; line-height:90%; text-transform:lowercase;}
  148.  
  149. #information:hover {background-color:{color:background};}
  150. #information:hover a{color:{color:ending};}
  151.  
  152. .paginas {text-align:center; color:{color:permalink}; font:10px tahoma; margin-bottom:5px; background-color:#trans; width:510px; margin-left:-1px; position:relative; bottom:2px; padding:2px 4px; background-color:{color:pagination}; text-transform:uppercase;}
  153. .paginas a{background-color:{color:pagination}; color:{color:permalink};}
  154.  
  155. #title { border-bottom: 2px {color:background} solid; width:500px;}
  156. .texttitle {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  157. .texttitle a {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  158.  
  159. .chat .line{
  160. font:9px {font:Body};
  161. background-color:{color:chat1};
  162. margin: 0 0 1px;
  163. padding: 2px;
  164. }
  165. .chat .line.odd{ background-color:{color:chat2};}
  166.  
  167. .label {font-weight:bold; color:{color:bold}}
  168.  
  169. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  170. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  171.  
  172. b, strong, .strong {color:{color:Bold};}
  173. i, em, .em {color:{color:Italic};}
  174.  
  175. a {color:{color:link}; text-decoration:none;}
  176.  
  177.  
  178. img a {border:0px color:{color:transparent};}
  179. a img {border:0px color#trans;}
  180.  
  181. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  182.  
  183.  
  184. .caption {margin:0px; padding:0px;}
  185.  
  186. .short_quote {font:16px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  187. .medium_quote {font:14px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  188. .long_quote {font:12px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  189.  
  190. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source};}
  191.  
  192. .audio {width:500px;}
  193.  
  194. #audio {
  195. width:494px;
  196. margin:0px 0px 2px 0px;
  197. padding:2px;
  198. background-color:#fff;}
  199.  
  200. .artist {
  201. width:450px!important;
  202. background-color:{color:artist};
  203. font:9px {font:body};
  204. text-transform: uppercase;
  205. margin-bottom:1px;
  206. padding-top:-1px;
  207. text-align:center;
  208. height:17px;
  209. margin-left:-20px;}
  210.  
  211. .tracks {
  212. background-color:{color:tracks};
  213. font:9px {font:body};
  214. text-transform: uppercase;
  215. margin-bottom:1px;
  216. text-align:center;
  217. height:17px;}
  218.  
  219. .album {
  220. background-color:{color:album};
  221. font:9px {font:body};
  222. text-transform: uppercase;
  223. padding-bottom:-1px;
  224. text-align:center;
  225. height:15px!important;
  226. line-height:95%;}
  227.  
  228. .albumart {width:65px; margin-right:-50px;}
  229. .albumart img {margin:0px;}
  230.  
  231. #postnotes {display:block; margin-left:3px; width:500px;}
  232.  
  233. #permpage{width:500px; background-color:{color:ending}; font:9px {font:body}; text-transform:uppercase; padding:2px; color:{color:permalink}; margin-left:8px; text-align:center;}
  234. #permpage a{color:{color:permalink}; font:9px {font:body}; line-height:95%;}
  235. #permpage a:hover{color:{color:link hover}; text-transform:uppercase; font:9px {font:body}; font-style:italic;}
  236.  
  237. .question {
  238. color:{color:question text};
  239. font-size: 9px;
  240. font-weight: normal;
  241. font-family: {font:body};
  242. line-height:95%;
  243. background: {color:question background};
  244. margin: 0 0 10px 0;
  245. padding: 10px 15px;
  246. position: relative;}
  247.  
  248. .questionarrow {
  249. width: 13px;
  250. height: 7px;
  251. font-size:30px;
  252. font-family:'trebuchet ms';
  253. position: absolute;
  254. color:{color:question background};
  255. bottom: -3.5px;
  256. left: 240px;}
  257.  
  258.  
  259. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  260. .asker a {color:{color:text};}
  261. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  262.  
  263. .answer {color:{color:answer};}
  264.  
  265. </style>
  266. </head>
  267.  
  268. <body>
  269. <div id="content">
  270. <div id="side">
  271. <div id="firstside">
  272. {block:IfSidebarImage}<div id="sidepic"><img src="{image:sidebar}"></div>{/block:IfSidebarImage}
  273. <div id="description">{Description}</div>
  274. </div>
  275.  
  276. <div id="secondside">
  277. <div id="blogtitle">{title}</div>
  278. <div id="linkes"><a href="/">home</a></div>
  279. <div id="linkes"><a href="/ask">ask</a></div>
  280. <div id="linkes"><a href="{text:Link 1 URL}">{text:Link 1 Name}</a></div>
  281. <div id="linkes"><a href="{text:Link 2 URL}">{text:Link 2 Name}</a></div>
  282. <div id="linkes"><a href="{text:Link 3 URL}">{text:Link 3 Name}</a></div>
  283. <div id="linkes"><a href="http://maraudersmaps.tumblr.com/themes">Theme</a></div>
  284. </div>
  285. </div>
  286.  
  287.  
  288. <div id="entries">
  289. {block:Posts}
  290. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  291.  
  292. {block:IndexPage}{block:NoteCount}<div id="information"><a href="{Permalink}">{NoteCount}</a><br><a href="{Permalink}" class="l1">{block:NewDayDate}notes<br> on {MonthNumberWithZero}/{DayOfMonthWithZero}</a>{/block:NewDayDate}{block:SameDayDate}<a href="{Permalink}" class="l1">notes </a>{/block:SameDayDate}</div>{/block:NoteCount}{/block:IndexPage}
  293.  
  294. {block:Text}
  295. <div id="title">
  296. {block:Title}
  297. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  298. {/block:Title}
  299. </div>
  300. {Body}
  301. {/block:Text}
  302.  
  303. {block:Photo}
  304. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  305. {block:Caption}
  306. <div class="caption">{Caption}</div>
  307. {/block:Caption}
  308. {/block:Photo}
  309.  
  310. {block:Photoset}
  311. {Photoset-500}
  312. {block:Caption}
  313. <div class="caption">{Caption}</div>
  314. {/block:Caption}
  315. {/block:Photoset}
  316.  
  317. {block:Quote}
  318. <div class="{Length}_quote">
  319. {Quote}
  320. {block:Source}
  321. <div class="source">- {Source}</div>
  322. {/block:Source}
  323. </div>
  324. {/block:Quote}
  325.  
  326. {block:Link}
  327. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  328. {block:Description}
  329. <div class="linkdescription">{Description}</div>
  330. {/block:Description}
  331. {/block:Link}
  332.  
  333. {block:Chat}
  334. {block:Title}
  335. <div id="title"><div class="texttitle">{Title}</div></div>
  336. {/block:Title}<br>
  337. <div class="chat">
  338. {block:Lines}<div class="chat"><div class="line {Alt}">
  339. <div class="{Alt} user_{UserNumber}">
  340. {block:Label}
  341. <span class="label"><b>{Label}</b></span>
  342. {/block:Label}
  343. {Line}</div>
  344. </div></div>
  345. {/block:Lines}
  346. </div>
  347. {/block:Chat}
  348.  
  349. {block:Video}
  350. {Video-500}
  351. {block:Caption}
  352. <div class="caption">{Caption}</div>
  353. {/block:Caption}
  354. {/block:Video}
  355.  
  356. {block:Audio}
  357. <div id=audio>{AudioPlayerWhite}</div>
  358. <div id="dataudio">
  359. {block:AlbumArt}
  360. <table class="audio">
  361. <tr>
  362. <td padding="0" rowspan="3" class="albumart">
  363. <img src="{AlbumArtURL}" width="64">
  364. </td>
  365. <td rowspan="1" class="artist">
  366. {block:Artist}
  367. {Artist}
  368. {/block:Artist}
  369. </td>
  370. </tr>
  371. <tr>
  372. <td rowspan="1" class="tracks">
  373. {block:TrackName}
  374. {TrackName}
  375. {/block:TrackName}
  376. </td>
  377. </tr>
  378. <tr>
  379. <td rowspan="1" class="album">
  380. {block:Album}
  381. {Album}
  382. {/block:Album}
  383. </td>
  384. </tr>
  385. </table>
  386. {/block:AlbumArt}
  387. </div>
  388. {block:Caption}
  389. <div class="reblogs">
  390. {Caption}
  391. </div>
  392. {/block:Caption}
  393. {/block:Audio}
  394.  
  395. {block:Answer}
  396. <div class="question">
  397. <div class="questionarrow">▼</div>
  398. {Question}
  399. </div>
  400. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  401. <div class="answer">{Answer}</div>
  402. {/block:answer}
  403.  
  404. {block:HasTags}
  405. <div id="ending2">
  406. Tagged as:
  407. {block:Tags}
  408. <a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}
  409. </div>
  410. {/block:HasTags}
  411. </div>
  412. {block:PermalinkPage}
  413. <div id="permpage">
  414. {block:NoteCount}{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountWithLabel}<br>{/block:NoteCount}
  415. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag}&nbsp; </a>{/block:Tags}<br>{/block:HasTags}
  416. {block:RebloggedFrom}(Via<a href="{ReblogParentURL}" target="_blank">:{ReblogParentName} </a> O.P.:<a href="{ReblogRootURL}" target="_blank">{ReblogRootName})</a>{/block:RebloggedFrom}
  417. </div>
  418. <br>
  419. {block:PostNotes}
  420. <div id="postnotes">{PostNotes}</div><br>
  421. {/block:PostNotes}
  422. {/block:PermalinkPage}
  423. {/block:Posts}
  424.  
  425. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  426. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  427. {/block:ContentSource}
  428. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  429. {block:Pagination}
  430. <div class="paginas">
  431. {block:PreviousPage}
  432. <a href="{PreviousPage}">back</a>
  433. {/block:PreviousPage}
  434.  
  435. {block:JumpPagination length="5"}
  436. {block:CurrentPage}
  437. <span class="current_page">{PageNumber}</span>
  438. {/block:CurrentPage}
  439.  
  440. {block:JumpPage}
  441. <a class="jump_page" href="{URL}">{PageNumber}</a>
  442. {/block:JumpPage}
  443. {/block:JumpPagination}
  444.  
  445. {block:NextPage}
  446. <a href="{NextPage}">next</a>
  447. {/block:NextPage}
  448. </div>
  449. {/block:Pagination}
  450. </div>
  451. </body>
  452. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement