frontend: the advoware GUI
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
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