Difference between revisions of "MediaWiki:Monobook.css"

From NSwiki, the NationStates encyclopedia.
Jump to: navigation, search
Line 10: Line 10:
 
  .plainlinksneverexpand a.external.autonumber:after {
 
  .plainlinksneverexpand a.external.autonumber:after {
 
   display: none !important;
 
   display: none !important;
 +
}
 +
.plainlinksneverexpand a {
 +
  background: none !important;
 +
  padding: 0 !important;
 +
}
 +
.plainlinksneverexpand {
 +
  background: none !important;
 +
  padding: 0 !important;
 
  }
 
  }

Revision as of 13:37, 4 November 2006

 /* edit this file to customize the monobook skin for the entire site */
 
 /* Experimental. Temporary. Unhealthy. Do not use. */
 div.thumb div img {
    border:1px solid #cccccc;
 }
 .plainlinksneverexpand a.external.text:after {
   display: none !important;
 }
 .plainlinksneverexpand a.external.autonumber:after {
   display: none !important;
 }
 .plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important;
 }
 .plainlinksneverexpand {
   background: none !important;
   padding: 0 !important;
 }