Archive for the ‘mySpace Templates’ Category

template-myspace.com Launched

Monday, July 9th, 2007

My new web site ‘Template mySpace’ has been launched.  http://www.template-myspace.com/

This web site will focus on free and custom mySpace templates.

At the moment there is only 3 templates available but i plan on adding a new one every week.

Share this post
del.icio.us Digg Furl Reddit Ask BlinkList blogmarks BUMPzee Blogg-Buzz Google Ma.gnolia muti Netscape Newsvine PlugIM ppnow Rojo Shadows Simpy Slashdot Socializer Sphere Spurl StumbleUpon Tailrank Technorati Windows Live Wists Yahoo! Help

New Black and Grey mySpace Templates

Tuesday, July 3rd, 2007

I got some time over the weekend to finish 2 more mySpace templates, one is a black and white myspace template and the other is a grey and black myspace template.

 Black and White mySpace Template

Black and White myspace template

Which can be downloaded here http://www.bluepearl-design.com/forums/free-myspace-templates/3125-black-white-myspace-template.html

Black and Grey mySpace Template

Black and Grey myspace template

Which can be downloaded here http://www.bluepearl-design.com/forums/free-myspace-templates/3124-black-grey-myspace-template.html

 Our complete mySpace database can be viewed here http://www.bluepearl-design.com/free-myspace-templates.php

Share this post
del.icio.us Digg Furl Reddit Ask BlinkList blogmarks BUMPzee Blogg-Buzz Google Ma.gnolia muti Netscape Newsvine PlugIM ppnow Rojo Shadows Simpy Slashdot Socializer Sphere Spurl StumbleUpon Tailrank Technorati Windows Live Wists Yahoo! Help

Fuschia mySpace Template

Friday, June 29th, 2007

After trying to figure out the mySpace CSS completely so i could design and release clean professional looking templates i finally feel like i have accomplished this. :cool:

The first template i am going to release is called ‘Fuschia’ which is name of the pink color used in this template.

Ive tested this template on a few different profiles with no problems but if anyone finds any please let me know.

Preview

 Fuschia myspace template

Instructions:
Simply download the attached file called ‘fuschia-myspace-template.txt’ and copy the contents of this file to the end of your ‘about me’ section in your mySpace profile.

Download this template for free here

Share this post
del.icio.us Digg Furl Reddit Ask BlinkList blogmarks BUMPzee Blogg-Buzz Google Ma.gnolia muti Netscape Newsvine PlugIM ppnow Rojo Shadows Simpy Slashdot Socializer Sphere Spurl StumbleUpon Tailrank Technorati Windows Live Wists Yahoo! Help

mySpace Layout Tutorial

Friday, June 22nd, 2007

In the last few months in my spare time i have been playing around a little bit with mySpace templates and i must admit trying to create a clean style is hard. If you think just because you can design Websites from scratch using only CSS this task will be easy then think again, unlike most stylesheets where you can use DIV and ID tags the CSS in mySpace is more CSS hacks for table layouts.

 For example:

table table table {
 border:1px solid orange;
 background-color: orange;
 }

table table table td {
 border:1px solid black;
 background-color: black;
 } 

In this tutorial i am going to attempt to define all the tables using  bright colors so we can see  exactly how the layout works.

Because i am not sure how this will look myself im not sure how this Tutorial will end up, maybe helpful maybe not lol.

First of all im going to test the below code:

table {
 border:1px solid red;
 background-color: red;
 }

table td {
 border:1px solid blue;
 background-color: blue;
 }

Which looks like this:

Myspace tutorial

Where Blue is table td and red is table.

Most of my reason for creating this tutorial was to have a resource for myself which i could look back on and see in screenshot form how the page layout works with CSS. What im going to do now is just add a screenshot and code for every table. And at the end i will add all the CSS together and see how it looks then. You can also see a preview here on my test mySpace account. www.myspace.com/bluepearltest

The 2nd Table

table table {
 border:1px solid green;
 background-color: green;
 }

table table td {
 border:1px solid yellow;
 background-color: yellow;
 }

myspace tutorial table table td

The 3rd Table

table table table {
 border:1px solid orange;
 background-color: orange;
 }

table table table td {
 border:1px solid black;
 background-color: black;
 }

myspace layout tutorial

The 4th Table

table table table table {
 border:1px solid pink;
 background-color: pink;
 }

table table table table td {
 border:1px solid purple;
 background-color: purple;
 }

myspace tutorial tables

The 5th Table

table table table table table {
 border:1px solid cyan;
 background-color: cyan;
 }

table table table table table td {
 border:1px solid brown;
 background-color: brown;
 }

myspace tutorial

The 6th Table

table table table table table table {
 border:1px solid yellow;
 background-color: yellow;
 }

table table table table table table td {
 border:1px solid green;
 background-color: green;
 }

myspace layout tutorial

 Combined CSS for all mySpace tables

 And this is a screenshot of all the above joined together.

final myspace layout with css

Im hoping that these screen shots will help others as i hope they will help me to properly understand the mySpace CSS layout. If mySpace had the same built in CSS editor like vBulletin life would be alot easier for mySpace template designers.

Check out http://www.myspace.com/bluepearltest for this tutorial in action.

Share this post
del.icio.us Digg Furl Reddit Ask BlinkList blogmarks BUMPzee Blogg-Buzz Google Ma.gnolia muti Netscape Newsvine PlugIM ppnow Rojo Shadows Simpy Slashdot Socializer Sphere Spurl StumbleUpon Tailrank Technorati Windows Live Wists Yahoo! Help
Bluepearl Network © 2004-2007 - Designed by Bluepearl Design