名前の通り
Retro Rewind部屋表カラー変更テスト by CyeDa

Details
AuthorCyeDa
LicenseNo License
Categorycolor
Created
Updated
Code size1.1 kB
Code checksum1c0fffa1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document url-prefix("https://kevinvg207.github.io/rr-rooms") {
/* ==UserStyle==
@name CyeDa
@namespace none
@version 1.0
@description Retro Rewind color changer
@author me
==/UserStyle== */
html{
background-color:#151515 !important;
}
#home-link {
color: #EFEFEF;
}
#timeout-container > label {
color: #EFEFEF;
}
#fc-container > label {
color: #EFEFEF;
}
#top-container {
color: #EFEFEF;
}
#tablebody {
border-collapse: collapse;
.data-header {
background-color:#559d71;
border: 1px solid #6a6a6a;
}
.room-link {
color: #EFEFEF;
}
}
body > table {
color: #EFEFEF;
}
#tablebody > tr:nth-child(odd) {
border: 1px solid white;
}
td,th {
border: 1px solid #6a6a6a;
border-collapse: collapse;
}
body > p:nth-child(6) {
color: #EFEFEF;
}
body > p:nth-child(7) {
color: #EFEFEF;
}
body > p:nth-child(8) {
color: #EFEFEF;
}
body > p:nth-child(9) {
color: #EFEFEF;
}
th {
border-top: 1px solid #151515;
}
}