mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Cleaning up CSS
This commit is contained in:
parent
89be8d5acf
commit
1af496578a
1 changed files with 19 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
|
@ -10,6 +16,14 @@
|
|||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Merriweather Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
|
||||
}
|
||||
|
||||
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
|
@ -19,7 +33,7 @@ html, body {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Merriweather Sans', sans-serif;
|
||||
color: #fff;
|
||||
background: #000;
|
||||
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||
|
@ -156,7 +170,7 @@ input {
|
|||
background: none;
|
||||
padding: 7px;
|
||||
width: 75px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Merriweather Sans', sans-serif;
|
||||
font-size: 13px;
|
||||
margin: 15px 0 0 0;
|
||||
-moz-border-radius: 0px 3px 3px 0px;
|
||||
|
@ -201,15 +215,15 @@ padding-left:90px;
|
|||
padding-right:90px;
|
||||
padding-top:40px;
|
||||
padding-bottom:40px;
|
||||
font-size:21px;
|
||||
font-size:18px;
|
||||
}
|
||||
input{
|
||||
font-size:21px;
|
||||
font-size:18px;
|
||||
margin:25px 0 0 0;
|
||||
width:123px;
|
||||
}
|
||||
#ipbox{
|
||||
font-size:21px;
|
||||
font-size:18px;
|
||||
margin:25px 0 0 0;
|
||||
}
|
||||
#btn-circle{
|
||||
|
|
Loading…
Reference in a new issue