mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
light colour scheme
This commit is contained in:
parent
787f33d514
commit
eeabe46591
1 changed files with 14 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
background-color: #e8ebcc;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -24,11 +23,12 @@ form {
|
||||||
.top-menu {
|
.top-menu {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-link {
|
.top-link {
|
||||||
float: left;
|
float: left;
|
||||||
color: #f0f0f0;
|
color: #fff;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -39,34 +39,34 @@ form {
|
||||||
|
|
||||||
.top-link:hover {
|
.top-link:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #999;
|
background-color: #f79b44;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-link:active{
|
.top-link:active{
|
||||||
color: #fff;
|
color: #2361a1;
|
||||||
background-color: #f79b44;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-selected-link {
|
.top-selected-link {
|
||||||
float: left;
|
float: left;
|
||||||
color: #2361a1;
|
|
||||||
background-color: #fff;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
padding: 0 20px 2px;
|
padding: 0 20px 2px;
|
||||||
|
color: #2361a1;
|
||||||
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-selected-link:hover {
|
.top-selected-link:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #999;
|
background-color: #f79b44;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-selected-link:active {
|
.top-selected-link:active {
|
||||||
color: #fff;
|
color: #2361a1;
|
||||||
background-color: #f79b44;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-user {
|
.top-user {
|
||||||
|
@ -74,7 +74,7 @@ form {
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
padding: 0 4px 2px;
|
padding: 0 4px 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ffce4f;
|
color: #ffd62e;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
@ -205,17 +205,14 @@ form {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #555;
|
color: #fafafa;
|
||||||
background-color: #ececec;
|
background-color: #f79b44;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #f79b44;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family:Arial, Helvetica, sans-serif;
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
color: #fafafa;
|
|
||||||
border: 1px solid #f79b44;
|
|
||||||
background-color: #f79b44;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.submenu-button {
|
.submenu-button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue