How to make few basic changes to your Opera Space

Forums » My Opera » My Opera: Feedback, questions and discussions

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

11. November 2005, 03:55:15

SerbianFighter

Friendly bot

Posts: 1144

How to make few basic changes to your Opera Space

Redesigning My.Opera space tutorial


Part 1: Header part of your My.Opera Space[/COLOR]

Title text, Subtitle text, Header image and menu background [Link]


Part 2: Blog on My.Opera[/COLOR]

Post title, Sticky post mark, Post date and tags [Link]


Part 3: Sidebar on My.Opera Blog[/COLOR]

Sidebar width, Sidebar captions, Calendar, Album slideshow, Coundowns [Link]


Part 4: Other My.Opera Pages[/COLOR]

Profile, Friends, Links [Link]


Part 5: Few last bits and pieces[/COLOR]

Footer, Page background and wraps on each side, Top menu and Opera community link, Links on any page, Comments, Quick profile, Tags [Link]

_______________________________________________________________________________________________________

Basic things

Originaly posted in My 0.02$ on Opera Communty development as How to make few basic changes to your Opera Space

_______________________________________________________________________________________________________
So, few people have contacted me about this, and I promissed to explain at least the basic stuff, so here it is smile

Where do I start?

1. Go to Preferences (http://my.opera.com/Username/account/)
2. Then go to Web page layout (http://my.opera.com/Username/account/layout.dml)
3. Then go to custom style sheet (http://my.opera.com/Username/account/usercss.dml)

Ok, I'm there... Now?

In Enter CSS: field enter some of the values I will explain below, and make sure you select Use my custom style sheet together with the current theme before clicking Save

Now, few basic codes

Header image:

In Enter CSS: field enter:
#top2 {
background: [COLOR=red]#527fbf[/COLOR] url([COLOR=green]http://www.example.com/image.jpg[/COLOR]) top right;
}

Explanation:
#527fbf is Hex value of this color. This color would be shown under image. To change it pick your color
http://www.example.com/image.jpg is Header image. You can host it eather in your files or on some free image hosting, such as Imageshack

Title text

In Enter CSS: field enter:
#top h1 {
font-family: [COLOR=red]Georgia[/COLOR];
font-weight: [COLOR=deeppink]normal[/COLOR];
font-size: [COLOR=green]36px[/COLOR];
color: [COLOR=darkblue]#D8ECF5;[/COLOR]
}

Explanation:
Georgia - Font face is font type that would be used. For example here is used Georgia, and on my Opera Mini blog is Impact. My suggestions are to use some of these fonts since they are the ones that everyone has installed: Impact, Verdana, Trebuchet Ms, Comic Sans MS, Garamond, GothicE, GothicG, GothicI. You can see them in action here
normal - There you can select basic weight of the font which is "Normal" , "Bold" or "Italic.
36px - Font size in pixels, I don't think you need more info on this.
#D8ECF5; is Hex value of this color. This color would be the color of title text. To change it pick your color

Subititle

In Enter CSS: field enter:
#subtitle {
font-family: [COLOR=red]Georgia[/COLOR];
color: [COLOR=darkblue]#D8ECF5[/COLOR];
font-size: [COLOR=green]14px;[/COLOR];
}

Explanation:
Georgia - Font face is font type that would be used. For example here is used Georgia, and on my Opera Mini blog is Impact. My suggestions are to use some of these fonts since they are the ones that everyone has installed: Impact, Verdana, Trebuchet Ms, Comic Sans MS, Garamond, GothicE, GothicG, GothicI. You can see them in action here
14px; - Font size in pixels, I don't think you need more info on this.
#D8ECF5 is Hex value of this color. This color would be the color of title text. To change it pick your color

Blog post's titles

In Enter CSS: field enter:
.title, .title a:link, .title a:visited, .title a:active {
font-family: [COLOR=red]Georgia[/COLOR];
font-weight: [COLOR=deeppink]normal[/COLOR];
font-size: [COLOR=green]24px[/COLOR];
color: [COLOR=darkblue]#235E98[/COLOR];
}

Explanation:
Georgia - Font face is font type that would be used. For example here is used Georgia, and on my Opera Mini blog is Impact. My suggestions are to use some of these fonts since they are the ones that everyone has installed: Impact, Verdana, Trebuchet Ms, Comic Sans MS, Garamond, GothicE, GothicG, GothicI. You can see them in action here
normal - There you can select basic weight of the font which is "Normal" , "Bold" or "Italic.
24px - Font size in pixels, I don't think you need more info on this.
#235E98 is Hex value of this color. This color would be the color of title text. To change it pick your color

Want more?

Ok, these stuff I mentioned are basics, stuff most people wants and asks for. You, of course, can change much more stuff, and if you would like to see what that exactly means view and read Additional information on your custom style sheet page (http://my.opera.com/Username/account/usercss.dml).
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

11. November 2005, 13:42:29

Words

Everything is Permuted

Posts: 1510

Thanks for this... it's the first straightforward explanation I've spotted. Plan to experiment over the weekend and see what I can come up with.

11. November 2005, 13:47:47

Opera Software

Moose

Posts: 7526

Jere was patient enough to post a detailed description:

http://my.opera.com/stylists/forums/topic.dml?id=105963

M.
—she sells C shells by the seashore—

11. November 2005, 15:10:41

SerbianFighter

Friendly bot

Posts: 1144

Yes, I already spotlighted that and sent link to few people.... but that is hardcore modifying smile
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

11. November 2005, 19:14:33

Words

Everything is Permuted

Posts: 1510

Originally posted by SerbianFighter:

Yes, I already spotlighted that and sent link to few people.... but that is hardcore modifying



I'd seen it and been scared off! I love Jere's work but I kinda needed a really simple idiot's guide. party to both though.

11. November 2005, 20:33:17

Opera Software

Moose

Posts: 7526

Originally posted by SerbianFighter:

Yes, I already spotlighted that and sent link to few people.... but that is hardcore modifying smile



hardcore is good smile

M.
—she sells C shells by the seashore—

11. November 2005, 21:25:45

Words

Everything is Permuted

Posts: 1510

Hi guys... I've started customizing but the image I'm using repeats across the page. How do I get it to show only once?

The code I've used is:
#top2 {
background: #336600 url(http://my.opera.com/Words/homes/files/1blogtitle.jpg) fixed top right;
}

11. November 2005, 21:49:47

Opera Software

Moose

Posts: 7526

add no-repeat value to the shorthand background property, or a new one: background-repeat: no-repeat;

M.
—she sells C shells by the seashore—

11. November 2005, 21:58:31

Words

Everything is Permuted

Posts: 1510

12. November 2005, 10:49:36

Jere

if I could wave my magic wand…

Posts: 3798

Hi everybody,

my guide is not really for CSS beginners, it just attempts to describe the structure of profile pages in hope of making it a bit easier for others. It isn't all complete and at least one thing has changed since I wrote it. I'll try to improve it a bit now. up

13. November 2005, 07:41:11

SerbianFighter

Friendly bot

Posts: 1144

If there is any suggestion on which basic change should I explain too, please feel free to tell me... Jere's guide is great, but I'm trying to make something for total beginers wink
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

15. November 2005, 20:18:13

sparkster

Posts: 98

Thanks for this great tutorial!
Anyway I can't get to understand what to modify to change the way the "content" on the right (album, calendar, about) is viewed. My intention was to edit the background of the table (?) that contains the title of one of this contents, but I didn't make it (even thought I'm not a newbie to css).

Could someone point me out what should I edit? thanks!

Sparkster

15. November 2005, 22:15:10

SerbianFighter

Friendly bot

Posts: 1144

I rewrote this tutorial, and am planing to write more in next couple of days.. so for now you can see only deailed info on header part:
http://my.opera.com/WhyOpera/blog/show.dml/63665

I believe in 3-4 days, I will write more about boxes on the right side wink
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

16. November 2005, 00:13:42

Words

Everything is Permuted

Posts: 1510

Originally posted by SerbianFighter:

I believe in 3-4 days, I will write more about boxes on the right side



cheers

16. November 2005, 07:14:43

sparkster

Posts: 98

Originally posted by SerbianFighter:

I rewrote this tutorial, and am planing to write more in next couple of days.. so for now you can see only deailed info on header part:
http://my.opera.com/WhyOpera/blog/show.dml/63665

I believe in 3-4 days, I will write more about boxes on the right side wink



Ok, i'll wait (afterall it's just some visual liking smile )
thanks anyway for the time you spend about it.

Sparkster

17. November 2005, 09:32:31

SerbianFighter

Friendly bot

Posts: 1144

Redesigning My.Opera space, blog and photo gallery in X easy steps [Part 1] -
Header part of your My.Opera Space
  • Title text
  • Subtitle text
  • Header image and menu background

http://my.opera.com/WhyOpera/blog/show.dml/63665


Redesigning My.Opera space, blog and photo gallery in X easy steps [Part 2] -
Blog on My.Opera
  • Post title
  • Sticky post mark
  • Post date and tags

http://my.opera.com/WhyOpera/blog/show.dml/64277


Redesigning My.Opera space, blog and photo gallery in X easy steps [Part 3] -
Sidebar on My.Opera Blog
  • Sidebar width
  • Sidebar captions
  • Other sidebar elements (Calendar , Album slideshow , Album slideshow )

http://my.opera.com/WhyOpera/blog/show.dml/64989


All these elements are explained with 4 examples in code and picture wink
You can expect more from me.
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

17. November 2005, 19:28:08

sparkster

Posts: 98

woooooooo

just GREAT!

smile Thanks a lot.

Sparkster

18. November 2005, 07:49:23

SerbianFighter

Friendly bot

Posts: 1144

Redesigning My.Opera space, blog and photo gallery in X easy steps [Part 4] -
Other My.Opera Pages - Profile, Links, Friends, etc.
  • Profile
  • Friends
  • Links

http://my.opera.com/WhyOpera/blog/show.dml/63665
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

19. November 2005, 07:47:59

SerbianFighter

Friendly bot

Posts: 1144

First post updated wink
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

29. November 2005, 18:45:28

SerbianFighter

Friendly bot

Posts: 1144

Updates: - You really want to check this wink

- 11/29/2005 - 5 Headers for those who love wildlife - dark headers - Link
- 11/29/2005 - 5 Headers for those who love babies - light headers - Link
- 11/29/2005 - 5 Headers for those who like birds - dark headers - Link
- 11/28/2005 - 6 Headers for those who like dark styles - Link
- 11/28/2005 - 6 Headers for those who like light - natural styles - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

30. November 2005, 15:05:35

SerbianFighter

Friendly bot

Posts: 1144

- 11/30/2005 - 10 Headers - Food related - Mixed colors - Link
- 11/30/2005 - 10 Headers - Cat related - Mixed colors - Link
- 11/30/2005 - 10 Headers - Dog related - Mixed colors - Link
- 11/29/2005 - 10 Headers - 10 Dark Colors - Plain but nice - Link
- 11/29/2005 - 10 Headers - 10 Colors - Plain but nice - Link
- 11/29/2005 - 10 Headers - mixed collection - check it out - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

30. November 2005, 18:57:02

SerbianFighter

Friendly bot

Posts: 1144

- 11/30/2005 - 10 Headers - Mixed elements - Dark colors - Link
- 11/30/2005 - 6 Headers - Rabbit related - Light colors - Link
- 11/30/2005 - 10 Headers - Winter related - Light colors - Link
- 11/30/2005 - 10 Headers - Sunset related - Dark colors - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

1. December 2005, 19:36:07

SerbianFighter

Friendly bot

Posts: 1144

- 12/01/2005 - 10 Headers - Children - dark colors - Link
- 12/01/2005 - 10 Headers - Exotic nature - dark colors - Link
- 12/01/2005 - 10 Headers - Oceans and seas - dark colors - Link
- 12/01/2005 - 10 Headers - Mixed elements - Dark colors [2] - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

3. December 2005, 11:56:24

SerbianFighter

Friendly bot

Posts: 1144

- 12/02/2005 - 10 Headers - Farm - dark colors - Link
- 12/02/2005 - 10 Headers - Natural - dark colors - Link
- 12/02/2005 - 10 Headers - Sport - dark colors - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

4. December 2005, 15:55:07

SerbianFighter

Friendly bot

Posts: 1144

Menu images:

- 12/03/2005 - 6 Light colors - yellow - blue - pink - orange - green - rose - Link
- 12/03/2005 - 7 Dark colors - red - blue - orange - green - violet - rose - etc Link

Opera Community Icon:

- 12/04/2005 - 18 transparent icons - Link
Regards, Ivan Minic doh
+ My 0.02$ on Opera and OC + My Opera community blog + My.Opera spotlights +
+ My Opera community profile + My Opera Banners + My 0.02$ via Opera Mini +
+ Burek Forum + Serbian Opera Fan Club + Serbian Google Fan Club +

Important: For all those who want to promote Opera, Opera Mini, Opera Community and in any way spread the good word about Opera
On this link you will find a lot of banners in different sizes and for different color schemes you might want to use! Banners, Signatures, Avatars, Corner Ads, Footer Ads, Logos, Smilies ... etc.

monkey Tip for newbies: Monkeys bite! banana

Forums » My Opera » My Opera: Feedback, questions and discussions