.printuser

Description »

.printuser is the class that is used anywhere that a users advatar and username is displayed. It is used in the upper right side of most sites to display the userinfo next to the account settings. It is also used anywhere the user module is used, in the page edit info and many other places

Containers »

Outline
Image Unavailable
Click to view in closer detail!

Details »

Examples »

Try It on the CSS Zone Sandbox!

Base CSS »

.printuser {
}
.printuser a {
    margin-right: -1px;
}
.printuser img.small {
    background-position: left center;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0;
    padding: 1px 9px 1px 8px;
    vertical-align: -0.3em;
    width: 16px;
    z-index: 0;
}
.printuser.anonymous img.small {
    padding: 1px;
}

Not defined in Base CSS.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License