User:WikiWriter/monobook.css

In the following article we will explore in depth the topic of User:WikiWriter/monobook.css, which has been talked about a lot but whose real depth may not be known. User:WikiWriter/monobook.css is a topic that has caught the attention of experts and hobbyists alike, and is widely discussed in different circles. From its origins to its relevance in modern society, User:WikiWriter/monobook.css has been the subject of debate and analysis. In this article, we will delve into the different aspects surrounding User:WikiWriter/monobook.css, from its impact on popular culture to its influence on politics and the economy. Additionally, we will examine how User:WikiWriter/monobook.css has evolved over time and what its future outlook is.
/* the attributes of the non-active link */
div.info {
  z-index:24;
  position:relative;
  background-color:white; /* same as background page */
  padding: 0px 2px 0px 4px;
}

/* the attributes of the 'on-hover' link */
div.info:hover {
  z-index:25;
  background-color:#EFEFEF; 
}

/* hide 'tooltip' text by default */
div.info div.tooltip {
display:none;
}

/* the attributes of the 'tooltip' */
div.info:hover div.tooltip {
  display:block;
  position:absolute;

  top:-2em; left:2em; /*width:15em;*/

  border:1px solid #9F9FFF;
  background-color:#EFEFEF;
  padding-bottom:1px;
  font-size: 9pt;
  text-align: center;

}

a:link
{
  color:green;
}