Created
August 4, 2022 18:17
-
-
Save keithcurtis1/1a3796a688ae022f431de10db3cdd619 to your computer and use it in GitHub Desktop.
Quick forum tweaks for Roll20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* categories */ | |
.chosen-choices { | |
position: absolute !important; | |
max-height: 27px; | |
top: -14px; | |
-webkit-transition: all .25s linear; | |
} | |
.chosen-choices:hover, .chosen-choices:active { | |
max-height: inherit; | |
-webkit-transition: all .25s linear; | |
} | |
.chosen-drop { | |
top: 12px !important; | |
} | |
.topbar .simple.notifications { | |
width: 600px; | |
} | |
.postlisting .meta strong#new-post-text { | |
background-color:#008acf; | |
padding-left: 5px; | |
padding-right: 5px; | |
border-radius:10px; | |
color:white; | |
} | |
/* Link color */ | |
.forum a { | |
color: #008acf; | |
} | |
.forum .posts .postcontent a { | |
color: #008acf !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment