Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Linted CSS #12250

Merged
merged 2 commits into from
Apr 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions samples/cs/Getting Started/main.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand Down
27 changes: 13 additions & 14 deletions samples/da/Kom godt i gang/main.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
margin-top: 1.3em;
}

a {
color: #0083e8;
color: #0083e8;
}

b, strong {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand All @@ -66,4 +65,4 @@ img {
100% {
filter: grayscale(0%);
}
}
}
25 changes: 12 additions & 13 deletions samples/de/Erste Schritte/main.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand All @@ -66,4 +65,4 @@ img {
100% {
filter: grayscale(0%);
}
}
}
27 changes: 13 additions & 14 deletions samples/el/Getting Started/main.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
margin-top: 1.3em;
}

a {
color: #0083e8;
color: #0083e8;
}

b, strong {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand All @@ -66,4 +65,4 @@ img {
100% {
filter: grayscale(0%);
}
}
}
27 changes: 13 additions & 14 deletions samples/es/Primeros Pasos/main.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
margin-top: 1.3em;
}

a {
color: #0083e8;
color: #0083e8;
}

b, strong {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand All @@ -66,4 +65,4 @@ img {
100% {
filter: grayscale(0%);
}
}
}
19 changes: 9 additions & 10 deletions samples/fa-ir/Getting Started/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@ by pooya parsa dadashi || datamweb.

html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-size: 16px;
line-height: 1.5;
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
Expand Down Expand Up @@ -76,6 +75,6 @@ img {
/* Starting custom rules */
.rtl {
direction: rtl;
font-family: "Tahoma", Helvetica, Arial, sans-serif;
text-align: right;
font-family: "tahoma", Helvetica, Arial, sans-serif;
}
27 changes: 13 additions & 14 deletions samples/fi/Aloitus/main.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
html {
background-color: #e6e9e9;
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
background: #e6e9e9;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}

body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
line-height: 1.5;
margin: 0 auto;
max-width: 800px;
padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 600;
line-height: 1.3em;
line-height: 1.3;
}

h2 {
margin-top: 1.3em;
}

a {
color: #0083e8;
color: #0083e8;
}

b, strong {
Expand All @@ -41,7 +40,7 @@ samp {

img {
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
background: transparent;
border: 10px solid rgba(0, 0, 0, 0.12);
border-radius: 4px;
Expand All @@ -66,4 +65,4 @@ img {
100% {
filter: grayscale(0%);
}
}
}
Loading