Advertisement
northerndawn

theme01

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