Skip to content

Instantly share code, notes, and snippets.

@ronsen
Last active October 3, 2024 08:54
Show Gist options
  • Save ronsen/97417fab3a13066934488a345eeda194 to your computer and use it in GitHub Desktop.
Save ronsen/97417fab3a13066934488a345eeda194 to your computer and use it in GitHub Desktop.
free blogger simple template
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta charset='utf-8' />
<meta content='width=device-width, initial-scale=1' name='viewport' />
<title>
<data:view.title.escaped />
</title>
<link rel='preconnect' href='https://fonts.googleapis.com' />
<link
href='https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap'
rel='stylesheet' />
<b:include data='blog' name='all-head-content' />
<b:skin><![CDATA[
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
body { max-width: 640px; margin: 0 auto; padding: 1em; padding-bottom: 2em; }
body { font-family: Raleway,sans-serif; }
.Header { margin-bottom: 3em; text-align: center; }
a { color: #000; }
.status-msg-wrap { width: 100%; margin-bottom: 2em; }
h1.title { color: #000; }
h1.title a { text-decoration: none; color: #000; }
h2.date-header { font-size: 10pt; color: #333; }
.PageList ul { list-style-type: none; display: inline; margin: 0; padding: 0; }
.PageList ul > li { display: inline; margin-right: 1em; }
.post { margin-bottom: 2em; }
.post a:has(img) { margin: 0; }
.post img { max-width: 100%; }
.post-body { line-height: 1.4em; }
.post-body blockquote { font-size: 11pt; border-left: 1px solid #999; padding-left: 1em; }
h3.post-title { color: #000; border-bottom: 1px solid #999; padding-bottom: 0.6em; margin-bottom: 0.6em; }
h3.post-title a { text-decoration: none;}
.post-footer { font-size: 10pt; color: #333; }
.post-footer-line { margin-bottom: 0.6em; color: #333; }
.post pre { background-color: #F4F4F4; padding: 1em; border: 1px solid #999; overflow-x: auto; }
.comments h4 { font-size: 9pt; color: #333; }
.blog-pager { font-size: 10pt; }
.blog-feeds { font-size: 10pt; }
.post-feeds { font-size: 10pt; }
.Attribution { margin: 2em 0; font-size: 10pt; border-top: 1px solid #999; padding-top: 0.6em; }
]]></b:skin>
</head>
<body>
<b:section id='header'>
<b:widget id='Header1' type='Header' />
</b:section>
<b:section id='navigation'>
<b:widget id='PageList1' type='PageList' />
</b:section>
<b:section id='posts'>
<b:widget id='Blog1' type='Blog' />
</b:section>
<b:section id='footer'>
<b:widget id='Attribution1' type='Attribution' />
</b:section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment