Friday, 11. November 2005, 03:55:15
How to make few basic changes to your Opera Space
Redesigning My.Opera space tutorialPart 1: Header part of your My.Opera Space
Title text, Subtitle text, Header image and menu background [Link]
Part 2: Blog on My.Opera
Post title, Sticky post mark, Post date and tags [Link]
Part 3: Sidebar on My.Opera Blog
Sidebar width, Sidebar captions, Calendar, Album slideshow, Coundowns [Link]
Part 4: Other My.Opera Pages
Profile, Friends, Links [Link]
Part 5: Few last bits and pieces
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
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).
Friday, 11. November 2005, 13:42:29
Friday, 11. November 2005, 13:47:47
http://my.opera.com/stylists/forums/topic.dml?id=105963
M.
Friday, 11. November 2005, 15:10:41
Friday, 11. November 2005, 19:14:33
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.
Friday, 11. November 2005, 21:25:45
The code I've used is:
#top2 {
background: #336600 url(http://my.opera.com/Words/homes/files/1blogtitle.jpg) fixed top right;
}
Sunday, 13. November 2005, 07:41:11
Tuesday, 15. November 2005, 20:18:13
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
Tuesday, 15. November 2005, 22:15:10
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
Wednesday, 16. November 2005, 00:13:42
Originally posted by SerbianFighter:
I believe in 3-4 days, I will write more about boxes on the right side
Wednesday, 16. November 2005, 07:14:43
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
Ok, i'll wait (afterall it's just some visual liking
thanks anyway for the time you spend about it.
Sparkster
Thursday, 17. November 2005, 09:32:31
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
You can expect more from me.
Friday, 18. November 2005, 07:49:23
Other My.Opera Pages - Profile, Links, Friends, etc.
- Profile
- Friends
- Links
http://my.opera.com/WhyOpera/blog/show.dml/63665
Tuesday, 29. November 2005, 18:45:28
- 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
Wednesday, 30. November 2005, 15:05:35
- 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
Forums » Opera Community » Opera Community and other Opera services » Opera's Web sites: Feedback, questions and discussions