Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

[Stylish] Roll20 Forums HoneyBadger Style

1437683950

Edited 1437685934
Key highlights... Install the Stylish extension for Chrome and set the URL to app.roll20.net/forum. It may work with other extensions or addons as well, but has not been tested. Square avatars! Mostly... I rounded the corners a little. Width limited to max 800px for easier reading. Uses muted shades of grey... though only like two or three. Not fifty. Reduced line height for a more compact feel. Reduced font size... again for a more compact feel. Minimized margins for a variety of sections to again, compact the forums and reduce white space. Reduced size on the post controls (quote, edit, etc.) as well as moving them all to one line. Updated: Added background-color change to the new breadcrumbs. Updated:  Removed bold weight on forum name beneath thread title. Just a word of warning... this is very rough and probably has a lot of issues I haven't come across yet, but it's a good starting point for making your own style for the forums. body {     line-height: 1.4em;     font-size: 14px;     background: #444; } blockquote {      font-size: 14px; } .row {     width: 800px; } .topbar {     font-size: 10px; } .topbar .menu-hider {     background-color: #EEE; } .container, .container .topbar {     max-width: 800px;     background-color: #EEE; } .btn-default, .btn-default:hover, .btn-default:active, .dropdown-toggle {     background-color: #EEE; } .btn-primary {     border: 1px solid #333;     background-color: #004;     margin: 0px 0px 0px 10px!important; } .row .desktopmenu {     background-color: #EEE; } .topbar .btn-row { height: 35px; } .shorthr {     display: none; } .postcontent {     background-color: #EEE!important; } .pagination>li>a, .pagination>li>a:active {     border-color: #000;     background-color: #888;     color: #EEE; } .pagination>li>a:hover, .pagination>li>a:focus {     border-color: #000;     background-color: #666;     color: #EEE; } .pagination>li.active>a, .pagination>li.active>span, .pagination>li.active>a:hover {     border-color: #000;     background-color: #CCC; } .topbar .drop+div.full .listing {     display: none; } .circleavatar {     border-radius: 5px;     border: 1px solid #000;     margin-top: 10px; } .postlisting .meta {     color: #555; } .forum a {     color: #444;     font-size: 14px;     font-weight: bold; } .posttitle {     font-size: 24px; } .clear {     height: 0px!important; } .redactor_box {     clear: both; } .redactor_editor {     clear: both;     background-color: #EEE!important;     min-height: 55px;     border: none!important; } .posts .meta .controls>a {     float: left;     font-weight: normal;     font-size: 11px; } .post {     clear: both;     border-top: 1px solid #CCC;     margin-top: 20px;     padding-top: 5px; } .postlistings {     margin-top: 20px; } .postlisting .meta a {     font-weight: normal; } h1, h2, h3, h4, h5, h6 {     background-color: #EEE!important;     margin: 10px 0px; } .pull-right {     margin: 0px!important;     height: 70px; } .breadcrumb {     background-color: #EEE;     border: none!important; } .dropdown-menu {     width: auto; }
Thank you.  Thank you.  Thank you. I'm a firefox guy myself, but I'll try anything to improve this site...even Chrome.
Quintus said: Thank you.  Thank you.  Thank you. I'm a firefox guy myself, but I'll try anything to improve this site...even Chrome. There's a Stylish extension/addon for Firefox. The above code should work in that as well. No need to install Chrome.
Also, this should only be applied to the forums. I will probably spend a few days tinkering with a full re-skin of the site, but it definitely shouldn't be applied to app.roll20.net/editor (the app/tabletop itself).
1437728083

Edited 1437993401
thank you for your work, I did change it a bit to keep the size of text and choose different colors. But, I couldn't have done it without your template, so thanks! body { line-height: 1.4em; background: rgb(153, 204, 255); } body.loggedin{ background-color: rgb(153, 204, 255); } #editor-wrapper { background: url( <a href="https://d3clqjduf2gvxg.cloudfront.net/images/background.png" rel="nofollow">https://d3clqjduf2gvxg.cloudfront.net/images/background.png</a> ); } blockquote { font-size: 14px; } .topbar { font-size: 13px; } .topbar .menu-hider { background-color: rgb(245, 245 , 255); } .container, .container .topbar { background-color: rgb(245, 245 , 255); } .btn-primary { border: 1px solid #333; background-color: #004; margin: 0px 0px 0px 10px!important; } .row .desktopmenu { background-color: rgb(245, 245 , 255); } .topbar .btn-row { height: 40px; } .postcontent { background-color: rgb(245, 245 , 255)!important; } .pagination&gt;li&gt;a, .pagination&gt;li&gt;a:active { border-color: #000; background-color: #888; color: rgb(245, 245 , 255); } .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;a:focus { border-color: #000; background-color: #666; color: rgb(245, 245 , 255); } .pagination&gt;li.active&gt;a, .pagination&gt;li.active&gt;span, .pagination&gt;li.active&gt;a:hover { border-color: #000; background-color: #CCC; } .postlisting .meta { color: #555; } .forum a { color: #444; font-weight: bold; } .clear { height: 0px!important; } .redactor_box { clear: both; } .redactor_editor { clear: both; background-color: rgb(245, 245 , 255)!important; min-height: 55px; border: none!important; } .posts .meta .controls&gt;a { float: left; font-weight: normal; } .post { clear: both; border-top: 1px solid #CCC; margin-top: 20px; padding-top: 5px; } .postlistings { margin-top: 20px; } .postlisting .title { font-size: 18px; } .postlisting .infoboxes { font-size: 18px; } .postlisting .meta a { font-weight: normal; } h1, h2, h4, h5, h6 { background-color: rgb(245, 245 , 255); margin: 10px 0px; } h3{ margin: 10px 0px; } #loading-overlay h1{ background-color: black; } .pull-right { margin: 0px!important; height: 70px; } .breadcrumb { background-color: rgb(245, 245 , 255); border: none!important; } .dropdown-menu { width: auto; }
Cool. :)
1439776276

Edited 1439776570
I'm just puzzling over why every time I try and edit the sheet so it applies not only to app.roll20.net/forum/, but also the threads (which it doesn't apply to anymore for some reason), it removes the script from my list entirely. EDIT: So apparently, if the CSS is placed outside the "@-moz-document url" tag, it will apply correctly to threads, but also across the board to every page including the actual module. Placing all the CSS inside the url define properly limits it only to the forum front page. Or maybe that's just me, I dunno.
I don't know... I use chrome.