Advertisement
northerndawn

theme02_with7links

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