mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
commit
5bee800baf
@ -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 {
|
||||
@ -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;
|
||||
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
margin: 0 auto;
|
||||
padding: 2em 2em 4em;
|
||||
max-width: 800px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
color: #545454;
|
||||
background-color: #fff;
|
||||
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;
|
||||
max-width: 800px;
|
||||
padding: 2em 2em 4em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
line-height: 1.3em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -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;
|
||||
}
|
||||
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
@ -28,7 +27,7 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0083e8;
|
||||
color: #0083e8;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@ -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;
|
||||
@ -66,4 +65,4 @@ img {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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: 700;
|
||||
line-height: 1.3em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -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;
|
||||
@ -50,11 +49,6 @@ img {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@-webkit-keyframes colorize {
|
||||
0% {
|
||||
-webkit-filter: grayscale(100%);
|
||||
@ -71,6 +65,4 @@ em {
|
||||
100% {
|
||||
filter: grayscale(0%);
|
||||
}
|
||||
}
|
||||
|
||||
/* Last localized for 3bc8a7afeef40b51a47774a43382af11075132c9 */
|
||||
}
|
@ -1,24 +1,27 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
article, aside, figure, footer, header, nav, section {
|
||||
article,
|
||||
aside,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
background-color: #66b034;
|
||||
color: #000;
|
||||
background-color: #66B034;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 00;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 840px;
|
||||
margin-top: 0px;
|
||||
margin-right: auto;
|
||||
margin-bottom: 0px;
|
||||
margin-left: auto;
|
||||
}
|
||||
#logo {
|
||||
background-image: url(../images/lrg_logo.png);
|
||||
@ -35,43 +38,43 @@ nav {
|
||||
}
|
||||
#maincontent {
|
||||
margin-top: 80px;
|
||||
padding-top: 10px;
|
||||
padding-right: 0px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 0px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
ul {
|
||||
padding:0;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
nav ul {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
list-style: none;
|
||||
margin-bottom: 15px;
|
||||
font-weight: bold;
|
||||
font-size:20px;
|
||||
}
|
||||
nav ul li {
|
||||
float: left;
|
||||
}
|
||||
nav ul a {
|
||||
border: 1px solid #618a37;
|
||||
border-radius: 8px;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
color: #fff;
|
||||
display: block;
|
||||
width:140px;
|
||||
padding: 10px;
|
||||
text-align:center;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
border: 1px solid #618A37;
|
||||
margin: 5px 0px;
|
||||
border-radius: 8px;
|
||||
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
|
||||
margin: 5px 0;
|
||||
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
|
||||
width: 140px;
|
||||
}
|
||||
nav ul a:link, nav ul a:visited {
|
||||
nav ul a:link,
|
||||
nav ul a:visited {
|
||||
background: rgba(255,255,255,0.2);
|
||||
}
|
||||
nav ul a:hover, nav ul a:active, nav ul a:focus {
|
||||
nav ul a:hover,
|
||||
nav ul a:active,
|
||||
nav ul a:focus {
|
||||
background: rgba(255,255,255,0.4);
|
||||
}
|
||||
nav ul li:hover {
|
||||
@ -93,73 +96,73 @@ nav ul li {
|
||||
transition-timing-function:ease-in-out;
|
||||
}
|
||||
#vision {
|
||||
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||
font-size:32px;
|
||||
font-weight:bold;
|
||||
line-height:1.2;
|
||||
background-image:url(../images/lrg_hero.jpg);
|
||||
background-repeat:no-repeat;
|
||||
background-image: url(../images/lrg_hero.jpg);
|
||||
background-repeat: no-repeat;
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
height: 237px;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 20px;
|
||||
padding: 60px 370px 0 40px;
|
||||
width: 409px;
|
||||
height:237px;
|
||||
padding:60px 370px 0 40px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.pod {
|
||||
background: #fff;
|
||||
float: left;
|
||||
margin-right: 13px;
|
||||
padding: 10px;
|
||||
width: 244px;
|
||||
float:left;
|
||||
margin-right: 13px;
|
||||
}
|
||||
.podContent {
|
||||
margin-top:10px;
|
||||
height: 181px;
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
width: 244px;
|
||||
height:181px;
|
||||
overflow:hidden;
|
||||
}
|
||||
#news .podContent {
|
||||
margin-top:12px;
|
||||
overflow:auto;
|
||||
margin-top: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
#news .podContent p {
|
||||
margin-top: 5px;
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
margin-left:6px;
|
||||
font-size:15px;
|
||||
margin-left: 6px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.pod h1 {
|
||||
background: #CCC;
|
||||
background: #ccc;
|
||||
background-image: url(../images/icon_chevron.png);
|
||||
background-position: 95%;
|
||||
background-repeat: no-repeat;
|
||||
color: #000;
|
||||
padding:5px;
|
||||
background-image:url(../images/icon_chevron.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position:95%;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
font-weight: normal;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 5px;
|
||||
}
|
||||
a.block {
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
time {
|
||||
font-weight:bold;
|
||||
display:inline-block;
|
||||
width:2.5em;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
width: 2.5em;
|
||||
}
|
||||
footer {
|
||||
padding: 10px 0;
|
||||
clear:both;
|
||||
clear: both;
|
||||
color: #fff;
|
||||
padding: 10px 0;
|
||||
}
|
||||
footer p {
|
||||
margin:0 0 5px 0;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
#phone {
|
||||
font-weight:bold;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
#facebookTwitter {
|
||||
float:right;
|
||||
margin-right:25px;
|
||||
}
|
||||
float: right;
|
||||
margin-right: 25px;
|
||||
}
|
@ -3,39 +3,39 @@
|
||||
width: 100%;
|
||||
}
|
||||
#logo {
|
||||
height:auto;
|
||||
width:270px;
|
||||
background-image: url(../images/sml_logo.png);
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
height: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 270px;
|
||||
}
|
||||
nav {
|
||||
padding-top:100px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
nav ul {
|
||||
font-size:24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
nav ul a {
|
||||
width:97%;
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
width: 97%;
|
||||
}
|
||||
nav ul li {
|
||||
float:none;
|
||||
float: none;
|
||||
}
|
||||
nav ul li:hover {
|
||||
margin-top:0;
|
||||
margin-top: 0;
|
||||
}
|
||||
#maincontent {
|
||||
margin-top: 0;
|
||||
padding:0;
|
||||
padding: 0;
|
||||
}
|
||||
#vision {
|
||||
background-image:none;
|
||||
background-image: none;
|
||||
font-size: 16px;
|
||||
height: auto;
|
||||
line-height: normal;
|
||||
padding-top: 0;
|
||||
width: 280px;
|
||||
height:auto;
|
||||
font-size:16px;
|
||||
line-height:normal;
|
||||
padding-top:0;
|
||||
}
|
||||
/* Uncomment the declarations in the following rules to hide the images in the pods. */
|
||||
.pod {
|
||||
@ -47,15 +47,15 @@ nav ul li:hover {
|
||||
}*/
|
||||
.podContent {
|
||||
width: 302px;
|
||||
height:180px;
|
||||
height: 180px;
|
||||
/*display:none;*/
|
||||
}
|
||||
/*#news .podContent {
|
||||
display:block;
|
||||
}*/
|
||||
footer p {
|
||||
margin-left:5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#facebookTwitter {
|
||||
margin-right:5px;
|
||||
}
|
||||
margin-right: 5px;
|
||||
}
|
@ -1,47 +1,47 @@
|
||||
@charset "utf-8";
|
||||
#container {
|
||||
width:700px;
|
||||
width: 700px;
|
||||
}
|
||||
#logo {
|
||||
background-image:url(../images/med_logo.png);
|
||||
height:100px;
|
||||
background-image: url(../images/med_logo.png);
|
||||
height: 100px;
|
||||
}
|
||||
nav {
|
||||
padding-top:110px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
nav ul {
|
||||
font-size:18px;
|
||||
font-size: 18px;
|
||||
}
|
||||
nav ul a {
|
||||
width:114px;
|
||||
width: 114px;
|
||||
}
|
||||
#maincontent {
|
||||
margin-left: 5px;
|
||||
padding: 0;
|
||||
margin-left:5px;
|
||||
width: 700px;
|
||||
}
|
||||
#vision {
|
||||
background-image:url(../images/med_hero.jpg);
|
||||
background-image: url(../images/med_hero.jpg);
|
||||
font-size: 26px;
|
||||
height: 217px;
|
||||
padding-top: 45px;
|
||||
padding-right: 350px;
|
||||
width: 289px;
|
||||
height:217px;
|
||||
padding-top:45px;
|
||||
padding-right:350px;
|
||||
font-size:26px;
|
||||
}
|
||||
.pod {
|
||||
width: 305px;
|
||||
}
|
||||
.podContent {
|
||||
width: 302px;
|
||||
height:180px;
|
||||
height: 180px;
|
||||
}
|
||||
#events {
|
||||
margin-left:7px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
#news {
|
||||
width:650px;
|
||||
margin-top:20px;
|
||||
margin-top: 20px;
|
||||
width: 650px;
|
||||
}
|
||||
footer p {
|
||||
margin-left:5px;
|
||||
}
|
||||
margin-left: 5px;
|
||||
}
|
@ -1,24 +1,27 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
article, aside, figure, footer, header, nav, section {
|
||||
article,
|
||||
aside,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
background-color: #66b034;
|
||||
color: #000;
|
||||
background-color: #66B034;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 00;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 840px;
|
||||
margin-top: 0px;
|
||||
margin-right: auto;
|
||||
margin-bottom: 0px;
|
||||
margin-left: auto;
|
||||
}
|
||||
#logo {
|
||||
background-image: url(../images/lrg_logo.png);
|
||||
@ -35,43 +38,43 @@ nav {
|
||||
}
|
||||
#maincontent {
|
||||
margin-top: 80px;
|
||||
padding-top: 10px;
|
||||
padding-right: 0px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 0px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
ul {
|
||||
padding:0;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
nav ul {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
list-style: none;
|
||||
margin-bottom: 15px;
|
||||
font-weight: bold;
|
||||
font-size:20px;
|
||||
}
|
||||
nav ul li {
|
||||
float: left;
|
||||
}
|
||||
nav ul a {
|
||||
border: 1px solid #618a37;
|
||||
border-radius: 8px;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
color: #fff;
|
||||
display: block;
|
||||
width:140px;
|
||||
padding: 10px;
|
||||
text-align:center;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
border: 1px solid #618A37;
|
||||
margin: 5px 0px;
|
||||
border-radius: 8px;
|
||||
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
|
||||
margin: 5px 0;
|
||||
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
|
||||
width: 140px;
|
||||
}
|
||||
nav ul a:link, nav ul a:visited {
|
||||
nav ul a:link,
|
||||
nav ul a:visited {
|
||||
background: rgba(255,255,255,0.2);
|
||||
}
|
||||
nav ul a:hover, nav ul a:active, nav ul a:focus {
|
||||
nav ul a:hover,
|
||||
nav ul a:active,
|
||||
nav ul a:focus {
|
||||
background: rgba(255,255,255,0.4);
|
||||
}
|
||||
nav ul li:hover {
|
||||
@ -93,73 +96,73 @@ nav ul li {
|
||||
transition-timing-function:ease-in-out;
|
||||
}
|
||||
#vision {
|
||||
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||
font-size:32px;
|
||||
font-weight:bold;
|
||||
line-height:1.2;
|
||||
background-image:url(../images/lrg_hero.jpg);
|
||||
background-repeat:no-repeat;
|
||||
background-image: url(../images/lrg_hero.jpg);
|
||||
background-repeat: no-repeat;
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
height: 237px;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 20px;
|
||||
padding: 60px 370px 0 40px;
|
||||
width: 409px;
|
||||
height:237px;
|
||||
padding:60px 370px 0 40px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.pod {
|
||||
background: #fff;
|
||||
float: left;
|
||||
margin-right: 13px;
|
||||
padding: 10px;
|
||||
width: 244px;
|
||||
float:left;
|
||||
margin-right: 13px;
|
||||
}
|
||||
.podContent {
|
||||
margin-top:10px;
|
||||
height: 181px;
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
width: 244px;
|
||||
height:181px;
|
||||
overflow:hidden;
|
||||
}
|
||||
#news .podContent {
|
||||
margin-top:12px;
|
||||
overflow:auto;
|
||||
margin-top: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
#news .podContent p {
|
||||
margin-top: 5px;
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
margin-left:6px;
|
||||
font-size:15px;
|
||||
margin-left: 6px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.pod h1 {
|
||||
background: #CCC;
|
||||
background: #ccc;
|
||||
background-image: url(../images/icon_chevron.png);
|
||||
background-position: 95%;
|
||||
background-repeat: no-repeat;
|
||||
color: #000;
|
||||
padding:5px;
|
||||
background-image:url(../images/icon_chevron.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position:95%;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
font-weight: normal;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 5px;
|
||||
}
|
||||
a.block {
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
time {
|
||||
font-weight:bold;
|
||||
display:inline-block;
|
||||
width:2.5em;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
width: 2.5em;
|
||||
}
|
||||
footer {
|
||||
padding: 10px 0;
|
||||
clear:both;
|
||||
clear: both;
|
||||
color: #fff;
|
||||
padding: 10px 0;
|
||||
}
|
||||
footer p {
|
||||
margin:0 0 5px 0;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
#phone {
|
||||
font-weight:bold;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
#facebookTwitter {
|
||||
float:right;
|
||||
margin-right:25px;
|
||||
}
|
||||
float: right;
|
||||
margin-right: 25px;
|
||||
}
|
@ -3,39 +3,39 @@
|
||||
width: 100%;
|
||||
}
|
||||
#logo {
|
||||
height:auto;
|
||||
width:270px;
|
||||
background-image: url(../images/sml_logo.png);
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
height: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 270px;
|
||||
}
|
||||
nav {
|
||||
padding-top:100px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
nav ul {
|
||||
font-size:24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
nav ul a {
|
||||
width:97%;
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
width: 97%;
|
||||
}
|
||||
nav ul li {
|
||||
float:none;
|
||||
float: none;
|
||||
}
|
||||
nav ul li:hover {
|
||||
margin-top:0;
|
||||
margin-top: 0;
|
||||
}
|
||||
#maincontent {
|
||||
margin-top: 0;
|
||||
padding:0;
|
||||
padding: 0;
|
||||
}
|
||||
#vision {
|
||||
background-image:none;
|
||||
background-image: none;
|
||||
font-size: 16px;
|
||||
height: auto;
|
||||
line-height: normal;
|
||||
padding-top: 0;
|
||||
width: 280px;
|
||||
height:auto;
|
||||
font-size:16px;
|
||||
line-height:normal;
|
||||
padding-top:0;
|
||||
}
|
||||
/* Uncomment the declarations in the following rules to hide the images in the pods. */
|
||||
.pod {
|
||||
@ -47,15 +47,15 @@ nav ul li:hover {
|
||||
}*/
|
||||
.podContent {
|
||||
width: 302px;
|
||||
height:180px;
|
||||
height: 180px;
|
||||
/*display:none;*/
|
||||
}
|
||||
/*#news .podContent {
|
||||
display:block;
|
||||
}*/
|
||||
footer p {
|
||||
margin-left:5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#facebookTwitter {
|
||||
margin-right:5px;
|
||||
}
|
||||
margin-right: 5px;
|
||||
}
|
@ -1,47 +1,47 @@
|
||||
@charset "utf-8";
|
||||
#container {
|
||||
width:700px;
|
||||
width: 700px;
|
||||
}
|
||||
#logo {
|
||||
background-image:url(../images/med_logo.png);
|
||||
height:100px;
|
||||
background-image: url(../images/med_logo.png);
|
||||
height: 100px;
|
||||
}
|
||||
nav {
|
||||
padding-top:110px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
nav ul {
|
||||
font-size:18px;
|
||||
font-size: 18px;
|
||||
}
|
||||
nav ul a {
|
||||
width:114px;
|
||||
width: 114px;
|
||||
}
|
||||
#maincontent {
|
||||
margin-left: 5px;
|
||||
padding: 0;
|
||||
margin-left:5px;
|
||||
width: 700px;
|
||||
}
|
||||
#vision {
|
||||
background-image:url(../images/med_hero.jpg);
|
||||
background-image: url(../images/med_hero.jpg);
|
||||
font-size: 26px;
|
||||
height: 217px;
|
||||
padding-top: 45px;
|
||||
padding-right: 350px;
|
||||
width: 289px;
|
||||
height:217px;
|
||||
padding-top:45px;
|
||||
padding-right:350px;
|
||||
font-size:26px;
|
||||
}
|
||||
.pod {
|
||||
width: 305px;
|
||||
}
|
||||
.podContent {
|
||||
width: 302px;
|
||||
height:180px;
|
||||
height: 180px;
|
||||
}
|
||||
#events {
|
||||
margin-left:7px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
#news {
|
||||
width:650px;
|
||||
margin-top:20px;
|
||||
margin-top: 20px;
|
||||
width: 650px;
|
||||
}
|
||||
footer p {
|
||||
margin-left:5px;
|
||||
}
|
||||
margin-left: 5px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user