frontend: the advoware GUI
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
32
frontend/resources/stylesheets/advotracker-dark.css
Normal file
32
frontend/resources/stylesheets/advotracker-dark.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.header {
|
||||
background: #444e55;
|
||||
}
|
||||
|
||||
.content {
|
||||
background: #3b434a;
|
||||
}
|
||||
|
||||
text-box {
|
||||
background: transparent;
|
||||
border-width: 0;
|
||||
color: #9dafbf;
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
#input {
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
text-block {
|
||||
font-size: 42;
|
||||
color: #dfebf5;
|
||||
}
|
||||
|
||||
#input {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 1;
|
||||
font-size: 20;
|
||||
}
|
||||
23
frontend/resources/stylesheets/advotracker-light.css
Normal file
23
frontend/resources/stylesheets/advotracker-light.css
Normal file
@@ -0,0 +1,23 @@
|
||||
* {
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.content {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
text-box {
|
||||
color: #4d4c4c;
|
||||
}
|
||||
|
||||
text-block {
|
||||
color: #4d4c4c;
|
||||
}
|
||||
|
||||
light-text {
|
||||
color: #dfebf5;
|
||||
}
|
||||
55
frontend/resources/stylesheets/grid.css
Normal file
55
frontend/resources/stylesheets/grid.css
Normal file
@@ -0,0 +1,55 @@
|
||||
* {
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
lynch {
|
||||
background: #647b91;
|
||||
}
|
||||
|
||||
bluebayoux {
|
||||
background: #516475;
|
||||
}
|
||||
|
||||
linkwater {
|
||||
background: #dfebf5;
|
||||
color: #3b434a;
|
||||
}
|
||||
|
||||
light-text {
|
||||
color: #dfebf5;
|
||||
}
|
||||
|
||||
goldendream {
|
||||
background: #efd035;
|
||||
color: #3b434a;
|
||||
}
|
||||
|
||||
lightgrey {
|
||||
#f0f0f0;
|
||||
}
|
||||
|
||||
darkgrey {
|
||||
#879488;
|
||||
}
|
||||
|
||||
grey {
|
||||
#b6c3b7;
|
||||
}
|
||||
|
||||
Indigo-bases {
|
||||
#5c6bc0;
|
||||
}
|
||||
|
||||
hiedemann-blue {
|
||||
#a5b3bf;
|
||||
}
|
||||
|
||||
hiedemann-red {
|
||||
color: #5b0f22;
|
||||
}
|
||||
|
||||
hiedemann {
|
||||
background: #5b0f22;
|
||||
color: #879488;
|
||||
//color: #3b434a;
|
||||
}
|
||||
Reference in New Issue
Block a user