Skip navigation.

exploreopera

| Help

Sign up | Help

I Fell from the Moon

Don't worry ma'am. I'm from cyberspace.

My new blog design

, , , , ,


I've installed a new blog design, Sleek Shady Alpha build 72. It's a unfinished theme based on the default blog design The Darkside by Fred. This is what I've been working on the last few days. And I'm going to release new versions soon.

I made my own banner with my cartoon character Dr. Launch drawn by Freek Zijlmans. You can change the banner by adding a background image with #top2.

Like my previous design, White is Fun, this theme has the CC GNU GPL, an open-source license. I added this license because I want people to make modifications to it for the good of all users of the Sleek Shady theme.

There are no instructions and no quick installation code because I'll rather see advanced My Opera Community users install the alpha version of Sleek Shady. If you don't know how to install it, you're not an advanced My Opera Community user. But don't worry, proper instructions are coming when I release the final version.

Get Sleek Shady Alpha build 74 here. And add the blog to your watched blogs or subscribe to the RSS feed to get notified about new versions.

Wear red for the Myanmar opposition this FridayHow to change your blog banner

Comments

avatar
\o/

By coxy, # 1. October 2007, 23:07:33

avatar
:D

Had to go back to White is Fun on this blog because of some browser issues. I think I'll wait until the final version is finished before installing it on this blog.

By drlaunch, # 1. October 2007, 23:17:47

avatar
:cool:

By Dacotah, # 1. October 2007, 23:32:27

avatar
*\o/* :cool: , but how did u get the blue in the side like that in the picture of it...i like the blue addition to it

By SqueakeyCat, # 2. October 2007, 01:55:24

avatar
Are you referring to the theme in the screenshot or the one shown in the album image depicted in the screenshot. The one shown in the album image in the screenshot sidebar is Night Skyline. You can read more about it in the drlblogdesign blog.

To style the page background, simply style the body element. Here's an example where the background image is turned off:

body {
background-color:#ff0;
background-image:none;
}


Short version (not tested):

body { background:#ff0 none; }


And here's one with a background image that starts on top without repeat:

body {
background-color:#ff0;
background-image:url(http://myserver.com/mydirectory/myimage.png);
background-position:top;
background-repeat:no-repeat;
}


Short version:

body { background:#ff0 url(http://myserver.com/mydirectory/myimage.png) top no-repeat; }


Have fun! :wink:

By drlaunch, # 2. October 2007, 02:30:02

avatar
ummmmm where do i find all these items at to change them???

By SqueakeyCat, # 2. October 2007, 04:09:23

avatar
body changes the <body> tag. The body tag is default in all HTML documents, which means the method of changing the background color is universal for all HTML documents.

But before continuing, how advanced are you with CSS?

By drlaunch, # 2. October 2007, 13:04:16

avatar
yeah yeah.. this one look hot Doc p:

By demiphonic, # 3. October 2007, 01:01:01

avatar
Thanks! :D

By drlaunch, # 3. October 2007, 01:40:38

avatar
p:

By demiphonic, # 3. October 2007, 02:52:08

avatar
i was looking for a new fresh updated look so i just installed your theme, great work! :smile:
thanks for sharing

p.s.
enjoyed browsing your blog as well :D

k

By redjava, # 29. October 2007, 16:38:50

avatar
Thanks. :D

By drlaunch, # 29. October 2007, 18:41:44

avatar
as for my "training" in CSS, my own web site http://squeakeycat.net uses css on all its pages, check them out and tell me what u think of how advanced i am with css

By SqueakeyCat, # 29. October 2007, 19:23:43

avatar
I was on Opera Mini 4 when looking, but I think I saw enough to assume how it was made. I really hope you don't mind if I say what I mean.
I can't say it was advanced. Basically it looks like something from Microsoft FrontPage with CSS usage limited to text style. And was that a table used for layout?
I couldn't inspect the source code and CSS code closer because Opera Mini doesn't have a source code viewer. I'd say your page was rather old-school. And kudos for using something I don't know how to use though; tables. ;-)
Anyway. Using CSS for layout doesn't have to be difficult. You can use one of these CSS tempalates or install Wordpress on your server to make your pages more easily or publish stuff. Ask me about it later.

By drlaunch, # 30. October 2007, 02:18:10

avatar
when u get on a PC take a look again...as for css coding and the making of my pages, i use Dreamweaver CS3

and yes, a lot of my pages r made out of tables

i would like to use my squeakeycat banner on my main page as my banner here on MyOpera

how do i put it here?

let me know what u think about the pages when u get a chance to c it from a regular PC

By SqueakeyCat, # 30. October 2007, 18:10:50

avatar
I had a look at the code and I can't say it's particularily bad. But I think you need to use a CSS layout and a bit more modern look. Once I have the time I can try to add the contents of your site to one of those CSS tempalates.

I have some instructions for adding a banner in another blog post. I don't know if the instructions work on your current theme. I need to hack around a bit to find out.

By drlaunch, # 30. October 2007, 20:10:52

avatar
right now, i am just using Opera's Halloween Theme...

i like my cats, but idk how to make a photo collage to use as a background picture

if i could remember from day to day, what i did with my courses for Web Site Design, then it'd b a lot better, but lately, it has gotten that i can't remember from day to day

i have to keep looking things up, and idk how to b able to remember what i read from one minute to the next. it just seems to disappear once i fall asleep at night

if i don't print out what i work on, then i don't remember even the codes i use

will show u the css that i used for that site, just give me a day to sleep, and i will b good to show u

By SqueakeyCat, # 1. November 2007, 04:30:31

avatar
thx so much abt your comments in my site, yeah friend, on my site you can see the SKINS TO SHARE on the SIdeBar or LINKS Tab. it is free too.

Good luck

By LEFA., # 19. November 2007, 06:21:37

avatar
Thanks. Added it to the DrLBlogDesign link section.

By drlaunch, # 20. November 2007, 00:15:29

Write a comment

You must be logged in to write a comment. if you're not a registered member, please sign up.