Difference between revisions of "Websites"
From apertus wiki
Line 1: | Line 1: | ||
==Drupal== | ==Drupal== | ||
This is about the new website, located at [http://dev.apertus.org]. | This is about the new Apertus website, located at [http://dev.apertus.org 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. | Drupal 7 install, with the twitter bootstrap theme. | ||
Line 7: | Line 9: | ||
===Theming=== | ===Theming=== | ||
There is a subtheme, called apertus_bootstrap which is in use now. | There is a subtheme, called "apertus_bootstrap" which is in use now. | ||
In this theme | In this theme there is an apertus.css file. | ||
Please try to respect the structure of this 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) | * google fonts imports (they must be the first items in this file, don't ask me why) | ||
Line 21: | Line 23: | ||
* ui | * 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. | 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. | ||
===Todo=== | ===Todo=== |
Revision as of 10:20, 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.