Created
March 19, 2011 20:54
-
-
Save Mikulas/877795 to your computer and use it in GitHub Desktop.
Messy Blogger Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title><$BlogPageTitle$></title> | |
<$BlogMetaData$> | |
<style type="text/css"> | |
body {margin-top: 1.0em; font-family: Helvetica, Arial, FreeSans, san-serif;} | |
#container {margin: 0 auto; width: 700px;} | |
h1, h2 {color: #2B2;} | |
h1 {font-size: 3.4em; margin-bottom: 3px;} | |
h1 .small {font-size: 0.4em;} | |
h1 a {text-decoration: none;} | |
h2 {font-size: 1.5em; float: left; margin: 0em 1em 0em -1em; color: #2B2;} | |
h2 time {color: #000;} | |
.description {font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} | |
article {margin-top: 5em;} | |
p {line-height: 150%;} | |
p + p, pre + p {text-indent: 1.5em;} | |
h2 + p {text-indent: 0;} | |
pre {background: #000; color: #fff; padding: 15px;} | |
hr {border: 0; width: 80%; border-bottom: 1px solid #aaa;} | |
footer {text-align:center; padding-top:30px; font-style: italic; margin: 100px auto; width: 900px; color: rgba(0, 0, 0, 0.5);} | |
</style> | |
</head> | |
<body> | |
<div id="container"> | |
<h1 id="blog-title"><ItemPage><a href="<$BlogURL$>"></ItemPage><$BlogTitle$><ItemPage></a></ItemPage></h1> | |
<p id="description"><$BlogDescription$></p> | |
<Blogger> | |
<article> | |
<a name="<$BlogItemNumber$>"> | |
<h2><time><$BlogItemDateTime$></time><$BlogItemTitle$></h2><$BlogItemControl$> | |
<p><$BlogItemBody$></p> | |
</article> | |
</Blogger> | |
</div> | |
<footer> | |
This web site is not affiliated with, endorsed, sponsored, or specifically approved by Wizards of the Coast LLC. This web site may use the trademarks and other intellectual property of Wizards of the Coast LLC, which is permitted under Wizards. | |
<hr> | |
Wizards of the Coast, Magic: The Gathering, and their logos are trademarks of Wizards of the Coast LLC in the United States and other countries. © 2009 Wizards. All Rights Reserved. | |
All texts and code published on this site that are not aforementioned trademarks are subjects to copyright © Mikuláš Dítě 2011. All Rights Reserved. | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment