Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/static/css/vassal-shim.css

12 lines
646 B

#vassal-shim-error .log {
height: 15em ; min-height: 5em ; resize: none ;
overflow-y: auto ;
margin-top: 0.5em ; padding: 2px ;
border: 1px solid #333 ;
white-space: pre-wrap ;
font-family: monospace ; font-size: 70% ; color: #333 ;
}
.ui-dialog.vassal-shim-error .ui-dialog-titlebar { background: #f5af41 ; }
.ui-dialog.vassal-shim-error .ui-dialog-content { display: flex ; flex-direction: column ; overflow-y: hidden ; }
.ui-dialog.vassal-shim-error .ui-dialog-content .log { flex-grow: 1 ; }
.ui-dialog.vassal-shim-error .ui-dialog-buttonpane { border: none ; margin-top: 0 !important ; padding-top: 0 !important ; }