Difference between revisions of "MediaWiki:Common.css"

From ss7api.null.ro
Jump to: navigation, search
(Created page with "- CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }")
 
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
 +
 +
/* adjusting text into <pre> element*/
 +
pre {
 +
  white-space: pre-wrap;      /* css-3 */
 +
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 +
  white-space: -pre-wrap;      /* Opera 4-6 */
 +
  white-space: -o-pre-wrap;    /* Opera 7 */
 +
  word-wrap: break-word;      /* Internet Explorer 5.5+ */
 +
}

Latest revision as of 12:32, 8 August 2013

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

/* adjusting text into <pre> element*/
pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
Personal tools
Namespaces

Variants
Actions
MAP & CAMEL XML Interface
Diameter XML Interface
MAP and CAMEL operations
Diameter interfaces
Examples
Resources
Navigation
Toolbox