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
<!doctype html> | |
<head> | |
<html class="no-js" lang="en"> | |
<meta charset="UTF-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<!-- Length between 50-60 characters --> | |
<title itemprop='name'>Distributor of metal plastic containers | Fox Valley Containers</title> | |
<!-- Shorten length between 155-165 character --> | |
<meta name="description" content="Premier distributors of metal and plastic containers for reliable packaging of paint, chemicals, adhesives, food, coatings, inks and pharmaceuticals located in the upper midwest with locations in Illinois, Michigan, and Minnesota. Suppliers of paint cans, glass bottles and plastic bottles, pails, closures, drums and overpacks."> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
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
[DEBUG] | |
sd_write_log=no | |
wifi_gecko=no | |
[DML] | |
always_show_button=yes | |
cheat=no | |
current_item=GOME01 | |
default_loader=2 |
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
http://blog.petrockblock.com/wp-content/uploads/2015/02/Setup-RPI.txt | |
dtparam=sd_overclock=100 | |
https://github.com/RetroPie/RetroPie-Manager | |
http://xpadder.com/?lang=english&country=US | |
http://www.multibootpi.com/ | |
http://forums.launchbox-app.com/topic/30078-exiting-emulators-with-xbox-360-controller/ | |
https://en.wikipedia.org/wiki/List_of_video_game_emulators#Nintendo_64 |
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
~/Retropie/BIOS/dc | |
https://dolphin-emu.org/download/ | |
https://buildbot.libretro.com/stable/1.3.6/ | |
http://www.lakka.tv/doc/Nintendo-64/ | |
http://m64py.sourceforge.net/ | |
http://www.lakka.tv/doc/BIOSes/ | |
https://github.com/mupen64plus/mupen64plus-core/releases/tag/2.5 | |
https://code.google.com/archive/p/mupen64plus/wikis/ThirdPartyPlugins.wiki | |
https://github.com/OpenEmu/OpenEmu |
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
[class*="grid"] { | |
box-sizing: border-box; | |
display: flex; | |
flex-flow: row wrap; | |
margin: 0 -15px; | |
} | |
.grid > .cell, | |
[class*="grid"] > [class*="cell-"], | |
.grid.cell, |
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
//************************ | |
// VARIABLES | |
//************************ | |
$gl-gridName: grid !default; | |
$gl-colName: cell !default; | |
$gl-gutter: 30px !default; // Total | |
$gl-col-bottom: $gl-gutter !default; | |
$breakpoints: ( | |
xs: 0, |
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
//-------------------------------------------------------------- | |
// Gravity Forms | |
// Visit this link for CSS Targeting Examples - Very Helpful | |
// https://www.gravityhelp.com/documentation/article/css-targeting-examples/ | |
// | |
// BASE STYLES | |
// FORM HEADER | |
// FORM FOOTER | |
// CONFIRMATION MESSAGE | |
// SELECTS |
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
.title-font { | |
color: #ffffff; | |
} | |
a#title, | |
#title-container td { | |
background: #0f679c !important; | |
} | |
#title-container #close-chat .icon-close, #title-container #minimize .icon-minimize { | |
color: #ffffff; | |
} |
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
[class*="grid"] { | |
box-sizing: border-box; | |
display: flex; | |
flex-flow: row wrap; | |
margin: 0 -15px; | |
} | |
.cell, | |
[class*="cell-"] { | |
box-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
[class*="col-"]:not([class*="col-0"]) { | |
display: block; | |
} | |
[class*="grid"][class*="col-"]:not([class*="col-0"]) { | |
display: flex; | |
} | |
[class*="col-0"] { | |
display: none; |