A few retouches to the style
This commit is contained in:
parent
a7bffb5ef6
commit
edc7bd175e
@ -1,15 +1,13 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
|
||||
@import url(http://reset5.googlecode.com/hg/reset.min.css);
|
||||
|
||||
html, body {overflow: auto, box-sizing: border-box}
|
||||
body, input {font-size: 1.1em;}
|
||||
html, body { overflow: hidden }
|
||||
body, input { font-size: 1.1em }
|
||||
|
||||
body {
|
||||
background-color: rgb(24,27,32);
|
||||
color: rgb(155,144,129);
|
||||
font-family: Inconsolata;
|
||||
margin: 0;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#container {
|
||||
@ -54,9 +52,16 @@ h1 {
|
||||
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"] {
|
||||
border: none;
|
||||
border-bottom: 2px dashed rgb(43,44,46);
|
||||
border-bottom: .15em dashed rgb(43,44,46);
|
||||
outline: none;
|
||||
background: transparent;
|
||||
color: rgb(119,96,73);
|
||||
@ -64,8 +69,8 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
border: 1px solid rgb(43,44,46);
|
||||
padding: .4em;
|
||||
border: .12em solid rgb(43,44,46);
|
||||
padding: .2em .4em !important;
|
||||
background: transparent;
|
||||
color: rgb(119,87,80);
|
||||
cursor: pointer;
|
||||
@ -76,8 +81,8 @@ a:link, a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#center a:hover {
|
||||
color: rgb(119,87,80);
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
transition: color .5s ease;
|
||||
color: rgb(119,87,80);
|
||||
}
|
Loading…
Reference in New Issue
Block a user