ver.1
toyaku_webclass_dark_1 by 3pino
Details
Author3pino
LicenseNo License
Categorykatharina.ps.toyaku
Created
Updated
Size883 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name toyaku_webclass_dark_1
@namespace katharina.ps.toyaku.ac.jp/weclass
@version 1
@-moz-document url-prefix("https://katharina.ps.toyaku.ac.jp/webclass") {
/*ver.1*/
body, div, #right, p, table, #leftWrapper {
background-color: #000;
color: #bbb;
}
hr, hr.separator {
background: #444;
border-color: #444;
}
.contentGroup {
background-color: #111;
}
.bgc_main {
background: #346187;
color: #bbb;
}
table tr.eve, table td.eve {
background: #222;
}
table tr.odd, table td.odd {
background: #2a2a2a;
}
.contentGroup table {
border-color: #777;
}
iframe {
display: none;
}
div#WsTitle {
background: #b94;
}
/*#PageBody table tbody tr:nth-child(1n+2){
display:none;
}*/
#leftWrapper {
height: 100%;
box-sizing: border-box;
}
.dark_blue {
color: #55d;
}
}