browser/base/content/aboutaccounts/normalize.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/aboutaccounts/normalize.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,402 @@
     1.4 +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
     1.5 +
     1.6 +/* ==========================================================================
     1.7 +   HTML5 display definitions
     1.8 +   ========================================================================== */
     1.9 +
    1.10 +/**
    1.11 + * Correct `block` display not defined in IE 8/9.
    1.12 + */
    1.13 +
    1.14 +article,
    1.15 +aside,
    1.16 +details,
    1.17 +figcaption,
    1.18 +figure,
    1.19 +footer,
    1.20 +header,
    1.21 +hgroup,
    1.22 +main,
    1.23 +nav,
    1.24 +section,
    1.25 +summary {
    1.26 +    display: block;
    1.27 +}
    1.28 +
    1.29 +/**
    1.30 + * Correct `inline-block` display not defined in IE 8/9.
    1.31 + */
    1.32 +
    1.33 +audio,
    1.34 +canvas,
    1.35 +video {
    1.36 +    display: inline-block;
    1.37 +}
    1.38 +
    1.39 +/**
    1.40 + * Prevent modern browsers from displaying `audio` without controls.
    1.41 + * Remove excess height in iOS 5 devices.
    1.42 + */
    1.43 +
    1.44 +audio:not([controls]) {
    1.45 +    display: none;
    1.46 +    height: 0;
    1.47 +}
    1.48 +
    1.49 +/**
    1.50 + * Address `[hidden]` styling not present in IE 8/9.
    1.51 + * Hide the `template` element in IE, Safari, and Firefox < 22.
    1.52 + */
    1.53 +
    1.54 +[hidden],
    1.55 +template {
    1.56 +    display: none;
    1.57 +}
    1.58 +
    1.59 +/* ==========================================================================
    1.60 +   Base
    1.61 +   ========================================================================== */
    1.62 +
    1.63 +/**
    1.64 + * 1. Set default font family to sans-serif.
    1.65 + * 2. Prevent iOS text size adjust after orientation change, without disabling
    1.66 + *    user zoom.
    1.67 + */
    1.68 +
    1.69 +html {
    1.70 +    font-family: sans-serif; /* 1 */
    1.71 +    -ms-text-size-adjust: 100%; /* 2 */
    1.72 +    -webkit-text-size-adjust: 100%; /* 2 */
    1.73 +}
    1.74 +
    1.75 +/**
    1.76 + * Remove default margin.
    1.77 + */
    1.78 +
    1.79 +body {
    1.80 +    margin: 0;
    1.81 +}
    1.82 +
    1.83 +/* ==========================================================================
    1.84 +   Links
    1.85 +   ========================================================================== */
    1.86 +
    1.87 +/**
    1.88 + * Remove the gray background color from active links in IE 10.
    1.89 + */
    1.90 +
    1.91 +a {
    1.92 +    background: transparent;
    1.93 +}
    1.94 +
    1.95 +/**
    1.96 + * Address `outline` inconsistency between Chrome and other browsers.
    1.97 + */
    1.98 +
    1.99 +a:focus {
   1.100 +    outline: thin dotted;
   1.101 +}
   1.102 +
   1.103 +/**
   1.104 + * Improve readability when focused and also mouse hovered in all browsers.
   1.105 + */
   1.106 +
   1.107 +a:active,
   1.108 +a:hover {
   1.109 +    outline: 0;
   1.110 +}
   1.111 +
   1.112 +/* ==========================================================================
   1.113 +   Typography
   1.114 +   ========================================================================== */
   1.115 +
   1.116 +/**
   1.117 + * Address variable `h1` font-size and margin within `section` and `article`
   1.118 + * contexts in Firefox 4+, Safari 5, and Chrome.
   1.119 + */
   1.120 +
   1.121 +h1 {
   1.122 +    font-size: 2em;
   1.123 +    margin: 0.67em 0;
   1.124 +}
   1.125 +
   1.126 +/**
   1.127 + * Address styling not present in IE 8/9, Safari 5, and Chrome.
   1.128 + */
   1.129 +
   1.130 +abbr[title] {
   1.131 +    border-bottom: 1px dotted;
   1.132 +}
   1.133 +
   1.134 +/**
   1.135 + * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   1.136 + */
   1.137 +
   1.138 +b,
   1.139 +strong {
   1.140 +    font-weight: bold;
   1.141 +}
   1.142 +
   1.143 +/**
   1.144 + * Address styling not present in Safari 5 and Chrome.
   1.145 + */
   1.146 +
   1.147 +dfn {
   1.148 +    font-style: italic;
   1.149 +}
   1.150 +
   1.151 +/**
   1.152 + * Address differences between Firefox and other browsers.
   1.153 + */
   1.154 +
   1.155 +hr {
   1.156 +    box-sizing: content-box;
   1.157 +    height: 0;
   1.158 +}
   1.159 +
   1.160 +/**
   1.161 + * Address styling not present in IE 8/9.
   1.162 + */
   1.163 +
   1.164 +mark {
   1.165 +    background: #ff0;
   1.166 +    color: #000;
   1.167 +}
   1.168 +
   1.169 +/**
   1.170 + * Correct font family set oddly in Safari 5 and Chrome.
   1.171 + */
   1.172 +
   1.173 +code,
   1.174 +kbd,
   1.175 +pre,
   1.176 +samp {
   1.177 +    font-family: monospace, serif;
   1.178 +    font-size: 1em;
   1.179 +}
   1.180 +
   1.181 +/**
   1.182 + * Improve readability of pre-formatted text in all browsers.
   1.183 + */
   1.184 +
   1.185 +pre {
   1.186 +    white-space: pre-wrap;
   1.187 +}
   1.188 +
   1.189 +/**
   1.190 + * Set consistent quote types.
   1.191 + */
   1.192 +
   1.193 +q {
   1.194 +    quotes: "\201C" "\201D" "\2018" "\2019";
   1.195 +}
   1.196 +
   1.197 +/**
   1.198 + * Address inconsistent and variable font size in all browsers.
   1.199 + */
   1.200 +
   1.201 +small {
   1.202 +    font-size: 80%;
   1.203 +}
   1.204 +
   1.205 +/**
   1.206 + * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   1.207 + */
   1.208 +
   1.209 +sub,
   1.210 +sup {
   1.211 +    font-size: 75%;
   1.212 +    line-height: 0;
   1.213 +    position: relative;
   1.214 +    vertical-align: baseline;
   1.215 +}
   1.216 +
   1.217 +sup {
   1.218 +    top: -0.5em;
   1.219 +}
   1.220 +
   1.221 +sub {
   1.222 +    bottom: -0.25em;
   1.223 +}
   1.224 +
   1.225 +/* ==========================================================================
   1.226 +   Embedded content
   1.227 +   ========================================================================== */
   1.228 +
   1.229 +/**
   1.230 + * Remove border when inside `a` element in IE 8/9.
   1.231 + */
   1.232 +
   1.233 +img {
   1.234 +    border: 0;
   1.235 +}
   1.236 +
   1.237 +/**
   1.238 + * Correct overflow displayed oddly in IE 9.
   1.239 + */
   1.240 +
   1.241 +svg:not(:root) {
   1.242 +    overflow: hidden;
   1.243 +}
   1.244 +
   1.245 +/* ==========================================================================
   1.246 +   Figures
   1.247 +   ========================================================================== */
   1.248 +
   1.249 +/**
   1.250 + * Address margin not present in IE 8/9 and Safari 5.
   1.251 + */
   1.252 +
   1.253 +figure {
   1.254 +    margin: 0;
   1.255 +}
   1.256 +
   1.257 +/* ==========================================================================
   1.258 +   Forms
   1.259 +   ========================================================================== */
   1.260 +
   1.261 +/**
   1.262 + * Define consistent border, margin, and padding.
   1.263 + */
   1.264 +
   1.265 +fieldset {
   1.266 +    border: 1px solid #c0c0c0;
   1.267 +    margin: 0 2px;
   1.268 +    padding: 0.35em 0.625em 0.75em;
   1.269 +}
   1.270 +
   1.271 +/**
   1.272 + * 1. Correct `color` not being inherited in IE 8/9.
   1.273 + * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   1.274 + */
   1.275 +
   1.276 +legend {
   1.277 +    border: 0; /* 1 */
   1.278 +    padding: 0; /* 2 */
   1.279 +}
   1.280 +
   1.281 +/**
   1.282 + * 1. Correct font family not being inherited in all browsers.
   1.283 + * 2. Correct font size not being inherited in all browsers.
   1.284 + * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   1.285 + */
   1.286 +
   1.287 +button,
   1.288 +input,
   1.289 +select,
   1.290 +textarea {
   1.291 +    font-family: inherit; /* 1 */
   1.292 +    font-size: 100%; /* 2 */
   1.293 +    margin: 0; /* 3 */
   1.294 +}
   1.295 +
   1.296 +/**
   1.297 + * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   1.298 + * the UA stylesheet.
   1.299 + */
   1.300 +
   1.301 +button,
   1.302 +input {
   1.303 +    line-height: normal;
   1.304 +}
   1.305 +
   1.306 +/**
   1.307 + * Address inconsistent `text-transform` inheritance for `button` and `select`.
   1.308 + * All other form control elements do not inherit `text-transform` values.
   1.309 + * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   1.310 + * Correct `select` style inheritance in Firefox 4+ and Opera.
   1.311 + */
   1.312 +
   1.313 +button,
   1.314 +select {
   1.315 +    text-transform: none;
   1.316 +}
   1.317 +
   1.318 +/**
   1.319 + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   1.320 + *    and `video` controls.
   1.321 + * 2. Correct inability to style clickable `input` types in iOS.
   1.322 + * 3. Improve usability and consistency of cursor style between image-type
   1.323 + *    `input` and others.
   1.324 + */
   1.325 +
   1.326 +button,
   1.327 +html input[type="button"], /* 1 */
   1.328 +input[type="reset"],
   1.329 +input[type="submit"] {
   1.330 +    -webkit-appearance: button; /* 2 */
   1.331 +    cursor: pointer; /* 3 */
   1.332 +}
   1.333 +
   1.334 +/**
   1.335 + * Re-set default cursor for disabled elements.
   1.336 + */
   1.337 +
   1.338 +button[disabled],
   1.339 +html input[disabled] {
   1.340 +    cursor: default;
   1.341 +}
   1.342 +
   1.343 +/**
   1.344 + * 1. Address box sizing set to `content-box` in IE 8/9/10.
   1.345 + * 2. Remove excess padding in IE 8/9/10.
   1.346 + */
   1.347 +
   1.348 +input[type="checkbox"],
   1.349 +input[type="radio"] {
   1.350 +    box-sizing: border-box; /* 1 */
   1.351 +    padding: 0; /* 2 */
   1.352 +}
   1.353 +
   1.354 +/**
   1.355 + * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   1.356 + * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome.
   1.357 + */
   1.358 +
   1.359 +input[type="search"] {
   1.360 +    -webkit-appearance: textfield; /* 1 */
   1.361 +    box-sizing: content-box; /* 2 */
   1.362 +}
   1.363 +
   1.364 +/**
   1.365 + * Remove inner padding and search cancel button in Safari 5 and Chrome
   1.366 + * on OS X.
   1.367 + */
   1.368 +
   1.369 +input[type="search"]::-webkit-search-cancel-button,
   1.370 +input[type="search"]::-webkit-search-decoration {
   1.371 +    -webkit-appearance: none;
   1.372 +}
   1.373 +
   1.374 +/**
   1.375 + * Remove inner padding and border in Firefox 4+.
   1.376 + */
   1.377 +
   1.378 +button::-moz-focus-inner,
   1.379 +input::-moz-focus-inner {
   1.380 +    border: 0;
   1.381 +    padding: 0;
   1.382 +}
   1.383 +
   1.384 +/**
   1.385 + * 1. Remove default vertical scrollbar in IE 8/9.
   1.386 + * 2. Improve readability and alignment in all browsers.
   1.387 + */
   1.388 +
   1.389 +textarea {
   1.390 +    overflow: auto; /* 1 */
   1.391 +    vertical-align: top; /* 2 */
   1.392 +}
   1.393 +
   1.394 +/* ==========================================================================
   1.395 +   Tables
   1.396 +   ========================================================================== */
   1.397 +
   1.398 +/**
   1.399 + * Remove most spacing between table cells.
   1.400 + */
   1.401 +
   1.402 +table {
   1.403 +    border-collapse: collapse;
   1.404 +    border-spacing: 0;
   1.405 +}

mercurial