Awesome theme!
I have been looking for the 'Google - like - Fixed - Top - Menu - Bar' for years.
This theme is a great achievement for usability practice. The 'fixed top menu bar' make users' navigation experiences much easier.
This tech only available in Google Site. I've searched for 'Googlelike Topbar' or 'Top Menu bar' many times, but no result. Until I found this Decaf, it is amazing!
I strongly suggest that it should be included into Moodle core theme folder.
I also have some wish-list for this theme:
1.
I dislike the navigation block, because it shows all courses in my site. I have a lot of locked courses which shouldn't be shown to a guest. So, I turn off the navigation block in:
Site admin>Plugins>Blocks>Manage blocks>Navigation/hide
But, the decaf extract this block content into the top menu bar, at the second icon next to Home icon.
Then, I have to comment out this line in two files:
In Decaf:frontpage.php line 55, remove navigation and home icon at front page
// echo $topsettings->navigation_tree($this->page->navigation);
In Decaf:fgeneral.php line 58, remove navigation and home icon from all other pages
// echo $topsettings->navigation_tree($this->page->navigation);
Wish list 1: Turn these two icons off in Decaf setting page.
-------------
2.
I hate the section number, so I change it to the same colour with background colour
in Decaf: core.css: line162: .course-content ul.topics
li.section .left {font-size:2em; color:#FFF} //I set the bg coulour to #fff in decaf setting
Wish list 2: Change section text colour in decaf setting
----------------
3.
I hate the 'Topic' outline so, I remove it:
in Decaf: core.css: line89:
.headingblock, h2.headingblock { border-width:1px;margin:0;padding:5px;font-family:"Trebuchet MS", arial, helvetica, sans-serif;display:none;}
Wish list 3: Hide 'Topic outline' in decaf setting
-----------------
4.
The user image looks slim, so I change it back to square shape:
In Decaf: core.css: line28, make square, no padding
.headermenu img.userpicture{width:55px;height:55px;float:right;border-top:1px solid #eee;border-right:1px solid #dadada;border-bottom:1px solid #ccc;border-left:none;background:#fff;margin-top:10px;padding:0px 0px;}
Wish list 4: Option for 'slim/fat' user pix in decaf setting (just joke
)
Many thanks to Lei Zhang, you are awesome!
Cheers