mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 09:30:40 +00:00
More color integration
This commit is contained in:
@ -1,29 +1,3 @@
|
||||
/* Service colos setup
|
||||
* file-setup ~ light: #??????, normal: #d5dc95, dark: #a1b300
|
||||
* ocr ~ light: #??????, normal: #a9d8c8, dark: #00a58b
|
||||
* nlp ~ light: #??????, normal: #98acd2, dark: #0064a3
|
||||
* corpus-analysis ~ light: #??????, normal: #aa9cc9, dark: #6b3f89
|
||||
*/
|
||||
#sidenav-main-file-setup {
|
||||
background-color: #d5dc95;
|
||||
border-left: 10px solid #a1b300;
|
||||
}
|
||||
|
||||
#sidenav-main-ocr {
|
||||
background-color: #a9d8c8;
|
||||
border-left: 10px solid #00a58b;
|
||||
}
|
||||
|
||||
#sidenav-main-nlp {
|
||||
background-color: #98acd2;
|
||||
border-left: 10px solid #0064a3;
|
||||
}
|
||||
|
||||
#sidenav-main-corpus-analysis {
|
||||
background-color: #aa9cc9;
|
||||
border-left: 10px solid #6b3f89;
|
||||
}
|
||||
|
||||
/*
|
||||
* ### Start sticky footer ###
|
||||
* Force the footer to always stay on the bottom of the page regardless of how
|
||||
|
Reference in New Issue
Block a user