A few retouches to the style

This commit is contained in:
rnhmjoj 2015-04-08 23:26:05 +02:00
parent a7bffb5ef6
commit edc7bd175e

View File

@ -1,15 +1,13 @@
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700); @import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
@import url(http://reset5.googlecode.com/hg/reset.min.css); @import url(http://reset5.googlecode.com/hg/reset.min.css);
html, body {overflow: auto, box-sizing: border-box} html, body { overflow: hidden }
body, input {font-size: 1.1em;} body, input { font-size: 1.1em }
body { body {
background-color: rgb(24,27,32); background-color: rgb(24,27,32);
color: rgb(155,144,129); color: rgb(155,144,129);
font-family: Inconsolata; font-family: Inconsolata;
margin: 0;
margin-top: 1em;
} }
#container { #container {
@ -54,9 +52,16 @@ h1 {
color: rgb(81,94,102); color: rgb(81,94,102);
} }
h1 a { color: rgb(81,94,102) !important}
h2 {
font-size: 1.2em;
margin: .5em 0 0 1.5em;
}
input[type="text"] { input[type="text"] {
border: none; border: none;
border-bottom: 2px dashed rgb(43,44,46); border-bottom: .15em dashed rgb(43,44,46);
outline: none; outline: none;
background: transparent; background: transparent;
color: rgb(119,96,73); color: rgb(119,96,73);
@ -64,8 +69,8 @@ input[type="text"] {
} }
input[type="submit"] { input[type="submit"] {
border: 1px solid rgb(43,44,46); border: .12em solid rgb(43,44,46);
padding: .4em; padding: .2em .4em !important;
background: transparent; background: transparent;
color: rgb(119,87,80); color: rgb(119,87,80);
cursor: pointer; cursor: pointer;
@ -76,8 +81,8 @@ a:link, a:visited {
text-decoration: none; text-decoration: none;
} }
#center a:hover { a:hover {
color: rgb(119,87,80);
text-decoration: underline; text-decoration: underline;
transition: color .5s ease; transition: color .5s ease;
color: rgb(119,87,80);
} }