(→Todo) |
(→Todo) |
||
Line 71: | Line 71: | ||
* adjust margins of the left column elements on the Donations page, for better vertical rhythm. [https://dl.dropbox.com/u/792881/Apertus%20Forum/Misc/SponsorsPageLeftColumn.gif Image] - done --[[User:Sebastian|Sebastian]] ([[User talk:Sebastian|talk]]) 19:06, 2 March 2013 (CET) | * adjust margins of the left column elements on the Donations page, for better vertical rhythm. [https://dl.dropbox.com/u/792881/Apertus%20Forum/Misc/SponsorsPageLeftColumn.gif Image] - done --[[User:Sebastian|Sebastian]] ([[User talk:Sebastian|talk]]) 19:06, 2 March 2013 (CET) | ||
− | * what do we want to show on: http://apertus.org/views/articles/list ? Proposal: articles with tag " | + | * what do we want to show on: http://apertus.org/views/articles/list ? Proposal: articles with tag "learn" ? -> implemented it that way, please review and approve --[[User:Sebastian|Sebastian]] ([[User talk:Sebastian|talk]]) 12:06, 3 March 2013 (CET) |
* In the global menu, the AXIOM logo has a black background, which doesn't match the menu background, it looks weird particularly on high gamut displays. can we fix? [https://dl.dropbox.com/u/792881/Apertus%20Forum/Misc/AxiomLogoTopMenu.jpg Image (adjusted)] -> fixed --[[User:Sebastian|Sebastian]] ([[User talk:Sebastian|talk]]) 20:59, 2 March 2013 (CET) | * In the global menu, the AXIOM logo has a black background, which doesn't match the menu background, it looks weird particularly on high gamut displays. can we fix? [https://dl.dropbox.com/u/792881/Apertus%20Forum/Misc/AxiomLogoTopMenu.jpg Image (adjusted)] -> fixed --[[User:Sebastian|Sebastian]] ([[User talk:Sebastian|talk]]) 20:59, 2 March 2013 (CET) |
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.
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:
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.
This wysiwyg editor is the perfect mix of the normal text editor for programmers and the colorful GUI of a real WYSIWYG editor that does not produce terribly bloated HTML.
/sites/all/libraries/markitup/markitup/templates/preview.html must link to all the relevant CSS files currently in use in the theme.
This is hardcoded and must be changed when switching themes. Also the node structure that drupal creates must be emulated here so the class structure can be used 1:1 like the following:
<div style="border:1px solid #BBB; padding:10px; width:879px;"> <div id="content"> <div class="content"> <div class="node"> <!-- content --> </div> </div> </div> </div>
The preview window size can be adapted to the size of the actual page container in
/sites/all/libraries/markitup/markitup/skins/simple/style.css
Using phpbb.
Manually edited /includes/functions_messenger.php at line 477 and 482 to add the "From" Name