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
Raw Normal View History

2023-05-31 15:51:09 -05:00
.room-list li {
2023-05-29 23:13:07 -05:00
background-color: #d7d7af;
2023-05-31 15:51:09 -05:00
margin:5px;
padding: 5px;
2023-05-29 23:13:07 -05:00
}
2023-05-31 15:51:09 -05:00
.room-list li {
2023-05-29 23:13:07 -05:00
color: black;
}
2023-05-31 15:51:09 -05:00
.room-list li:hover {
2023-05-29 23:13:07 -05:00
background-color: #d7ff87;
}
2023-05-31 15:51:09 -05:00
.room-list li:target {
2023-05-29 23:13:07 -05:00
background-color: #5fafd7;
}
2023-05-31 15:51:09 -05:00
input {
width: 100%;
}