- Posts: 1
Change font sizes Moodle Arialist theme
- adriaan
- Topic Author
- Offline
- New Member
-
Less
More
14 years 10 months ago - 14 years 10 months ago #1
by adriaan
Change font sizes Moodle Arialist theme was created by adriaan
Hi,
I have a Moodle 2.0 installation with an Arialist theme, Joomal 1.5.23 with a Yoo Pure theme both connected by Joomdle R 0.5. Everything works fine however one thing I am not able to adjust.
What I want to do is to change the font size of the Moodle Arialist theme.
According to firebug the percentage (standard 85%) in:
/moodle/theme/styles.php?theme=arialist&rev=163
is to be changed (line 2058).
However where to find this?
The theme/styles.php file only has about 200 lines or so.
Also adjusting Moodle/themes/style/core.css does not help.
What to do?
Thanks.
Adriaan
I have a Moodle 2.0 installation with an Arialist theme, Joomal 1.5.23 with a Yoo Pure theme both connected by Joomdle R 0.5. Everything works fine however one thing I am not able to adjust.
What I want to do is to change the font size of the Moodle Arialist theme.
According to firebug the percentage (standard 85%) in:
/moodle/theme/styles.php?theme=arialist&rev=163
is to be changed (line 2058).
However where to find this?
The theme/styles.php file only has about 200 lines or so.
Also adjusting Moodle/themes/style/core.css does not help.
What to do?
Thanks.
Adriaan
Last edit: 14 years 10 months ago by adriaan.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 10 months ago #2
by Chris
Replied by Chris on topic Re: Change font sizes Moodle Arialist theme
Hi Adriaan,
This is really a question you should be posting in Moodle.org as it is Moodle specific issue. That said, perhaps the differences in line numbers is because Moodle combines / builds 1 file at runtime from the various style / theme files. (This is a guess). Also, I don't think you should be looking in styles.php but rather the styles_fonts.css (again a guess). You may want to read through this doc from moodle.org docs.moodle.org/20/en/Theme_basics
This is really a question you should be posting in Moodle.org as it is Moodle specific issue. That said, perhaps the differences in line numbers is because Moodle combines / builds 1 file at runtime from the various style / theme files. (This is a guess). Also, I don't think you should be looking in styles.php but rather the styles_fonts.css (again a guess). You may want to read through this doc from moodle.org docs.moodle.org/20/en/Theme_basics
Please Log in or Create an account to join the conversation.