Skip navigation.

Log in | Sign up

srf fr a lvn'

I'm Aleksander

Posts tagged with "myopera"

Summer has broken

, , , ...

blogimg

Dorky title I know, but it's that time again.. Summer is over and I'm back for my last year at the University. I'm sorry for not having updated my blog lately, but so much has happened.. I thought I'd take you through last week, starting on Saturday when Maggie and I took a trip to IKEA.

blogimg

I also managed to fix it so all my classes are on the same days to make sure I don't have to go back and forth between school and work in the middle of the day like I had to do last semester (yay for me!)

Read more...

My Opera CSS tips

, ,

After the recent (and still ongoing) redesign of my page I have got some feedback in the initial redesign post, but I thought I'd push out some of the tips and tricks I used and learned by doing the redesign.

Don't be afraid to mess around with the design :) CSS is not that hard and changing the My Opera CSS is even easier!

Tools i used:

W3Schools.com
W3Schools.com is a site where you find most information about most CSS questions. Searching around there for a while will find you the answer you need :)

Opera Dragonfly
Dragonfly is the tool I use to find elements I want to change. Load it up, then it's click on the element you need the name of.

Notepad++
Used for backups along the way, any notepad tool will do ;)

Kuler
I use Kuler to find the colors I want to use. I don't think you can find a better tool to use if you are like me and not the best at picking out colors.

Dragonfly might require some getting used to, but the other tools are straight forward if you know some basic HTML and CSS.

Note: I'm not doing a complete this is how I did this and that, this is just a few of the simple things.

To add some shadow to your text try the following. Note that the first value "#000" is the color, the first "1px" is how much left of the original text you want it and the next 1px is how far below it you want to have it. The last value is the fuzziness of the shadow. Try it, just don't overdo it..

text-shadow: #000 1px 1px 1px;

The small + in front of the links in my posts are really simple to do. And yes, it's CSS not something I do manually for each link :) Note that this does not work in all browsers, but this layout was built to work in Opera and it somewhat works in FF and WebKit browsers.

.content a:before {
 content: "+";
 color: #00DBFF;
}

The ":before" tag can also be used to do a lot of other cool stuff like if you have a look at the tag cloud on this page. The "Tags" text is placed using ":before".

Feel free to add up some questions before part 2 :)

Time to get going again!

, , ,

Ok, so after a while with little or no really interesting updates from me I think it's about time I pull myself together and start blogging a bit again! To celebrate this I have done a minor update on the design, so that it's not as narrow (double meaning, phun intended..) anymore. After finishing of my exams last week and having a pretty rough patch last week with lots to do and being sick with more or less a constant fever of 39+ things are starting to get the way they should be now.

So, time for another summer holiday. I'm waiting for my new phone a HTC Diamond 2, until then you will have to wait for some pictures. Anyhow! Espen and I finally got our new office together with Amnith! It's nice being able to work without a entire floor of people running past your computer at all times.

Read more...

Down For Everyone?

, ,

Something different

,

Some blogs are just different. I would like to point out one I enjoy alot here on My Opera. It kinda differs from most other blogs, but I learn alot from it and would like to give you the option to.

Read more...