Template:RecentChanges/styles.css: Difference between revisions
Page last edited 3 months ago by Xeverything11
css |
m tweaks |
||
Line 44: | Line 44: | ||
.rc-entry.rc-active { | .rc-entry.rc-active { | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
max-height: 5rem; | |||
} | } |
Revision as of 17:41, 23 June 2025
.rc-container {
border: 1px solid var(--color-primary1);
padding: 1rem;
margin: 0.5rem;
border-radius: 4px;
font-size: 1rem;
}
.rc-header {
background-image: var(--color-primary-gradient);
color: white;
border-radius: 3px 3px 0 0;
margin: -1rem -1rem 1rem;
padding: 0.5rem 1rem;
font-size: 1.5rem;
font-weight: bold;
text-transform: lowercase;
}
.rc-header a {color: inherit;}
.rc-unpatrolled {
float: right;
font-size: 1.2rem;
margin: 0 0 0.2rem 0.2rem;
}
.rc-main {
width: 100%;
height: 16rem;
overflow: hidden;
}
.rc-entry {
max-height: 0em;
margin-bottom: -1rem;
padding: 0.5rem;
transition: all 300ms;
border: 1px solid var(--color-primary1);
border-radius: 4px;
}
.rc-entry.rc-active {
margin-bottom: 1rem;
max-height: 5rem;
}