datenspuren 2015: preliminary style

This commit is contained in:
Astro 2015-03-21 04:45:02 +01:00
parent 97c42627f0
commit 61de5db15f
2 changed files with 57 additions and 1 deletions

View File

@ -0,0 +1,56 @@
body {
margin: 0;
padding: 0;
text-align: center;
background: -moz-linear-gradient(top, #0f3f00 0%, #000000 100%) no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f3f00), color-stop(100%,#000000)) no-repeat; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0f3f00 0%,#000000 100%) no-repeat; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0f3f00 0%,#000000 100%) no-repeat; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0f3f00 0%,#000000 100%) no-repeat; /* IE10+ */
background: linear-gradient(top, #0f3f00 0%, #000000 100%) no-repeat; /* W3C */
background-color: #000000;
color: #222;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
}
aside ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 70%;
color: #0a0;
}
h1, h2 {
color: #0f0;
margin: 0;
}
a {
color: #070;
text-decoration: none;
}
article {
max-width: 55em;
margin: 0 auto;
padding: 0 2em 2em;
background-color: #eee;
text-align: left;
}
article date {
font-size: 70%;
color: #777;
padding-left: 2em;
}
article h3 {
padding: 2em 0 0;
}
#oldds {
list-style-type: none;
margin: 0 auto;
}
#oldds li {
display: inline;
padding: 0 0.3em;
}

View File

@ -123,7 +123,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="robots" content="index,follow" />
<meta name="language" content="German" />
<!--link rel="stylesheet" type="text/css" href="style/style.css" /-->
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!--link rel="icon" href="images/favicon.gif" type="image/gif" /-->
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="news-rss.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="news-atom.xml" />