Jump to content

Cum Pot Schimba Culorile Mesajului De Bun Venit?


Go to solution Solved by Data,

Recommended Posts

  • Solution
Posted

Am rezolvat !

 

Pentru cei care nu stiu , cautati in ipb_styles.css :

.guestMessage{
	background: #404040 url("{style_images_url}/highlight_faint.png") repeat-x 0 -1px;
	border: 1px solid #565656;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 10px;
	text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
}

si schimbati cu:

.guestMessage{
	background: #1d1d1d;
	border: 1px solid #303030;
	-webkit-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 6px;
	-moz-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 6px;
	box-shadow: inset rgba(0,0,0,0.4) 0px 1px 6px;
	text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 10px;
}

 

 

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.