mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Change formatting for spoilers/monospace
Spoilers are now solid color, and monospace now has a border, making it easier to recognize and more suitable for delimiting code.
This commit is contained in:
parent
6e0541458e
commit
ce8ed4d931
|
|
@ -122,9 +122,8 @@ License: GPLv2
|
|||
color: #555555;
|
||||
}
|
||||
.spoiler {
|
||||
color: #E2E2E2;
|
||||
background: #E2E2E2;
|
||||
border: 1px solid #777777;
|
||||
color: #CCCCCC;
|
||||
background: #CCCCCC;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
.spoiler:hover,
|
||||
|
|
@ -132,8 +131,7 @@ License: GPLv2
|
|||
.spoiler-shown {
|
||||
color: #000000;
|
||||
background: #E2E2E2;
|
||||
border: 0px solid #AAAAAA;
|
||||
padding: 1px 4px;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
.spoiler a {
|
||||
color: #E2E2E2;
|
||||
|
|
@ -143,6 +141,12 @@ License: GPLv2
|
|||
.spoiler-shown a {
|
||||
color: #2288CC;
|
||||
}
|
||||
.chat code {
|
||||
border: 1px solid #C0C0C0;
|
||||
background: #EEEEEE;
|
||||
color: black;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.battle-log .rated
|
||||
{
|
||||
padding: 3px 4px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user