Template:Hidden2/css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

/* Standard Navigationsleisten, aka box hiding thingy

  from .de.  Documentation at Wikipedia:NavFrame.
  Needs to be added to [[MediaWiki:Common.css for the
  template to mimic the current. */

div.aNavFrame {

   margin: 0;
   padding: 4px;
   border: 1px solid #aaa;
   text-align: center;
   border-collapse: collapse;
   font-size: 95%;

} div.aNavFrame + div.aNavFrame {

   border-top-style: none;
   border-top-style: hidden;

} div.aNavPic {

   background-color: #fff;
   margin: 0;
   padding: 2px;
   /* @noflip */
   float: left;

} div.aNavFrame div.aNavHead {

   height: 1.6em;
   font-weight: bold;
   background-color: #ccf;
   position: relative;

} div.aNavFrame p, div.aNavFrame div.aNavContent, div.aNavFrame div.aNavContent p {

   font-size: 100%;

} div.aNavEnd {

   margin: 0;
   padding: 0;
   line-height: 1px;
   clear: both;

} a.aNavToggle {

   position: absolute;
   top: 0;
   /* @noflip */
   right: 3px;
   font-weight: normal;
   font-size: 90%;

}