Advertisement
northerndawn

theme 08 simple sbar links

Apr 24th, 2012
2,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.95 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:SbImg1" content="" />
  14. <meta name="font:Body" content="georgia" />
  15. <meta name="font:Labels" content="georgia" />
  16. <meta name="font:Links" content="georgia" />
  17. <meta name="font:Quote" content="georgia" />
  18. <meta name="color:Background" content="#F5E9CC" />
  19. <meta name="color:Links" content="#AB9584" />
  20. <meta name="color:SidebarUpperBorder" content="#AB9584" />
  21. <meta name="color:LinksHover" content="#CFB5A3" />
  22. <meta name="color:SidebarLinks" content="#CE8888" />
  23. <meta name="color:SidebarBg" content="#FFFAF0" />
  24. <meta name="color:PostsBg" content="#FFF9E9" />
  25. <meta name="color:PostLabelsBg" content="#FFF8E9" />
  26. <meta name="color:SidebarLinksBgHover" content="#FFF9EC" />
  27. <meta name="color:SidebarLinksHover" content="#AA7768" />
  28. <meta name="color:Titles" content="#AA7768" />
  29. <meta name="color:Text" content="#85655F" />
  30. <meta name="text:BackgroundRepeat" content="no-repeat" />
  31. <meta name="text:Link Text 1" content="" />
  32. <meta name="text:Link URL 1" content="" />
  33. <meta name="text:Link Text 2" content="" />
  34. <meta name="text:Link URL 2" content="" />
  35. <meta name="text:Link Text 3" content="" />
  36. <meta name="text:Link URL 3" content="" />
  37. <meta name="text:Link Text 4" content="" />
  38. <meta name="text:Link URL 4" content="" />
  39. <meta name="text:Link Text 5" content="" />
  40. <meta name="text:Link URL 5" content="" />
  41. <meta name="text:Link Text 6" content="" />
  42. <meta name="text:Link URL 6" content="" />
  43. <meta name="text:Link Text 7" content="" />
  44. <meta name="text:Link URL 7" content="" />
  45. <meta name="if:ShowTitle" content="1" />
  46. <meta name="if:ShowLink1" content="1" />
  47. <meta name="if:ShowLink2" content="1" />
  48. <meta name="if:ShowLink3" content="1" />
  49. <meta name="if:ShowLink4" content="1" />
  50. <meta name="if:ShowLink5" content="1" />
  51. <meta name="if:ShowLink6" content="1" />
  52. <meta name="if:ShowLink7" content="1" />
  53. <meta name="if:ShowTags" content="1" />
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. html{margin: 0 auto;}
  59.  
  60. body{
  61. font-size: 10px; background-image: url({image:Background}); font-family: {font:Body}; background-color: {color:background}; padding: 0px; color: {color:Text}; background-attachment: fixed; background-position: bottom right; background-repeat: {text:BackgroundRepeat}; text-align:left; line-height:11px; margin: 0 auto; letter-spacing: -0.5px;
  62. }
  63.  
  64.  
  65. small {font-size: 9px;}
  66. b, strong, i, s, strike {
  67. color: {color:Links};
  68. }
  69.  
  70. blockquote {
  71. border-left: 2px solid {color:Links}; padding-left:5px; font-style: italic;
  72. }
  73.  
  74. li {padding-right: 10px;}
  75.  
  76. a img {
  77. border: none;
  78. }
  79.  
  80.  
  81. a:link {
  82. color: {color:Links}; text-decoration: none; font-family: {font:links}; letter-spacing: -0.5px;
  83. }
  84.  
  85. a:visited {
  86. color: {color:Links};text-decoration: none; font-style: italic;
  87. }
  88.  
  89. a:hover, a:active, a:focus {
  90. text-decoration: none; color: {color:LinksHover};
  91. }
  92.  
  93. h1, h2, h3, h4, h5, h6 {font-weight: normal; line-height: 9px; margin: 3px;}
  94.  
  95. h5 {margin-top:5px; font-size: 10px;}
  96.  
  97.  
  98. p {margin: 10px;
  99. }
  100.  
  101. #sidebartitles {
  102. font-size: 10px; letter-spacing: -0.5px; text-align:center; margin: 0px 0px 1px 0px; padding: 2px 10px 2px 10px; color: {color:Titles}; background: {color:PostsBg};
  103. }
  104.  
  105. #sidebarlinks {
  106. display: inline; font-size: 9px; letter-spacing: -0.5px; color: {color:SidebarLinks}; text-align:center; text-transform: lowercase; margin: 5px; padding: 5px; background-color: {color:SidebarBg}; border-bottom: 0px solid {color:Background};
  107. }
  108.  
  109. #sidebarlinks:hover {
  110. background: {color:SidebarLinksBgHover}; color: {color:SidebarLinksHover};
  111. }
  112.  
  113.  
  114.  
  115.  
  116. #postinfo {
  117. display: block; text-align: right; font-size: 9px; font-family: {font:Labels}; text-transform: lowercase; padding: 5px; margin-bottom:10px; border-bottom:1px dashed {color:Background};
  118. }
  119.  
  120. #postinfo2 {
  121. position: absolute;
  122. display: block; background: {color:PostLabelsBg}; text-align: center; font-size: 14px; font-family: {font:Labels}; text-transform: uppercase; padding: 4px 6px 4px 6px; border-right:0px solid ; z-index: 999; margin-left: 510px;
  123. }
  124.  
  125. .quote {
  126. font-family: {font:Quote}; letter-spacing: -0.5px; font-size: 11px; text-align: center; line-height: 16px; font-style: italic;
  127. }
  128.  
  129. .question {
  130. font-family: {font:Quote}; text-align: center; border-bottom: 0px solid #ddd; padding: 10px;
  131. }
  132.  
  133. #pagination {
  134. margin: 0 auto; margin-top: 0px; font-size: 9px; text-align: center;
  135. }
  136.  
  137. div#header {
  138. height:80px; margin:0; background: {color:Background}; text-align: center; margin-bottom:20px;
  139. }
  140.  
  141. div#container{
  142. text-align:left
  143. }
  144.  
  145.  
  146. div#navigation{
  147. background: transparent;
  148. }
  149.  
  150.  
  151. div#footer{
  152. background: #333; color: transparent;
  153. }
  154.  
  155. div#footer p{
  156. margin:0; padding:5px 10px
  157. }
  158.  
  159. div#container{
  160. margin-left:200px; width:500px;
  161. }
  162.  
  163. div#wrapper{
  164. float:left; width:100%; margin-top: 1px; width: 520px;
  165. }
  166.  
  167. div#content{
  168. margin-left:120px; margin-top: 50px; width: 520px; background: {color:PostsBg};
  169. }
  170.  
  171. div#navigation{
  172. margin-top:5px; margin-bottom:5px; position:relative; display:block; padding: 5px 0px 5px 0px; border-bottom: 0px solid {color:Background}; line-height: 9px; text-align: left;
  173. }
  174.  
  175.  
  176. div#extra{
  177. border-top: 10px solid {color:SidebarUpperBorder};
  178. margin-top:70px; position: fixed; z-index: 8; float:left; width:260px; margin-left:-170px; font-size: 9px; text-align: justify; border-right: 0px solid {color:Titles}; background: {color:SidebarBg}; letter-spacing: -0.5px; padding: 7px;
  179. }
  180.  
  181. #about {
  182. margin-top:315px; position: fixed; z-index: 8; width:245px; margin-left:-165px; font-size: 9px; text-align: center; border-right: 0px solid {color:Titles}; letter-spacing: -0.5px; padding: 4px 2px;background: {color:SidebarBg}; pfilter:alpha(opacity=50);
  183. -moz-opacity:0.3;
  184. -khtml-opacity: 0.3;
  185. opacity: 0.3;
  186. -webkit-transition: all 0.2s ease-in;
  187.  
  188. }
  189.  
  190. #about:hover{
  191. text-align: center;
  192.  
  193.  
  194. background: {color:SidebarBg};
  195. filter:alpha(opacity=100);
  196. -moz-opacity:1;
  197. -khtml-opacity: 1;
  198. opacity:1;
  199. adding-left: 3px;
  200. padding: 5px 2px;
  201.  
  202. border-bottom: 3px solid {color:Links};
  203. }
  204.  
  205. #sbarimage {
  206. margin-top:120px; position: fixed; z-index: 9; width:250px; margin-left:670px; font-size: 9px; text-align: center; border-right: 0px solid {color:Titles}; letter-spacing: -0.5px; padding: 5px;
  207. }
  208. .postwrap{
  209. text-align: justify; padding: 0px 10px 0px 10px; line-height: 11px;
  210. }
  211.  
  212. #sidebarimg {display: inline; margin-bottom: 0px; padding:2px; text-align: center;
  213. }
  214.  
  215. #tags{
  216. font-size: 9px; letter-spacing: -0.5px; font-style: italic;
  217. }
  218.  
  219.  
  220. #tags:hover{
  221. background: #fff;}
  222.  
  223. #sblinks {
  224. margin: 0px 2px 2px 0px; padding:2px; border-bottom: 0px solid {color:LinksHover};
  225. }
  226.  
  227. .blogtitle {
  228. font-family: georgia; font-size: 11px; letter-spacing: -1px; text-align:center; color: {color:Titles}; text-transform: lowercase; padding: 10px; line-height: 12px;
  229. }
  230.  
  231. .title {
  232. font-family: {font:Title}; font-size: 14px; letter-spacing: -0.5px; text-align:center; color: {color:Title}; text-transform: lowercase; padding: 10px;
  233. }
  234.  
  235.  
  236.  
  237.  
  238. </style>
  239.  
  240.  
  241. </head>
  242. <body>
  243.  
  244.  
  245.  
  246. <div id="container">
  247.  
  248.  
  249. <div id="wrapper">
  250.  
  251.  
  252.  
  253. <div id="content">
  254.  
  255.  
  256. {block:Posts}
  257.  
  258. <div id="postinfo2"><a href="{Permalink}"><h3>{DayOfMonthWithZero}</h3></a><small><h4>{ShortMonth}</h4></small><h5><a href="{Permalink}">{NoteCount}</a></h5></div>
  259.  
  260.  
  261. {block:Text}
  262. <div class="postwrap">
  263. {block:Title}<center><div class="title"><a href="{Permalink}">{Title}</a></div></center>
  264. {/block:Title}{Body}
  265. </div>
  266. {/block:Text}
  267.  
  268.  
  269.  
  270. {block:Photo}
  271. <div class="postwrap">
  272. <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" width="500"></center></a>
  273. <br>{block:Caption}{Caption}{/block:Caption}
  274.  
  275. </div>
  276. {/block:Photo}
  277.  
  278.  
  279.  
  280.  
  281. {block:Photoset}
  282. <div class="postwrap">
  283. {Photoset-500}
  284. <br>{block:Caption}{Caption}{/block:Caption}
  285. </div>
  286. {/block:Photoset}
  287.  
  288.  
  289.  
  290. {block:Quote}
  291. <div class="postwrap">
  292. <div class="quote">
  293. <b>"</b>{Quote}<b>"</b></div>
  294. {block:Source}<br>- {Source}{/block:Source}
  295. </div>
  296. {/block:Quote}
  297.  
  298.  
  299.  
  300.  
  301. {block:Link}
  302. <div class="postwrap">
  303. <div class="title"><a href="{URL}">{Name}</a><br></div>
  304. {block:Description}{Description}{/block:Description}
  305. </div>
  306. {/block:Link}
  307.  
  308.  
  309.  
  310.  
  311. {block:Audio}<br>
  312. <div class="postwrap">
  313. <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
  314.  
  315. {block:TrackName}[ {TrackName} ]{/block:TrackName}<br>
  316. {block:Caption}{Caption}{/block:Caption}
  317.  
  318. </div>
  319. {/block:Audio}</center>
  320.  
  321.  
  322.  
  323. {block:Chat}
  324. <div class="postwrap">
  325. <div class="title">{block:Title}<b>{Title}</b>{/block:Title}</div>
  326. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}
  327. </div>
  328. {/block:Chat}
  329.  
  330.  
  331.  
  332. {block:Video}
  333. <div class="postwrap">
  334. {video-500}
  335. {block:IfShowCaptions}
  336. <br>{block:Caption}{Caption}{/block:Caption}
  337. {/block:IfShowCaptions}
  338. {block:IfNotShowCaptions}
  339.  
  340. {/block:IfNotShowCaptions}
  341. </div>
  342. {/block:Video}
  343.  
  344.  
  345.  
  346. {block:Answer}
  347. <div class="postwrap">
  348.  
  349. <div class="question"> <b>{Asker}:</b> <blockquote>"{Question}"</blockquote></div><br>
  350. {Answer}
  351. </div>
  352. {/block:Answer}
  353.  
  354.  
  355.  
  356. <div id="postinfo"> {block:RebloggedFrom} (originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:IfShowTags}{block:HasTags}<br>{block:Tags}• <a href="{TagURL}" id="tags">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</div><BR>
  357. {/block:Posts}
  358.  
  359.  
  360. {block:PostNotes}{PostNotes}{/block:PostNotes}
  361.  
  362. <p style="font-family: arial; line-height: 8px; border-top: 2px solid {color:Links}"><small>© All copyrighted materials posted on this personal blog are for the sole purposes of documenting and illustrating my interests. All rights are reserved and respected to their original copyright owners.<b>No copyright infringement of any kind is intended.</b></small></p>
  363. <br>
  364. <center>
  365. </center>
  366. </div>
  367. </div>
  368.  
  369.  
  370.  
  371. <div id="extra">
  372.  
  373.  
  374.  
  375. <div class="blogtitle"><a href="/">{title}</a></div>
  376. <div id="navigation"><div id="pagination"><a href="/">refresh</a>&nbsp;|&nbsp;<a href="/archive">rewind</a>&nbsp;|&nbsp;<a href="/ask">question?</a>&nbsp;|&nbsp;<a href="/submit">submit</a> </div></div>
  377. <center><img src="{image:SbImg1}" id="sidebarimg" width="250"></center>
  378.  
  379. {Description}
  380.  
  381. <br>
  382.  
  383. <center>
  384. <!-- <b>• GRAPHICS - </b> -->
  385. {block:IfShowLink1}
  386. <a href="{text:Link URL 1}">{text:Link Text 1}</a>
  387. {/block:IfShowLink1}&nbsp;|&nbsp;
  388. {block:IfShowLink2}
  389. <a href="{text:Link URL 2}">{text:Link Text 2}</a>
  390. {/block:IfShowLink2}<br>
  391. <!-- <b>• RESOURCES - </b> -->
  392. {block:IfShowLink3}
  393. <a href="{text:Link URL 3}">{text:Link Text 3}</a>
  394. {/block:IfShowLink3} &nbsp;|&nbsp;
  395. {block:IfShowLink4}
  396. <a href="{text:Link URL 4}">{text:Link Text 4}</a>
  397. {/block:IfShowLink4}
  398. {block:IfShowLink5} &nbsp;|&nbsp;
  399. <a href="{text:Link URL 5}">{text:Link Text 5}</a>
  400. {/block:IfShowLink5}<br>
  401. <!-- <b>• THEMES - </b> -->
  402. {block:IfShowLink6}
  403. <a href="{text:Link URL 6}">{text:Link Text 6}</a>
  404. {/block:IfShowLink6}
  405. &nbsp;|&nbsp;
  406. {block:IfShowLink7}
  407. <a href="{text:Link URL 7}">{text:Link Text 7}</a>
  408. {/block:IfShowLink7}
  409. <!---{block:HasPages}
  410. {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
  411. {/block:HasPages} ---->
  412. </center>
  413. <br>
  414. <br>
  415.  
  416.  
  417.  
  418. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" ><big>« prev</big> </a>{/block:PreviousPage}&nbsp;{CurrentPage}/{TotalPages}&nbsp;{block:NextPage}<a href="{NextPage}"> <big>next »</big></a>{/block:NextPage}</div>
  419.  
  420. <br>
  421. <br>
  422.  
  423.  
  424.  
  425.  
  426.  
  427. </div>
  428.  
  429. </div>
  430. </div>
  431.  
  432.  
  433.  
  434.  
  435. </body>
  436. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement