#my-account

Description

The My account link that appears with your login status if you are logged in.

Containers

Outline
Image Unavailable
Click to view in closer detail!

Details

The #my-account selector selects the My account link that appears in the top-right corner of the screen if you are logged in. Clicking on it takes you to your account information within Wikidot, separate from the site.

Since this link has its own id, you can specify styles meant only for it rather than all links, such that #login-status a would have selected.

Examples

The My account link is italicized on this page using the following code. Note that none of the other links are italicized.

#my-account{    font-style: italic; }

Try It on the CSS Zone Sandbox!

Base CSS

Not defined in Base CSS.

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