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.