Skip to content

Commit

Permalink
integrate chubas md file
Browse files Browse the repository at this point in the history
  • Loading branch information
escusado committed Jul 31, 2013
1 parent e1653d8 commit 2feb916
Show file tree
Hide file tree
Showing 14 changed files with 677 additions and 242 deletions.
Binary file added assets/css/font/nokiafc22.eot
Binary file not shown.
108 changes: 108 additions & 0 deletions assets/css/font/nokiafc22.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/font/nokiafc22.ttf
Binary file not shown.
Binary file added assets/css/font/nokiafc22.woff
Binary file not shown.
15 changes: 15 additions & 0 deletions assets/css/font/stylesheet.css
@@ -0,0 +1,15 @@
/* Designed by Zeh Fernando */
/* FontFace Generated by FontPro */

@font-face {
font-family: 'NokiaCellphoneFC-Small';
src: url('nokiafc22.eot');
src: url('nokiafc22.eot?#iefix') format('embedded-opentype'),
url('nokiafc22.woff') format('woff'),
url('nokiafc22.ttf') format('truetype'),
url('nokiafc22.svg#NokiaCellphoneFC-Small') format('svg');
}

.fontpro,.fontpro-1904 {
font-family: 'NokiaCellphoneFC-Small',sans-serif;
}
56 changes: 55 additions & 1 deletion assets/css/style.css
Expand Up @@ -176,6 +176,7 @@ h6:before { background-color: undefined; }
.code-highlight code{
font-size : 12px;
padding : 0 15px;
min-height: 51px;

background : #272822;
border-radius : 5px;
Expand Down Expand Up @@ -225,4 +226,57 @@ p code{
.cd-disclamer a{
color : rgba(255,255,255,.8);
text-decoration : none;
}
}

/********************************* Neon */
@font-face {
font-family: 'NokiaCellphoneFC-Small';
src: url('/assets/css/font/nokiafc22.eot');
src: url('/assets/css/font/nokiafc22.eot?#iefix') format('embedded-opentype'),
url('/assets/css/font/nokiafc22.woff') format('woff'),
url('/assets/css/font/nokiafc22.ttf') format('truetype'),
url('/assets/css/font/nokiafc22.svg#NokiaCellphoneFC-Small') format('svg');
}

.get-code-button {
width : 420px;
height : 60px;
padding-top : 16px;
}

.get-code-button:active {

padding-top : 16px;
}

.get-code-button i {
font-size : 45px;
margin-right : 13px;
}

.get-code-button span{
font-family : 'NokiaCellphoneFC-Small',sans-serif;
font-weight : normal;
font-size : 22px;
letter-spacing : -1px;
}

/* Features */
.neon-feature:before {
background-color : transparent;
}

.neon-feature span,
.neon-feature i {
vertical-align : middle;
}

.neon-feature span {
font-size : 20px;
margin-left : 10px
}

.neon-feature i{
font-size : 40px;
}

56 changes: 55 additions & 1 deletion assets/css/style.css.ejs
Expand Up @@ -216,6 +216,7 @@ h6:before { background-color: <%= colors.sixth %>; }
.code-highlight code{
font-size : 12px;
padding : 0 15px;
min-height: 51px;

background : <%= colors.codeBg %>;
border-radius : 5px;
Expand Down Expand Up @@ -265,4 +266,57 @@ p code{
.cd-disclamer a{
color : rgba(255,255,255,.8);
text-decoration : none;
}
}

/********************************* Neon */
@font-face {
font-family: 'NokiaCellphoneFC-Small';
src: url('/assets/css/font/nokiafc22.eot');
src: url('/assets/css/font/nokiafc22.eot?#iefix') format('embedded-opentype'),
url('/assets/css/font/nokiafc22.woff') format('woff'),
url('/assets/css/font/nokiafc22.ttf') format('truetype'),
url('/assets/css/font/nokiafc22.svg#NokiaCellphoneFC-Small') format('svg');
}

.get-code-button {
width : 420px;
height : 60px;
padding-top : 16px;
}

.get-code-button:active {

padding-top : 16px;
}

.get-code-button i {
font-size : 45px;
margin-right : 13px;
}

.get-code-button span{
font-family : 'NokiaCellphoneFC-Small',sans-serif;
font-weight : normal;
font-size : 22px;
letter-spacing : -1px;
}

/* Features */
.neon-feature:before {
background-color : transparent;
}

.neon-feature span,
.neon-feature i {
vertical-align : middle;
}

.neon-feature span {
font-size : 20px;
margin-left : 10px
}

.neon-feature i{
font-size : 40px;
}

0 comments on commit 2feb916

Please sign in to comment.