Advertisement
northerndawn

theme09

Jun 26th, 2012
9,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 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:SbarImg" content="" />
  14. <meta name="font:Body" content="arial" />
  15. <meta name="font:Labels" content="courier new" />
  16. <meta name="font:Links" content="courier new" />
  17. <meta name="font:Quote" content="georgia" />
  18. <meta name="color:Background" content="#F5E9CC" />
  19. <meta name="color:Links" content="#AB9584" />
  20. <meta name="color:LinksHover" content="#CFB5A3" />
  21. <meta name="color:SidebarLinks" content="#CE8888" />
  22. <meta name="color:SidebarBg" content="#FFFAF0" />
  23. <meta name="color:PostsBg" content="#FFF9E9" />
  24. <meta name="color:SidebarLinksBgHover" content="#FFF9EC" />
  25. <meta name="color:SidebarLinksHover" content="#AA7768" />
  26. <meta name="color:Titles" content="#AA7768" />
  27. <meta name="color:Text" content="#85655F" />
  28. <meta name="text:BackgroundRepeat" content="no-repeat" />
  29. <meta name="text:Link Text 1" content="" />
  30. <meta name="text:Link URL 1" content="" />
  31. <meta name="text:Link Text 2" content="" />
  32. <meta name="text:Link URL 2" content="" />
  33. <meta name="text:Link Text 3" content="" />
  34. <meta name="text:Link URL 3" content="" />
  35. <meta name="text:Link Text 4" content="" />
  36. <meta name="text:Link URL 4" content="" />
  37. <meta name="text:Link Text 5" content="" />
  38. <meta name="text:Link URL 5" content="" />
  39. <meta name="text:Link Text 6" content="" />
  40. <meta name="text:Link URL 6" content="" />
  41. <meta name="text:Link Text 7" content="" />
  42. <meta name="text:Link URL 7" content="" />
  43. <meta name="if:ShowLink1" content="1" />
  44. <meta name="if:ShowLink2" content="1" />
  45. <meta name="if:ShowLink3" content="1" />
  46. <meta name="if:ShowLink4" content="1" />
  47. <meta name="if:ShowLink5" content="1" />
  48. <meta name="if:ShowLink6" content="1" />
  49. <meta name="if:ShowLink7" content="1" />
  50. <meta name="if:ShowTags" content="1" />
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. html{margin: 0 auto;}
  56.  
  57. body{
  58. font-size: 9px; background-image: url({image:Background}); font-family: {font:Body}; background-color: {color:background}; padding: 0px; color: {color:Text}; background-attachment: fixed; background-position: bottom right; background-repeat: {text:BackgroundRepeat}; text-align:left; line-height:11px; margin: 0 auto; letter-spacing: 1px;
  59. }
  60.  
  61.  
  62. small {font-size: 9px;}
  63. b, strong, i, s, strike {
  64. color: {color:Links};
  65. }
  66.  
  67. blockquote {
  68. border-left: 2px solid {color:Links}; padding-left:5px; font-style: italic;
  69. }
  70.  
  71. li {padding-right: 10px;}
  72.  
  73. a img {
  74. border: none;
  75. }
  76.  
  77.  
  78. a:link {
  79. color: {color:Links}; text-decoration: none; letter-spacing: 0px;
  80. }
  81.  
  82. a:visited {
  83. color: {color:LinksHover};text-decoration: none; font-style: italic;
  84. }
  85.  
  86. a:hover, a:active, a:focus {
  87. text-decoration: none; color: {color:LinksHover};
  88. }
  89.  
  90. h1, h2, h3, h4, h5, h6 {font-weight: normal; line-height: 9px; margin: 3px;}
  91.  
  92. h5 {margin-top:5px; font-size: 10px;}
  93.  
  94.  
  95. p {margin: 10px;
  96. }
  97.  
  98.  
  99.  
  100. #sidebarlinks {
  101. display: inline; font-size: 9px; letter-spacing: 1px; color: {color:SidebarLinks}; text-align:center; text-transform: lowercase; margin: 2px 0px 2px 0px; padding: 6px; background-color: {color:SidebarBg}; border-bottom: 3px solid {color:Background};
  102. }
  103.  
  104. #sidebarlinks:hover {
  105. background: {color:SidebarBg}; color: {color:SidebarLinksHover}; font-style: italic;
  106. }
  107.  
  108. #sidebarlinks2 {
  109. display: block; font-size: 9px; letter-spacing: 1px; color: {color:Text}; text-align:center; text-transform: lowercase; margin: 2px 60px 2px 60px; padding: 0px; background-color: {color:SidebarBg}; border-bottom: 3px solid {color:Background};
  110. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  111. filter: alpha(opacity=50);
  112. -moz-opacity:0.5;
  113. -khtml-opacity: 0.5;
  114. opacity: 0.5;
  115. }
  116.  
  117.  
  118.  
  119. #sidebarlinks2:hover {
  120. background: {color:SidebarBg}; color: {color:SidebarLinksHover}; font-style: italic;
  121. }
  122.  
  123. #sidebartitles {
  124. font-family: {font:Labels}; text-transform: uppercase; display: block; font-size: 10px; letter-spacing: 1px; color: #fff; text-align:center; margin: 2px 50px 2px 50px; padding: 2px; border-bottom: 0px solid {color:Background};
  125. }
  126.  
  127.  
  128. #postinfo {
  129. display: block; text-align: right; font-size: 9px; font-family: {font:Labels}; text-transform: uppercase; padding: 5px; margin-bottom:10px; border-bottom:1px dashed {color:Background}; letter-spacing: 2px; font-style: none;
  130. }
  131.  
  132. #postinfo2 {
  133. position: absolute;
  134. display: block; background: {color:PostsBg}; text-align: center; font-size: 14px; font-family: {font:Labels}; text-transform: uppercase; padding: 4px 6px 4px 6px; border-right:0px solid ; z-index: 999; margin-left: 510px;
  135. }
  136.  
  137. .quote {
  138. font-family: {font:Quote}; letter-spacing: 0px; font-size: 11px; text-align: center; line-height: 11px;
  139. }
  140.  
  141. .question {
  142. font-family: {font:Quote}; text-align: center; border-bottom: 0px solid #ddd; padding: 10px;
  143. }
  144.  
  145. #pagination {
  146. margin-right: 0px; margin-top: 0px; font-size: 9px; text-align: justify; width: 100%;
  147. }
  148.  
  149. div#header {
  150. height:80px; margin:0; background: {color:Background}; text-align: center; margin-bottom:20px;
  151. }
  152.  
  153. div#container{
  154. text-align:left
  155. }
  156.  
  157.  
  158. div#navigation{
  159. background: transparent;
  160. }
  161.  
  162.  
  163. div#footer{
  164. background: #333; color: transparent;
  165. }
  166.  
  167. div#footer p{
  168. margin:0; padding:5px 10px
  169. }
  170.  
  171. div#container{
  172. margin-left:200px; width:500px;
  173. }
  174.  
  175. div#wrapper{
  176. float:left; width:100%; margin-top: 1px; width: 520px;
  177. }
  178.  
  179. div#content{
  180. margin-left:100px; margin-top: 1px; width: 520px; background: {color:PostsBg};
  181. }
  182.  
  183. div#navigation{
  184. margin-top:5px; margin-bottom:5px; position:relative; display:block; padding: 5px 0px 5px 0px; border-bottom: 0px solid {color:Background}; line-height: 9px;
  185. }
  186.  
  187.  
  188.  
  189. div#extra{
  190. margin-top: 155px; position: fixed; z-index: 9; float:left; width:255px; margin-left:-170px; font-size: 9px; text-align: center; border-right: 0px solid {color:Titles}; letter-spacing: 1px; padding: 5px; padding-top:50px;
  191. }
  192.  
  193. #about {
  194. margin-top: 155px; position: fixed; z-index: 8; float:left; width:255px; margin-left:-170px; font-size: 9px; text-align: center; border-right: 0px solid {color:Titles}; background: {color:SidebarBg}; letter-spacing: 1px; padding: 5px; padding-top:10px;
  195. }
  196.  
  197.  
  198.  
  199. .postwrap{
  200. text-align: justify; padding: 20px 10px 0px 10px; line-height: 11px;
  201. }
  202.  
  203. #sidebarimg {display: inline; margin-bottom: 0px; padding:2px; text-align: center;
  204. }
  205.  
  206. #tags{
  207. font-size: 8px; letter-spacing: 1px;;
  208. }
  209.  
  210.  
  211. #tags:hover{
  212. background: #fff; font-family:{font:Labels};}
  213.  
  214. #sblinks {
  215. margin: 0px 2px 2px 0px; padding:2px; border-bottom: 0px solid {color:LinksHover};
  216. }
  217.  
  218. .blogtitle {
  219. font-family:{font:Labels}; font-size: 10px; letter-spacing: 2px; text-align:center; color: {color:Titles}; text-transform: uppercase; padding: 5px; line-height: 12px; background: {color:PostsBg};
  220. }
  221.  
  222. .title {
  223. font-family: {font:Labels}; font-size: 16px; letter-spacing: 0px; text-align:center; color: {color:Title}; text-transform: lowercase; padding: 10px;
  224. }
  225.  
  226. #description {
  227. display:block; width: 100%; background: {color:SidebarBg}; margin-left: 100px; padding-top: 10px;
  228. }
  229.  
  230. </style>
  231.  
  232.  
  233. </head>
  234. <body>
  235.  
  236.  
  237.  
  238. <div id="container">
  239.  
  240.  
  241. <div id="wrapper">
  242.  
  243.  
  244. <div id="description">
  245.  
  246.  
  247. <div class="blogtitle"><a href="/">{title}</a></div>
  248. <div id="navigation"><div id="pagination">
  249. <center><a href="/" id="sidebarlinks">refresh</a>
  250. <a href="/archive" id="sidebarlinks">archive</a>
  251. <a href="/ask" id="sidebarlinks">ask</a>
  252. <a href="http://northerndawn.tumblr.com" id="sidebarlinks">theme</a>
  253. </center></div></div>
  254. <div id="navigation"><div id="pagination"> <img src="{PortraitURL-40}"style="float: left; padding: 10px; background: {color:Background}; margin: 0px 7px 5px 5px;">{Description}</div></div></div>
  255. <div id="content">
  256.  
  257.  
  258. {block:Posts}
  259.  
  260. <div id="postinfo2"><a href="{Permalink}"><h3>{DayOfMonthWithZero}</h3></a><small><h4>{ShortMonth}</h4></small><h5><a href="{Permalink}">{NoteCount}</a></h5></div>
  261.  
  262.  
  263. {block:Text}
  264. <div class="postwrap">
  265. {block:Title}<center><div class="title"><a href="{Permalink}">{Title}</a></div></center>
  266. {/block:Title}{Body}
  267. </div>
  268. {/block:Text}
  269.  
  270.  
  271.  
  272. {block:Photo}
  273. <div class="postwrap">
  274. <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" width="500"></center></a>
  275. <br>{block:Caption}{Caption}{/block:Caption}
  276.  
  277. </div>
  278. {/block:Photo}
  279.  
  280.  
  281.  
  282.  
  283. {block:Photoset}
  284. <div class="postwrap">
  285. {Photoset-500}
  286. <br>{block:Caption}{Caption}{/block:Caption}
  287. </div>
  288. {/block:Photoset}
  289.  
  290.  
  291.  
  292. {block:Quote}
  293. <div class="postwrap">
  294. <div class="quote">
  295. <b>"</b>{Quote}<b>"</b></div>
  296. {block:Source}<br>- {Source}{/block:Source}
  297. </div>
  298. {/block:Quote}
  299.  
  300.  
  301.  
  302.  
  303. {block:Link}
  304. <div class="postwrap">
  305. <div class="title"><a href="{URL}">{Name}</a><br></div>
  306. {block:Description}{Description}{/block:Description}
  307. </div>
  308. {/block:Link}
  309.  
  310.  
  311.  
  312.  
  313. {block:Audio}<br>
  314. <div class="postwrap">
  315. <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
  316.  
  317. {block:TrackName}[ {TrackName} ]{/block:TrackName}<br>
  318. {block:Caption}{Caption}{/block:Caption}
  319.  
  320. </div>
  321. {/block:Audio}</center>
  322.  
  323.  
  324.  
  325. {block:Chat}
  326. <div class="postwrap">
  327. <div class="title">{block:Title}<b>{Title}</b>{/block:Title}</div>
  328. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}
  329. </div>
  330. {/block:Chat}
  331.  
  332.  
  333.  
  334. {block:Video}
  335. <div class="postwrap">
  336. {video-500}
  337. {block:IfShowCaptions}
  338. <br>{block:Caption}{Caption}{/block:Caption}
  339. {/block:IfShowCaptions}
  340. {block:IfNotShowCaptions}
  341.  
  342. {/block:IfNotShowCaptions}
  343. </div>
  344. {/block:Video}
  345.  
  346.  
  347.  
  348. {block:Answer}
  349. <div class="postwrap">
  350.  
  351. <div class="question"> <b>{Asker}:</b> <blockquote>"{Question}"</blockquote></div><br>
  352. {Answer}
  353. </div>
  354. {/block:Answer}
  355.  
  356.  
  357.  
  358. <div id="postinfo"> {block:RebloggedFrom} (originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:IfShowTags}{block:HasTags}<br>{block:Tags}• <a href="{TagURL}" id="tags">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</div><BR>
  359. {/block:Posts}
  360.  
  361.  
  362. {block:PostNotes}{PostNotes}{/block:PostNotes}
  363.  
  364.  
  365. <br>
  366. <center>
  367. </center>
  368. </div>
  369. </div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375. <div id="extra">
  376.  
  377.  
  378. <center><br><br>
  379. <!--Little titles for links---<b id="sidebartitles"> GRAPHICS</b>-->
  380. {block:IfShowLink1}
  381. <a href="{text:Link URL 1}" id="sidebarlinks2">{text:Link Text 1}</a>
  382. {/block:IfShowLink1}
  383. {block:IfShowLink2}
  384. <a href="{text:Link URL 2}" id="sidebarlinks2">{text:Link Text 2}</a>
  385. {/block:IfShowLink2}
  386. {block:IfShowLink3}
  387. <a href="{text:Link URL 3}" id="sidebarlinks2">{text:Link Text 3}</a>
  388. {/block:IfShowLink3}
  389. {block:IfShowLink4}
  390. <a href="{text:Link URL 4}" id="sidebarlinks2">{text:Link Text 4}</a>
  391. {/block:IfShowLink4}
  392. {block:IfShowLink5}
  393. <a href="{text:Link URL 5}" id="sidebarlinks2">{text:Link Text 5}</a>
  394. {/block:IfShowLink5}
  395.  
  396. {block:IfShowLink6}
  397. <a href="{text:Link URL 6}" id="sidebarlinks2">{text:Link Text 6}</a>
  398. {/block:IfShowLink6}
  399.  
  400. {block:IfShowLink7}
  401. <a href="{text:Link URL 7}" id="sidebarlinks2">{text:Link Text 7}</a>
  402. {/block:IfShowLink7}
  403. <!---{block:HasPages}
  404. {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
  405. {/block:HasPages} ---->
  406. </center>
  407.  
  408.  
  409. </div>
  410.  
  411. <div id="about">
  412.  
  413.  
  414. <center><img src="{image:SbarImg}" id="sidebarimg" width="250"></center>
  415.  
  416.  
  417.  
  418.  
  419. <br><br>
  420. <div id="sidebarlinks">{block:PreviousPage}<a href="{PreviousPage}" ><big>«</big> </a>{/block:PreviousPage}&nbsp;{CurrentPage}|{TotalPages}&nbsp;{block:NextPage}<a href="{NextPage}"> <big>»</big></a>{/block:NextPage}</div>
  421. <br>
  422.  
  423.  
  424.  
  425.  
  426. <div>
  427.  
  428. </div>
  429.  
  430.  
  431. </div>
  432. </div>
  433. </div>
  434.  
  435.  
  436.  
  437.  
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement