This file contains hidden or 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
/** | |
* Scroll bug | |
*/ | |
*{ | |
box-sizing: border-box; | |
} | |
input, textarea{ | |
box-sizing: content-box; | |
} | |
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
*{ | |
+box-sizing(border-box) | |
} | |
input, textarea | |
+box-sizing(content-box) | |
.menu{x-sizing(border-box) |
This file contains hidden or 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
/** | |
* Toggle switch | |
*/ | |
*{ | |
box-sizing: border-box; | |
} | |
input, textarea{ | |
box-sizing: content-box; | |
} | |
body{ |
This file contains hidden or 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
/** | |
* ribbon banner | |
*/ | |
body{ | |
background: #333; | |
padding: 35px 0 0; | |
position: relative; | |
} | |
.ribbon { |
This file contains hidden or 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
/* Boundless Plus v2 layout - Hodgie */ | |
html { | |
height: 100%; | |
max-height: 100%; | |
} | |
body { | |
margin: 0; | |
background-color: #333; | |
height: 100%; | |
max-height: 100%; |
This file contains hidden or 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
/* Boundless Plus v2 layout - Hodgie */ | |
html { | |
height: 100%; | |
max-height: 100%; | |
} | |
body { | |
margin: 0; | |
background-color: #333; | |
height: 100%; | |
max-height: 100%; |
This file contains hidden or 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
/* Boundless Plus v2 layout */ | |
body { | |
margin: 0; | |
background-color: #333; | |
height: 100%; | |
max-height: 100%; | |
} | |
header{ | |
height: 100%; | |
max-height: 100%; |
This file contains hidden or 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
/* Boundless Plus v2 layout _2*/ | |
body { | |
margin: 0; | |
} | |
header{ | |
height: 100%; | |
position: fixed; | |
background-color: #333; | |
width: 150px; | |
color: white; |
This file contains hidden or 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
/* Boundless Plus v2 layout */ | |
body { | |
margin: 0; | |
} | |
header{ | |
height: 100%; | |
position: fixed; | |
background-color: #333; | |
width: 150px; | |
color: white; |