1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
body.FullscreenModuleMode #FullscreenModuleWrapper {
background: rgba(0, 0, 0, 0.9);
overflow: auto;
margin-bottom: 0;
position: f...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
body {
overflow: hidden;
font-size: 0.9em;
font-family: var(--DefaultTextFontFamily);
word-wrap: break-word;
background: #151...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
button, .ButtonLike {
outline: none;
font: 10px 'open sans';
text-align: center;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1p...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
button {
background-image: linear-gradient( up, #2E2E2E, #585858, ...);
box-shadow: 0 0 0 1px black;
border: 1px outset #00...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
button {
background: #222;
box-shadow: 0 0 0 1px black;
border: 2px outset #FFD800;
color: #FFD800;
outli...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
button {
background: #222;
box-shadow: 0 0 0 1px black;
border: 2px outset #FFD800;
color: #FFD800;
outli...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
button, .ButtonLike {
outline: none;
text-align: center;
cursor: pointer;
background: #36454F;
color: white;
border-radi...