mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
17be567191
For an overvies of the DIV framework and the DIVs in the header and footer please look at http://moodle.org/mod/wiki/view.php?id=2935&userid=0&groupid=0&wikipage=CoursePage The CSS is not yet well structured - it's just working for a starting. For the offical release I'll have to rebuild the CSS to match the final needs. It's lacking an easy CSS for beginners too. Please tell me, if you find some bugs or have some remarks - or if you just like it ;-) Thank you Urs
9 lines
160 B
CSS
9 lines
160 B
CSS
*, body, p, td,
|
|
h1, h2, h3, h4, h5, h6
|
|
{
|
|
font-style:inherit;
|
|
font-family:inherit;
|
|
font-size:100%;
|
|
background-color:#FFFFFF;
|
|
color:#000000;
|
|
} |