mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-14 18:24:45 -04:00
colibris: Fix index page font and colors
This commit is contained in:
parent
af67f02da2
commit
d5020f53ab
1 changed files with 9 additions and 4 deletions
|
@ -6,7 +6,7 @@ form {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url(images/fond.jpg) center center no-repeat fixed #fff;
|
background: url(images/fond.jpg) center center no-repeat fixed #fff;
|
||||||
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
|
font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -24,6 +24,10 @@ body {
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
color: #4a5d5c;
|
||||||
|
}
|
||||||
|
|
||||||
#inner {
|
#inner {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
@ -65,14 +69,15 @@ button[type=submit] {
|
||||||
background: #586a69;
|
background: #586a69;
|
||||||
border: none;
|
border: none;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
opacity: 1;
|
||||||
|
transition: .2s background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button:hover,
|
#button:hover,
|
||||||
button[type=submit]:hover {
|
button[type=submit]:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #64d29b;
|
background: #4a5d5c;
|
||||||
border: 2px solid #586a69;
|
color: #64d29b;
|
||||||
color: #586a69;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#padname {
|
#padname {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue