Мнения, написани от Joseph Rézeau

Moodle in English -> Themes -> Oceanblue Theme question -> Re: Oceanblue Theme question

от Joseph Rézeau -
Снимка на Core developers Снимка на Plugin developers Снимка на Testers Снимка на Translators

Hi Richard.

With oceanblue theme. Changes to be made to moodle\theme\oceanblue\styles_color.css file. Add the following CSS declaration at the end of that CSS file.

To change to white font color of site name (on site home page) only:

#site-index h1.headermain {color:#FFFFFF;}

To change to white font color of site name and of all course names:

h1.headermain {color:#FFFFFF;}

Note.- Please note that there is an error in the styles_color.css file of current distributions of the oceanblue theme. Moodle 1.6 towards line 770 and Moodle 1.7 towards line 800, there is a missing closing brace } as shown below:

#mod-resource-view table {
 background-color: #FFFFFF;

.ims-nav-dimmed {
 color: #AAAAAA;
 text-decoration: none;
}

Joseph

Moodle in English -> Lesson -> Will lesson module recognize maps? -> Re: Will lesson module recognize maps?

от Joseph Rézeau -
Снимка на Core developers Снимка на Plugin developers Снимка на Testers Снимка на Translators
Sam > I had a problem with formatted HTML pages showing correctly in the lesson,

Sorry, but I do not understand what you mean. What kind of problem did you have? Where were those "formatted HTML" pages of yours located/inserted ?

Joseph

Moodle in English -> General help -> hotpot -> Re: hotpot

от Joseph Rézeau -
Снимка на Core developers Снимка на Plugin developers Снимка на Testers Снимка на Translators

Unfortunately you don't say which Moodle version you are using... For Moodle 1.6, go to Administration * Configuration * Modules and click on the eye icon to Show the Hot Potatoes module.

Joseph

PS You should have posted this message to the Hot Potatotes Forum...

Attachment image000.jpg
Снимка на Développeurs Снимка на Développeurs de plugins Снимка на Testeurs Снимка на Traducteurs
Fred,
En effet, pour trouver rapidement la classe CSS appliquée à tel ou tel élément de l'interface Moodle j'utilise régulièrement dans FireFox la barre Web Developer, qui m'est un outil indispensable.
On la trouve (version française) ici: http://joliclic.free.fr/mozilla/webdeveloper/
Joseph


Снимка на Développeurs Снимка на Développeurs de plugins Снимка на Testeurs Снимка на Traducteurs
Pour enlever la transparence des popups du calendrier, rajouter par exemple ceci dans la feuille de style user_styles.css du thème (je suppose que c'est le thème chameleon):
table.cal_popup_bg {
background-color: white;
}
Joseph