Log In · Register

 
I'm STUCK~!! I need Help., pretty please! =(
i_liek_sushi
post Jun 1 2006, 06:18 PM
Post #1


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



Ok, I started to make a myspace. I wanna make it the way I want it to, but I'm f**kin frustrated.

First look at my myspace:

http://www.myspace.com/xwxwx

(ignore the silly pic)

So I got an ass load of CSS codes under the "About Me" section. I wanna make it more clean so I can understand what code changes what. But I like the style of my Content Tables, and as well as the font (how everything is in all caps and centered).

So..

1. What are the codes for that kind of style? I just wanna start over in the About Me section.
2. HOW the HELL do I change the color of the other tables ("::r:e:d::'s Blurbs", "::r:e:d::'s Friend Space", "Comments") and make them grey like the other ones? I know how to change color, but I couldn't find any color codes in the script for those tables.
3. How do I make my page transparent and get rid of that stupid white background?

So yah, 3 questions. If you can help me i'll love you forever!
 
 
Start new topic
Replies (1 - 11)
i_liek_sushi
post Jun 1 2006, 11:22 PM
Post #2


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



awww... no one?? =(
 
lovelyfatale
post Jun 1 2006, 11:31 PM
Post #3


meow
****

Group: Member
Posts: 208
Joined: May 2005
Member No: 137,036



Okay, it sure does look like a new myspace with minor changes in font & color.
I'll give you a quick little tutorial... (Everything BLUE can be edited)

1. Your about me
Remove all of your codes in your about me,
except for the things you want to keep (like the fonts, and other things you mentioned)
Start fresh!



2. Your background
So, you want it transparent? You just didn't put in a code for your background.
MySpace will automatically put the default of anything that you don't change yourself.
In your about me.. put these codes in:

<style type="text/css">

.{ Background Properties }

table, tr, td { background-color:transparent; border:none; border-width:0;}
body {background-color:BBBBBB;}

</style>




3. Tables
Okay, the color of your tables. Simple! Just copy & paste these codes.
Make sure that these orange codes go right after the red ones.
(anywhere BEFORE the </style> tag)

.{ Table Properties }

table table { border: 0px }
table table table table{border:0px}
table table table {

border-style:solid;
border-width:1px;
border-color:000000;
background-color:BBBBBB; }



Anymore questions?
Feel free to ask! happy.gif
 
i_liek_sushi
post Jun 2 2006, 12:38 AM
Post #4


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



oh wow wow, nice reply!!

For #1... do I need to keep all of this stuff just for the uppercase font and the style? I don't know which unnecessary part to erase because I don't want it to mess up the entire code.

QUOTE
</style>
<style>.r{}</style>

<style type="text/css">
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}
</style>





<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="YOUR FRIEND ID"><textarea name="f_comments" cols="25" rows="4"></textarea><br> <input type="submit" value="Submit"></form>
<STYLE TYPE="text/css">
TEXTAREA, FONT, P {background-color: transparent; color:000000; font: normal 7px small fonts; overflow: visible; text-transform; uppercase;}</style>

<style>body,table,td,{font:normal 9px small fonts; text-transform: uppercase;}</style>



<STYLE TYPE="text/css">

table.blue_header,
tr.blue_header,
td.blue_header
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}




table.red_header,
tr.red_header,
td.red_header
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


table.blue_white,
tr.blue_white,
td.blue_white
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


table.blue_dark_bold,
tr.blue_dark_bold,
td.blue_dark_bold
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}

table.blue_light_bold,
tr.blue_light_bold,
td.blue_light_bold
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}



table.blue_light_nobold,
tr.blue_light_nobold,
td.blue_light_nobold
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


table.blue_dark_nobold_black,
tr.blue_dark_nobold_black,
td.blue_dark_nobold_black
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


.admin
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}

li
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}

p
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


div
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


textarea
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


span
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}


.required, .warning
{font-family:small fonts;
font-size:9px;
line-height: inherit;
font-weight:none;
color: 000000;
text-decoration:none;
text-transform:uppercase;}



img {filter: progid:DXImageTransform.Microsoft.BasicImage(color=1); border: 1;}

A:link { color: 000000; font:normal 8px small fonts; text-transform: uppercase; font-weight: normal; cursor: help; }

A:visited { color: 000000; font:normal 8px small fonts; text-transform: uppercase; font-weight:; cursor: help; }

A:active { color: 000000; font:normal 8px small fonts; text-transform: uppercase; text-transform: uppercase;text-transform: lowercase; font-weight:; cursor: help; }

A:hover, a.navbar:hover, a.redlink7:hover, a.bluelink:hover {
border:none;
cursor:help;
height:;
font-variant:;
text-transform:uppercase;
color:FDF5E6;
font:normal 8px small fonts; t-transform:uppercase;}


YIKES! sorry for the long post! mellow.gif


Also, I don't want my comment boxes to be orange either. Will the last code you gave me change the color of that as well?

ALSO, I wanna add a background image, so does that background code you gave me need an extra line?

thanks
 
freeflow
post Jun 2 2006, 01:07 AM
Post #5


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Get a css stylesheet from here, get the one by dismantled.
http://www.createblog.com/forums/index.php?showtopic=84325
Above each thing it tells you want its edited. Like orangetext15 above it inbetween { and } it tells you everything it edits. I think you can learn from that .
 
i_liek_sushi
post Jun 3 2006, 07:07 PM
Post #6


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



Thanks guys!!

I'm almost done with it but I need to do ONE more thing!

Here's a pic of what I want:



Here's a script for my table right now if it helps:

QUOTE
Table, Td{ background-color:transparent; }


table table table{ background-color:FFFFFF; border-color: dimgray; border-style:solid; border-width:1px; }


thanks!
 
xix_inu_xix
post Jun 3 2006, 10:28 PM
Post #7


Fuck you
****

Group: Member
Posts: 244
Joined: Nov 2005
Member No: 302,735



For the blurbs and titles use
CODE
.orangetext15 {background-color: violet; font: 9px arial; color: pink;}


for the transparent table bodies use this
CODE
[code]table table table {background:transparent;}
table table table td { background-color:black;
filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8; }
table table table table td {filter:none;}

questions for that can be found here

i hope that's it >_>
 
i_liek_sushi
post Jun 4 2006, 02:29 AM
Post #8


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



thanks bro, it kinda helped but I think my other codes and this are not mixing well.

Ok, one LAST question!! This should be easy but I'm having trouble!!

How do I get ALL my font white?? (in the blurbs, comments, interests, ect)


Here's my current script:

QUOTE
Table, Td{ background-color:transparent; }



table table table{ background-color:FFFFFF; border-color: dimgray; border-style:solid; border-width:1px; }



body, div, p, strong, td, .text, .whitetext10, .whitetext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color: black; font-size:8pt; font-weight:normal; font-style:normal; font-family:arial;}

.redtext, .redbtext { color:hotpink; font-size:9pt; font-weight:normal; font-style:normal; font-family:georgia; background-color: ffff8c;}

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext{ color:dimgray; font-size:8pt; font-weight:bold; font-style:normal; font-family: arial; text-transform: lowercase; letter-spacing: 1px;}



a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{color: 808080; font-weight:normal; font-style:normal; font-family:arial; font-size:8pt; background-color:none; cursor: default;text-transform:lowercase;}

a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:909090; font-weight:normal; text-decoration:none ; font-style:normal; font-family:georgia; background-color: none; cursor: default; text-transform:lowercase;}

.blacktext12 {color:transparent; font-size:0px; height:335px; width:435px; background-image:url("http://img111.imageshack.us/img111/319/akihabaratokyoasobitcity537yv.jpg")}
table table table[height="75"]{ background-color:transparent; background-image:url('http://img111.imageshack.us/img111/319/akihabaratokyoasobitcity537yv.jpg'); background-position:center; background-repeat:no-repeat;}

a:link img, a:active img, a:visited img {filter:gray;}
a:hover img {filter:xray; cursor: default;}

table table table table table td {direction:ltr;}

.r{}
input, button {background-color:e6e6e6; border: 1px solid black; font-family: georgia; font-size: 8pt;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Arial;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:242424;}
.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12,
.redtext, .redbtext, .blacktext10, .btext {color:242424;}



table table table table table img {max-width:300px;}
table table table table table a img {width: auto !important}

</style>
<style>.r{}</style>
 
freeflow
post Jun 4 2006, 10:28 AM
Post #9


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Change the font color on all these to FFFFFF
CODE
body, div, p, strong, td, .text, .whitetext10, .whitetext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color: black; font-size:8pt; font-weight:normal; font-style:normal; font-family:arial;}

.redtext, .redbtext { color:hotpink; font-size:9pt; font-weight:normal; font-style:normal; font-family:georgia; background-color: ffff8c;}

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext{ color:dimgray; font-size:8pt; font-weight:bold; font-style:normal; font-family: arial; text-transform: lowercase; letter-spacing: 1px;}
 
i_liek_sushi
post Jun 7 2006, 11:05 PM
Post #10


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



QUOTE
body, div, p, strong, td, .text, .whitetext10, .whitetext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color: black; font-size:8pt; font-weight:normal; font-style:normal; font-family:arial;}

.redtext, .redbtext { color:hotpink; font-size:9pt; font-weight:normal; font-style:normal; font-family:georgia; background-color: ffff8c;}

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext{ color:dimgray; font-size:8pt; font-weight:bold; font-style:normal; font-family: arial; text-transform: lowercase; letter-spacing: 1px;}


ok but where does it say "font color"??

i changed the bolded part to FFFFFF but it did something different
 
freeflow
post Jun 7 2006, 11:41 PM
Post #11


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



color means font color. FFFFFF is white text.
 
i_liek_sushi
post Jun 8 2006, 11:42 AM
Post #12


»»»»»»»»»»»
*****

Group: Member
Posts: 557
Joined: Dec 2004
Member No: 72,261



I tried it but it did not work.

it only changed the color of my basic info (next to the pic) and my interests, but not the blurbs and etc. sad.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: