Update index.html

This commit is contained in:
mathias 2015-12-12 16:54:32 +02:00
parent 078e102c63
commit 674d3b244d

View file

@ -78,8 +78,8 @@
font-size: 1.000em;
color: #fff;
background: #000;
-webkit-tap-highlight-color: rgba(255,255,255,.2);
line-height: 1;
-webkit-tap-highlight-color: rgba(255,255,255,.2);
}
::-moz-selection {
background: #7b7b7b;
@ -189,11 +189,17 @@
background: rgba(255,255,255,.9);
}
#intro a:first-of-type {
-moz-border-radius: 1.313em 0 0 1.313em;
-webkit-border-radius: 1.313em 0 0 1.313em;
-o-border-radius: 1.313em 0 0 1.313em;
border-radius: 1.313em 0 0 1.313em;
border-right: 1px solid #aa0000;
padding: 0.438em 0.813em 0.313em 1.188em;
}
#intro a:last-of-type {
-moz-border-radius: 0 1.313em 1.313em 0;
-webkit-border-radius: 0 1.313em 1.313em 0;
-o-border-radius: 0 1.313em 1.313em 0;
border-radius: 0 1.313em 1.313em 0;
border-left: 1px solid #aa0000;
padding: 0.438em 1.188em 0.313em 0.813em;
@ -218,12 +224,18 @@
color: #000;
background: #fff;
padding: 0.375em 0.438em 0.438em 0.625em;
-moz-border-radius: 0.313em 0 0 0.313em;
-webkit-border-radius: 0.313em 0 0 0.313em;
-o-border-radius: 0.313em 0 0 0.313em;
border-radius: 0.313em 0 0 0.313em;
}
#about i {
border: #fff solid 1px;
color: #fff;
padding: 0.375em 0.625em 0.438em 0.563em;
-moz-border-radius: 0 0.313em 0.313em 0;
-webkit-border-radius: 0 0.313em 0.313em 0;
-o-border-radius: 0 0.313em 0.313em 0;
border-radius: 0 0.313em 0.313em 0;
}
/* News */
@ -288,6 +300,9 @@
color: #000;
background: #fff;
padding: 0.563em 0.688em 0.563em 0.688em;
-moz-border-radius: 0.250em;
-webkit-border-radius: 0.250em;
-o-border-radius: 0.250em;
border-radius: 0.250em;
display: block;
width: 100%;
@ -307,6 +322,9 @@
border: #fff solid 1px;
padding: 0.500em 0.625em 0.500em 0.688em;
margin: 1.625em 0 0 0;
-moz-border-radius: 0.313em;
-webkit-border-radius: 0.313em;
-o-border-radius: 0.313em;
border-radius: 0.313em;
cursor: pointer;
transition: background .2s ease-in-out;