Skip navigation.

About things and stuff

Config panel

With the release of Opera 9.0 tp1 opera:config page was introduced. It didn't take too long before people realised that you could style it to your own liking.

This gave me an idea to make a panel out of it. The only problem with it is that on default the page is a bit too wide to use as a panel (I have ~230 pixels reserved for panels). So I took trollop's config.css (which adapts the style of your current skin) and started to make it smaller.

With three things I got it almost to fit:
1) Removed most margins and paddings.
2) Made text smaller.
3) Made whitespace wrap.

At this point there were only a few item that wouldn't fit.
1) MaximizeNewWindowsWhenAppropriate
2) AskClosingDialUpConnections
3) SaveTxtCharsPerLine
4) ExtAppParamSpaceSubst
5) ActivateOnNewTransfer

So I used the followin CSS to hide them:
label[for=f333], label[for=f238], label[for=f367], label[for=f129], label[for=f214] {
display: none;
}


And that was it. Here's a screenshot on how it looks.

First post

This seems to be the only way to change the page title.
July 2009
S M T W T F S
June 2009August 2009
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31