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/sortable.css

25 lines
1.3 KiB

button.sortable-add { height: 28px ; padding: 5px 10px ; }
img.sortable-add { height: 16px ; margin: -2px 0.4em 0 -2px ; }
button.sortable-reset { height: 28px ; padding: 5px 10px ; }
img.sortable-reset { height: 16px ; margin: -2px 0.4em 0 -2px ; }
.sortable { list-style-type: none ; margin: 0 ; padding: 0 ; }
.sortable > li { margin-bottom: 2px ; padding: 5px ; font-size: 90% ; }
.sortable > li:hover { cursor: pointer ; }
.sortable > li.ui-sortable-helper { opacity: 0.8 ; }
.sortable > li img.snippet { height: 1.25em ; margin: -2px -2px 0 15px ; float: right ; }
.sortable > li img.aslrb2 { height: 1.25em ; position: absolute ; bottom: -2px ; right: -2px ; opacity: 0.6 ; }
/* fixup presentation of lists in sortable2 content */
.sortable ul { margin: 0 0 0 0.9em ; }
.sortable ol { margin: 0 0 0 1.8em ; list-style-image: none ; }
.sortable ul { list-style-image: url("../images/bullet.png") ; }
.sortable ul ul { list-style-image: url("../images/bullet2.png") ; }
.sortable ul ul ul { list-style-image: url("../images/bullet3.png") ; }
.sortable-hint { width: 100% ; height: calc(100% - 1.5em) ; color: #666 ; }
.sortable-hint .instructions { margin: 1em 0 0 1em ; font-size: 80% ; font-style: italic ; color: #888 ; }
.sortable-hint .instructions li { margin: 0.5em 0 0 0.25em ; }
.sortable-trash { height: 22px ; margin-left: 6px ; margin-right: 6px ; }