Difference between revisions of "MediaWiki:Monobook.css"

From NSwiki, the NationStates encyclopedia.
Jump to: navigation, search
Line 5: Line 5:
 
     border:1px solid #cccccc;
 
     border:1px solid #cccccc;
 
  }
 
  }
.noextlinkmarker a:after {
+
.plainlinksneverexpand a.external.text:after {
    display: none;
+
  display: none !important;
}
+
}
.noextlinkmarker a {
+
.plainlinksneverexpand a.external.autonumber:after {
   background: none !important;
+
   display: none !important;
  padding: 0 !important;
+
}
}
+

Revision as of 13:33, 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;
}