expend cbox's content, hide user name and so one
Full screen cbox by saka
Details
Authorsaka
LicenseMIT
Categorymy.cbox.ws
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Screen-wide cbox style
@namespace USO Archive
@author mjsaka
@description `expend cbox's content`
@version 20170618.16.42
@license NO-REDISTRIBUTION
@preprocessor uso
@advanced dropdown width "Choose content width" {
w100 "100%*" <<<EOT width: 100%;
margin-left: 0%; EOT;
w80 "80%" <<<EOT width: 80%;
margin-left: 10%; EOT;
w60 "60%(default)" <<<EOT width: 60%;
margin-left: 20%; EOT;
}
==/UserStyle== */
@-moz-document domain("cbox.ws") {
div#main {
top: 0px;
}
div#main .wrap {
left: 0%;
/*[[width]]*/
}
div#header {
display: none;
}
.dtxt, .dtxt2, .status {
font-size: 12pt !important;
}
td {
font-size: 14pt !important ;
}
/* first line: user count, refresh
3rd-line: help*/
.cfrm tr:nth-child(1),.cfrm tr:nth-child(3), .frmbtn {
display: none;
}
/* ID, image*/
input.frmtb:nth-child(2), input.frmtb:nth-child(3), #tblmid > br:nth-child(4){
display: none;
}
#fscont > div:nth-child(1) {
bottom: 30px !important;
}
#fscont > div:nth-child(2) {
height: 30px !important;
}
}