Difference between revisions of "Template:SourceChat/styles.css"

From WORST WIKI EVER
Jump to navigationJump to search
m
Line 14: Line 14:
   
 
.sourcechat .title {
 
.sourcechat .title {
padding: .5rem 0;
+
padding-top: .25rem;
 
}
 
}
   
 
.sourcechat .wrapper {
 
.sourcechat .wrapper {
 
padding: .4rem;
 
padding: .4rem;
  +
margin-bottom: .5rem;
 
background-color: rgb(90, 90, 90);
 
background-color: rgb(90, 90, 90);
  +
}
  +
  +
.sourcechat .wrapper:last-child {
  +
margin-bottom: 0px;
 
}
 
}

Revision as of 14:55, 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 .title {
    padding-top: .25rem;
}

.sourcechat .wrapper {
    padding: .4rem;
    margin-bottom: .5rem;
    background-color: rgb(90, 90, 90);
}

.sourcechat .wrapper:last-child {
    margin-bottom: 0px;
}