Advertisement
northerndawn

theme01_albumArtEnabled

Oct 22nd, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.  
  4. <!-------------------------------THEME BY NORTHERNDAWN.TUMBLR--------------------------->
  5.  
  6.  
  7. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11.  
  12. <meta name="image:Background" content="" />
  13. <meta name="image:Sidebar" content="" />
  14. <meta name="font:Body" content="georgia" />
  15. <meta name="font:Labels" content="georgia" />
  16. <meta name="font:Links" content="georgia" />
  17. <meta name="font:Quote" content="georgia" />
  18. <meta name="color:Background" content="#FFF" />
  19. <meta name="color:Links" content="#84ABA9" />
  20. <meta name="color:LinksHover" content="#BFC990" />
  21. <meta name="color:SidebarLinks" content="#CE8888" />
  22. <meta name="color:SidebarLinksHover" content="#6B544C" />
  23. <meta name="color:Text" content="#85655F" />
  24. <meta name="text:BodyFontSize" content="11px" />
  25. <meta name="text:BackgroundRepeat" content="no-repeat" />
  26. <meta name="text:Link Text 1" content="" />
  27. <meta name="text:Link URL 1" content="" />
  28. <meta name="text:Link Text 2" content="" />
  29. <meta name="text:Link URL 2" content="" />
  30. <meta name="text:Link Text 3" content="" />
  31. <meta name="text:Link URL 3" content="" />
  32. <meta name="text:Link Text 4" content="" />
  33. <meta name="text:Link URL 4" content="" />
  34. <meta name="text:Link Text 5" content="" />
  35. <meta name="text:Link URL 5" content="" />
  36. <meta name="text:TitleOne" content="" />
  37. <meta name="text:TitleTwo" content="" />
  38. <meta name="if:ShowSidebarImage" content="0" />
  39. <meta name="if:ShowLink1" content="0" />
  40. <meta name="if:ShowLink2" content="0" />
  41. <meta name="if:ShowLink3" content="0" />
  42. <meta name="if:ShowLink4" content="0" />
  43.  
  44. <style type="text/css">
  45. html,body{margin:0;padding:0}
  46.  
  47. body{
  48. font-size: {text:BodyFontSize};
  49. background-image: url({image:Background});
  50. font-family: {font:Body};
  51. background-color: {color:background};
  52. margin: 0;
  53. line-height: 12px;
  54. padding: 0px;
  55. color: {color:Text};
  56. background-attachment: fixed;
  57. background-position: bottom right;
  58. background-repeat: {text:BackgroundRepeat};
  59. text-align:center;
  60. }
  61.  
  62. p{
  63. margin:0 10px 10px
  64. }
  65. a img {
  66. border: none;
  67. }
  68.  
  69.  
  70. a:link {
  71. color: {color:Links};
  72. text-decoration: none;
  73. font-family: {font:links};
  74. letter-spacing: 2px;
  75. }
  76. a:visited {
  77. color: {color:LinksHover};
  78. text-decoration: underline;
  79. }
  80. a:hover, a:active, a:focus {
  81. text-decoration: none;
  82. color: {color:LinksHover}
  83. }
  84.  
  85. .blogtitle {
  86.  
  87.  
  88. font-family: {font:Body};
  89. font-size: 10px;
  90. letter-spacing: 8px;
  91. text-align:center;
  92. color: {color:Links};
  93. line-height: 20px;
  94. text-transform: uppercase;
  95. margin-bottom: 10px;
  96.  
  97.  
  98. padding-bottom: 10px;
  99. border-bottom: 1px dotted #ddd;
  100. }
  101.  
  102. .blogtitle2 {
  103. font-family: {font:Body};
  104. font-size: 10px;
  105. letter-spacing: 8px;
  106. text-align:center;
  107. color: {color:Links};
  108. line-height: 18px;
  109. text-transform: lowercase;
  110. margin-bottom: 50px;
  111. padding: 5px;
  112.  
  113. }
  114.  
  115.  
  116. #sidebarlinks {
  117. display: block;
  118. border: 0px;
  119. font-size: 10px;
  120. letter-spacing: 0px;
  121. color: {color:SidebarLinks};
  122. margin-bottom: 2px;
  123. border-right: 10px solid {color:links};
  124. padding: 2px;
  125. padding-right: 3px;
  126. background: transparent;
  127. text-align:right;
  128. letter-spacing:5px;
  129. text-transform: lowercase;
  130.  
  131. }
  132.  
  133. #sidebarlinks:hover {
  134. background: transparent;
  135. color: {color:SidebarLinksHover};
  136. border-right: 10px solid {color:LinksHover};
  137. }
  138.  
  139.  
  140.  
  141.  
  142. #postinfo {
  143. display: block;
  144. background: transparent;
  145. text-align: center;
  146. font-size: 10px;
  147. font-family: {font:Labels};
  148. text-transform: lowercase;
  149. padding-bottom: 10px;
  150. border-top: 1px dotted #ddd;
  151. margin-bottom:20px;
  152.  
  153.  
  154. }
  155. #postinfo2 {
  156. display: block;
  157. background: transparent;
  158. text-align: right;
  159. font-size: 10px;
  160. font-family: {font:Labels};
  161. margin-bottom: 20px;
  162. }
  163.  
  164. .quote {
  165. font-family: {font:Quote};
  166. letter-spacing: 2px;
  167. font-size: 11px;
  168. text-align: center;
  169. line-height: 18px;
  170. text-transform: uppercase;
  171. }
  172.  
  173. .question {
  174. font-family: {font:Quote};
  175. text-align: center;
  176. border-bottom: 0px solid #ddd;
  177. padding: 10px;
  178.  
  179. }
  180.  
  181. #pagination {
  182. margin-right: 0px;
  183. margin-top: 20px;
  184. font-size: 24px;
  185. text-align: right;
  186. }
  187.  
  188.  
  189.  
  190. div#header {
  191.  
  192. height:80px;
  193. margin:0;
  194. background: {color:Background};
  195. text-align: center;
  196. margin-bottom:20px;
  197. }
  198.  
  199. div#container{
  200. text-align:left
  201. }
  202.  
  203. div#content p{
  204. line-height:1;
  205. }
  206.  
  207. div#navigation{
  208. background: transparent;
  209. }
  210.  
  211. div#extra{
  212. background:#FFF
  213. }
  214.  
  215. div#footer{
  216. background: #333;color: transparent;
  217. }
  218.  
  219. div#footer p{
  220. margin:0;
  221. padding:5px 10px
  222. }
  223.  
  224. div#container{
  225. width:900px;
  226. margin:0 auto;
  227.  
  228.  
  229.  
  230. }
  231.  
  232. div#wrapper{
  233. float:left;
  234. width:100%;
  235.  
  236.  
  237. }
  238.  
  239. div#content{
  240. margin-right: 400px;
  241. margin-top: 50px;
  242.  
  243.  
  244. }
  245.  
  246. div#navigation{
  247. margin-top:50px;
  248. position: fixed;
  249. z-index: 999;
  250. float:left;
  251. width:250px;
  252. margin-left:650px;
  253.  
  254. }
  255.  
  256. div#extra{
  257. margin-top:50px;
  258. position: fixed;
  259. z-index: 999;
  260. float:left;
  261. width:270px;
  262. margin-left:510px;
  263. font-size: 10px;
  264. background-color: transparent;
  265. text-align: center;
  266.  
  267.  
  268. }
  269.  
  270. .postwrap{text-align: justify;
  271. }
  272.  
  273. #tags{
  274. font-size: 9px;
  275. letter-spacing: 1px;
  276. font-style: italic;}
  277.  
  278.  
  279. #tags:hover{
  280. background: #fff;}
  281.  
  282. </style>
  283. </head>
  284. <body>
  285. <div id="container">
  286.  
  287. <div id="wrapper">
  288. <div id="content">
  289. {block:Posts}
  290.  
  291.  
  292.  
  293. {block:Text}
  294. <div class="postwrap">
  295. {block:Title}<center><div class="blogtitle"><a href="{Permalink}">{Title}</a></div></center>
  296. {/block:Title}{Body}
  297. </div>
  298. {/block:Text}
  299.  
  300.  
  301.  
  302. {block:Photo}
  303. <div class="postwrap">
  304. <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" width="500"></center></a>
  305. <br>{block:Caption}{Caption}{/block:Caption}
  306.  
  307. </div>
  308. {/block:Photo}
  309.  
  310.  
  311.  
  312.  
  313. {block:Photoset}
  314. <div class="postwrap">
  315. {Photoset-500}
  316.  
  317. <br>{block:Caption}{Caption}{/block:Caption}
  318.  
  319.  
  320.  
  321.  
  322. </div>
  323. {/block:Photoset}
  324.  
  325.  
  326.  
  327. {block:Quote}
  328. <div class="postwrap">
  329. <div class="quote">
  330. <b>"</b>{Quote}<b>"</b></div>
  331. {block:Source}<br>+ {Source}{/block:Source}
  332. </div>
  333. {/block:Quote}
  334.  
  335.  
  336.  
  337.  
  338. {block:Link}
  339. <div class="postwrap">
  340. <div class="blogtitle"><a href="{URL}">{Name}</a><br></div>
  341. {block:Description}{Description}{/block:Description}
  342. </div>
  343. {/block:Link}
  344.  
  345.  
  346.  
  347.  
  348. {block:Audio}<br>
  349. <div class="postwrap">
  350. <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
  351. <center>{block:AlbumArt}
  352. {AlbumArtURL}
  353. {/block:AlbumArt}<br></center>
  354. {block:TrackName}[ {TrackName} ]{/block:TrackName}<br>
  355. {block:Caption}{Caption}{/block:Caption}
  356.  
  357. </div>
  358. {/block:Audio}</center>
  359.  
  360.  
  361.  
  362. {block:Chat}
  363. <div class="postwrap">
  364. <div class="blogtitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
  365. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}
  366. </div>
  367. {/block:Chat}
  368.  
  369.  
  370.  
  371. {block:Video}
  372. <div class="postwrap">
  373. {video-500}
  374. {block:IfShowCaptions}
  375. <br>{block:Caption}{Caption}{/block:Caption}
  376. {/block:IfShowCaptions}
  377. {block:IfNotShowCaptions}
  378.  
  379. {/block:IfNotShowCaptions}
  380. </div>
  381. {/block:Video}
  382.  
  383.  
  384.  
  385. {block:Answer}
  386. <div class="postwrap">
  387.  
  388. <div class="question"> <b>{Asker}:</b> <br /><br />"{Question}"</div>
  389. {Answer}
  390. </div>
  391. {/block:Answer}
  392.  
  393.  
  394.  
  395. <div id="postinfo"> <a href="{Permalink}">{TimeAgo}</a> | {NoteCountWithLabel}{block:RebloggedFrom} (originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}" id="tags">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  396. {/block:Posts}
  397. {block:PostNotes}{PostNotes}{/block:PostNotes}
  398.  
  399.  
  400.  
  401.  
  402. <!--{block:PermalinkPage}
  403. <div style="width:500px;">
  404. <div id="postinfo">{block:RebloggedFrom}source: <a style="color:{body:Color};" href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
  405. <div id="postinfo2">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  406. {/block:PermalinkPage}-->
  407.  
  408.  
  409.  
  410. </div>
  411. </div>
  412. <div id="navigation">
  413.  
  414. <a href="/" id="sidebarlinks"><span>home</span></a>
  415. <a href="/archive" id="sidebarlinks"><span>archive</span></a>
  416. <a href="/ask" id="sidebarlinks"><span>question?</span></a>
  417. <a href="http://northerndawn.tumblr.com" id="sidebarlinks"><span>theme </span></a>
  418. {block:IfShowLink1}
  419. <a href="{text:Link URL 1" id="sidebarlinks">{text:Link Text 1}</a>
  420. {/block:IfShowLink1}
  421. {block:IfShowLink2}
  422. <a href="{text:Link URL 2" id="sidebarlinks">{text:Link Text 2}</a>
  423. {/block:IfShowLink2}
  424. {block:IfShowLink3}
  425. <a href="{text:Link URL 3" id="sidebarlinks">{text:Link Text 3}</a>
  426. {/block:IfShowLink3}
  427. {block:IfShowLink4}
  428. <a href="{text:Link URL 4" id="sidebarlinks">{text:Link Text 4}</a>
  429. {/block:IfShowLink4}
  430.  
  431.  
  432.  
  433. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage} </div>
  434. </div>
  435.  
  436.  
  437. <div id="extra">
  438. <div id="header">
  439.  
  440. <div class="blogtitle">{text:TitleOne}</div>
  441. <div class="blogtitle2">{text:TitleTwo}</div></div>
  442.  
  443.  
  444. {block:IfShowSidebarImage}<div class="sidebarimg"><img src="{image:Sidebar}" width="250px" /></div>{block:IfShowSidebarImage}<br>
  445. <div class="about">
  446.  
  447. {Description}</div>
  448.  
  449.  
  450. <div>
  451.  
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. </body>
  457. </html>
  458.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement