mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Rename all services, use scss, cleanup, add sandpaper conversion script
This commit is contained in:
		@@ -28,20 +28,25 @@ $color: (
 | 
			
		||||
      "darken": #6b3f89,
 | 
			
		||||
      "lighten": #ebe8f6
 | 
			
		||||
    ),
 | 
			
		||||
    "file-setup": (
 | 
			
		||||
    "file-setup-pipeline": (
 | 
			
		||||
      "base": #d5dc95,
 | 
			
		||||
      "darken": #a1b300,
 | 
			
		||||
      "lighten": #f2f3e1
 | 
			
		||||
    ),
 | 
			
		||||
    "spacy-nlp": (
 | 
			
		||||
    "spacy-nlp-pipeline": (
 | 
			
		||||
      "base": #98acd2,
 | 
			
		||||
      "darken": #0064a3,
 | 
			
		||||
      "lighten": #e5e8f5
 | 
			
		||||
    ),
 | 
			
		||||
    "tesseract-ocr": (
 | 
			
		||||
    "tesseract-ocr-pipeline": (
 | 
			
		||||
      "base": #a9d8c8,
 | 
			
		||||
      "darken": #00a58b,
 | 
			
		||||
      "lighten": #e7f4f1
 | 
			
		||||
    ),
 | 
			
		||||
    "transkribus-htr-pipeline": (
 | 
			
		||||
      "base": #607d8b,
 | 
			
		||||
      "darken": #37474f,
 | 
			
		||||
      "lighten": #cfd8dc
 | 
			
		||||
    )
 | 
			
		||||
  ),
 | 
			
		||||
  "status": (
 | 
			
		||||
 
 | 
			
		||||
@@ -43,9 +43,10 @@ h1 .nopaque-icons, h2 .nopaque-icons, h3 .nopaque-icons, h4 .nopaque-icons, .tab
 | 
			
		||||
.job-status-text {text-transform: lowercase;}
 | 
			
		||||
.job-status-text[data-job-status]:empty:before {content: attr(data-job-status);}
 | 
			
		||||
 | 
			
		||||
.nopaque-icons.service-icon[data-service="file-setup"]:empty:before {content: "E";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="tesseract-ocr"]:empty:before {content: "F";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="spacy-nlp"]:empty:before {content: "G";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="file-setup-pipeline"]:empty:before {content: "E";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="tesseract-ocr-pipeline"]:empty:before {content: "F";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="transkribus-htr-pipeline"]:empty:before {content: "F";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="spacy-nlp-pipeline"]:empty:before {content: "G";}
 | 
			
		||||
.nopaque-icons.service-icon[data-service="corpus-analysis"]:empty:before {content: "H";}
 | 
			
		||||
 | 
			
		||||
.hoverable {cursor: pointer;}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user