User:Xavic69/monobook.css

In today's world, User:Xavic69/monobook.css is a topic that has captured everyone's attention, whether due to its historical relevance, its impact on modern society or its influence on the development of technology. For centuries, User:Xavic69/monobook.css has been the subject of study, debate and controversy, and its importance continues to increase. In this article, we will explore the various facets of User:Xavic69/monobook.css, from its origins to its influence today, considering its impact on different areas of daily life. We will also examine the opinions and perspectives of experts in the field, with the goal of offering a broad and comprehensive overview of this fascinating topic.
/* fonts */
body {
  font: x-medium serif;
}
.IPA, .Unicode {font-family: Gentium, TITUS Cyberbit Basic, Code2000, Lucida Sans Unicode, Arial Unicode MS, serif !important;}
.IPA {color: green; !important;}
}

#content {
    font: serif;
    font-size:100%;
    margin: 2.3em 0em 0em 10.0em;  /* top right bottom left */
    border-right: 1px solid #aaaaaa;
}


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright:0.5em;
}
#content { 
  -moz-border-radius-topleft: 0.5em; 
  -moz-border-radius-bottomleft: 0.5em;
}
div.pBody {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}