gts-pale-rainbow/pale-rainbow.css

110 lines
1.7 KiB
CSS
Raw Normal View History

2024-06-07 19:43:36 +02:00
/*
theme-title: Pale Rainbow (dark)
theme-description: true-gray GotoSocial-v0.15 theme
*/
:root {
--white1: #fff;
--white2: #777;
--gray1: #1c1c1c;
--gray2: #222;
--gray3: #333;
--gray4: #444;
--gray5: #555;
--gray6: #666;
--orange1: #fd6a00;
--orange2: #ff853e;
--blue1: #3a9fde;
--blue2: #66befe;
--blue3: #82d8fd;
--error1: #ff5555;
--error2: #fddec6;
--error3: #dd2c2c;
--error-link: #01318C;
--green1: #baf39e;
--info-fg: var(--gray1);
--info-bg: #b3ddff;
--info-link: var(--error-link);
--fg: var(--white1);
--bg: var(--gray1);
--bg-trans: rgba(80,80,80,0.62);
}
i.fa
, .namerole .sr-only
, .language .sr-only
, .published-at .sr-only
, .fields .sr-only
, address .sr-only
, .recent.statuses .thread article header
2024-06-07 20:11:59 +02:00
, .profile > h2
, .about-user .col-header
, .about-user h4.sr-only
, .profile .statuses .col-header
2024-06-07 19:43:36 +02:00
{ display : none }
.recent.statuses .thread article
{
padding : 0;
}
.stats-grouping .stats-item dt + dd
{
order: -1;
}
html
{
scrollbar-color: unset;
2024-06-07 20:11:59 +02:00
}
.profile .about-user .fields
, .profile .about-user .bio
, .profile .about-user .accountstats
{
border-radius: var(--br);
padding: 0.75rem;
}
.profile .about-user .bio
{
order: -1;
}
.profile .about-user .fields .field
{
padding: 0.25rem 0 0.5rem 0;
}
.profile .about-user .fields .field:first-child
{
padding-top: 0;
border-top: unset;
}
.profile .about-user .fields .field:last-child
{
padding-bottom: 0;
border-bottom: unset;
}
.profile .about-user
{
display: flex;
flex-direction: column;
gap: 1rem;
}
article
, .thread .status
{
border : unset;
border-radius: var(--br);
}
.status.expanded .status-info
{
border-bottom-left-radius: var(--br);
border-bottom-right-radius: var(--br);
}
.thread
{
gap: 1rem;
2024-06-07 19:43:36 +02:00
}