Class Reference
Class Explanation
CSS attribute Selector

<!DOCTYPE html>
<html>
<head>
<style>
a[target] {
background-color: yellow;
}
</style>
</head>
<body>

<h2>CSS [attribute] Selector</h2>
<p>The links with a target attribute gets a yellow background:</p>

<a href="https://agapomedia.com/">agapomedia.com</a>
<a href="https://agapomedia.com/" target="_blank">disney.com</a>
<a href="https://agapomedia.com/" target="_top">wikipedia.org</a>

</body>
</html>

.owindow

This class encompasses all pop up windows, including when a username is accessed.

.page-watch-options

This class surrounds text detailing the options for watching a Wikidot page found at the bottom of every page by default directly above the edit options or directly below the page edition details.

.printuser

.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

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