Advertisement
northerndawn

theme01_updated

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