Skip to content

Instantly share code, notes, and snippets.

@yungke
Created April 18, 2015 22:42
Show Gist options
  • Save yungke/b1fbd23c96986ca31346 to your computer and use it in GitHub Desktop.
Save yungke/b1fbd23c96986ca31346 to your computer and use it in GitHub Desktop.
Discuz! X3.2 圓形頭像
<style>
.avt img{-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.bui .m img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
height: 110px;
width: 110px;
}
.pls .avatar img {
padding: 5px;
margin: 5px;
background: #ffffff;
width: 110px;
height:110px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.avt img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.avtm img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ratl img{
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment