mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Initial Commit
This commit is contained in:
parent
2509a5d9cd
commit
a110e1d6f7
1 changed files with 4 additions and 3 deletions
|
@ -66,9 +66,6 @@ h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 25px;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
font-size: 21px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -190,6 +187,9 @@ padding-right: 85px;
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
#ipbox {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
|
@ -244,6 +244,7 @@ input[type="text"]:focus {
|
||||||
background-color: #488c1d;
|
background-color: #488c1d;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
font-size: 18px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
-webkit-border-top-left-radius: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue