Jump to content

Modifier le blockpermanentlinks


Recommended Posts

Bonjour,

 

je cherche a personnalisé le block blockpermanentlinks .

J'ai commencé à modifier mais j'ai pas abouti à mon but ...

/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	background:#e6e6e6;
        padding:8px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	width:500px;
}
#header_links li {
	float: left;
	padding: 0 8px;
	border-left:1px solid #333;
	line-height:11px;
}

#header_links li:first-child {border:none;margin-left:15px}
#header_links a {text-decoration: none; font-weight:bold}
#header_links a:hover {text-decoration:underline}

/*block permanent links right and left columns*/
.permanent_links_block li {border-bottom: 1px dotted #eee}
.permanent_links_block li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

.header_link_createanaccount a{
	/* ce que j'ai modifier */
	color:#FFFFFF;
	float:right;
	margin-right:10;
	padding:0px 10px ;
	-moz-border-radius-bottomright:30px;
	-webkit-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	background:none repeat scroll 0 0 #fc610a;
		/* height:1px;*/
		/* width:10px;*/
	
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}

post-751228-0-92970400-1390736287_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...