MysticEffect- Graphics Community

Mysticfx

New Arrival
Joined
Oct 1, 2011
Messages
19
Reaction score
0
FP$
6
Site Name: Mystic Effect
Site URL: http://www.mysticeffect.com
Description: Mystic Effect is a Graphics/ Gfx learning site with down to earth members and a growing community with many adds on to it! It will include a render gallery, and many more things to come!
Your Name on the Board: Mystic Effect - Graphics Community


The purpose of this website is to help more artists become better and have more skills in graphics designing. Those who are experienced and can help, help people here. You post resources, take part in competitions, pretty much a chill out spot for artists who wanna learn.
 
Thanks bro 🙂

Added a computer section for users to download applications.
 
On the forum, the background color of the guest message doesn't match the forum design.

PS. Good luck with the forum.
 
Mysticfx said:
Yeah Im trying to figure that out :/ Will edit the CSS.
Since you haven't done it already, this is what you need to edit :

Code:
.importantMessage
{
	margin: 10px 0;
	color: #6d3f03;
	background-color: #fff4e5;
	text-align: center;
	padding: 5px;
	border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
	border: solid 1px #f9bc6d;
}

Change the background color and border color to your liking, 😉

PS. I'd lose the homepage unless you're going to put up useful content there, 😉
 
Marc said:
Mysticfx said:
Yeah Im trying to figure that out :/ Will edit the CSS.
Since you haven't done it already, this is what you need to edit :

Code:
.importantMessage
{
	margin: 10px 0;
	color: #6d3f03;
	background-color: #fff4e5;
	text-align: center;
	padding: 5px;
	border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
	border: solid 1px #f9bc6d;
}

Change the background color and border color to your liking, 😉

PS. I'd lose the homepage unless you're going to put up useful content there, 😉

Where exactly do i edit it cuz i cant seem to find it.. :shrug:

Code:
				<xen:if is="!{$visitor.user_id}">
                                                <p class="importantMessage">Hello there guest and welcome to MysticEffect<br />
                                                To gain full access you must <a href="{xen:link 'register/'}">Register.</a> Registration is free and it takes only a few moments to complete.<br />
                                                Already a member? <a href="{xen:link 'login/'}">Login here</a> then!</p>
                                                </xen:if>

CMS: thats just what we offer/features in Mystic Effect
 
Mysticfx said:
Marc said:
Mysticfx said:
Yeah Im trying to figure that out :/ Will edit the CSS.
Since you haven't done it already, this is what you need to edit :

Code:
.importantMessage
{
	margin: 10px 0;
	color: #6d3f03;
	background-color: #fff4e5;
	text-align: center;
	padding: 5px;
	border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
	border: solid 1px #f9bc6d;
}

Change the background color and border color to your liking, 😉

PS. I'd lose the homepage unless you're going to put up useful content there, 😉

Where exactly do i edit it cuz i cant seem to find it.. :shrug:

Code:
				<xen:if is="!{$visitor.user_id}">
                                                <p class="importantMessage">Hello there guest and welcome to MysticEffect<br />
                                                To gain full access you must <a href="{xen:link 'register/'}">Register.</a> Registration is free and it takes only a few moments to complete.<br />
                                                Already a member? <a href="{xen:link 'login/'}">Login here</a> then!</p>
                                                </xen:if>

CMS: thats just what we offer/features in Mystic Effect

I's offline now man. Did you manage to change that?
 
Back
Top Bottom