Difference between revisions of "Template:SourceChat/styles.css"
From WORST WIKI EVER
Jump to navigationJump to searchNotsokodya (talk | contribs) (Created page with ".sourcechat { padding: 1rem 2rem; background-color: rgb(160, 160, 160); border-radius: 2px; } .sourcechat .wrapper { padding: .5rem .75rem; background-c...") |
Notsokodya (talk | contribs) m |
||
| Line 1: | Line 1: | ||
.sourcechat { |
.sourcechat { |
||
| − | + | max-width: 400px; |
|
| + | padding: .5rem; |
||
background-color: rgb(160, 160, 160); |
background-color: rgb(160, 160, 160); |
||
border-radius: 2px; |
border-radius: 2px; |
||
| + | |||
| + | font-weight: 700; |
||
| + | font-family: Verdana, Geneva, Tahoma, sans-serif; |
||
| + | |||
| + | color: white; |
||
| ⚫ | |||
} |
} |
||
.sourcechat .wrapper { |
.sourcechat .wrapper { |
||
| − | padding: . |
+ | padding: .4rem; |
| − | |||
background-color: rgb(90, 90, 90); |
background-color: rgb(90, 90, 90); |
||
| ⚫ | |||
} |
} |
||
Revision as of 14:47, 21 April 2025
.sourcechat {
max-width: 400px;
padding: .5rem;
background-color: rgb(160, 160, 160);
border-radius: 2px;
font-weight: 700;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
text-shadow: 1px 1px black;
}
.sourcechat .wrapper {
padding: .4rem;
background-color: rgb(90, 90, 90);
}