Difference between revisions of "MediaWiki:Common.css"

From Rejection Wiki
Jump to navigationJump to search
 
Line 6: Line 6:
 
   border-width: 1px;
 
   border-width: 1px;
 
   padding: 3px;
 
   padding: 3px;
 +
  word-wrap: break-word;      /* IE 5.5-7 */
 +
  white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
 +
  white-space: pre-wrap;      /* current browsers */
 
}
 
}

Latest revision as of 19:15, 16 October 2016

/* CSS placed here will be applied to all skins */
blockquote {
   background-color: #ff9999;
   border-style: dashed;
   border-color: #ff0000;
   border-width: 1px;
   padding: 3px;
   word-wrap: break-word;      /* IE 5.5-7 */
   white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
   white-space: pre-wrap;      /* current browsers */
}