|
~Umbreons~ Profile Requests
I have not learned much about these Profile Csses but I know enough to change the color of things the text font and border so that all I can do. I will also do random creations with colors of your choosing. This thread is to mainly help people that don't want to take the time and change thier profile its pretty basic. I mak mine off of a CSS I got off of a different site. I don't know if this should go somewhere else so just go ahead and move it.
Work Done:
Silver DS Style:
.vbmenu_popup
{
background: silver;
color: grey;
border: 3px solid grey;
}
.outer_border {
border-left: 3px grey;
border-right: 3px grey;
border: 3px solid;
color: grey 3px;
}
#pborder {
background-color: silver;
background-image: none;
}
.time {
color:grey;
font-size: medium;
}
.panelsurround
{
background: silver;
color: grey;
}
legend {
color: silver;
font-family: Comic Sans MS
font-size:3pt;
}
.tfoot
{
background:silver;
color:grey;
}
.vbmenu_control
{
background:silver;
color: grey;
padding: 3px 4px 5px 6px;
}
body {
background-color: silver;
}
.thead
{
background: silver;
color: grey;
font-size:small;
font-family: "Comic Sans MS";
}
.alt1 {
background: silver;
color: grey;
font-family: "Comic Sans MS";
}
.alt2 {
background: silver;
border:3px solid grey;
color: grey;
font-family: "Comic Sans MS";
}
.tborder
{
border: 3px solid grey;
}
.tcat {
background: silver;
color: grey;
font-family: Comic Sans MS;
font-size: 7pt;
}
.panel
{
background: silver;
color: grey;
padding: 14px;
border:3px solid grey;
font-family: "Comic Sans MS";
}
-----------------------------------------------
|