Skip to content

Instantly share code, notes, and snippets.

@scott
Last active January 18, 2017 01:31
Show Gist options
  • Select an option

  • Save scott/17abf26afc1c06fba0c91008295fc39e to your computer and use it in GitHub Desktop.

Select an option

Save scott/17abf26afc1c06fba0c91008295fc39e to your computer and use it in GitHub Desktop.

Revisions

  1. scott revised this gist Jan 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion helpybgimage.css
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    color: #fff;
    }
    .flat-main-panel {
    background-image: url('http://new.helpy.local:3000/uploads/new/image/file/3/notebook-1280538_1920.jpg');
    background-image: url('http://your.helpy.io/uploads/your/image/file/3/notebook-1280538_1920.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
  2. scott created this gist Jan 18, 2017.
    14 changes: 14 additions & 0 deletions helpybgimage.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    .flat-main-panel, .main-option {
    background-color: transparent;
    color: #fff;
    }
    .flat-main-panel {
    background-image: url('http://new.helpy.local:3000/uploads/new/image/file/3/notebook-1280538_1920.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: 100%;
    }
    .home-index #home-search, .home-index #how-help, ul.breadcrumb {
    background-color: transparent;
    }