mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Remove deprecated message styles from client.css
This commit is contained in:
parent
bea52d2f3a
commit
d2ccb0530a
|
|
@ -1248,75 +1248,6 @@ div[class^='tournament-message-'], div[class*=' tournament-message-'] {
|
|||
top: 0;
|
||||
}
|
||||
|
||||
/* Messages */
|
||||
/* deprecated: moved to battle.css */
|
||||
/* TODO: delete this section in like two months */
|
||||
|
||||
.message-announce {
|
||||
background: #6688AA;
|
||||
color: white;
|
||||
padding: 1px 4px 2px;
|
||||
}
|
||||
.message-announce a,
|
||||
.broadcast-green a,
|
||||
.broadcast-blue a,
|
||||
.broadcast-red a {
|
||||
/* Readable link colour */
|
||||
color: #DDEEFF;
|
||||
}
|
||||
.broadcast-green {
|
||||
background-color: #559955;
|
||||
color: white;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.broadcast-blue {
|
||||
background-color: #6688AA;
|
||||
color: white;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.infobox {
|
||||
border: 1px solid #6688AA;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.infobox-limited {
|
||||
max-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.broadcast-red {
|
||||
background-color: #AA5544;
|
||||
color: white;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.message-learn-canlearn {
|
||||
font-weight: bold;
|
||||
color: #228822;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.message-learn-cannotlearn {
|
||||
font-weight: bold;
|
||||
color: #CC2222;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.message-effect-weak {
|
||||
font-weight: bold;
|
||||
color: #CC2222;
|
||||
}
|
||||
.message-effect-resist {
|
||||
font-weight: bold;
|
||||
color: #6688AA;
|
||||
}
|
||||
.message-effect-immune {
|
||||
font-weight: bold;
|
||||
color: #666666;
|
||||
}
|
||||
.message-learn-list {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.message-throttle-notice {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Userlist */
|
||||
|
||||
.userlist {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user