Forum OpenACS Development: responsive theme for OpenACS

Collapse
Posted by Benjamin Brink on
Hi all,

Did someone ask for a responsive theme for OpenACS?

Now there is b-responsive-theme package --based on dual MIT & GPL licensed http://dfcb.github.io/extra-strength-responsive-grids (ESRG)

Basically, css classes in openacs-core are associated with existing ESRG ones. ESRG code that didn't validate has been removed --mainly IE related.

This takes OpenACS one step closer to not embedding TABLE tags in TABLE tags in core features.

b-responsive-theme should be available in the repository soon (just submitted).

Also available from http://github.com/xdcpm/b-responsive-theme

cheers!

Collapse
Posted by Gustaf Neumann on
Hi Ben,

Many thanks! The theme is commited to CVS HEAD, and should be available via "install from repository" by tomorrow from the HEAD channel.

-g

Collapse
Posted by Benjamin Brink on
Thank you, Gustaf,

One really fun way I discovered seeing this style work is to add:

background:rgba(200,200,200,.2);

to grid (and OpenACS content-box) css classes.

Page structure is shown because DIV classes are highlighted in relative contrast.

cheers!