Files
Tricky-Addon-Update-Target-…/module/webui/styles/about.css
2025-06-20 13:51:56 +08:00

86 lines
1.4 KiB
CSS

.about-overlay {
z-index: 1100;
align-items: center;
}
.about-menu {
position: relative;
width: calc(90vw - 60px);
max-width: 800px;
background-color: var(--bg-secondary);
border-radius: 15px;
padding: 30px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
gap: 15px;
}
.link,
.about-menu p {
margin: 0;
font-size: 16px;
}
#module_name_line1 {
font-size: 26px;
user-select: none;
}
#module_name_line2 {
font-size: 22px;
user-select: none;
}
#authored {
font-size: 14px;
user-select: none;
}
#disclaimer {
font-family: serif;
width: calc(100% - 20px);
padding: 8px 10px;
border-radius: 10px;
background-color: var(--border-color);
}
#acknowledgment {
font-weight: bold;
font-size: 18px;
user-select: none;
}
.link-icon {
font-size: 17px;
font-weight: bold;
min-height: calc(1em + 20px);
padding: 3px 10px;
color: #fff;
user-select: none;
display: inline-flex;
align-items: center;
font-style: normal;
border-radius: 8px;
box-sizing: border-box;
margin-bottom: 5px;
transition: background-color 0.2s ease;
svg {
fill: #fff;
padding-right: 3px;
}
}
#telegram {
background-color: #38A7ED;
}
#github {
background-color: #606060;
}
#canary {
background-color: #821284;
}