Replaced tabs with spaces, should now be consistent with the rest of the file

This commit is contained in:
HerrBertling 2014-12-19 16:58:25 +01:00
parent 60e76caedd
commit 487fafffb4
1 changed files with 125 additions and 125 deletions

View File

@ -1,9 +1,9 @@
html { html {
font-size: 100%; font-size: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
} }
body { body {
@ -38,89 +38,89 @@ h6 {
.museo-sans-bold; .museo-sans-bold;
} }
h1 { h1 {
@font-size: 70px; @font-size: 70px;
font-size: @font-size; font-size: @font-size;
line-height: 80px; line-height: 80px;
letter-spacing: 3px; letter-spacing: 3px;
span { span {
font-size: @headline-span-size; font-size: @headline-span-size;
display: block; display: block;
} }
&.all-caps { &.all-caps {
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
font-size: 40px; font-size: 40px;
} }
} }
h2 { h2 {
@font-size: 30px; @font-size: 30px;
font-size: @font-size; font-size: @font-size;
line-height: 35px; line-height: 35px;
} }
h3 { h3 {
@font-size: 30px; @font-size: 30px;
font-size: @font-size; font-size: @font-size;
line-height: @font-size; line-height: @font-size;
} }
h4 { h4 {
@font-size: 24px; @font-size: 24px;
font-size: @font-size; font-size: @font-size;
line-height: @font-size; line-height: @font-size;
} }
h5 { h5 {
@font-size: 20px; @font-size: 20px;
font-size: @font-size; font-size: @font-size;
line-height: @font-size; line-height: @font-size;
} }
h6 { h6 {
@font-size: 12px; @font-size: 12px;
font-size: @font-size; font-size: @font-size;
line-height: @font-size; line-height: @font-size;
} }
p, td { p, td {
letter-spacing: normal; letter-spacing: normal;
line-height: 32px; line-height: 32px;
a { a {
color: @docs-blue; color: @docs-blue;
text-decoration: none; text-decoration: none;
border-bottom: 1px solid @docs-blue; border-bottom: 1px solid @docs-blue;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: darken(@blue, 10%); color: darken(@blue, 10%);
border-bottom: 1px solid darken(@blue, 10%); border-bottom: 1px solid darken(@blue, 10%);
} }
} }
} }
a { a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: @purple; color: @purple;
.animate-text-color; .animate-text-color;
} }
&:active { &:active {
color: @blue; color: @blue;
} }
&:visited { &:visited {
} }
} }
ul { ul {
@ -132,13 +132,13 @@ line-height: @base-line-height;
} }
blockquote { blockquote {
border: none; border: none;
margin: 60px; margin: 60px;
p { // blockquote p p { // blockquote p
font-size: @base-font-size * 2; font-size: @base-font-size * 2;
line-height: @base-line-height * 2; line-height: @base-line-height * 2;
font-style: italic; font-style: italic;
} }
} }
@ -174,9 +174,9 @@ line-height: @base-line-height;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
span { span {
color: @code-highlight-text; color: @code-highlight-text;
} }
} }
hr { hr {
@ -195,22 +195,22 @@ form {
input { input {
letter-spacing: 3px; letter-spacing: 3px;
&:focus { &:focus {
outline: none; outline: none;
} }
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
overflow: visible; overflow: visible;
padding-top: 3px; padding-top: 3px;
color: @light-gray-text; color: @light-gray-text;
} }
input:-moz-placeholder { input:-moz-placeholder {
overflow: visible; overflow: visible;
padding-top: 3px; padding-top: 3px;
color: @light-gray-text; color: @light-gray-text;
} }
/* type and styles */ /* type and styles */
@ -222,9 +222,9 @@ line-height: @base-line-height;
.museo-sans-regular; .museo-sans-regular;
} }
.date { .date {
text-transform: uppercase; text-transform: uppercase;
} }
.button { .button {
color: @white; color: @white;
@ -240,44 +240,44 @@ letter-spacing: 5px;
.rounded; .rounded;
.hover; .hover;
&.inline-button { &.inline-button {
background-color: @vagrant-blue; background-color: @vagrant-blue;
padding: 5px 20px; padding: 5px 20px;
color: @white !important; color: @white !important;
font-size: 15px; font-size: 15px;
letter-spacing: 1px; letter-spacing: 1px;
.rounded; .rounded;
a, a,
a:hover { a:hover {
color: @white; color: @white;
} }
&.next-button, &.next-button,
&.prev-button { &.prev-button {
max-width: 33%; max-width: 33%;
white-space: nowrap; white-space: nowrap;
} }
&.next-button { &.next-button {
float: right; float: right;
&:before { &:before {
content: "Next:"; content: "Next:";
display: inline-block; display: inline-block;
padding-right: 3px; padding-right: 3px;
} }
&:after { &:after {
content: "\00BB"; content: "\00BB";
display: inline-block; display: inline-block;
padding-left: 3px; padding-left: 3px;
} }
} }
&.prev-button { &.prev-button {
float: left; float: left;
&:before { &:before {
content: "\00AB\0020Previous: "; content: "\00AB\0020Previous: ";
display: inline-block; display: inline-block;
padding-right: 3px; padding-right: 3px;
} }
} }
} }
&.white-button { &.white-button {