Skip navigation.

exploreopera

| Help

Sign up | Help

photo

Helmers

being a good student

Posts tagged with "css"

A minute of fame

, ,

My theme was highlighted on the frontpage. Feelin' famous!

Updated the analog clock Widget

, , ,

Last week I updated the analog clock Widget with some fresher graphics. For some reason, it is the second most downloaded widget of all times, with over 400.000 downloads.

When updated it, I added a small tweak to help out our Linux users:

if (navigator.platform.toLowerCase().indexOf('linux') > -1 ) { document.body.className ="linux" };
It checks if the Widget is run on the Linux platform, and if it is, sets class name of the <body> to "linux". I then have special backgrounds for Linux added in CSS. This way Linux users will get prettier clocks without the annoying drop-shadows (Widgets on Linux don't support more than 1bit transparency).

Thanks to our JS developers for that little bit of code. :angel:

Tag redeux

, , ,

After a request from YtseJam, I decided to rework some of my tag images.

Also I hope that...

,

...the layout will somehow magically work perfect in Internet Explorer and Firefox as well as Opera. :wizard:

Who needs pink anyway

, ,

So (yet again) I decided to change my layout. Only that I did not complete it. Hopefully it will be done next week, and will be absolutely awesome. Hopefully! :D

Pink!

,

New color scheme, love it. Thanks Opera! :D

You'd better watch out, because soon, I will...

, ,

Styling the Opera Community site

, ,

You would think that styling your page here would be a piece of cake, but it does actually require some work to get it right... On the "Custom style sheet" page it reads:
On this page you can enter your own custom style sheet in the textarea below. We recommend that you only use this page if you are experienced with Cascading Style Sheets.
I guess I am qualified, since it is my job to write CSS. In time I am sure I will understand the complexity of this site. :wink:

Should be in bed

, , ,

...but that would be boring. So I was hoping I could spend some time blogging instead. I added some nice icons on the right side of my posts, that could go along with the tags for each post. Now what would be nice were if I could get it automatically from the tags, but I'm not smart enough to pull that one out of the hat.

I was thinking about adding some style to this page, but this site is so well made I don't want to change much... :cheers:

And I submitted my first widget, or rather my first modified widget this weekend. It is a version of the Analogue Clock, it's even simpler, and even faster (no that doesn't mean time will go faster).

Go have a look!