MediaWiki:Common.css

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
   white-space: -o-pre-wrap;    /* Opera 7 */
 
   white-space: -o-pre-wrap;    /* Opera 7 */
 
   word-wrap: break-word;      /* Internet Explorer 5.5+ */
 
   word-wrap: break-word;      /* Internet Explorer 5.5+ */
 +
}
 +
 +
li#ca-talk {
 +
display: none;
 
}
 
}

Revision as of 12:12, 15 August 2013

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

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+ */
}

li#ca-talk {
 display: none;
}
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers