[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/Cite/modules/ -> ext.cite.css (source)

   1  /**
   2   * Per http://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
   3   * and https://en.wikipedia.org/w/index.php?oldid=572888139#Scrolling_past_the_bottom_of_the_page...
   4   */
   5  .cite-accessibility-label {
   6      position: absolute !important;
   7      /* Workaround a Webkit/Blink bug about positioning within columns as many wikis format references with several columns */
   8      top: -99999px;
   9      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  10      clip: rect(1px, 1px, 1px, 1px);
  11      padding: 0 !important;
  12      border: 0 !important;
  13      height: 1px !important;
  14      width: 1px !important;
  15      overflow: hidden;
  16  }
  17  
  18  .mw-cite-backlink,
  19  .cite-accessibility-label {
  20      -moz-user-select: none;
  21      -webkit-user-select: none;
  22      -ms-user-select: none;
  23      user-select: none;
  24  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1