DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
OpenMeetings has the possibility to style your instance by using a custom css file (webapps/openmeetings/css/custom.css). This page should be used to share your work, give some hints and to show examples.
Steps to participate:
- Style your instance till you are happy with it.
- zip custom.css and all needed files
- Upload it to some file sharing service (for ex. dropbox.com)
- Send link to your package to user@ mailing list (you need to subscribe first). Use custom theme as subject
- Enhance your mail with some information
- Who provides this theme?
- What is the theme for? What should be achieved?
- How to use the package? E.g.
- Where to copy the files
- prerequisites
- Licence restrictions
Example
How to use custom.css:
The change of the chat typing icon is quite easy. Use right mouseclick on the icon an choose inspect element (or similar) to find a usable selector. Put some lines of code in your custom.css and reload the room.
.ui-icon.typing-activity.big.typing {
background-image: url(http://apache.org/foundation/press/kit/feather.svg);
background-position: center center;
background-size:contain !important;
}
Result:
Monochrome Iconset-Theme
download vcrp_monochrome_theme_v4.zip
download vcrp_monochrome_theme_v5.zip
