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

Floyd Collins کے جواب میں

Re: OSX Blue theme thanks for 1.5 EasyPHP !!

بذریعہ Joyce Smith -
Hi Floyd Thanks for the 1.5 Moodle download , perfect !! I've used your Xampp one before, but couldn't get the EasyPHP quite right , this one is spot on thanks again Joyce مسکراہٹ
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.