_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:WikiWriter/monobook.css

In this article, we are going to explore the topic of User:WikiWriter/monobook.css in detail, since it is a topic that has generated great interest today. From its origins to its impact on today's society, User:WikiWriter/monobook.css has been the subject of debate and discussion in different areas. Over the years, User:WikiWriter/monobook.css has evolved and taken on different meanings depending on the context in which it is analyzed. That is why it is relevant to delve into its nature, its distinctive characteristics and the implications it has on daily life. Likewise, different perspectives and approaches will be addressed that will allow us to have a comprehensive vision of User:WikiWriter/monobook.css, in order to understand its importance and relevance today.
/* 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;
}