some rounded corners and animations for xooltime
rounded xooltime by hle-cer
Details
Authorhle-cer
LicenseNo License
Categoryhttps://xooltime.com
Created
Updated
Size1.3 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 rounded xooltime
@version 20231026.20.24
@namespace userstyles.world/user/hle-cer
@description some rounded corners and animations for xooltime
@author hle-cer
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://xooltime.com") {
.group-excellent {
transition: 100ms;
border-radius: 20px;
width: 200px;
}
.group-excellent:hover {
transform: translateY(10px);
}
.xooliens {
border-radius: 20px;
margin: 5px 5px 5px 0px;
}
.link {
border-radius: 10px;
margin-top: 10px;
}
.link:hover {
transform: translateX(10px);
width: 150px;
}
.link:active {
transform: scale(0.8);
}
.item_bubble {
border-radius: 10px;
}
.item_additional_information {
border-radius: 10px;
margin: 10px;
border: none;
}
.post_metadata {
border-radius: 10px;
margin: 10px;
}
#feedback_title {
border-radius: 10px;
}
#feedback_content {
border-radius: 10px;
}
.dropdown_menu {
border-radius: 10px;
border: none;
transition: 150ms;
}
.dropdown-menu {
border-radius: 10px;
border: none;
transition: 150ms;
}
.dropdown-menu:hover {
transform: scale(1.1);
}
.dropdown_menu:hover {
transform: scale(1.1);
}
.attachment {
border-radius: 10px;
}
.user_image {
border-radius: 10px;
}
img {
border-radius: 10px;
}
.pic {
border-radius: 10px;
}
a {
transition: 100ms;
}
}