Jump to content

Recommended Posts

Posted

intri in ACP>> Look&fell>> selectezi tema >> tabul CSS>> ipb_styles.css

Cauti 

#board_stats ul {
text-align: center;
background: #282828 url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0;
-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
color: #4e4e4e;
font-size: 12px;
font-weight: normal;
font-family: Calibri;
text-transform: uppercase;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}

#board_stats .value {
display: inline-block;
background: #232323;
border-left: 1px solid #393939;
border-right: 1px solid #393939;
color: #4e4e4e;
font-size: 12px;
font-weight: normal;
font-family: Calibri;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
padding: 15px 7px;
margin-right: 3px;
}

Si inlocuiesti cu acest cod

#board_stats ul { text-align: center; }
	#board_stats li { margin-right: 20px; }
	#board_stats .value {
		display: inline-block;
		background: #2b2b2b url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0;
		color: #fff;
		text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
		padding: 3px 7px;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin-right: 3px;
		-webkit-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
		-moz-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
		box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
	}

Succes.

 

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.