forked from nodepdx/2016.nodepdx.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
100 changed files
with
7,096 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
/* CSS Resets */ | ||
|
||
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%} | ||
ul,li{list-style: none;}a{text-decoration: none;} | ||
|
||
/* ==================================================================================================================== */ | ||
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com */ | ||
/* ==================================================================================================================== */ | ||
|
||
.container { | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
.row { | ||
width: 95%; | ||
max-width: 1140px; | ||
min-width: 755px; | ||
margin: 0 auto; | ||
overflow: hidden; | ||
} | ||
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol { | ||
margin-right: 3.8%; | ||
float: left; | ||
min-height: 1px; | ||
} | ||
.row .onecol { | ||
width: 4.85%; | ||
} | ||
.row .twocol { | ||
width: 13.45%; | ||
} | ||
.row .threecol { | ||
width: 22.05%; | ||
} | ||
.row .fourcol { | ||
width: 30.75%; | ||
} | ||
.row .fivecol { | ||
width: 39.45%; | ||
} | ||
.row .sixcol { | ||
width: 48%; | ||
} | ||
.row .sevencol { | ||
width: 56.75%; | ||
} | ||
.row .eightcol { | ||
width: 65.4%; | ||
} | ||
.row .ninecol { | ||
width: 74.05%; | ||
} | ||
.row .tencol { | ||
width: 82.7%; | ||
} | ||
.row .elevencol { | ||
width: 91.35%; | ||
} | ||
.row .twelvecol { | ||
width: 100%; | ||
margin:0 auto; | ||
} | ||
.last { | ||
margin-right: 0px; | ||
} | ||
img, object, embed { | ||
max-width: 100%; | ||
} | ||
img { | ||
height: auto; | ||
} | ||
|
||
|
||
/* Smaller screens */ | ||
|
||
@media only screen and (max-width: 1023px) { | ||
|
||
body { | ||
font-size: 0.8em; | ||
line-height: 1.5em; | ||
} | ||
} | ||
|
||
|
||
|
||
/* Mobile */ | ||
|
||
@media handheld, only screen and (max-width: 768px) { | ||
|
||
body { | ||
font-size: 16px; | ||
-webkit-text-size-adjust: none; | ||
} | ||
|
||
body, .container { | ||
width: 99.8%; | ||
min-width: 0; | ||
margin-left: 0px; | ||
margin-right: 0px; | ||
padding-left: 0%; | ||
padding-right: 0%; | ||
} | ||
.row{ | ||
width: 70%; | ||
min-width: 0; | ||
} | ||
|
||
.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol { | ||
width: auto; | ||
float: none; | ||
margin-left: 0px; | ||
margin-right: 0px; | ||
|
||
} | ||
|
||
} | ||
@media handheld, only screen and (max-width: 480px) { | ||
|
||
body, .container { | ||
width: 99.5%; | ||
} | ||
|
||
.row{ | ||
width: 85%; | ||
min-width: 0; | ||
} | ||
} | ||
|
||
@media handheld, only screen and (max-width: 320px) { | ||
|
||
.row{ | ||
width: 95%; | ||
min-width: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[class^="icon-"], | ||
[class*=" icon-"] { | ||
font-family: 'fontello'; | ||
font-style: normal; | ||
font-weight: normal; | ||
/* fix buttons height */ | ||
line-height: 1em; | ||
/* you can be more comfortable with increased icons size */ | ||
/* font-size: 120%; */ | ||
} | ||
|
||
.icon-gplus-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+ '); } | ||
.icon-forrst { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ': '); } | ||
.icon-skype-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'S '); } | ||
.icon-twitter-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'T '); } | ||
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'U '); } | ||
.icon-vimeo-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'V '); } | ||
.icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '] '); } | ||
.icon-myspace { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '_ '); } | ||
.icon-facebook-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'f '); } | ||
.icon-tumblr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 't '); } | ||
.icon-twitter-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-facebook-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-pinterest-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-pinterest-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-gplus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-linkedin-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-facebook-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-twitter-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-twitter-bird { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-twitter-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-vimeo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-github-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-facebook-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-googleplus-rect { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-skype-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-linkedin-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-vimeo-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-tumblr-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-linkedin-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-dribbble { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-skype { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-skype-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | ||
.icon-behance { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
@font-face { | ||
font-family: 'fontello'; | ||
src: url("../font/fontello.eot"); | ||
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'), url("../font/fontello.woff") format('woff'), url("../font/fontello.ttf") format('truetype'), url("../font/fontello.svg#fontello") format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
[class^="icon-"]:before, | ||
[class*=" icon-"]:before { | ||
font-family: 'fontello'; | ||
font-style: normal; | ||
font-weight: normal; | ||
speak: none; | ||
display: inline-block; | ||
text-decoration: inherit; | ||
width: 1em; | ||
margin-right: 0.2em; | ||
text-align: center; | ||
opacity: 0.8; | ||
/* fix buttons height, for twitter bootstrap */ | ||
line-height: 1em; | ||
/* Animation center compensation - magrins should be symmetric */ | ||
/* remove if not needed */ | ||
margin-left: 0.2em; | ||
/* you can be more comfortable with increased icons size */ | ||
/* font-size: 120%; */ | ||
/* Uncomment for 3D effect */ | ||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | ||
} | ||
|
||
.icon-gplus-2:before { content: '\2b'; } /* '+' */ | ||
.icon-forrst:before { content: '\3a'; } /* ':' */ | ||
.icon-skype-1:before { content: '\53'; } /* 'S' */ | ||
.icon-twitter-2:before { content: '\54'; } /* 'T' */ | ||
.icon-youtube:before { content: '\55'; } /* 'U' */ | ||
.icon-vimeo-1:before { content: '\56'; } /* 'V' */ | ||
.icon-email:before { content: '\5d'; } /* ']' */ | ||
.icon-myspace:before { content: '\5f'; } /* '_' */ | ||
.icon-facebook-2:before { content: '\66'; } /* 'f' */ | ||
.icon-tumblr:before { content: '\74'; } /* 't' */ | ||
.icon-twitter-1:before { content: '\f099'; } /* '' */ | ||
.icon-facebook-1:before { content: '\f09a'; } /* '' */ | ||
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */ | ||
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */ | ||
.icon-gplus-1:before { content: '\f0d5'; } /* '' */ | ||
.icon-linkedin-1:before { content: '\f0e1'; } /* '' */ | ||
.icon-facebook-3:before { content: '\f300'; } /* '' */ | ||
.icon-twitter-3:before { content: '\f302'; } /* '' */ | ||
.icon-flickr:before { content: '\f303'; } /* '' */ | ||
.icon-twitter-bird:before { content: '\e800'; } /* '' */ | ||
.icon-twitter-squared:before { content: '\f304'; } /* '' */ | ||
.icon-vimeo:before { content: '\f306'; } /* '' */ | ||
.icon-github-text:before { content: '\f307'; } /* '' */ | ||
.icon-facebook-squared:before { content: '\f308'; } /* '' */ | ||
.icon-twitter:before { content: '\f309'; } /* '' */ | ||
.icon-googleplus-rect:before { content: '\e801'; } /* '' */ | ||
.icon-skype-2:before { content: '\f30b'; } /* '' */ | ||
.icon-facebook:before { content: '\f30c'; } /* '' */ | ||
.icon-linkedin-squared:before { content: '\e803'; } /* '' */ | ||
.icon-gplus:before { content: '\f30f'; } /* '' */ | ||
.icon-vimeo-2:before { content: '\e802'; } /* '' */ | ||
.icon-tumblr-1:before { content: '\f311'; } /* '' */ | ||
.icon-pinterest:before { content: '\f312'; } /* '' */ | ||
.icon-linkedin:before { content: '\f318'; } /* '' */ | ||
.icon-linkedin-2:before { content: '\f31a'; } /* '' */ | ||
.icon-dribbble:before { content: '\f31b'; } /* '' */ | ||
.icon-skype:before { content: '\f339'; } /* '' */ | ||
.icon-skype-circled:before { content: '\f33a'; } /* '' */ | ||
.icon-behance:before { content: '\f34e'; } /* '' */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.onecol { | ||
width: 4.7%; | ||
} | ||
|
||
.twocol { | ||
width: 13.2%; | ||
} | ||
|
||
.threecol { | ||
width: 22.05%; | ||
} | ||
|
||
.fourcol { | ||
width: 30.6%; | ||
} | ||
|
||
.fivecol { | ||
width: 39%; | ||
} | ||
|
||
.sixcol { | ||
width: 48%; | ||
} | ||
|
||
.sevencol { | ||
width: 56.75%; | ||
} | ||
|
||
.eightcol { | ||
width: 61.6%; | ||
} | ||
|
||
.ninecol { | ||
width: 74.05%; | ||
} | ||
|
||
.tencol { | ||
width: 82%; | ||
} | ||
|
||
.elevencol { | ||
width: 91.35%; | ||
} | ||
|
||
*+html{overflow:auto;} | ||
|
||
a.zoom-icon, a.more-icon { | ||
display: block; | ||
width: 15%; | ||
height: 20%; | ||
text-indent: -9999px; | ||
position: absolute; | ||
margin-top: 25%; | ||
} | ||
.submit { | ||
margin-bottom: -26px; | ||
margin-left: -5px; | ||
|
||
} |
Oops, something went wrong.