Difference between revisions of "Websites"

From apertus wiki
Jump to: navigation, search
Line 28: Line 28:
===Todo===
===Todo===


* Image Carousel with news item rotation on front page with small html overlay and dots indicating "position" in carousel
* Image Carousel with news item rotation on front page with small html overlay and dots indicating "position" in carousel - maybe http://nivo.dev7studios.com/demos/ or http://slidesjs.com/examples/images-with-captions/

Revision as of 11:50, 5 February 2013

1 Drupal

This is about the new Apertus website, located at http://dev.apertus.org.

Its still in developmet but once finished will replace the current main website which will be archived (but stay online in a rea-only mode)

Drupal 7 install, with the twitter bootstrap theme.

1.1 Theming

There is a subtheme, called "apertus_bootstrap" which is in use now.

In this theme there is an apertus.css file.

Please try to respect the structure of this file:

  • google fonts imports (they must be the first items in this file, don't ask me why)
  • general typography
  • general page modifications
  • nodes
  • fields
  • views
  • ui

It makes it easier to find your way. General rule: as little css as possible, only override what is needed. Ask for help, make backups.


1.2 Todo