Advertisement
northerndawn

theme02_userpic

Oct 29th, 2011
5,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 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. {block:HasPages}
  346. {block:Pages}<a href="{URL}" id="sidebarlinks2">{Label}</a>{/block:Pages}
  347. {/block:HasPages}
  348.  
  349. </div>
  350. <!-- End Left Column -->
  351.  
  352. <!-- Begin Left Middle Column -->
  353. <div id="leftmiddle">
  354.  
  355.  
  356.  
  357. <div id="sblinks">
  358.  
  359.  
  360. <div style="text-align:right; margin: 3px;"><img src="{PortraitURL-64}"></div>
  361. <a href="/" id="sidebarlinks"><span>home</span></a>
  362. <a href="/archive" id="sidebarlinks"><span>archive</span></a>
  363. <a href="/ask" id="sidebarlinks"><span>ask me</span></a>
  364. <a href="http://northerndawn.tumblr.com" id="sidebarlinks"><span>theme </span></a>
  365.  
  366. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  367. </div>
  368.  
  369.  
  370.  
  371.  
  372.  
  373. </div>
  374. <!-- End Left Middle Column -->
  375.  
  376. <!-- Begin Right Middle Column -->
  377. <div id="rightmiddle">
  378.  
  379. {block:Posts}
  380.  
  381.  
  382.  
  383. {block:Text}
  384. <div class="postwrap">
  385. {block:Title}<center> <div class="posttitle"><a href="{Permalink}">{Title}</a></div></center>
  386. {/block:Title}{Body}
  387. </div>
  388. {/block:Text}
  389.  
  390.  
  391.  
  392. {block:Photo}
  393.  
  394. <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" width="500"></center></a>
  395. <div class="postwrap">
  396. <br>{block:Caption}{Caption}{/block:Caption}
  397. </div>
  398. {/block:Photo}
  399.  
  400.  
  401.  
  402.  
  403. {block:Photoset}
  404.  
  405. {Photoset-500}
  406.  
  407. <br><div class="postwrap">{block:Caption}{Caption}{/block:Caption}</div>
  408. {/block:Photoset}
  409.  
  410.  
  411.  
  412. {block:Quote}
  413. <div class="postwrap">
  414. <div class="quote">
  415. <b>"</b>{Quote}<b>"</b></div>
  416. {block:Source}<br>+ {Source}{/block:Source}
  417. </div>
  418. {/block:Quote}
  419.  
  420.  
  421.  
  422.  
  423. {block:Link}
  424. <div class="postwrap">
  425. <div class="posttitle"><a href="{URL}">{Name}</a><br></div>
  426. {block:Description}{Description}{/block:Description}
  427. </div>
  428. {/block:Link}
  429.  
  430.  
  431.  
  432.  
  433. {block:Audio}<br>
  434. <div class="postwrap">
  435. <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
  436. {block:TrackName}[ {TrackName} ]{/block:TrackName}
  437. <br>
  438. {block:Caption}{Caption}{/block:Caption}
  439. </div>
  440. {/block:Audio}</center>
  441.  
  442.  
  443.  
  444. {block:Chat}
  445. <div class="postwrap">
  446. <div class="posttitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
  447. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}
  448. </div>
  449. {/block:Chat}
  450.  
  451.  
  452.  
  453. {block:Video}
  454.  
  455. {video-500}
  456. <div class="postwrap">
  457.  
  458. <br>{block:Caption}{Caption}{/block:Caption}
  459.  
  460. </div>
  461. {/block:Video}
  462.  
  463.  
  464.  
  465. {block:Answer}
  466. <div class="postwrap">
  467.  
  468. <div class="question"> <b>{Asker}:</b> <br /><br />"{Question}"</div>
  469. {Answer}
  470. </div>
  471. {/block:Answer}
  472.  
  473.  
  474.  
  475. <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>
  476. {/block:Posts}
  477. {block:PostNotes}{PostNotes}{/block:PostNotes}
  478.  
  479.  
  480.  
  481. </div>
  482. <!-- End Right Middle Column -->
  483.  
  484.  
  485.  
  486. </div>
  487. <!-- End Wrapper -->
  488.  
  489. </body>
  490. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement