Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
spidercat/templates/style.css

22 lines
240 B
CSS

.room-list li {
background-color: #d7d7af;
margin:5px;
padding: 5px;
}
.room-list li {
color: black;
}
.room-list li:hover {
background-color: #d7ff87;
}
.room-list li:target {
background-color: #5fafd7;
}
input {
width: 100%;
}