1.1 --- a/bootstrap-source/bootstrap-3.0.3/less Kopie/normalize.less Sat Jan 18 12:34:36 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,406 +0,0 @@
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 - -moz-box-sizing: content-box;
1.157 - box-sizing: content-box;
1.158 - height: 0;
1.159 -}
1.160 -
1.161 -//
1.162 -// Address styling not present in IE 8/9.
1.163 -//
1.164 -
1.165 -mark {
1.166 - background: #ff0;
1.167 - color: #000;
1.168 -}
1.169 -
1.170 -//
1.171 -// Correct font family set oddly in Safari 5 and Chrome.
1.172 -//
1.173 -
1.174 -code,
1.175 -kbd,
1.176 -pre,
1.177 -samp {
1.178 - font-family: monospace, serif;
1.179 - font-size: 1em;
1.180 -}
1.181 -
1.182 -//
1.183 -// Improve readability of pre-formatted text in all browsers.
1.184 -//
1.185 -
1.186 -pre {
1.187 - white-space: pre-wrap;
1.188 -}
1.189 -
1.190 -//
1.191 -// Set consistent quote types.
1.192 -//
1.193 -
1.194 -q {
1.195 - quotes: "\201C" "\201D" "\2018" "\2019";
1.196 -}
1.197 -
1.198 -//
1.199 -// Address inconsistent and variable font size in all browsers.
1.200 -//
1.201 -
1.202 -small {
1.203 - font-size: 80%;
1.204 -}
1.205 -
1.206 -//
1.207 -// Prevent `sub` and `sup` affecting `line-height` in all browsers.
1.208 -//
1.209 -
1.210 -sub,
1.211 -sup {
1.212 - font-size: 75%;
1.213 - line-height: 0;
1.214 - position: relative;
1.215 - vertical-align: baseline;
1.216 -}
1.217 -
1.218 -sup {
1.219 - top: -0.5em;
1.220 -}
1.221 -
1.222 -sub {
1.223 - bottom: -0.25em;
1.224 -}
1.225 -
1.226 -// ==========================================================================
1.227 -// Embedded content
1.228 -// ==========================================================================
1.229 -
1.230 -//
1.231 -// Remove border when inside `a` element in IE 8/9.
1.232 -//
1.233 -
1.234 -img {
1.235 - border: 0;
1.236 -}
1.237 -
1.238 -//
1.239 -// Correct overflow displayed oddly in IE 9.
1.240 -//
1.241 -
1.242 -svg:not(:root) {
1.243 - overflow: hidden;
1.244 -}
1.245 -
1.246 -// ==========================================================================
1.247 -// Figures
1.248 -// ==========================================================================
1.249 -
1.250 -//
1.251 -// Address margin not present in IE 8/9 and Safari 5.
1.252 -//
1.253 -
1.254 -figure {
1.255 - margin: 0;
1.256 -}
1.257 -
1.258 -// ==========================================================================
1.259 -// Forms
1.260 -// ==========================================================================
1.261 -
1.262 -//
1.263 -// Define consistent border, margin, and padding.
1.264 -//
1.265 -
1.266 -fieldset {
1.267 - border: 1px solid #c0c0c0;
1.268 - margin: 0 2px;
1.269 - padding: 0.35em 0.625em 0.75em;
1.270 -}
1.271 -
1.272 -//
1.273 -// 1. Correct `color` not being inherited in IE 8/9.
1.274 -// 2. Remove padding so people aren't caught out if they zero out fieldsets.
1.275 -//
1.276 -
1.277 -legend {
1.278 - border: 0; // 1
1.279 - padding: 0; // 2
1.280 -}
1.281 -
1.282 -//
1.283 -// 1. Correct font family not being inherited in all browsers.
1.284 -// 2. Correct font size not being inherited in all browsers.
1.285 -// 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
1.286 -//
1.287 -
1.288 -button,
1.289 -input,
1.290 -select,
1.291 -textarea {
1.292 - font-family: inherit; // 1
1.293 - font-size: 100%; // 2
1.294 - margin: 0; // 3
1.295 -}
1.296 -
1.297 -//
1.298 -// Address Firefox 4+ setting `line-height` on `input` using `!important` in
1.299 -// the UA stylesheet.
1.300 -//
1.301 -
1.302 -button,
1.303 -input {
1.304 - line-height: normal;
1.305 -}
1.306 -
1.307 -//
1.308 -// Address inconsistent `text-transform` inheritance for `button` and `select`.
1.309 -// All other form control elements do not inherit `text-transform` values.
1.310 -// Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
1.311 -// Correct `select` style inheritance in Firefox 4+ and Opera.
1.312 -//
1.313 -
1.314 -button,
1.315 -select {
1.316 - text-transform: none;
1.317 -}
1.318 -
1.319 -//
1.320 -// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
1.321 -// and `video` controls.
1.322 -// 2. Correct inability to style clickable `input` types in iOS.
1.323 -// 3. Improve usability and consistency of cursor style between image-type
1.324 -// `input` and others.
1.325 -//
1.326 -
1.327 -button,
1.328 -html input[type="button"], // 1
1.329 -input[type="reset"],
1.330 -input[type="submit"] {
1.331 - -webkit-appearance: button; // 2
1.332 - cursor: pointer; // 3
1.333 -}
1.334 -
1.335 -//
1.336 -// Re-set default cursor for disabled elements.
1.337 -//
1.338 -
1.339 -button[disabled],
1.340 -html input[disabled] {
1.341 - cursor: default;
1.342 -}
1.343 -
1.344 -//
1.345 -// 1. Address box sizing set to `content-box` in IE 8/9/10.
1.346 -// 2. Remove excess padding in IE 8/9/10.
1.347 -//
1.348 -
1.349 -input[type="checkbox"],
1.350 -input[type="radio"] {
1.351 - box-sizing: border-box; // 1
1.352 - padding: 0; // 2
1.353 -}
1.354 -
1.355 -//
1.356 -// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
1.357 -// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
1.358 -// (include `-moz` to future-proof).
1.359 -//
1.360 -
1.361 -input[type="search"] {
1.362 - -webkit-appearance: textfield; // 1
1.363 - -moz-box-sizing: content-box;
1.364 - -webkit-box-sizing: content-box; // 2
1.365 - box-sizing: content-box;
1.366 -}
1.367 -
1.368 -//
1.369 -// Remove inner padding and search cancel button in Safari 5 and Chrome
1.370 -// on OS X.
1.371 -//
1.372 -
1.373 -input[type="search"]::-webkit-search-cancel-button,
1.374 -input[type="search"]::-webkit-search-decoration {
1.375 - -webkit-appearance: none;
1.376 -}
1.377 -
1.378 -//
1.379 -// Remove inner padding and border in Firefox 4+.
1.380 -//
1.381 -
1.382 -button::-moz-focus-inner,
1.383 -input::-moz-focus-inner {
1.384 - border: 0;
1.385 - padding: 0;
1.386 -}
1.387 -
1.388 -//
1.389 -// 1. Remove default vertical scrollbar in IE 8/9.
1.390 -// 2. Improve readability and alignment in all browsers.
1.391 -//
1.392 -
1.393 -textarea {
1.394 - overflow: auto; // 1
1.395 - vertical-align: top; // 2
1.396 -}
1.397 -
1.398 -// ==========================================================================
1.399 -// Tables
1.400 -// ==========================================================================
1.401 -
1.402 -//
1.403 -// Remove most spacing between table cells.
1.404 -//
1.405 -
1.406 -table {
1.407 - border-collapse: collapse;
1.408 - border-spacing: 0;
1.409 -}