Advertisement
northerndawn

theme01_d

Oct 19th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 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:Entries" content="#FFF3DF" />
  21. <meta name="color:Text" content="#85655F" />
  22. <meta name="color:Links" content="#84ABA9" />
  23. <meta name="color:LinksHover" content="#BFC990" />
  24. <meta name="color:SidebarLinks" content="#CE8888" />
  25. <meta name="color:SidebarLinksHover" content="#6B544C" />
  26. <meta name="text:TitleOne" content="" />
  27. <meta name="text:TitleTwo" content="" />
  28. <meta name="text:BackgroundRepeat" content="no-repeat" />
  29. <meta name="if:ShowSidebarImage" content="0" />
  30.  
  31. <style type="text/css">
  32. html,body{margin:0;padding:0}
  33.  
  34. body{
  35. font-size: {text:BodyFontSize};
  36. background-image: url({image:Background});
  37. font-family: {font:Body};
  38. background-color: {color:background};
  39. margin: 0;
  40. line-height: 12px;
  41. padding: 0px;
  42. color: {color:Text};
  43. background-attachment: fixed;
  44. background-position: bottom left;
  45. background-repeat: {text:BackgroundRepeat};
  46. text-align:center;
  47. }
  48.  
  49. p{
  50. margin:0 10px 10px
  51. }
  52. a img {
  53. border: none;
  54. }
  55.  
  56.  
  57. a:link {
  58. color: {color:Links};
  59. text-decoration: none;
  60. font-family: {font:links};
  61. letter-spacing: 2px;
  62. }
  63. a:visited {
  64. color: {color:LinksHover};
  65. text-decoration: underline;
  66. }
  67. a:hover, a:active, a:focus {
  68. text-decoration: none;
  69. color: {color:LinksHover}
  70. }
  71.  
  72. .blogtitle {
  73.  
  74.  
  75. font-family: {font:Body};
  76. font-size: 10px;
  77. letter-spacing: 8px;
  78. text-align:center;
  79. color: {color:Links};
  80. line-height: 20px;
  81. text-transform: uppercase;
  82. margin-bottom: 10px;
  83.  
  84.  
  85. padding-bottom: 10px;
  86. border-bottom: 1px dotted #ddd;
  87. }
  88.  
  89. .blogtitle2 {
  90. font-family: {font:Body};
  91. font-size: 10px;
  92. letter-spacing: 8px;
  93. text-align:center;
  94. color: {color:Links};
  95. line-height: 18px;
  96. text-transform: lowercase;
  97. margin-bottom: 50px;
  98. padding: 5px;
  99.  
  100. }
  101.  
  102.  
  103. #sidebarlinks {
  104. display: block;
  105. border: 0px;
  106. font-size: 10px;
  107. letter-spacing: 0px;
  108. color: {color:SidebarLinks};
  109. margin-bottom: 2px;
  110. border-right: 10px solid {color:links};
  111. padding: 2px;
  112. padding-right: 3px;
  113. background: transparent;
  114. text-align:right;
  115. letter-spacing:5px;
  116. text-transform: lowercase;
  117.  
  118. }
  119.  
  120. #sidebarlinks:hover {
  121. background: transparent;
  122. color: {color:SidebarLinksHover};
  123. border-right: 10px solid {color:LinksHover};
  124. }
  125.  
  126.  
  127.  
  128.  
  129. #postinfo {
  130. display: block;
  131. background: transparent;
  132. text-align: center;
  133. font-size: 10px;
  134. font-family: {font:Labels};
  135. text-transform: lowercase;
  136. padding-bottom: 10px;
  137. border-top: 1px dotted #ddd;
  138. margin-bottom:20px;
  139.  
  140.  
  141. }
  142. #postinfo2 {
  143. display: block;
  144. background: transparent;
  145. text-align: right;
  146. font-size: 10px;
  147. font-family: {font:Labels};
  148. margin-bottom: 20px;
  149. }
  150.  
  151. .quote {
  152. font-family: {font:Quote};
  153. letter-spacing: 2px;
  154. font-size: 11px;
  155. text-align: center;
  156. line-height: 18px;
  157. text-transform: uppercase;
  158. }
  159.  
  160. .question {
  161. font-family: {font:Quote};
  162. text-align: center;
  163. border-bottom: 0px solid #ddd;
  164. padding: 10px;
  165.  
  166. }
  167.  
  168. #pagination {
  169. margin-right: 0px;
  170. margin-top: 20px;
  171. font-size: 24px;
  172. text-align: right;
  173. }
  174.  
  175.  
  176.  
  177. div#header {
  178.  
  179. height:80px;
  180. margin:0;
  181. background: {color:Background};
  182. text-align: center;
  183. margin-bottom:30px;
  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: 0px;
  229. padding-top:50px;
  230. background: {color:Entries};
  231.  
  232.  
  233. }
  234.  
  235. div#navigation{
  236. margin-top:50px;
  237. position: fixed;
  238. z-index: 999;
  239. float:left;
  240. width:250px;
  241. margin-left:650px;
  242.  
  243. }
  244.  
  245. div#extra{
  246. margin-top:50px;
  247. position: fixed;
  248. z-index: 999;
  249. float:left;
  250. width:270px;
  251. margin-left:510px;
  252. font-size: 10px;
  253. background-color: transparent;
  254. text-align: center;
  255.  
  256.  
  257. }
  258.  
  259. .postwrap{text-align: justify;
  260. }
  261.  
  262. #tags{
  263. font-size: 9px;
  264. letter-spacing: 1px;
  265. font-style: italic;}
  266.  
  267.  
  268. #tags:hover{
  269. background: #fff;}
  270.  
  271. </style>
  272. </head>
  273. <body>
  274. <div id="container">
  275.  
  276. <div id="wrapper">
  277. <div id="content">
  278. {block:Posts}
  279.  
  280.  
  281.  
  282. {block:Text}
  283. <div class="postwrap">
  284. {block:Title}<center><div class="blogtitle"><a href="{Permalink}">{Title}</a></div></center>
  285. {/block:Title}{Body}
  286. </div>
  287. {/block:Text}
  288.  
  289.  
  290.  
  291. {block:Photo}
  292. <div class="postwrap">
  293. <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" width="500"></center></a>
  294. <br>{block:Caption}{Caption}{/block:Caption}
  295.  
  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.  
  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.  
  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.  
  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 href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}" id="tags">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  381. {/block:Posts}
  382. {block:PostNotes}{PostNotes}{/block:PostNotes}
  383.  
  384.  
  385.  
  386.  
  387. <!--{block:PermalinkPage}
  388. <div style="width:500px;">
  389. <div id="postinfo">{block:RebloggedFrom}source: <a style="color:{body:Color};" href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
  390. <div id="postinfo2">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  391. {/block:PermalinkPage}-->
  392.  
  393.  
  394.  
  395. </div>
  396. </div>
  397. <div id="navigation">
  398.  
  399. <a href="/" id="sidebarlinks"><span>home</span></a>
  400. <a href="/archive" id="sidebarlinks"><span>archive</span></a>
  401. <a href="/ask" id="sidebarlinks"><span>question?</span></a>
  402. <a href="http://northerndawn.tumblr.com" id="sidebarlinks"><span>theme </span></a>
  403. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage} </div>
  404. </div>
  405.  
  406.  
  407. <div id="extra">
  408. <div id="header">
  409.  
  410. <div class="blogtitle">{text:TitleOne}</div>
  411. <div class="blogtitle2">{text:TitleTwo}</div></div>
  412.  
  413.  
  414. {block:IfShowSidebarImage}<div class="sidebarimg"><img src="{image:Sidebar}" width="250px" /></div>{block:IfShowSidebarImage}<br>
  415. <div class="about">
  416.  
  417. {Description}</div>
  418.  
  419.  
  420. <div>
  421.  
  422. </div>
  423. </div>
  424. </div>
  425. </div>
  426. </body>
  427. </html>
  428.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement