mozilla / aestimia

[Archived] Assessment tool
4 stars 10 forks source link

CSOL Style #29

Closed mgballard closed 11 years ago

mgballard commented 11 years ago

endpoints for nav items (app.js, website.js) stylesheet for mozilla theme (mozilla-theme.css, chalkboard_bg.jpg) css id to h1 elements on most views

toolness commented 11 years ago

Hey, I think that the stub learn/badges/challenges pages you made actually dont' need to exist on Aestimia--they're part of the CSOL site and the links on the header will likely take the user directly there... But I could be wrong. WIll need to talk to someone who knows more about how all these sites fit together than I do!

toolness commented 11 years ago

Fortunately the Travis CI fail is just due to the "Log Out" link being renamed to "Sign Out". No big deal.

toolness commented 11 years ago

Thanks for the changes!

mgballard commented 11 years ago

Thanks Atul, I love the theming var approach!!! I was worried about compatibility (re: pseudo classes) but it looks like anything greater than IE 9 should be fine...and as you said - no functionality lost.

toolness commented 11 years ago

Thanks Mike! Unfortunately, I realized just afterwards that you need to do more than just style CSS, after looking at Jess' footer mockups... So I implemented a more extensible mechanism in 57a8e75160f05468e0f8763cf7a6bc8330b027d0. I've explained the basics of how it works in the commit message and moved the theme to theme/csol in the repository... Can you take a look and let me know if it makes sense to you?