Advertisement
northerndawn

theme01_a

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