Difference between revisions of "Template:SourceChat/styles.css"
From WORST WIKI EVER
Jump to navigationJump to searchNotsokodya (talk | contribs) (rollback to cooler version) |
Notsokodya (talk | contribs) m |
||
Line 4: | Line 4: | ||
background-color: rgb(160, 160, 160); |
background-color: rgb(160, 160, 160); |
||
− | border-radius: |
+ | border-radius: 4px; |
font-weight: 700; |
font-weight: 700; |
||
Line 19: | Line 19: | ||
.sourcechat > .wrapper { |
.sourcechat > .wrapper { |
||
margin-bottom: .5rem; |
margin-bottom: .5rem; |
||
− | padding: .4rem; |
+ | padding: .1rem .4rem; |
background-color: rgb(90, 90, 90); |
background-color: rgb(90, 90, 90); |
Revision as of 15:12, 21 April 2025
.sourcechat {
max-width: 600px;
padding: .5rem;
background-color: rgb(160, 160, 160);
border-radius: 4px;
font-weight: 700;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
text-shadow: 1px 1px black;
}
.sourcechat > .title {
margin-top: .25rem;
}
.sourcechat > .wrapper {
margin-bottom: .5rem;
padding: .1rem .4rem;
background-color: rgb(90, 90, 90);
}
.sourcechat > .wrapper:last-child {
margin-bottom: 0px;
}