Beautify Character tables by Usu171
Details
AuthorUsu171
LicenseMIT
Categorysymmetry.constructor.university
Created
Updated
Size1.8 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 symmetry.constructor.university
@version 20241006.09.18
@namespace https://userstyles.world/user/Usu171
@author Usu171
@license MIT
==/UserStyle== */
@-moz-document url-prefix("http://symmetry.constructor.university/") {
body {
background-color: #d9d9d9;
color: #333;
}
table {
margin: 0 auto;
border-collapse: collapse;
background-color: #f9f9f9;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
border: none;
}
caption {
text-align: center;
caption-side: top;
background-color: #555;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
font-size: 18px;
font-weight: bold;
color: #ffffff;
}
th,
td,caption {
border: 1px solid #999;
padding: 10px;
}
th {
background-color: #555;
color: white;
font-weight: bold;
text-align: center;
}
td {
text-align: center;
font-size: 16px;
color: #333;
}
a {
color: #007BFF;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
a:hover {
color: #0064cf;
;
}
input {
border: 2px solid #ccc;
border-radius: 5px;
padding: 5px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
background-color: #f9f9f9;
color: #333;
transition: all 0.3s ease-in-out;
}
input:focus {
border-color: #66afe9;
outline: none;
box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}
input:hover {
border-color: #66afe9;
outline: none;
box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
cursor: pointer;
}
input:active {
background-color: #eee;
transition: all 0.05s ease-in-out;
}
}