Advertisement
northerndawn

theme02

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