OSX Blue theme with new icons.

OSX Blue theme with new icons.

- Marcio Alirio Silveira の投稿
返信数: 12

Moodle is a fantastic system. Congratulations to Mr. Martin Dougiamas for his fantastic creation.
I loved the Osxblue theme, but the icons ... Then, I changed the icons (they are not my creation, of course) and made small customization in the Osxblue theme. The icons size are bigger (32 x 32 pixels). So, it was necessary to made some changes in /course/lib.php and /course/format/*/format.php.

Please, visit our site:
Igreja Batista Metropolitana - Sunday School. 

Márcio Alírio Silveira - Salvador - Bahia - Brazil

PS. Sorry for my bad English

Marcio Alirio Silveira への返信

Re: OSX Blue theme with new icons.

- W Page の投稿
Hi Marcio,

Le entiendo muy bien. Pardon por favor mi español pobre.

Please share with the community,
  • The specific changes you made in the code.
  • The "icon pack" you used.

Gracias,

WP1
Marcio Alirio Silveira への返信

Re: OSX Blue theme with new icons.

- Lorie La Fata の投稿

Can you please send me a link to this theme?

Lorie La Fata

lorielafata@cox.net

Lorie La Fata への返信

Re: OSX Blue theme with new icons.

- Floyd Collins の投稿

Here is a link where you can download my theme OSXBlue. The only difference is I have my icons in it where Marcio Changed them to his own icons.

Anyways here is a link to mine.

http://www.goohio.com/moodle

And you can see the theme at http://web.vscc.k12.oh.us

Floyd Collins への返信

Re: OSX Blue theme with new icons.

- Floyd Collins の投稿

I have updated OSXBlue for Moodle 1.5 you can download it on my moodle download site

http://www.goohio.com/moodle

Let me know if you have any questions

Marcio Alirio Silveira への返信

Re: OSX Blue theme with new icons.

- Jesse Voogt の投稿
hmm, i think the hard-coded picture sizes everywhere in moodle is a bit annoying... can't we have a variable icon sizes? or just leave out the width and the height?
Jesse Voogt への返信

Re: OSX Blue theme with new icons.

- David Scotson の投稿

The sizes are probably there because web pages take longer to load (and jump about in a disturbing manner as they progress) if the browser has to wait for each image to download before it knows what size space the image will fill.

The way forward is probably to specify all images in the CSS, this is better for custom themes, accessibility, small screen rendering code size etc.

Which reminds me, I was going to post about how exactly we should progress in that direction.