none
textfilesplitter.com by hinaftw
Details
Authorhinaftw
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
userstyle
Source code
/* ==UserStyle==
@name textfilesplitter.com
@version 20211125.18.24
@namespace userstyles.world/user/hinaftw
@description none
@author hinaftw
@license No License
==/UserStyle== */
@-moz-document domain("textfilesplitter.com") {
body {
background-color: #242630;
}
.splittercontainer {
width: 98%!important;
padding: 10px;
padding-top: 35px;
padding-bottom: 15px;
border: none;
border-radius: 10px;;
background-color: #fff;
box-shadow: 0px 5px 3px -5px rgb(0 0 0 / 75%),0px 18px 13px -15px rgb(0 0 0 / 35%);
}
#inputfilename {
display: flex;
height: 120px;
width: 100%;
font-size: 28px;
color: crimson;
font-weight: bold;
background: none;
text-align: center;
box-shadow: none;
}
form#inputform {
width: 100%;
}
#inputform > div > span{
color: #000!important;
width: 90%;
text-align: center;
padding-top: 60px;
font-size: 24pt;
}
#inputform > div{
height: 200px;
border-radius: 10px;
background: #ddd;
box-shadow: inset 0px 10px 20px #0000004d;
}
#file{
width: 100%!important;
height: 200px!important;
border-radius: 10px;
background: #ddd;
box-shadow: inset 0px 10px 20px #0000004d;
}
#radioform2 > div > div:nth-child(2) > label{
border: #686868 1px solid;
padding: 10px 21px;
margin-right: 4px;
border-radius: 2px;
}
input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span{
width: 1.35em;
height: 1.4em;
}
input[type=radio]:not(old):checked + label > span > span{
width: 1em;
height: 1em;
}
/*----------------------*/
#radioform2 > div > div:nth-child(1),
body > div.container > div.header,
body > div.container > div.main > p:nth-child(2),
body > div.container > div.main > h1,
#radioform,
body > div.container > div.main > div.instructionsbox,
body > div.container > div.main > p:nth-child(10),
body > div.container > div.main > p:nth-child(12),
body > div.container > div.main > div.footer,
body > div.container > div.rightside,
#radioform2 > div > div:nth-child(1) > label
{
display: none!important;
}
}