Custom CSS, a brief tutorial (update)

Discuss MagiStream and site-related topics.
Post Reply
User avatar
Madd
Queen of Mean
Member of The Herbalist's Guild
CreaturesTrade
Posts: 1745
Joined: March 8th, 2009, 11:00:08 pm
Gender: Female

Custom CSS, a brief tutorial (update)

Post by Madd »

The following code outlines how to do some basic things on your profile with CSS.
#fff is a color. Change them to change the colors of the profile. My favorite color chart

Code: Select all

/* small corners removed */
.corners-top, .corners-bottom {
display: none !important;
}
/* no header */
.headerbar {
display: none;
}
/* custom panels */
.navbar, .panel {
background: #9bb; /* edit me */
border: 1px dashed #366; /* if you have 5px of border, you must have -5px of margin */
margin: -1px;
}
.bg2 {
margin-bottom: 10px;
}
/* no container */
.border-left, .border-right, .border-top, .border-top-left, .border-top-right, .border-bottom, #page-body {
background: none;
}
/* custom container */
#wrap {
background-color: #fff; /* edit me */
border-right: 1px solid #999 !important;
border-left: 1px solid #999 !important;
}
/* custom background */
body {
background: #eee; /* edit me */
padding: 0; /* to eliminate space at the top */
}
Custom links:

Code: Select all

a {
color: #f00 !important; /* edit me */
}
a:hover {
color: #f0f !important; /* edit me */
}
Custom font:

Code: Select all

* {
font-family: sans !important; /* edit me */
}
Left Align:

Code: Select all

body {
text-align: left !important; 
}
#wrap {
margin-left: 50px; /* edit me */
}
Better headings:

Code: Select all

.panel h3 {
background-color: #699;
border-bottom:1px solid #acc;
margin:0 -10px;
padding:2px;
text-align:center;
text-decoration:underline;
}
No signature:

Code: Select all

.custom_css_signature {
display: none;
}
I'll add more later.
I don't work here anymore but I do still have this egg

Image
Valden
MagiStream Donor
Member of The Dark Brotherhood
CreaturesTrade
Posts: 1811
Joined: June 8th, 2009, 4:06:50 am
Gender: Kraken
Location: Darby, Montana

Re: Custom CSS, a brief tutorial

Post by Valden »

Thank you so much for this!!!!!! <3

There are still small white corners at the bottom. >_>
Movie last seen: Thor (2011)
Currently Reading: Nothing, been crocheting!
::Codes::
Spoiler

Code: Select all

[url=http://magistream.com/creature/3966321][img]http://magistream.com/img/3966321.gif[/img][/url][url=http://magistream.com/creature/3966329][img]http://magistream.com/img/3966329.gif[/img][/url][url=http://magistream.com/creature/3966325][img]http://magistream.com/img/3966325.gif[/img][/url][url=http://magistream.com/creature/3966320][img]http://magistream.com/img/3966320.gif[/img][/url]
ImageImageImageImage

Image[/center]
User avatar
dragoffire
MagiStream Donor
Member of The Dark Brotherhood
CreaturesTrade
Posts: 167
Joined: June 23rd, 2009, 1:53:49 am
Gender: Kraken

Re: Custom CSS, a brief tutorial

Post by dragoffire »

Awesome this helps alot.
User avatar
Glow
MagiStream Donor
CreaturesTrade
Posts: 1156
Joined: June 16th, 2009, 2:11:22 pm
Gender: Female

Re: Custom CSS, a brief tutorial

Post by Glow »

I tried it out; can't wait til more are available! :D

EDIT: dragoffire, yours is really cool!
Shoot for the moon. Even if you miss, you'll land among the stars.
ImageImageImageImage
Snow
MagiStream Donor
Member of The Dark Brotherhood
CreaturesTrade
Posts: 857
Joined: June 14th, 2009, 7:20:36 pm
Gender: Kraken

Re: Custom CSS, a brief tutorial

Post by Snow »

Mine sucks.

...T_T

Oh well. I guess I'll have to work on that. But for now... I'll be looking at all of yours. Again. For the fourth time. XD
*-_ ... _-*
User avatar
Firerubynat
MagiStream Donor
Member of The Dark Brotherhood
CreaturesTrade
Posts: 186
Joined: June 11th, 2009, 11:39:26 am

Re: Custom CSS, a brief tutorial

Post by Firerubynat »

Cool... Thanks Tristan! Now I can go experiment...

*disappears off to play with colors*
ImageImage
Manticore
MagiStream Donor
CreaturesTrade
Posts: 1062
Joined: July 16th, 2009, 5:41:32 pm
Gender: Female
Location: R'lyeh! HALP!! D:

Re: Custom CSS, a brief tutorial

Post by Manticore »

we can haz preset awsumness?
I quit. kthnxbai.

DO NOT MESSAGE ME OFFSITE ABOUT PURCHASING MY CREATURES.
SolarCat
MagiStream Donor
CreaturesTrade
Posts: 224
Joined: June 17th, 2009, 8:34:50 pm
Gender: Female

Re: Custom CSS, a brief tutorial

Post by SolarCat »

That was fun. :D :P

I'd also like to know how to get rid of the white boxes, though...
Not as active as I used to be.

ImageImageImageImageImageImageImageImageImageImageImageImage
User avatar
Rosehill
Coder
Member of The Herbalist's Guild Member of Artificer's Association Member of Preservationists Association An icon depicting the element Life
CreaturesTrade
Posts: 8021
Joined: July 24th, 2009, 4:03:51 am
Gender: Female
Location: Northern Europe
Contact:

Re: Custom CSS, a brief tutorial

Post by Rosehill »

You can find the code to remove the white bottom boxes from this post by Tristan. :)

Or if you're too lazy to click the link, just use the following.
Tristan wrote:CSS is one of my fortes.

Code: Select all

/* no white bits on the bottom */
.border-bottom span {display:none}
BloodVeil
CreaturesTrade
Posts: 431
Joined: June 21st, 2009, 5:31:31 pm

Re: Custom CSS, a brief tutorial

Post by BloodVeil »

Kurios wrote:You better expand on this soon. >(


Agreed to this.




I'll certainly be lurking lol.. Sticky perhaps~? ♥
Post Reply

Return to “Community Discussion”