@ -1,8 +1,78 @@
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
. isotope-item {
z-index : 2 ;
}
. isotope-hidden . isotope-item {
pointer-events : none ;
z-index : 1 ;
}
/**** Isotope CSS3 transitions ****/
. isotope ,
. isotope . isotope-item {
-webkit-transition-duration : 0 . 8s ;
-moz-transition-duration : 0 . 8s ;
transition-duration : 0 . 8s ;
}
. isotope {
-webkit-transition-property : height , width ;
-moz-transition-property : height , width ;
transition-property : height , width ;
}
. isotope . isotope-item {
-webkit-transition-property : -webkit-transform , opacity ;
-moz-transition-property : -moz-transform , opacity ;
transition-property : transform , opacity ;
}
/* End: Recommended Isotope styles */
/**** disabling Isotope CSS3 transitions ****/
. isotope . no-transition ,
. isotope . no-transition . isotope-item {
-webkit-transition-duration : 0s ;
-moz-transition-duration : 0s ;
transition-duration : 0s ;
}
/* disable CSS transitions for containers with infinite scrolling*/
. isotope . infinite-scrolling {
-webkit-transition : none ;
-moz-transition : none ;
transition : none ;
}
/**** Base styles ****/
* {
html , body , div , span , object , iframe ,
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
abbr , address , cite , code , del , dfn , em , img , ins , kbd , q , samp ,
small , strong , sub , sup , var , b , i , dl , dt , dd , ol , ul , li ,
fieldset , form , label , legend ,
table , caption , tbody , tfoot , thead , tr , th , td ,
article , aside , canvas , details , figcaption , figure ,
footer , header , hgroup , menu , nav , section , summary ,
time , mark , audio , video {
margin : 0 ;
padding : 0 ;
border : 0 ;
font-size : 100 % ;
font : inherit ;
vertical-align : baseline ;
}
article , aside , details , figcaption , figure ,
footer , header , hgroup , menu , nav , section {
display : block ;
}
body {
@ -14,11 +84,6 @@ body {
color : # FFF ;
}
section , nav , header , footer {
display : block ;
}
h1 , h2 , h3 , p , ul , ol , pre , dl {
margin-bottom : 1 . 0em ;
}
@ -27,6 +92,8 @@ h1, h2, #super-list, .element, .tagline {
font-family : 'Helvetica Neue' , Arial , sans-serif ;
}
h1 , h2 , h3 { font-weight : bold ; }
h1 {
font-size : 32px ;
line-height : 1 . 1em ;
@ -41,7 +108,6 @@ ul, ol {
margin-left : 1 . 5em ;
}
a ,
a code {
color : # FB4 ;
@ -173,58 +239,6 @@ body {
color : white ;
}
/**** Isotope Filtering ****/
. isotope-item {
z-index : 2 ;
}
. isotope-hidden . isotope-item {
pointer-events : none ;
z-index : 1 ;
}
/**** Isotope CSS3 transitions ****/
. isotope ,
. isotope . isotope-item {
-webkit-transition-duration : 0 . 8s ;
-moz-transition-duration : 0 . 8s ;
/* -o-transition-duration: 0.8s;*/
transition-duration : 0 . 8s ;
}
. isotope {
-webkit-transition-property : height , width ;
-moz-transition-property : height , width ;
/* -o-transition-property: height, width;*/
transition-property : height , width ;
}
/* disable CSS transitions for containers with infinite scrolling*/
. isotope . infinite-scrolling {
-webkit-transition : none ;
-moz-transition : none ;
-o-transition : none ;
transition : none ;
}
. isotope . isotope-item {
-webkit-transition-property : -webkit-transform , opacity ;
-moz-transition-property : -moz-transform , opacity ;
/* -o-transition-property: -o-transform, opacity;*/
transition-property : transform , opacity ;
}
. isotope . no-transition ,
. isotope . no-transition . isotope-item {
-webkit-transition-duration : 0s ;
-moz-transition-duration : 0s ;
/* -o-transition-duration: 0s;*/
transition-duration : 0s ;
}
/**** Example Options ****/
# options {
@ -248,17 +262,13 @@ body {
float : left ;
}
# options li {
}
# options li a {
display : inline-block ;
padding : 0 . 4em 0 . 5em ;
background-color : # DDD ;
color : # 222 ;
font-weight : bold ;
margin-bottom : 0 . 2em ;
text-shadow : 0 1px hsla ( 0 , 0 % , 100 % , 0 . 5 ) ;
background-image : -moz-linear-gradient ( -90deg ,
hsla ( 0 , 0 % , 100 % , 0 . 5 ) ,
@ -268,7 +278,6 @@ body {
from ( hsla ( 0 , 0 % , 100 % , 0 . 5 ) ) ,
to ( hsla ( 0 , 0 % , 100 % , 0 . 0 ) )
) ;
margin-bottom : 0 . 2em ;
}
# options li a : hover {
@ -333,8 +342,6 @@ body.doc {
}
. doc # content {
/ * font-size : 14px ;
line-height : 1 . 7em ; * /
margin-bottom : 20px ;
}
@ -443,6 +450,7 @@ body.doc {
background : hsla ( 0 , 0 % , 75 % , 0 . 05 ) ;
padding : 2px 0 . 5em ;
margin-bottom : 0 . 5em ;
font-size : 1 . 15em ;
}
. doc h4 {
@ -479,19 +487,11 @@ h3#options {
padding-bottom : 0 ;
}
. option-def dl {
/* margin-top: 1.8em;*/
/* padding-top: 0.5em;*/
/* border-top: 1px solid #333;*/
}
. option-def dl dt ,
. option-def dl dd {
float : left ;
padding : 0 1 . 2em ; ;
background : # 161616 ;
/* height: 2.0em;*/
line-height : 36px ;
height : 36px ;
}
@ -501,12 +501,7 @@ h3#options {
background : # 444 ;
}
. option-def dl dt {
/* font-size: 14px;*/
}
. option-def dl . option-type {
/* width: 60px;*/
font-size : 13px ;
color : # AAA ;
font-style : italic ;