A praktikusabb feltöltésért.
SZTE BIRO2 praktikusabb fájlfeltöltés by user-aceofspades
Details
Authoruser-aceofspades
LicenseNo License
Categoryhttps://biro2.inf.u-szeged.hu/feladat_beadas.php
Created
Updated
Size575 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SZTE BIRO2 praktikusabb fájlfeltöltés
@version 20240506.16.29
@namespace https://userstyles.world/user/user-aceofspades
@description A praktikusabb feltöltésért.
@author user-aceofspades
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://biro2.inf.u-szeged.hu/feladat_beadas.php") {
input[type=file]{
width: 1000px;
height: 150px;
background-color: rgba(134, 254, 255, 0.5);
}
input[type=image]{
padding: 50px 400px;
border: 2px solid;
border-color: rgb(0, 105, 150);
}
}