CoolFace
Apppublic

dark-xet/quantization-dedup-public

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
style.css62 linesDownload Raw Back to root
1body {2  font-family: Arial, sans-serif;3  margin: 0;4  padding: 20px;5  background-color: #f8f9fa;6  color: #333;7}8 9.container {10  width: 85%;11  margin: auto;12  text-align: center;13}14 15.header {16  background: white;17  padding: 15px;18  border-radius: 8px;19  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);20  text-align: left;21}22 23.header h1 {24  font-size: 20px;25  margin-bottom: 10px;26}27 28.header a {29  color: #007bff;30  text-decoration: none;31}32 33.heatmap-container {34  display: flex;35  justify-content: center;36  align-items: start;37  margin-top: 20px;38}39 40#heatmap {41  flex: 1;42  padding: 10px;43}44 45.legend {46  width: 150px;47  text-align: left;48  margin-left: 20px;49}50 51.legend h3 {52  font-size: 16px;53  margin-bottom: 8px;54}55 56.color-scale {57  width: 100%;58  height: 20px;59  background: linear-gradient(to right, #e0f3f8, #abd9e9, #74add1, #4575b4);60  border-radius: 5px;61}62