Sticky machine and machine command controls are implemented in Jekyll now, too

This commit is contained in:
Jeff Parsons 2017-01-03 16:31:08 -08:00 committed by Jeff Parsons
commit 35eb925f62
5 changed files with 51 additions and 83 deletions

View file

@ -8,8 +8,6 @@ dl, dd, ol, ul, figure {
padding: 0;
}
/**
* Basic styling
*/
@ -23,8 +21,6 @@ body {
-webkit-text-size-adjust: 100%;
}
/**
* Set `margin-bottom` to maintain vertical rhythm
*/
@ -35,8 +31,6 @@ ul, ol, dl, figure,
margin-bottom: $spacing-unit / 2;
}
/**
* Images
*/
@ -45,8 +39,6 @@ img {
vertical-align: middle;
}
/**
* Figures
*/
@ -58,8 +50,6 @@ figcaption {
font-size: $small-font-size;
}
/**
* Lists
*/
@ -74,8 +64,6 @@ li {
}
}
/**
* Headings
*/
@ -83,8 +71,6 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
/**
* Links
*/
@ -102,8 +88,6 @@ a {
}
}
/**
* Blockquotes
*/
@ -124,8 +108,6 @@ blockquote {
}
}
/**
* Code formatting
*/
@ -153,8 +135,6 @@ pre {
}
}
/**
* Wrapper
*/
@ -175,8 +155,6 @@ pre {
}
}
/**
* Clearfix
*/
@ -189,8 +167,6 @@ pre {
}
}
/**
* Icons
*/

View file

@ -86,8 +86,6 @@
}
}
/**
* Site footer
*/
@ -156,8 +154,6 @@
}
}
/**
* Page content
*/
@ -188,8 +184,6 @@
font-size: 24px;
}
/**
* Posts
*/
@ -241,7 +235,19 @@
.machine {
margin-bottom: 16px;
}
.machine-floating {
position: relative;
z-index: auto;
background-color: transparent;
padding-right: 0;
}
.machine-sticky {
position: fixed !important;
z-index: 1 !important;
background-color: #ffffff !important;
padding-right: 30px !important;
top: 0 !important;
}
.screenshot-frame {
display: inline-block;
margin: 8px;