@ -0,0 +1,42 @@ | |||
baseurl = "http://elmarqu.es/" | |||
title = "El Marqués" | |||
theme = "ghostwriter" | |||
languageCode = "en-us" | |||
copyright = "Markus Bergholz" | |||
[Author] | |||
name = "Markus Bergholz" | |||
[Taxonomies] | |||
tag = "tags" | |||
[Params] | |||
intro = true | |||
headline = "My headline" | |||
description = "DIY or die" | |||
github = "https://github.com/markuman" | |||
twitter = "https://twitter.com/markuman" | |||
opengraph = true | |||
[Permalinks] | |||
post = "/:year/:month/:day/:filename/" | |||
[[menu.main]] | |||
name = "Blog" | |||
url = "/" | |||
weight = 1 | |||
[[menu.main]] | |||
name = "Projects" | |||
url = "/project/" | |||
weight = 2 | |||
[[menu.main]] | |||
name = "Contact" | |||
url = "/page/contact/" | |||
weight = 3 | |||
[[menu.main]] | |||
name = "About" | |||
url = "/page/about/" | |||
weight = 4 |
@ -0,0 +1,11 @@ | |||
+++ | |||
date = "2016-11-15T12:53:27+01:00" | |||
title = "about" | |||
description = "" | |||
author = "" | |||
tags = [ | |||
] | |||
+++ | |||
... |
@ -0,0 +1,14 @@ | |||
+++ | |||
date = "2016-11-15T12:51:03+01:00" | |||
description = "" | |||
author = "" | |||
tags = [ | |||
] | |||
title = "contact" | |||
+++ | |||
Markus Bergholz | |||
Neue Poststr. 14 | |||
85598 Baldham | |||
081063973021 |
@ -0,0 +1,13 @@ | |||
+++ | |||
description = "" | |||
author = "markuman" | |||
tags = [ | |||
] | |||
title = "HELO" | |||
date = "2016-11-14T19:39:50+01:00" | |||
+++ | |||
# HELO world | |||
Schön dass ich wieder da bin! |
@ -0,0 +1,20 @@ | |||
+++ | |||
title = "Enter the System, Aye Aye" | |||
date = "2016-11-16T09:02:07+01:00" | |||
description = "" | |||
author = "" | |||
tags = [ | |||
"linux" | |||
] | |||
+++ | |||
# Enter the System, Aye Aye | |||
Gestern Vormittag machte es bereits auf ycombinator die Runde, heute Vormittag dann auch in den deutschen Medien. | |||
Kommt man zur Cryptsetup Passworteingabe, hält man die Enter-Taste einfach 70 Sekunden lang gedrückt und bekommt dadurch eine Root Konsole. Coole workaround! Aber als | |||
Angriffszenario? | |||
Immerhin hätte die Angreiferin in dem Fall bereits physischen Zugriff. Mit einem Live Linux (sofern übers Bios nicht blockiert) kommt man jedenfalls schneller an eine Root | |||
Konsole. | |||
Aber so wird die Enter-Taste ihres Namens wenigstens gerecht :) |
@ -0,0 +1,11 @@ | |||
+++ | |||
author = "" | |||
tags = [ | |||
] | |||
title = "project" | |||
description = "" | |||
date = "2016-11-15T12:52:51+01:00" | |||
+++ | |||
comming soon ... |
@ -0,0 +1,162 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<title>HELO · Markus Bergholz</title> | |||
<meta name="description" content="HELO world Schön dass ich wieder da bin!"> | |||
<meta name="HandheldFriendly" content="True"> | |||
<meta name="MobileOptimized" content="320"> | |||
<meta name="generator" content="Hugo 0.17" /> | |||
<meta name="robots" content="index,follow"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta property="og:title" content="HELO"> | |||
<meta property="og:description" content="HELO world Schön dass ich wieder da bin!"> | |||
<meta property="og:type" content="article"> | |||
<meta property="og:url" content="http://elmarqu.es/2016/11/14/helo/"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/normalize.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/highlight.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/style.css"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> | |||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> | |||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<header class="site-header"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square" href="http://elmarqu.es/index.xml"><i class="fa fa-rss"></i></a> | |||
<a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/markuman"> | |||
<i class="fa fa-twitter"></i> | |||
</a> | |||
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/markuman"> | |||
<i class="fa fa-github-alt"></i> | |||
</a> | |||
</div> | |||
<ul class="site-nav"> | |||
<li class="site-nav-item"> | |||
<a title="Blog" href="/">Blog</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Projects" href="/project/">Projects</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Contact" href="/page/contact/">Contact</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="About" href="/page/about/">About</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</header> | |||
<div id="container"> | |||
<div class="container"> | |||
<article class="post-container" itemscope="" itemtype="http://schema.org/BlogPosting"> | |||
<header class="post-header"> | |||
<h1 class="post-title" itemprop="name headline">HELO</h1> | |||
<p class="post-date"> | |||
<span>Published <time datetime="2016-11-14" itemprop="datePublished">Mon, Nov 14, 2016</time></span> | |||
<span>by</span> | |||
<span itemscope="" itemprop="author" itemtype="https://schema.org/Person"> | |||
<span itemprop="name"> | |||
<a href="" itemprop="url" rel="author">Markus Bergholz</a> | |||
</span> | |||
</span> | |||
</p> | |||
</header> | |||
<div class="post-content clearfix" itemprop="articleBody"> | |||
<h1 id="helo-world">HELO world</h1> | |||
<p>Schön dass ich wieder da bin!</p> | |||
</div> | |||
<footer class="post-footer clearfix"> | |||
<div class="share"> | |||
<a class="icon-twitter" href="https://twitter.com/share?text=HELO&url=http%3a%2f%2felmarqu.es%2f2016%2f11%2f14%2fhelo%2f" | |||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> | |||
<i class="fa fa-twitter"></i> | |||
<span class="hidden">Twitter</span> | |||
</a> | |||
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2felmarqu.es%2f2016%2f11%2f14%2fhelo%2f" | |||
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> | |||
<i class="fa fa-facebook"></i> | |||
<span class="hidden">Facebook</span> | |||
</a> | |||
<a class="icon-google-plus" href="https://plus.google.com/share?url=http%3a%2f%2felmarqu.es%2f2016%2f11%2f14%2fhelo%2f" | |||
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> | |||
<i class="fa fa-google-plus"></i> | |||
<span class="hidden">Google+</span> | |||
</a> | |||
</div> | |||
</footer> | |||
</article> | |||
</div> | |||
</div> | |||
</div> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square button-jump-top js-jump-top" href="#"> | |||
<i class="fa fa-angle-up"></i> | |||
</a> | |||
</div> | |||
<p class="footer-copyright"> | |||
<span>© 2016 / Powered by <a href="https://gohugo.io/">Hugo</a></span> | |||
</p> | |||
<p class="footer-copyright"> | |||
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> | |||
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> | |||
</p> | |||
</div> | |||
</footer> | |||
<script src="http://elmarqu.es/js/jquery-1.11.3.min.js"></script> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> | |||
<script src="http://elmarqu.es/js/jquery.fitvids.js"></script> | |||
<script src="http://elmarqu.es/js/scripts.js"></script> | |||
</body> | |||
</html> | |||
@ -0,0 +1,179 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<title>Enter the System, Aye Aye · Markus Bergholz</title> | |||
<meta name="description" content="Enter the System, Aye Aye Gestern Vormittag machte es bereits auf ycombinator die Runde, heute Vormittag dann auch in den deutschen Medien. | |||
Kommt man zur Cryptsetup Passworteingabe, hält man die Enter-Taste einfach 70 Sekunden lang gedrückt und bekommt dadurch eine Root Konsole. Coole workaround! Aber als Angriffszenario? | |||
Immerhin hätte die Angreiferin in dem Fall bereits physischen Zugriff. Mit einem Live Linux (sofern übers Bios nicht blockiert) kommt man jedenfalls schneller an eine Root Konsole."> | |||
<meta name="HandheldFriendly" content="True"> | |||
<meta name="MobileOptimized" content="320"> | |||
<meta name="generator" content="Hugo 0.17" /> | |||
<meta name="robots" content="index,follow"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta property="og:title" content="Enter the System, Aye Aye"> | |||
<meta property="og:description" content="Enter the System, Aye Aye Gestern Vormittag machte es bereits auf ycombinator die Runde, heute Vormittag dann auch in den deutschen Medien. | |||
Kommt man zur Cryptsetup Passworteingabe, hält man die Enter-Taste einfach 70 Sekunden lang gedrückt und bekommt dadurch eine Root Konsole. Coole workaround! Aber als Angriffszenario? | |||
Immerhin hätte die Angreiferin in dem Fall bereits physischen Zugriff. Mit einem Live Linux (sofern übers Bios nicht blockiert) kommt man jedenfalls schneller an eine Root Konsole."> | |||
<meta property="og:type" content="article"> | |||
<meta property="og:url" content="http://elmarqu.es/2016/11/16/enter_root/"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/normalize.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/highlight.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/style.css"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> | |||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> | |||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<header class="site-header"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square" href="http://elmarqu.es/index.xml"><i class="fa fa-rss"></i></a> | |||
<a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/markuman"> | |||
<i class="fa fa-twitter"></i> | |||
</a> | |||
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/markuman"> | |||
<i class="fa fa-github-alt"></i> | |||
</a> | |||
</div> | |||
<ul class="site-nav"> | |||
<li class="site-nav-item"> | |||
<a title="Blog" href="/">Blog</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Projects" href="/project/">Projects</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Contact" href="/page/contact/">Contact</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="About" href="/page/about/">About</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</header> | |||
<div id="container"> | |||
<div class="container"> | |||
<article class="post-container" itemscope="" itemtype="http://schema.org/BlogPosting"> | |||
<header class="post-header"> | |||
<h1 class="post-title" itemprop="name headline">Enter the System, Aye Aye</h1> | |||
<p class="post-date"> | |||
<span>Published <time datetime="2016-11-16" itemprop="datePublished">Wed, Nov 16, 2016</time></span> | |||
<span>by</span> | |||
<span itemscope="" itemprop="author" itemtype="https://schema.org/Person"> | |||
<span itemprop="name"> | |||
<a href="" itemprop="url" rel="author">Markus Bergholz</a> | |||
</span> | |||
</span> | |||
</p> | |||
</header> | |||
<div class="post-content clearfix" itemprop="articleBody"> | |||
<h1 id="enter-the-system-aye-aye">Enter the System, Aye Aye</h1> | |||
<p>Gestern Vormittag machte es bereits auf ycombinator die Runde, heute Vormittag dann auch in den deutschen Medien.<br /> | |||
Kommt man zur Cryptsetup Passworteingabe, hält man die Enter-Taste einfach 70 Sekunden lang gedrückt und bekommt dadurch eine Root Konsole. Coole workaround! Aber als | |||
Angriffszenario?<br /> | |||
Immerhin hätte die Angreiferin in dem Fall bereits physischen Zugriff. Mit einem Live Linux (sofern übers Bios nicht blockiert) kommt man jedenfalls schneller an eine Root | |||
Konsole.</p> | |||
<p>Aber so wird die Enter-Taste ihres Namens wenigstens gerecht :)</p> | |||
</div> | |||
<footer class="post-footer clearfix"> | |||
<p class="post-tags"> | |||
<span>Tagged:</span> | |||
<a href="/tags/linux/">linux</a> | |||
</p> | |||
<div class="share"> | |||
<a class="icon-twitter" href="https://twitter.com/share?text=Enter%20the%20System%2c%20Aye%20Aye&url=http%3a%2f%2felmarqu.es%2f2016%2f11%2f16%2fenter_root%2f" | |||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> | |||
<i class="fa fa-twitter"></i> | |||
<span class="hidden">Twitter</span> | |||
</a> | |||
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2felmarqu.es%2f2016%2f11%2f16%2fenter_root%2f" | |||
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> | |||
<i class="fa fa-facebook"></i> | |||
<span class="hidden">Facebook</span> | |||
</a> | |||
<a class="icon-google-plus" href="https://plus.google.com/share?url=http%3a%2f%2felmarqu.es%2f2016%2f11%2f16%2fenter_root%2f" | |||
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> | |||
<i class="fa fa-google-plus"></i> | |||
<span class="hidden">Google+</span> | |||
</a> | |||
</div> | |||
</footer> | |||
</article> | |||
</div> | |||
</div> | |||
</div> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square button-jump-top js-jump-top" href="#"> | |||
<i class="fa fa-angle-up"></i> | |||
</a> | |||
</div> | |||
<p class="footer-copyright"> | |||
<span>© 2016 / Powered by <a href="https://gohugo.io/">Hugo</a></span> | |||
</p> | |||
<p class="footer-copyright"> | |||
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> | |||
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> | |||
</p> | |||
</div> | |||
</footer> | |||
<script src="http://elmarqu.es/js/jquery-1.11.3.min.js"></script> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> | |||
<script src="http://elmarqu.es/js/jquery.fitvids.js"></script> | |||
<script src="http://elmarqu.es/js/scripts.js"></script> | |||
</body> | |||
</html> | |||
@ -0,0 +1,116 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<title>404 Page not found · Markus Bergholz</title> | |||
<meta name="description" content="DIY or die"> | |||
<meta name="HandheldFriendly" content="True"> | |||
<meta name="MobileOptimized" content="320"> | |||
<meta name="generator" content="Hugo 0.17" /> | |||
<meta name="robots" content="index,follow"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta property="og:title" content="404 Page not found"> | |||
<meta property="og:description" content="DIY or die"> | |||
<meta property="og:type" content="website"> | |||
<meta property="og:url" content="http://elmarqu.es/404/"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/normalize.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/highlight.css"> | |||
<link rel="stylesheet" href="http://elmarqu.es/css/style.css"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> | |||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> | |||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<header class="site-header"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square" href="http://elmarqu.es/index.xml"><i class="fa fa-rss"></i></a> | |||
<a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/markuman"> | |||
<i class="fa fa-twitter"></i> | |||
</a> | |||
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/markuman"> | |||
<i class="fa fa-github-alt"></i> | |||
</a> | |||
</div> | |||
<ul class="site-nav"> | |||
<li class="site-nav-item"> | |||
<a title="Blog" href="/">Blog</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Projects" href="/project/">Projects</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Contact" href="/page/contact/">Contact</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="About" href="/page/about/">About</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</header> | |||
<div id="container"> | |||
<div class="container"> | |||
<header class="post-header"> | |||
<h1 class="post-title" itemprop="name">My headline</h1> | |||
<p>DIY or die</p> | |||
</header> | |||
<p class="error">Oh, this page does not exist. You can head back to <a href="http://elmarqu.es/">homepage</a>.</p> | |||
</div> | |||
</div> | |||
</div> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="http://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square button-jump-top js-jump-top" href="#"> | |||
<i class="fa fa-angle-up"></i> | |||
</a> | |||
</div> | |||
<p class="footer-copyright"> | |||
<span>© 2016 / Powered by <a href="https://gohugo.io/">Hugo</a></span> | |||
</p> | |||
<p class="footer-copyright"> | |||
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> | |||
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> | |||
</p> | |||
</div> | |||
</footer> | |||
<script src="http://elmarqu.es/js/jquery-1.11.3.min.js"></script> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> | |||
<script src="http://elmarqu.es/js/jquery.fitvids.js"></script> | |||
<script src="http://elmarqu.es/js/scripts.js"></script> | |||
</body> | |||
</html> |
@ -0,0 +1,147 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<title>contact · Markus Bergholz</title> | |||
<meta name="description" content="HELO"> | |||
<meta name="HandheldFriendly" content="True"> | |||
<meta name="MobileOptimized" content="320"> | |||
<meta name="generator" content="Hugo 0.17" /> | |||
<meta name="robots" content="index,follow"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta property="og:title" content="contact"> | |||
<meta property="og:description" content="HELO"> | |||
<meta property="og:type" content="article"> | |||
<meta property="og:url" content="https://elmarqu.es/conctact/contact/"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/normalize.css"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/highlight.css"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/style.css"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> | |||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> | |||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<header class="site-header"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="https://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square" href="https://elmarqu.es/index.xml"><i class="fa fa-rss"></i></a> | |||
<a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/markuman"> | |||
<i class="fa fa-twitter"></i> | |||
</a> | |||
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/markuman"> | |||
<i class="fa fa-github-alt"></i> | |||
</a> | |||
</div> | |||
<ul class="site-nav"> | |||
<li class="site-nav-item"> | |||
<a title="Blog" href="/">Blog</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Projects" href="/project/">Projects</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Contact" href="/page/contact/">Contact</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="About" href="/page/about/">About</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</header> | |||
<div id="container"> | |||
<div class="container"> | |||
<article class="post-container"> | |||
<header class="post-header"> | |||
<h1 class="post-title">contact</h1> | |||
</header> | |||
<div class="post-content clearfix"> | |||
<p>HELO</p> | |||
</div> | |||
<footer class="post-footer clearfix"> | |||
<div class="share"> | |||
<a class="icon-twitter" href="https://twitter.com/share?text=contact&url=https%3a%2f%2felmarqu.es%2fconctact%2fcontact%2f" | |||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> | |||
<i class="fa fa-twitter"></i> | |||
<span class="hidden">Twitter</span> | |||
</a> | |||
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2felmarqu.es%2fconctact%2fcontact%2f" | |||
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> | |||
<i class="fa fa-facebook"></i> | |||
<span class="hidden">Facebook</span> | |||
</a> | |||
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2felmarqu.es%2fconctact%2fcontact%2f" | |||
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> | |||
<i class="fa fa-google-plus"></i> | |||
<span class="hidden">Google+</span> | |||
</a> | |||
</div> | |||
</footer> | |||
</article> | |||
</div> | |||
</div> | |||
</div> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="https://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square button-jump-top js-jump-top" href="#"> | |||
<i class="fa fa-angle-up"></i> | |||
</a> | |||
</div> | |||
<p class="footer-copyright"> | |||
<span>© 2016 / Powered by <a href="https://gohugo.io/">Hugo</a></span> | |||
</p> | |||
<p class="footer-copyright"> | |||
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> | |||
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> | |||
</p> | |||
</div> | |||
</footer> | |||
<script src="https://elmarqu.es/js/jquery-1.11.3.min.js"></script> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> | |||
<script src="https://elmarqu.es/js/jquery.fitvids.js"></script> | |||
<script src="https://elmarqu.es/js/scripts.js"></script> | |||
</body> | |||
</html> | |||
@ -0,0 +1,133 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<title>Conctacts · Markus Bergholz</title> | |||
<meta name="description" content="My description"> | |||
<meta name="HandheldFriendly" content="True"> | |||
<meta name="MobileOptimized" content="320"> | |||
<meta name="generator" content="Hugo 0.17" /> | |||
<meta name="robots" content="index,follow"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta property="og:title" content="Conctacts"> | |||
<meta property="og:description" content="My description"> | |||
<meta property="og:type" content="website"> | |||
<meta property="og:url" content="https://elmarqu.es/conctact/"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/normalize.css"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/highlight.css"> | |||
<link rel="stylesheet" href="https://elmarqu.es/css/style.css"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> | |||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> | |||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<header class="site-header"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="https://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square" href="https://elmarqu.es/index.xml"><i class="fa fa-rss"></i></a> | |||
<a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/markuman"> | |||
<i class="fa fa-twitter"></i> | |||
</a> | |||
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/markuman"> | |||
<i class="fa fa-github-alt"></i> | |||
</a> | |||
</div> | |||
<ul class="site-nav"> | |||
<li class="site-nav-item"> | |||
<a title="Blog" href="/">Blog</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Projects" href="/project/">Projects</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="Contact" href="/page/contact/">Contact</a> | |||
</li> | |||
<li class="site-nav-item"> | |||
<a title="About" href="/page/about/">About</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</header> | |||
<div id="container"> | |||
<div id="post-index" class="container"> | |||
<header class="post-header"> | |||
<h1 class="post-title">My headline</h1> | |||
<p>My description</p> | |||
</header> | |||
<ol class="post-list"> | |||
<li class="post-stub"> | |||
<a href="https://elmarqu.es/conctact/contact/"> | |||
<h4 class="post-stub-title">contact</h4> | |||
</a> | |||
</li> | |||
</ol> | |||
<div class="post-navigation"> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="site-title-wrapper"> | |||
<h1 class="site-title"> | |||
<a title="El Marqués" href="https://elmarqu.es/">El Marqués</a> | |||
</h1> | |||
<a class="button-square button-jump-top js-jump-top" href="#"> | |||
<i class="fa fa-angle-up"></i> | |||
</a> | |||
</div> | |||
<p class="footer-copyright"> | |||
<span>© 2016 / Powered by <a href="https://gohugo.io/">Hugo</a></span> | |||
</p> | |||
<p class="footer-copyright"> | |||
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> | |||
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> | |||
</p> | |||
</div> | |||
</footer> | |||
<script src="https://elmarqu.es/js/jquery-1.11.3.min.js"></script> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script> | |||
<script src="https://elmarqu.es/js/jquery.fitvids.js"></script> | |||
<script src="https://elmarqu.es/js/scripts.js"></script> | |||
</body> | |||
</html> |
@ -0,0 +1,24 @@ | |||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | |||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |||
<channel> | |||
<title>Conctact-rsses on El Marqués</title> | |||
<link>https://elmarqu.es/conctact/index.xml</link> | |||
<description>Recent content in Conctact-rsses on El Marqués</description> | |||
<generator>Hugo -- gohugo.io</generator> | |||
<language>en-us</language> | |||
<copyright>Markus Bergholz</copyright> | |||
<lastBuildDate>Tue, 15 Nov 2016 12:48:52 +0100</lastBuildDate> | |||
<atom:link href="https://elmarqu.es/conctact/index.xml" rel="self" type="application/rss+xml" /> | |||
<item> | |||
<title>contact</title> | |||
<link>https://elmarqu.es/conctact/contact/</link> | |||
<pubDate>Tue, 15 Nov 2016 12:48:52 +0100</pubDate> | |||
<guid>https://elmarqu.es/conctact/contact/</guid> | |||
<description><p>HELO</p> | |||
</description> | |||
</item> | |||
</channel> | |||
</rss> |
@ -0,0 +1 @@ | |||
<!DOCTYPE html><html><head><title>https://elmarqu.es/conctact/</title><link rel="canonical" href="https://elmarqu.es/conctact/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://elmarqu.es/conctact/" /></head></html> |
@ -0,0 +1,13 @@ | |||
+++ | |||
tags = [ | |||
] | |||
title = "contact" | |||
description = "" | |||
date = "2016-11-15T12:45:28+01:00" | |||
author = "" | |||
+++ | |||
Markus Bergholz | |||
Neue Poststr. 14 | |||
85598 Baldham |
@ -0,0 +1,116 @@ | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
color: #333; | |||
-webkit-text-size-adjust: none; | |||
} | |||
.hljs-comment, | |||
.diff .hljs-header { | |||
color: #998; | |||
font-style: italic; | |||
} | |||
.hljs-keyword, | |||
.css .rule .hljs-keyword, | |||
.hljs-winutils, | |||
.nginx .hljs-title, | |||
.hljs-subst, | |||
.hljs-request, | |||
.hljs-status { | |||
color: #333; | |||
font-weight: bold; | |||
} | |||
.hljs-number, | |||
.hljs-hexcolor, | |||
.ruby .hljs-constant { | |||
color: #008080; | |||
} | |||
.hljs-string, | |||
.hljs-tag .hljs-value, | |||
.hljs-doctag, | |||
.tex .hljs-formula { | |||
color: #d14; | |||
} | |||
.hljs-title, | |||
.hljs-id, | |||
.scss .hljs-preprocessor { | |||
color: #900; | |||
font-weight: bold; | |||
} | |||
.hljs-list .hljs-keyword, | |||
.hljs-subst { | |||
font-weight: normal; | |||
} | |||
.hljs-class .hljs-title, | |||
.hljs-type, | |||
.vhdl .hljs-literal, | |||
.tex .hljs-command { | |||
color: #458; | |||
font-weight: bold; | |||
} | |||
.hljs-tag, | |||
.hljs-tag .hljs-title, | |||
.hljs-rule .hljs-property, | |||
.django .hljs-tag .hljs-keyword { | |||
color: #000080; | |||
font-weight: normal; | |||
} | |||
.hljs-attribute, | |||
.hljs-variable, | |||
.lisp .hljs-body, | |||
.hljs-name { | |||
color: #008080; | |||
} | |||
.hljs-regexp { | |||
color: #009926; | |||
} | |||
.hljs-symbol, | |||
.ruby .hljs-symbol .hljs-string, | |||
.lisp .hljs-keyword, | |||
.clojure .hljs-keyword, | |||
.scheme .hljs-keyword, | |||
.tex .hljs-special, | |||
.hljs-prompt { | |||
color: #F03838; | |||
} | |||
.hljs-built_in { | |||
color: #0086b3; | |||
} | |||
.hljs-preprocessor, | |||
.hljs-pragma, | |||
.hljs-pi, | |||
.hljs-doctype, | |||
.hljs-shebang, | |||
.hljs-cdata { | |||
color: #999; | |||
font-weight: bold; | |||
} | |||
.hljs-deletion { | |||
background: #fdd; | |||
} | |||
.hljs-addition { | |||
background: #dfd; | |||
} | |||
.diff .hljs-change { | |||
background: #0086b3; | |||
} | |||
.hljs-chunk { | |||
color: #aaa; | |||
} |
@ -0,0 +1,424 @@ | |||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |||
/** | |||
* 1. Set default font family to sans-serif. | |||
* 2. Prevent iOS and IE text size adjust after device orientation change, | |||
* without disabling user zoom. | |||
*/ | |||
html { | |||
font-family: sans-serif; /* 1 */ | |||
-ms-text-size-adjust: 100%; /* 2 */ | |||
-webkit-text-size-adjust: 100%; /* 2 */ | |||
} | |||
/** | |||
* Remove default margin. | |||
*/ | |||
body { | |||
margin: 0; | |||
} | |||
/* HTML5 display definitions | |||
========================================================================== */ | |||
/** | |||
* Correct `block` display not defined for any HTML5 element in IE 8/9. | |||
* Correct `block` display not defined for `details` or `summary` in IE 10/11 | |||
* and Firefox. | |||
* Correct `block` display not defined for `main` in IE 11. | |||
*/ | |||
article, | |||
aside, | |||
details, | |||
figcaption, | |||
figure, | |||
footer, | |||
header, | |||
hgroup, | |||
main, | |||
menu, | |||
nav, | |||
section, | |||
summary { | |||
display: block; | |||
} | |||
/** | |||
* 1. Correct `inline-block` display not defined in IE 8/9. | |||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. | |||
*/ | |||
audio, | |||
canvas, | |||
progress, | |||
video { | |||
display: inline-block; /* 1 */ | |||
vertical-align: baseline; /* 2 */ | |||
} | |||
/** | |||
* Prevent modern browsers from displaying `audio` without controls. | |||
* Remove excess height in iOS 5 devices. | |||
*/ | |||
audio:not([controls]) { | |||
display: none; | |||
height: 0; | |||
} | |||
/** | |||
* Address `[hidden]` styling not present in IE 8/9/10. | |||
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. | |||
*/ | |||
[hidden], | |||
template { | |||
display: none; | |||
} | |||
/* Links | |||
========================================================================== */ | |||
/** | |||
* Remove the gray background color from active links in IE 10. | |||
*/ | |||
a { | |||
background-color: transparent; | |||
} | |||
/** | |||
* Improve readability of focused elements when they are also in an | |||
* active/hover state. | |||
*/ | |||
a:active, | |||
a:hover { | |||
outline: 0; | |||
} | |||
/* Text-level semantics | |||
========================================================================== */ | |||
/** | |||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome. | |||
*/ | |||
abbr[title] { | |||
border-bottom: 1px dotted; | |||
} | |||
/** | |||
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. | |||
*/ | |||
b, | |||
strong { | |||
font-weight: bold; | |||
} | |||
/** | |||
* Address styling not present in Safari and Chrome. | |||
*/ | |||
dfn { | |||
font-style: italic; | |||
} | |||
/** | |||
* Address variable `h1` font-size and margin within `section` and `article` | |||
* contexts in Firefox 4+, Safari, and Chrome. | |||
*/ | |||
h1 { | |||
font-size: 2em; | |||
margin: 0.67em 0; | |||
} | |||
/** | |||
* Address styling not present in IE 8/9. | |||
*/ | |||
mark { | |||
background: #ff0; | |||
color: #000; | |||
} | |||
/** | |||
* Address inconsistent and variable font size in all browsers. | |||
*/ | |||
small { | |||
font-size: 80%; | |||
} | |||
/** | |||
* Prevent `sub` and `sup` affecting `line-height` in all browsers. | |||
*/ | |||
sub, | |||
sup { | |||
font-size: 75%; | |||
line-height: 0; | |||
position: relative; | |||
vertical-align: baseline; | |||
} | |||
sup { | |||
top: -0.5em; | |||
} | |||
sub { | |||
bottom: -0.25em; | |||
} | |||
/* Embedded content | |||
========================================================================== */ | |||
/** | |||
* Remove border when inside `a` element in IE 8/9/10. | |||
*/ | |||
img { | |||
border: 0; | |||
} | |||
/** | |||
* Correct overflow not hidden in IE 9/10/11. | |||
*/ | |||
svg:not(:root) { | |||
overflow: hidden; | |||
} | |||
/* Grouping content | |||
========================================================================== */ | |||
/** | |||
* Address margin not present in IE 8/9 and Safari. | |||
*/ | |||
figure { | |||
margin: 1em 40px; | |||
} | |||
/** | |||
* Address differences between Firefox and other browsers. | |||
*/ | |||
hr { | |||
box-sizing: content-box; | |||
height: 0; | |||
} | |||
/** | |||
* Contain overflow in all browsers. | |||
*/ | |||
pre { | |||
overflow: auto; | |||
} | |||
/** | |||
* Address odd `em`-unit font size rendering in all browsers. | |||
*/ | |||
code, | |||
kbd, | |||
pre, | |||
samp { | |||
font-family: monospace, monospace; | |||
font-size: 1em; | |||
} | |||
/* Forms | |||
========================================================================== */ | |||
/** | |||
* Known limitation: by default, Chrome and Safari on OS X allow very limited | |||
* styling of `select`, unless a `border` property is set. | |||
*/ | |||
/** | |||
* 1. Correct color not being inherited. | |||
* Known issue: affects color of disabled elements. | |||
* 2. Correct font properties not being inherited. | |||
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome. | |||
*/ | |||
button, | |||
input, | |||
optgroup, | |||
select, | |||
textarea { | |||
color: inherit; /* 1 */ | |||
font: inherit; /* 2 */ | |||
margin: 0; /* 3 */ | |||
} | |||
/** | |||
* Address `overflow` set to `hidden` in IE 8/9/10/11. | |||
*/ | |||
button { | |||
overflow: visible; | |||
} | |||
/** | |||
* Address inconsistent `text-transform` inheritance for `button` and `select`. | |||
* All other form control elements do not inherit `text-transform` values. | |||
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. | |||
* Correct `select` style inheritance in Firefox. | |||
*/ | |||
button, | |||
select { | |||
text-transform: none; | |||
} | |||
/** | |||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` | |||
* and `video` controls. | |||
* 2. Correct inability to style clickable `input` types in iOS. | |||
* 3. Improve usability and consistency of cursor style between image-type | |||
* `input` and others. | |||
*/ | |||
button, | |||
html input[type="button"], /* 1 */ | |||
input[type="reset"], | |||
input[type="submit"] { | |||
-webkit-appearance: button; /* 2 */ | |||
cursor: pointer; /* 3 */ | |||
} | |||
/** | |||
* Re-set default cursor for disabled elements. | |||
*/ | |||
button[disabled], | |||
html input[disabled] { | |||
cursor: default; | |||
} | |||
/** | |||
* Remove inner padding and border in Firefox 4+. | |||
*/ | |||
button::-moz-focus-inner, | |||
input::-moz-focus-inner { | |||
border: 0; | |||
padding: 0; | |||
} | |||
/** | |||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in | |||
* the UA stylesheet. | |||
*/ | |||
input { | |||
line-height: normal; | |||
} | |||
/** | |||
* It's recommended that you don't attempt to style these elements. | |||
* Firefox's implementation doesn't respect box-sizing, padding, or width. | |||
* | |||
* 1. Address box sizing set to `content-box` in IE 8/9/10. | |||
* 2. Remove excess padding in IE 8/9/10. | |||
*/ | |||
input[type="checkbox"], | |||
input[type="radio"] { | |||
box-sizing: border-box; /* 1 */ | |||
padding: 0; /* 2 */ | |||
} | |||
/** | |||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain | |||
* `font-size` values of the `input`, it causes the cursor style of the | |||
* decrement button to change from `default` to `text`. | |||
*/ | |||
input[type="number"]::-webkit-inner-spin-button, | |||
input[type="number"]::-webkit-outer-spin-button { | |||
height: auto; | |||
} | |||
/** | |||
* 1. Address `appearance` set to `searchfield` in Safari and Chrome. | |||
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome. | |||
*/ | |||
input[type="search"] { | |||
-webkit-appearance: textfield; /* 1 */ | |||
box-sizing: content-box; /* 2 */ | |||
} | |||
/** | |||
* Remove inner padding and search cancel button in Safari and Chrome on OS X. | |||
* Safari (but not Chrome) clips the cancel button when the search input has | |||
* padding (and `textfield` appearance). | |||
*/ | |||
input[type="search"]::-webkit-search-cancel-button, | |||
input[type="search"]::-webkit-search-decoration { | |||
-webkit-appearance: none; | |||
} | |||
/** | |||
* Define consistent border, margin, and padding. | |||
*/ | |||
fieldset { | |||
border: 1px solid #c0c0c0; | |||
margin: 0 2px; | |||
padding: 0.35em 0.625em 0.75em; | |||
} | |||
/** | |||
* 1. Correct `color` not being inherited in IE 8/9/10/11. | |||
* 2. Remove padding so people aren't caught out if they zero out fieldsets. | |||
*/ | |||
legend { | |||
border: 0; /* 1 */ | |||
padding: 0; /* 2 */ | |||
} | |||
/** | |||
* Remove default vertical scrollbar in IE 8/9/10/11. | |||
*/ | |||
textarea { | |||
overflow: auto; | |||
} | |||
/** | |||
* Don't inherit the `font-weight` (applied by a rule above). | |||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X. | |||
*/ | |||
optgroup { | |||
font-weight: bold; | |||
} | |||
/* Tables | |||
========================================================================== */ | |||
/** | |||
* Remove most spacing between table cells. | |||
*/ | |||
table { | |||
border-collapse: collapse; | |||
border-spacing: 0; | |||
} | |||
td, | |||
th { | |||
padding: 0; | |||
} |
@ -0,0 +1,632 @@ | |||
/* ============================================================ */ | |||
/* Base */ | |||
/* ============================================================ */ | |||
html, body { | |||
height: 100%; } | |||
body { | |||
background: #FEFEFE; | |||
color: #424242; | |||
font-family: "Open Sans", arial, sans-serif; | |||
font-size: 18px; } | |||
h1, h2, h3, h4, h5, h6 { | |||
margin-bottom: 20px; | |||
text-transform: none; } | |||
h1 { | |||
font-size: 26px; } | |||
h2 { | |||
font-size: 24px; } | |||
h3 { | |||
font-size: 20px; | |||
margin-bottom: 20px; } | |||
h4 { | |||
font-size: 18px; | |||
margin-bottom: 18px; } | |||
h5 { | |||
font-size: 16px; | |||
margin-bottom: 15px; } | |||
h6 { | |||
font-size: 14px; | |||
margin-bottom: 12px; } | |||
p { | |||
line-height: 1.8; | |||
margin: 0 0 30px; } | |||
a { | |||
color: #F03838; | |||
text-decoration: none; } | |||
ul, ol { | |||
list-style-position: inside; | |||
line-height: 1.4; | |||
margin: 0 0 20px; | |||
padding: 0; } | |||
ul ul, ul ol, ol ul, ol ol { | |||
margin: 10px 0 0 20px; } | |||
ul li, ol li { | |||
margin: 0 0 2px; } | |||
ul li:last-of-type, ol li:last-of-type { | |||
margin-bottom: 0; } | |||
blockquote { | |||
border-left: 1px dotted #F03838; | |||
margin: 40px 0; | |||
padding: 5px 30px; } | |||
blockquote p { | |||
color: #AEADAD; | |||
display: block; | |||
font-style: italic; | |||
margin: 0; | |||
width: 100%; } | |||
img { | |||
display: block; | |||
margin: 40px 0; | |||
width: auto; | |||
max-width: 100%; } | |||
pre { | |||
background: #F1F0EA; | |||
border: 1px solid #DDDBCC; | |||
border-radius: 3px; | |||
margin: 0 0 20px; | |||
padding: 10px; | |||
font-size: 16px; } | |||
code { | |||
padding: 2px 4px; | |||
font-size: 90%; | |||
color: #F03838; | |||
background-color: #F1F0EA; | |||
border-radius: 4px; } | |||
hr { | |||
border: none; | |||
border-bottom: 1px dotted #303030; | |||
margin: 45px 0; } | |||
table { | |||
margin-bottom: 40px; | |||
width: 100%; } | |||
table tbody > tr:nth-child(odd) > td, | |||
table tbody > tr:nth-child(odd) > th { | |||
background-color: #f7f7f3; } | |||
table th { | |||
padding: 0 10px 10px; | |||
text-align: left; } | |||
table td { | |||
padding: 10px; } | |||
table tr { | |||
border-bottom: 1px dotted #AEADAD; } | |||
::selection { | |||
background: #FFF5B8; | |||
color: #000; | |||
display: block; } | |||
::-moz-selection { | |||
background: #FFF5B8; | |||
color: #000; | |||
display: block; } | |||
.fluid-width-video-wrapper { | |||
margin-bottom: 40px; } | |||
.hidden { | |||
text-indent: -9999px; | |||
visibility: hidden; | |||
display: none; } | |||
.clearfix:after { | |||
content: ""; | |||
display: table; | |||
clear: both; } | |||
/* ============================================================ */ | |||
/* General Appearance */ | |||
/* ============================================================ */ | |||
.container { | |||
margin: 0 auto; | |||
position: relative; | |||
width: 100%; | |||
max-width: 889px; } | |||
#wrapper { | |||
height: auto; | |||
min-height: 100%; | |||
/* This must be the same as the height of the footer */ | |||
margin-bottom: -265px; } | |||
#wrapper:after { | |||
content: ""; | |||
display: block; | |||
/* This must be the same as the height of the footer */ | |||
height: 265px; } | |||
.button { | |||
background: #303030; | |||
border: none; | |||
border-radius: 3px; | |||
color: #FEFEFE; | |||
font-size: 14px; | |||
font-weight: 700; | |||
padding: 10px 12px; | |||
text-transform: uppercase; } | |||
.button:hover { | |||
background: #F03838; } | |||
.button-square { | |||
background: #F03838; | |||
color: #FFF; | |||
float: left; | |||
font-size: 17px; | |||
margin: 0 0 0 10px; | |||
padding: 3px 8px 4px; } | |||
.button-square:hover { | |||
background: #303030; } | |||
.error { | |||
text-align: center; } | |||
.comments { | |||