If you dislike the big pink buttons that are served up by the OGL roll templates, and would prefer inline links that are less jarring and take up considerably less room, try this style. It also widens the max width of a roll template to better fill the available room in the chat tab.
Roll20 Inline Links on OGL Template by keithcurtis1
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/177224.user.css
Details
Authorkeithcurtis1
LicenseNO-REDISTRIBUTION
Categoryroll20
Created
Updated
Size985 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Roll20 Inline Links on OGL Template
@namespace USO Archive
@author Keith Curtis
@description `If you dislike the big pink buttons that are served up by the OGL roll templates, and would prefer inline links that are less jarring and take up considerably less room, try this style. It also widens the max width of a roll template to better fill the available room in the chat tab.`
@version 20191114.3.27
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("app.roll20.net") {
.textchatcontainer a[href] {
background-color: transparent;
padding: 0px;
color: #ce0f69;
display: inline-block;
border: none;
}
.sheet-rolltemplate-npc, .sheet-rolltemplate-npcaction .sheet-container, .sheet-rolltemplate-npcatk, .sheet-rolltemplate-npcdmg, .sheet-rolltemplate-traits {
width: 95%;
border: 1px solid;
background-color: #ffffff;
padding: 5px;
}
}