website: temporary skew font fix

This commit is contained in:
Jack Pearkes 2014-07-28 19:52:48 -04:00
parent bf605a3b9c
commit 929261bb96
2 changed files with 6 additions and 35 deletions

View File

@ -42,10 +42,8 @@
margin-top: -36px;
background: #fff url(../images/white-wireframe.png) center top no-repeat;
background-size: cover;
.skewY(-3deg);
>.container{
.skewY(3deg);
}
h2{
@ -351,21 +349,12 @@
font-weight: 500;
-webkit-font-smoothing: subpixel-antialiased;
.txt-spe {
color: lighten(@blue, 5%);
.txt-r {
color: lighten(@red, 17%);;
}
.txt-var {
color: lighten(@purple, 8%);
}
.txt-str {
.txt-p {
color: lighten(@green, 2%);
}
.txt-int {
color: lighten(@orange, 2%);
}
p{
margin-bottom: 2px;
white-space: pre-wrap;

View File

@ -1045,18 +1045,6 @@ body.page-home #footer {
margin-top: -36px;
background: #ffffff url(../images/white-wireframe.png) center top no-repeat;
background-size: cover;
-webkit-transform: skewY(-3deg);
-moz-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
-o-transform: skewY(-3deg);
transform: skewY(-3deg);
}
#feature-auto > .container {
-webkit-transform: skewY(3deg);
-moz-transform: skewY(3deg);
-ms-transform: skewY(3deg);
-o-transform: skewY(3deg);
transform: skewY(3deg);
}
#feature-auto h2 {
font-size: 43px;
@ -1345,18 +1333,12 @@ body.page-home #footer {
font-weight: 500;
-webkit-font-smoothing: subpixel-antialiased;
}
#demos .terminals .terminal-item .terminal .terminal-window .txt-spe {
color: #7190ea;
#demos .terminals .terminal-item .terminal .terminal-window .txt-r {
color: #eb979d;
}
#demos .terminals .terminal-item .terminal .terminal-window .txt-var {
color: #9a56f9;
}
#demos .terminals .terminal-item .terminal .terminal-window .txt-str {
#demos .terminals .terminal-item .terminal .terminal-window .txt-p {
color: #64e86c;
}
#demos .terminals .terminal-item .terminal .terminal-window .txt-int {
color: #e89264;
}
#demos .terminals .terminal-item .terminal .terminal-window p {
margin-bottom: 2px;
white-space: pre-wrap;