Lighten CSS and style
This commit is contained in:
parent
9bf0144003
commit
15a8d83250
|
@ -2,9 +2,11 @@ body
|
||||||
{
|
{
|
||||||
background-color: #FAE3E3;
|
background-color: #FAE3E3;
|
||||||
|
|
||||||
font-family: 'ConnectionRegular';
|
margin: 0 0 0 0;
|
||||||
|
|
||||||
|
// font-family: 'ConnectionRegular';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: sans;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -48,11 +50,13 @@ main
|
||||||
background-color: #C98BB9;
|
background-color: #C98BB9;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu h1, .menu h2, .menu h3
|
.menu h1, .menu h2, .menu h3
|
||||||
{
|
{
|
||||||
|
margin: 0;
|
||||||
background-color: #CFA5B4;
|
background-color: #CFA5B4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,7 +73,6 @@ main
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.top-menu li
|
.top-menu li
|
||||||
{
|
{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
@ -5,10 +5,13 @@
|
||||||
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
|
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
|
||||||
https://www.gnu.org/licenses/agpl-3.0.html -->
|
https://www.gnu.org/licenses/agpl-3.0.html -->
|
||||||
|
|
||||||
|
<!-- FANCY FONTS:
|
||||||
<link rel="stylesheet" media="screen"
|
<link rel="stylesheet" media="screen"
|
||||||
href="https://fontlibrary.org/face/connection" type="text/css"/>
|
href="https://fontlibrary.org/face/connection" type="text/css"/>
|
||||||
|
-->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
|
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
|
||||||
<link rel="shortcut icon" href="/res/img/coin.ico">
|
<link rel="shortcut icon" href="/res/img/coin.png">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue