ARC-stuff / MINI-ARC /server /src /static /css /testset_common.css
Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified
.cell {
width: 59px;
height: 59px;
border-left: 1px solid #555;
border-top: 1px solid #555;
float: left;
background-color: #000;
}
.row {
clear: both;
}
.symbol_0 {
background-color: #000;
}
.symbol_1 {
background-color: #0074D9; /* blue */
}
.symbol_2 {
background-color: #FF4136; /* red */
}
.symbol_3 {
background-color: #2ECC40; /* green */
}
.symbol_4 {
background-color: #FFDC00; /* yellow */
}
.symbol_5 {
background-color: #AAAAAA; /* grey */
}
.symbol_6 {
background-color: #F012BE; /* fuschia */
}
.symbol_7 {
background-color: #FF851B; /* orange */
}
.symbol_8 {
background-color: #7FDBFF; /* teal */
}
.symbol_9 {
background-color: #870C25; /* brown */
}
/*Symbol picker*/
.symbol_preview {
width: 20px;
height: 20px;
float: left;
}
.grid_size_field {
width: 50px;
}
.selected-symbol-preview {
border: 2px solid orange;
}
/*Selectable*/
.ui-selected {
background-image: url(../img/black-twill.png), url(../img/brushed-alum.png);
}
.ui-selectable-helper {
border: 1px dotted #ddd;
position: absolute;
z-index: 1000;
}
/*Message display*/
#error_display {
color: red;
width: 100%;
float: left;
font-size: 14px;
margin: 20px;
}
#info_display {
color: green;
width: 100%;
float: left;
font-size: 14px;
margin: 20px;
}