fix(fe/themes): normalize white theme
This commit is contained in:
parent
aabde4c3d7
commit
4cdfddc090
15 changed files with 527 additions and 1047 deletions
208
public/static/css/colors.css
Normal file
208
public/static/css/colors.css
Normal file
|
@ -0,0 +1,208 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.blue0-font {
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.blue1-font {
|
||||
color: #2980b9;
|
||||
}
|
||||
|
||||
.cyan0-font {
|
||||
color: #1abc9c;
|
||||
}
|
||||
|
||||
.cyan1-font {
|
||||
color: #16a085;
|
||||
}
|
||||
|
||||
.purple0-font {
|
||||
color: #9b59b6;
|
||||
}
|
||||
|
||||
.purple1-font {
|
||||
color: #8e44ad;
|
||||
}
|
||||
|
||||
.red0-font {
|
||||
color: #e74c3c;
|
||||
}
|
||||
|
||||
.red1-font {
|
||||
color: #c0392b;
|
||||
}
|
||||
|
||||
.yellow0-font {
|
||||
color: #f1c40f;
|
||||
}
|
||||
|
||||
.yellow1-font {
|
||||
color: #f39c12;
|
||||
}
|
||||
|
||||
.yellow2-font {
|
||||
color: #e67e22;
|
||||
}
|
||||
|
||||
.yellow3-font {
|
||||
color: #d35400;
|
||||
}
|
||||
|
||||
.green0-font {
|
||||
color: #2ecc71;
|
||||
}
|
||||
|
||||
.green1-font {
|
||||
color: #27ae60;
|
||||
}
|
||||
|
||||
.green2-font {
|
||||
color: #15cd3d;
|
||||
}
|
||||
|
||||
.white-font {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.white0-font {
|
||||
color: #ecf0f1;
|
||||
}
|
||||
|
||||
.white1-font {
|
||||
color: #bdc3c7;
|
||||
}
|
||||
|
||||
.grey0-font {
|
||||
color: #95a5a6;
|
||||
}
|
||||
|
||||
.grey1-font {
|
||||
color: #7f8c8d;
|
||||
}
|
||||
|
||||
.grey2-font {
|
||||
color: #ecf0f6;
|
||||
}
|
||||
|
||||
.grey3-font {
|
||||
color: #697384;
|
||||
}
|
||||
|
||||
.black-font {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.black0-font {
|
||||
color: #34495e;
|
||||
}
|
||||
|
||||
.black1-font {
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
.blue0-bg {
|
||||
background-color: #3498db;
|
||||
}
|
||||
|
||||
.blue1-bg {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
.blue2-bg {
|
||||
background-color: #2f45c5;
|
||||
}
|
||||
|
||||
.cyan0-bg {
|
||||
background-color: #1abc9c;
|
||||
}
|
||||
|
||||
.cyan1-bg {
|
||||
background-color: #16a085;
|
||||
}
|
||||
|
||||
.purple0-bg {
|
||||
background-color: #9b59b6;
|
||||
}
|
||||
|
||||
.purple1-bg {
|
||||
background-color: #8e44ad;
|
||||
}
|
||||
|
||||
.red0-bg {
|
||||
background-color: #e74c3c;
|
||||
}
|
||||
|
||||
.red1-bg {
|
||||
background-color: #c0392b;
|
||||
}
|
||||
|
||||
.yellow0-bg {
|
||||
background-color: #f1c40f;
|
||||
}
|
||||
|
||||
.yellow1-bg {
|
||||
background-color: #f39c12;
|
||||
}
|
||||
|
||||
.yellow2-bg {
|
||||
background-color: #e67e22;
|
||||
}
|
||||
|
||||
.yellow3-bg {
|
||||
background-color: #15cd3d;
|
||||
}
|
||||
|
||||
.yellow3-bg {
|
||||
background-color: #d35400;
|
||||
}
|
||||
|
||||
.green0-bg {
|
||||
background-color: #2ecc71;
|
||||
}
|
||||
|
||||
.green1-bg {
|
||||
background-color: #27ae60;
|
||||
}
|
||||
|
||||
.green2-bg {
|
||||
background-color: #15cd3d;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.white0-bg {
|
||||
background-color: #ecf0f1;
|
||||
}
|
||||
|
||||
.white1-bg {
|
||||
background-color: #bdc3c7;
|
||||
}
|
||||
|
||||
.grey0-bg {
|
||||
background-color: #95a5a6;
|
||||
}
|
||||
|
||||
.grey1-bg {
|
||||
background-color: #7f8c8d;
|
||||
}
|
||||
.grey2-bg {
|
||||
background-color: #ecf0f6;
|
||||
}
|
||||
|
||||
.grey3-bg {
|
||||
background-color: #697384;
|
||||
}
|
||||
|
||||
.black-bg {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.black0-bg {
|
||||
background-color: #34495e;
|
||||
}
|
||||
|
||||
.black1-bg {
|
||||
background-color: #2c3e50;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue