Customize the look of groups
You'll need HTML and/or CSS knowledge.
Each group has distinct CSS classes in the shape of g-(int), b-(int) and a-(int). Where (int) is the group or advert ID.
Example for group 1 and advert 1:
.g-1 { border: 1px #8983d8 solid; }.a-1 { background-color: #f00; }
Example for group 1 (in block mode) and advert 1:
.b-1 { margin: 2px; }.a-1 { border: 1px dotted #fefefe; }
Note: The .g-1 class is for the group with ID 1. Group ID 2 will have a class .g-2 and so on. This allows for very specific customisation. The names are obfuscated a bit to try and fool Ad Blockers into thinking it is regular code instead of an advert.
Note: AdRotate has a few adblocker avoiding features. Using the Adblock Disguise feature will change the class names to further obfuscate the outputted code. Adjust your customizations accordingly.