1
0
mirror of https://github.com/Luzifer/Presentations.git synced 2024-09-19 17:12:57 +00:00

Added basic style to slide index

This commit is contained in:
Knut Ahlers 2012-01-01 17:49:41 +01:00
parent 012e410e51
commit d7b3041f6d

View File

@ -1 +1,21 @@
Test <!DOCTYPE html>
<html>
<head>
<title>K. Ahlers - Directory of presentations</title>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
body { background-color: #efefef; color:#333; font-family: 'Open Sans'; font-size: 13px; }
#content { background-color: #fff; border: 1px solid #d4d4d4; border-radius: 10px; box-shadow: 1px 1px 1px #ccc; margin: 20px auto; padding: 10px; width: 600px; }
h1 { border-bottom: 1px dashed #d4d4d4; }
a { color: #3d3dcc; }
</style>
</head>
<body>
<div id="content">
<h1>2012</h1>
<ul>
<li><a href="slides/2012/EMailSicherheit/">Barcamp Westküste: "Warum E-Mail kein sicheres Kommunikationsmittel ist"</a></li>
</ul>
</div>
</body>
</html>