Based on my previous "Alternatives" themeset.
This theme has a fixed width. To remove the fixed width, delete "max-width: 960px;" in aardvark_layout.css
Requirements
- Moodle 1.9.5+ (Tested - other versions untested)
- Firefox 3+, Safari 4+, IE7+ (others untested)
- Standard Theme
Known Issues
- Menu not compatible with IE6 or earlier (See 3rd party modified release)
- Difference in gap between profilename and profileoptions in FF compared to IE
Roadmap
Pro 1.2 (Robocop) - Released
- Rebuild from ground up
- All CSS combined into one handy file
- Re-organised folder structure
- More modern styling/design
Pro 1.1 (Bearhug) - Released
- PIX Folder - Additional filetype icons added
- aardvark_layout.css - Forum controls added to restrict posted images to fit on to page ".forumpost {width: auto;overflow:none;}" and ".forumpost img {max-width: 100%;}"
- aardvark_layout.css - Removed "position" and "left" elements from ".cal_popup_bg ", ".surround" and ".header-profileblock" to fix calendar pop-ups.
- aardvark_layout.css - Changed .surround to #surround
- aardvark_color.css - Changed .surround to #surround
- header.html - Changed <div class="surround"> to <div id="surround">
- header.html - Correctly closed link in <link rel="stylesheet" href="<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/aardvark_print.css" type="text/css" media="print" />
- aardvark_print.css - Added
- various css - Changed header-profile classes (.) to IDs (#)
- header.html - Changed header-profileblock class to ID
- aardvark_default.css - Removed #header-home and placed contents in #logo
- header.html - Made the header elements a little more PHP and removed redundant #header-home DIV. Now reads
<?php print_container_start(true, '', 'header');
echo '<div id="logo">';
echo '<a href="'.$CFG->wwwroot.'" style="display: block; width: 247px; height: 96px;"> </a>';
echo '</div>';
echo '<div id="header-profileblock">';
include('profileblock.php');
echo '</div>';
?>
- header.html - Validated markup! Woop!!!
Pro 1.0 (Morlock) - Released
- Moved out of beta - A number of issues may still exist relating to appearance, however the theme has been extensively tested and is considered stable.
- profilepic.php - Removed as it was no longer required.
- footer.html - Added additional login and navigation controls to footer.
- aardvark_color.css - "h2 .headingblock, .header" image changed to 50px height version
Beta 0.5 (Termite) - Released
- Fixed some issues with header rendering in some browers
- Moved to BETA, maybe still a couple of bugs and improvements, but generally stable.
Alpha 0.4 (Yeti) - Released
- Hopefully fixed header login issues - untested except my build where it works
- Replaced some missing icons from PIX folder
- Themeswitch and JS Query files removed (for time being)
Alpha 0.3 (Critter) - Released
- Added IF variable to show "login" option in header when user not logged in
- New codename (based on default colour)
- Replaced 'fixed typed' options with language adjustable versions from LANG.
Alpha 0.2 (Juiced) - Released
- New colour scheme
- Topic areas styled
- Footer modified
- Changes to calendar styles
- Forums rough styled
Alpha 0.1 (Vertigo) - Released
- Started again from scratch
- New navigation menu (called Top Menu), now pure CSS
- Lighter colour scheme
- User profile details in header
- Calendar styled
This theme will continue to be developed. If you like this theme and use it yourself, please let me know what types of modifications you make on the Moodle forums, I'd love to see them and maybe pinch some ideas for mine. Also always grateful to receive credit where credit's due.
Discuss this project, with suggestions and fixes here
Thanks to...
Thanks for the support in the forums, the users and contributors around the world and my good friend Google.
Support Moodle and Open Source Software.
Record added by:
Shaun Daubney - lundi 17 août 2009, 21:25
Last modified - vendredi 15 janvier 2010, 01:11