1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/14865] Fix all fixable linting issues

PHPBB3-14865
This commit is contained in:
hanakin
2016-11-24 12:26:45 +01:00
parent 39572a3aa0
commit 452261e806
17 changed files with 2237 additions and 1552 deletions

View File

@@ -1,8 +1,8 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v3.0.3 | mit license | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* 1. set default font family to sans-serif.
* 2. prevent ios and ie text size adjust after device orientation change,
* without disabling user zoom.
*/
@@ -13,21 +13,21 @@ html {
}
/**
* Remove default margin.
* remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
/* html5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
* correct `block` display not defined for any html5 element in ie 8/9.
* correct `block` display not defined for `details` or `summary` in ie 10/11
* and firefox.
* correct `block` display not defined for `main` in ie 11.
*/
article,
@@ -47,21 +47,21 @@ summary {
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
* 1. correct `inline-block` display not defined in ie 8/9.
* 2. normalize vertical alignment of `progress` in chrome, firefox, and opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
display: inline-block; /* 1 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
* prevent modern browsers from displaying `audio` without controls.
* remove excess height in ios 5 devices.
*/
audio:not([controls]) {
@@ -70,8 +70,8 @@ audio:not([controls]) {
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
* address `[hidden]` styling not present in ie 8/9/10.
* hide the `template` element in ie 8/9/10/11, safari, and firefox < 22.
*/
[hidden],
@@ -79,11 +79,11 @@ template {
display: none;
}
/* Links
/* links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
* remove the gray background color from active links in ie 10.
*/
a {
@@ -91,7 +91,7 @@ a {
}
/**
* Improve readability of focused elements when they are also in an
* improve readability of focused elements when they are also in an
* active/hover state.
*/
@@ -100,11 +100,11 @@ a:hover {
outline: 0;
}
/* Text-level semantics
/* text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
* address styling not present in ie 8/9/10/11, safari, and chrome.
*/
abbr[title] {
@@ -112,7 +112,7 @@ abbr[title] {
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
* address style set to `bolder` in firefox 4+, safari, and chrome.
*/
b,
@@ -121,7 +121,7 @@ strong {
}
/**
* Address styling not present in Safari and Chrome.
* address styling not present in safari and chrome.
*/
dfn {
@@ -129,8 +129,8 @@ dfn {
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
* address variable `h1` font-size and margin within `section` and `article`
* contexts in firefox 4+, safari, and chrome.
*/
h1 {
@@ -139,16 +139,16 @@ h1 {
}
/**
* Address styling not present in IE 8/9.
* address styling not present in ie 8/9.
*/
mark {
background: #ff0;
color: #000;
background: #ffff00;
color: #000000;
}
/**
* Address inconsistent and variable font size in all browsers.
* address inconsistent and variable font size in all browsers.
*/
small {
@@ -156,15 +156,15 @@ small {
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
* prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
position: relative;
}
sup {
@@ -175,11 +175,11 @@ sub {
bottom: -0.25em;
}
/* Embedded content
/* embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
* remove border when inside `a` element in ie 8/9/10.
*/
img {
@@ -187,18 +187,18 @@ img {
}
/**
* Correct overflow not hidden in IE 9/10/11.
* correct overflow not hidden in ie 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
/* grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
* address margin not present in ie 8/9 and safari.
*/
figure {
@@ -206,7 +206,7 @@ figure {
}
/**
* Address differences between Firefox and other browsers.
* address differences between firefox and other browsers.
*/
hr {
@@ -215,7 +215,7 @@ hr {
}
/**
* Contain overflow in all browsers.
* contain overflow in all browsers.
*/
pre {
@@ -223,7 +223,7 @@ pre {
}
/**
* Address odd `em`-unit font size rendering in all browsers.
* address odd `em`-unit font size rendering in all browsers.
*/
code,
@@ -234,19 +234,19 @@ samp {
font-size: 1em;
}
/* Forms
/* forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* known limitation: by default, chrome and safari on os x allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
* 1. correct color not being inherited.
* known issue: affects color of disabled elements.
* 2. correct font properties not being inherited.
* 3. address margins set differently in firefox 4+, safari, and chrome.
*/
button,
@@ -254,13 +254,13 @@ input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
color: inherit; /* 1 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
* address `overflow` set to `hidden` in ie 8/9/10/11.
*/
button {
@@ -268,10 +268,10 @@ button {
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
* address inconsistent `text-transform` inheritance for `button` and `select`.
* all other form control elements do not inherit `text-transform` values.
* correct `button` style inheritance in firefox, ie 8/9/10/11, and opera.
* correct `select` style inheritance in firefox.
*/
button,
@@ -280,23 +280,23 @@ select {
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* 1. avoid the webkit bug in android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* 2. correct inability to style clickable `input` types in ios.
* 3. improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
html input[type='button'],
input[type='reset'],
input[type='submit'] {
cursor: pointer; /* 3 */
-webkit-appearance: button; /* 2 */
}
/**
* Re-set default cursor for disabled elements.
* re-set default cursor for disabled elements.
*/
button[disabled],
@@ -305,7 +305,16 @@ html input[disabled] {
}
/**
* Remove inner padding and border in Firefox 4+.
* address firefox 4+ setting `line-height` on `input` using `!important` in
* the ua stylesheet.
*/
input {
line-height: normal;
}
/**
* remove inner padding and border in firefox 4+.
*/
button::-moz-focus-inner,
@@ -315,62 +324,53 @@ input::-moz-focus-inner {
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
* it's recommended that you don't attempt to style these elements.
* firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
* 1. address box sizing set to `content-box` in ie 8/9/10.
* 2. remove excess padding in ie 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* fix the cursor style for chrome's increment/decrement buttons. for certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
* 1. address `appearance` set to `searchfield` in safari and chrome.
* 2. address `box-sizing` set to `border-box` in safari and chrome.
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
input[type='search'] {
box-sizing: content-box; /* 2 */
-webkit-appearance: textfield; /* 1 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* remove inner padding and search cancel button in safari and chrome on os x.
* safari (but not chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
* define consistent border, margin, and padding.
*/
fieldset {
@@ -380,8 +380,8 @@ fieldset {
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 1. correct `color` not being inherited in ie 8/9/10/11.
* 2. remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
@@ -390,7 +390,7 @@ legend {
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
* remove default vertical scrollbar in ie 8/9/10/11.
*/
textarea {
@@ -398,19 +398,19 @@ textarea {
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
* don't inherit the `font-weight` (applied by a rule above).
* note: the default cannot safely be changed in chrome and safari on os x.
*/
optgroup {
font-weight: bold;
}
/* Tables
/* tables
========================================================================== */
/**
* Remove most spacing between table cells.
* remove most spacing between table cells.
*/
table {