
It was mentioned that people should use chrome extensions to achieve a more pleasing roll20 layout. I went ahead and created a quick and dirty darker theme. Hopefully sharing it here isn't against any kind of Roll20 rules that I'm unaware of . It could surely use some improvement, but it's something. Preview images: css to use for a plugin like stylish: body {
font-size: 13px;
background-color: rgb(34, 34, 34);
}
.topbar .full,
.topbar .simple {
background-color: rgb(150, 150, 150);
}
.menu a:hover {
background: transparent;
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
background: transparent !important;
color: #008EB9;
}
.container {
background-color: rgb(86, 86, 86);
}
.topbar .row:first-child {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.topbar .row:first-child img {
height: 40px;
}
.topbar .row,
.topbar .menu-hider,
.topbar .btn-group {
background: transparent !important;
}
.homegamelist .gameinfo {
font-size: 16px;
}
.forum a {
color: #51B0E0;
}
.redactor_editor a {
color: #51B0E0 !important;
}
.redactor_editor, .redactor_editor:focus {
background: transparent !important;
color: #FFF7E9;
}
.redactor_box .redactor_editor, .redactor_box .redactor_editor:focus {
color: black;
font-size: 15px;
}
.posts .postcontent, .posts .post .redactor_box {
border-bottom: 3px solid #FFF7E9;
font-size: 14px;
}
.h-feed {
background: #ebecee;
}
.jumbointro .col-md-4 h2 {
display: none;
}
.description,
.meta {
color: #FFF7E9 !important;
}
p {
color: inherit;
}
Let me know if there is something that you think can be improved.